Skip to content

Commit 555cb4e

Browse files
committed
Clarify that level achievements are listed and evaluated last.
1 parent e5fbbe2 commit 555cb4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/HelpFiles/InstructorAchievementList.html.ep

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<%= maketext('Manage achievements for the course. The actions allow one to edit, assign, import, export, score, '
2121
. 'create, or delete achievements. The action form is at the top to select the desired action and options to '
2222
. 'perform when the submit button is pressed. Below the action form is the list of all the '
23-
. 'achievements, ordered by their achievement "Number".') =%>
23+
. 'achievements, ordered by their achievement "Number", with "level" achievements listed last.') =%>
2424
</p>
2525
<p>
2626
<%= maketext('Achievements are evaluated in the order shown below, with the exception of "level" achievements. '
@@ -52,7 +52,8 @@
5252
</li>
5353
<li>
5454
<strong><%= maketext('Number:') %></strong>
55-
<%= maketext('Sets the order in which achievements are listed and evaluated.') =%>
55+
<%= maketext('Sets the order in which achievements are listed and evaluated. Achievements in the "level" '
56+
. 'category are always listed and evaluated after all other achievements.') =%>
5657
</li>
5758
<li>
5859
<strong><%= maketext('Enabled:') %></strong>

0 commit comments

Comments
 (0)