rigao-alexandre / moodle-quizaccess_failgrade

GNU General Public License v3.0
3 stars 2 forks source link

typos in lang strings #2

Closed danmarsden closed 4 years ago

danmarsden commented 4 years ago

$string['failgradeenabled_help'] = 'If enabled, a student must not have a psssing grade to attempt the quiz more times.'; $string['failgradedescription'] = 'Attempts avaliables till reaching passing grade.';

should be more like: $string['failgradeenabled_help'] = 'If enabled, a student must not have a passing grade to attempt the quiz more times.'; $string['failgradedescription'] = 'Attempts available untill reaching passing grade.';

danmarsden commented 4 years ago

failgreadeenabled_help might read better as: Prevent user from attempting the quiz again once they have received a passing grade.

rigao-alexandre commented 4 years ago

@danmarsden thanks for the feedback and suggestions. Please check af7fa7a !