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
During quiz creation, when you have selected questions and go to replace them, then the questions you'd selected on the main page are deselected.
Fixing this will likely be a matter of finding and removing a call to reset the private _selectedQuestionIds ref in useQuizCreation. My suspicion is that starting around where the closing of the side panel is handled is a good bet on seeing how/where the reset is occurring.
Note that that value should be reset when the user successfully replaces questions... because they don't exist, so be sure that the value is reset in that case.
Note below that when the side panel closes, the questions I'd selected are deselected
2024-05-06.16-49-47.mp4
The text was updated successfully, but these errors were encountered:
Overview
During quiz creation, when you have selected questions and go to replace them, then the questions you'd selected on the main page are deselected.
Fixing this will likely be a matter of finding and removing a call to reset the private
_selectedQuestionIds
ref inuseQuizCreation
. My suspicion is that starting around where the closing of the side panel is handled is a good bet on seeing how/where the reset is occurring.Note that that value should be reset when the user successfully replaces questions... because they don't exist, so be sure that the value is reset in that case.
Note below that when the side panel closes, the questions I'd selected are deselected
2024-05-06.16-49-47.mp4
The text was updated successfully, but these errors were encountered: