tutor
tutor copied to clipboard
Using MD or HTML code in quiz questions
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).