You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a good enhancement if we had a new option to suppress feedback (marking, model answers) until after the last assessment attempt was completed. Obviously this would only work in cases where there is a finite number of attempts.
* Added the ability to 'refresh' a question view at any time i.e. ensure its display is accurate given the component's current state
* Resolving an issue with feedback now being rendered on QuestionView refresh. State is now re-rendered on QuestionView refresh.
* Fixing invalid change to a11y_cntrl usage. Some DRY tidy-up. Reverting accidental whitespace changes
* Model answer button needed to be explicitly enabled before having the 'accessibility' controls disabled. buttonsView refresh was being called with wrong context.
* Changed based on Oliver and Tom's comments:
- The refresh function in questionView no longer makes use of the 'updateButtons' function in 'questionModel' (which should be used as a 'click event handler'). The 'questionView' itself is now able to determine and set the appropriate button state based on the question state.
- New button state to represent 'incorrect but no model answer'
- Duplicate 'updateButtons' call in 'questionModel' refresh has been removed
* Updated old state usages inline with recent move to enum states. 'determineButtonState' is now a separate getter to improve code readability
It would be a good enhancement if we had a new option to suppress feedback (marking, model answers) until after the last assessment attempt was completed. Obviously this would only work in cases where there is a finite number of attempts.
This was raised in the forum here:
https://community.adaptlearning.org/mod/forum/discuss.php?d=1554
The text was updated successfully, but these errors were encountered: