tutor icon indicating copy to clipboard operation
tutor copied to clipboard

Using MD or HTML code in quiz questions

Open ziobron opened this issue 5 years ago • 0 comments

Hello! I am a programming teacher and it would be great to have an opportunity to use either MarkDown or HTML code tags to put something like that in questions:

int a = 4;
a++;

Right now it looks like this ```cpp int a = 4; a++; ```

It doesn't work with HTML either.

Another option is to have at least a possibility to upload an image to a question, not only answers (like multiple choice).

ziobron avatar May 13 '20 09:05 ziobron