studentquiz / moodle-mod_studentquiz

Moodle-Plugin
GNU General Public License v3.0
38 stars 37 forks source link

StudentQuiz breaks language customisation #432

Open senaiboy opened 1 year ago

senaiboy commented 1 year ago

When we try to open language pack for customisation, we get this error:

Debug info: Duplicate entry 'en-271-cutOffscore' for key 'mdl_toolcust_lancomstr_uix' INSERT INTO mdl_tool_customlang (lang,componentid,stringid,original,master,timemodified,outdated,local,timecustomized) VALUES(?,?,?,?,?,?,?,?,?) [array ( 0 => 'en', 1 => '271', 2 => 'cutOffscore', 3 => 'Cut Off Score', 4 => 'Cut Off Score', 5 => 1673548611, 6 => 0, 7 => NULL, 8 => NULL, )] Error code: dmlwriteexception

It seems to be trying to add duplicate entries for the 'cutoffscore' string in the language file.