-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normal code blocks #59
Comments
You want something like this:
|
Ah no! I've wasted so much time on this. @gpoore your example works for me. Thanks. The backticks need to be indented 4 spaces. (my backticks had no indent or 2 space indent). I'm so used to github markdown. |
You probably want to think about the plain text format for quizzes as a wrapper around Markdown. Each individual chunk of text (question, answer, feedback, etc.) is Markdown. But the outermost level of text (no indent) is the text2qti plain-text quiz format. So the |
I didn't read this section carefully enough. Maybe a code block example there would be helpful. I think the line in the section on executable blocks :"The code block fences (```) must not be indented; " also threw me off. |
Need to add some source code to the questions. So would like to preserve the original meaning of ```
Need a question that looks like:
==========================
Question 42: What does the following program output?
The text was updated successfully, but these errors were encountered: