Hi all
Based on the adapt-contrib-mcq (Multiple Choice Question) i tried to develop my own component. It works fine in my local framework environment and i am able to upload it to the authoring tool, add it to a block and even fill out my defined settings. but when i try to preview it, it throws the following error:
component not found. Is it installed and included? - adapt.min.js (3,23965)
or
Uncaught The component has not been installed, and so is not available in your project. - adapt.min.js:52
As I said, I downloaded the adapt.contrib-mcq.zip and started developing my component by editing the handlebar, javascript and less files. in the end, i updated the bower.json and properties.schema, then i zipped the folder and uploaded it successfully via the plugin management. the component is now visible in the tool and can be used inside a course, but the preview throws that error mentioned above. i did not delete anything, even the file-names are still from the mcq-component. it works locally, but i cannot get it to run in the authoring tool. did i miss something?