The values for the placeholders. It maps the placeholder-name to it's translatable value. The value for a placeholder can thus (if needed) be different for different locales.
A string of the form file:<filepath> where filepath is the relative path (within the exams or questions folder) to a file containing content. This content can be localized by placing it in locale folders. e.g. file:examples/basic-explanation.html will search for files in folders with following form: questions/examples/locale-<localename>/basic-explanation.html If a file isn't found for a specific locale, questions/examples/basic-explanation.html will be used.
Password to begin the exam none and "" are the same
can_regenerate
Boolean
Whether the student can regenerate questions Old name was allow_regenerate
show_steps
Boolean
If false, then part steps will not be offered to the student, regardless of whether any have been defined in the exam’s questions Old name was allow_steps
show_title_page
Boolean
Whether the title page should be shown. Old name was show_frontpage
confirm_when_leaving
Boolean
Whether the student will be asked to confirm when leaving the exam.
show_names_of_question_groups
Boolean
Whether the names of the question groups should be shown.
allow_printing
Boolean
Whether the student is allowed to print the exam
can_move_to_previous
Boolean
Whether the student can move back to previous question (Old name was reverse)
Password to begin the exam none and "" are the same
can_regenerate
Boolean
Whether the student can regenerate questions Old name was allow_regenerate
show_steps
Boolean
If false, then part steps will not be offered to the student, regardless of whether any have been defined in the exam’s questions Old name was allow_steps
show_title_page
Boolean
Whether the title page should be shown. Old name was show_frontpage
confirm_when_leaving
Boolean
Whether the student will be asked to confirm when leaving the exam.
show_names_of_question_groups
Boolean
Whether the names of the question groups should be shown.
Password to begin the exam none and "" are the same
can_regenerate
Boolean
Whether the student can regenerate questions Old name was allow_regenerate
show_steps
Boolean
If false, then part steps will not be offered to the student, regardless of whether any have been defined in the exam’s questions Old name was allow_steps
show_title_page
Boolean
Whether the title page should be shown. Old name was show_frontpage
confirm_when_leaving
Boolean
Whether the student will be asked to confirm when leaving the exam.
show_names_of_question_groups
Boolean
Whether the names of the question groups should be shown.
The aim of the Mastery algorithm is to repeatedly test topics until the student passes them. Once all topics are passed, the exam ends. see https://docs.numbas.org.uk/en/latest/exam/diagnostic.html#mastery
"diagnosys"
The aim of the DIAGNOSYS algorithm is to efficiently establish which topics the student understands, and which they don’t. see https://docs.numbas.org.uk/en/latest/exam/diagnostic.html#diagnosys
"custom"
A custom diagnostic script. See https://docs.numbas.org.uk/en/latest/exam/diagnostic.html#writing-a-diagnostic-algorithm