Search code examples
moodler-exams

How to change the word "Question" in Moodle's quiz?


Is it possible to change the word "Question" in Moodle's quiz from the code written in R exams? Sometimes I want to use some other words like "Activity" or "Exercise" instead of "Question".

enter image description here


Solution

  • In short: No.

    exams2moodle() does not specify the "Question" label - it only sets the question "name" that is displayed internally when working on the question bank. Moreover, the official documentation of the Moodle XML format shows no option for setting this. Thus, R/exams cannot modify this.

    Therefore, I think this is part of the language settings of Moodle and cannot be easily edited by the author of a quiz.