I am interested in using the multi-choice question with code blocks plugin that is available here:
https://github.com/CollierCZ/adapt-cmcq
I am currently using the AT rather than framework. I'm familiar with the prism.js library that this is based on, and have used that in the past.
The author of the plugin indicates that to get the plugin to work, you need to install the prism javascript code in "src/core/js/libraries" and the that you need to rename the css file as "prism.less" and place it in "src/core/less".
I'm trying to get this working with the AT, and assumed that you could simply change the code code to point to different directories - but I haven't managed to get this working.
Any suggestions on how this could be adapted to work with the AT?