Skip to content

Commit 26a5981

Browse files
committed
Enhance StudentQuiz description text in activity chooser.
1 parent afa3345 commit 26a5981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/moodle-plugin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- {php: '8.1', moodle-branch: MOODLE_404_STABLE, database: mariadb}
4040
- {php: '8.2', moodle-branch: MOODLE_405_STABLE, database: pgsql}
4141
- {php: '8.3', moodle-branch: MOODLE_500_STABLE, database: mariadb}
42-
- {php: '8.4', moodle-branch: main, database: mariadb}
42+
- {php: '8.3', moodle-branch: main, database: mariadb}
4343
steps:
4444
- name: Check out repository code
4545
uses: actions/checkout@v4

lang/en/studentquiz.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
$string['missingparam'] = 'A required parameter is missing or wrong';
230230
$string['moderator'] = 'Moderator';
231231
$string['modulename'] = 'StudentQuiz';
232-
$string['modulename_help'] = 'The StudentQuiz activity allows students to add questions for the crowd. In the StudentQuiz overview the students can filter questions. They also can use the filtered questions in the crowd to practice. The teacher has an option to anonymize the created by column.<br><br>The StudentQuiz activity awards the students with points to motivate them to add and practice. The Points are listed in a ranking table.';
232+
$string['modulename_help'] = 'The StudentQuiz activity allows students to add questions for the crowd. If desired, there is the possibility to have teacher approve the questions beforehand. In the StudentQuiz overview the students can filter questions. They also can use the filtered questions in the crowd to practice. The teacher has an option to anonymize the created by column.<br><br>The StudentQuiz activity awards the students with points to motivate them to add and practice. Each student can rate a question for its usefulness and suitability on a scale of 1 to 5 stars and comment it. The points are listed in a ranking table.';
233233
$string['modulename_link'] = 'mod/studentquiz/view';
234234
$string['modulenameplural'] = 'StudentQuizzes';
235235
$string['more'] = 'More';

0 commit comments

Comments
 (0)