There is currently a bug in Samigo where if you have a quiz which contains any Multiple Choice, Multiple Selection questions that are set to require All or Nothing to get the question correct, exporting and importing this quiz into further sites will not retain the All or Nothing setting. The resulting imports will have changed this setting to Correct minus Incorrect without the user realizing it.
This is a usability issue for instructors, and can affect grading of students if the instructors don't fully vet each imported quiz before publishing. This bug is captured in SAK-34222, and seems to be a deficiency in the export file produced.
In the interim, this PR proposes to add warnings in the UIs so that the instructor is aware of this up front:
Important: Tests that contain Multiple Choice, Multiple Selection questions with All or Nothing selected do not retain this setting on import to another site. To remedy this, after import, edit these questions before publishing to reset the selection back to All or Nothing.
When a proper solution is implemented for SAK-34222, it should also revert the changes introduced here.
There is currently a bug in Samigo where if you have a quiz which contains any Multiple Choice, Multiple Selection questions that are set to require All or Nothing to get the question correct, exporting and importing this quiz into further sites will not retain the All or Nothing setting. The resulting imports will have changed this setting to Correct minus Incorrect without the user realizing it.
This is a usability issue for instructors, and can affect grading of students if the instructors don't fully vet each imported quiz before publishing. This bug is captured in SAK-34222, and seems to be a deficiency in the export file produced.
In the interim, this PR proposes to add warnings in the UIs so that the instructor is aware of this up front:
When a proper solution is implemented for SAK-34222, it should also revert the changes introduced here.