-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💻 hide all quizes/parsons and show tabs in levels (#5156)
Fixes #5141 **Key points** - a quize/parson is added as a tab in the customize-class page. This makes it closer to how it'd look like for students. - the current "hide quize/puzzle" switches will behave as "toggle all quizes/puzzles". Why? Consider the following: - the teacher decides to hide all quizes. - they are removed from all levels, - they can of course still choose to show a quize in certain levels, while keeping the rest hidden. - however, what if they (for whatever reason) want to show all quizes but hide one or two? - this scenario is likely because until now the "hide quize" behaves as toggling all quizes, so it should still behave similarly. - thus it could be considered as resetting all quizes/puzzles. - the order of puzzle and quiz tabs are always fixed to be always the last two tabs, respectively. Something went missing when i added the key translations for #5026 (check 6ee2c4f#diff-852046eb47f474139974edf5e69ed9758f9fde82e1432c49d772b89aef354b37), so I'm adding them here. **How to test?** - go the customize-class page - add/remove a quiz/puzzle - reset all puzzles/quizes to test that functionality. - _note_ that if you disable all quizes and you add one quiz in level 2, for instance, the disable checkbox will be updated since not all quizes are disabled now. (it needs a refresh for now for that to be reflected in the DOM, but this should be dealt with in #4888) - log in as a student or preview as teacher to see your changes from the perspective of students. - verify that everything works as expected.
- Loading branch information
Showing
59 changed files
with
1,927 additions
and
1,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-02-13 11:36+0100\n" | ||
"POT-Creation-Date: 2024-02-28 13:55+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -71,6 +71,9 @@ msgstr "" | |
msgid "Missing Inner Command" | ||
msgstr "" | ||
|
||
msgid "Missing Square Brackets" | ||
msgstr "" | ||
|
||
msgid "Missing Variable" | ||
msgstr "" | ||
|
||
|
@@ -200,9 +203,6 @@ msgstr "" | |
msgid "adventure_updated" | ||
msgstr "" | ||
|
||
msgid "adventures" | ||
msgstr "" | ||
|
||
msgid "adventures_info" | ||
msgstr "" | ||
|
||
|
@@ -500,6 +500,12 @@ msgstr "" | |
msgid "disable" | ||
msgstr "" | ||
|
||
msgid "disable_parsons" | ||
msgstr "" | ||
|
||
msgid "disable_quizes" | ||
msgstr "" | ||
|
||
msgid "disabled" | ||
msgstr "" | ||
|
||
|
@@ -707,12 +713,6 @@ msgstr "" | |
msgid "hide_keyword_switcher" | ||
msgstr "" | ||
|
||
msgid "hide_parsons" | ||
msgstr "" | ||
|
||
msgid "hide_quiz" | ||
msgstr "" | ||
|
||
msgid "highest_level_reached" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.