Coderunner not working in Moodle-App (iOS, Mac OS,...)

Coderunner not working in Moodle-App (iOS, Mac OS,...)

de Philipp W -
Número de respuestas: 1

Hi there,

is it possible to get the Coderunner-Plugin running in the Moodle-App (iPad OS, Mac OS,...)? It says, that its not supported an only running in the webbrowser. 




En respuesta a Philipp W

Re: Coderunner not working in Moodle-App (iOS, Mac OS,...)

de Richard Lobb -
Sorry, but I don't think you'll be seeing CodeRunner available in the Moodle app any time soon. Although most question types can be supported OK in the Moodle App without too many problems, CodeRunner is not like most question types. It has a lot of JavaScript, all of which would need to be rewritten from scratch (no support for AMD modules, no jQuery, different DOM structure). It's also not clear whether we'd even be able to support the Ace editor. Lastly, CodeRunner doesn't work well on a cell-phone screen anyway - it's just too narrow for the result table. Reformatting all the output for a narrow screen is yet another thing we're in no hurry to implement.