KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Invalid language string "number_of_questions_required" #64

Closed andstor closed 6 years ago

andstor commented 6 years ago

The language string "number_of_questions_required" is invalid. Error encountered in the matchmaking tab.

Error message:

Invalid get_string() identifier: 'number_of_questions_required' or component 'capquiz'. Perhaps you are missing $string['number_of_questions_required'] = ''; in mod/capquiz/lang/en/capquiz.php?

The string should most likely be "number_of_questions_to_select_required".