// Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points).
'{earned}/{possible} point (graded)',
'{earned}/{possible} points (graded)',
ctx.weighted_max_score
);
}else{
progress_template=ngettext(
// Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points).
@@ -160,11 +160,11 @@ msgid "Display the heading \"Problem\" above the problem text?"
...
@@ -160,11 +160,11 @@ msgid "Display the heading \"Problem\" above the problem text?"
msgstr ""
msgstr ""
#: drag_and_drop_v2.py
#: drag_and_drop_v2.py
msgid "Maximum score"
msgid "Problem Weight"
msgstr ""
msgstr ""
#: drag_and_drop_v2.py
#: drag_and_drop_v2.py
msgid "The maximum score the learner can receive for the problem."
msgid "Defines the number of points the problem is worth."
msgstr ""
msgstr ""
#: drag_and_drop_v2.py
#: drag_and_drop_v2.py
...
@@ -535,7 +535,40 @@ msgstr ""
...
@@ -535,7 +535,40 @@ msgstr ""
msgid "Close item feedback popup"
msgid "Close item feedback popup"
msgstr ""
msgstr ""
#: utils.py:18
# Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points).
# Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points).