When I add ‘import DragDropQuestion’ in the ricecokker.class.questions, it is not recognized by the ricecooker script. Please see the attached image showing the issye. What could be the problem? Is DragDropQuestion supported by Kolibri Studio?
Technical details
- Kolibri version: N/A
- Operating system: NA
- Browser :N/A
Hi @ichaudhry,
That class doesn’t exist in ricecooker. See the documentation for the available classes. Neither Studio nor ricecooker will allow you to directly create a drag and drop type question at the moment.
If you do want to create your own custom drag and drop questions, you would need to format it as a Perseus JSON for drag and drop questions and use the PerseusQuestion class.
The Khan Academy Perseus developer docs used to have an option for generating this JSON, but I am not seeing it immediately, but perhaps you can uncover it!
Kind Regards,
Richard