-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Currently, when authoring an N of M question, it is possible to get into a non-intuitive state. For example, if you author 10 questions and set the N of M selector to "5 of 10", but then delete 6 questions from the assessment, the server still has a "5" flag set (even though there are < 5 questions in the assessment). In the authoring UI, the selector will drop back to it's default option (Answer all questions), so the author may think that the assessment is now non-N-of-M, but that setting isn't sent to the server. So this leads to counter-intuitive states on the student-facing player (it will treat the assessment as N of M still, and there will be buttons missing from the UI).
Should there be logic in the authoring tool, to remove the N of M flag (i.e. set to all questions) on the server, when the number of questions in the assessment is less than the N of M flag?