Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAK-50631 Samigo SEB autosave modal message is sometimes permanently displayed #13058

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

st-manu
Copy link
Contributor

@st-manu st-manu commented Nov 25, 2024

https://sakaiproject.atlassian.net/browse/SAK-50631

We have identified some rare cases where the frontend loses the values of timeLimit and timeElapse (resetting them to 0). This leads to the frontend triggering the final submission of the assessment, rendering it inaccessible to the student, which is unacceptable during an assessment. This solution aims to prevent these errors. When the frontend encounters a timeLimit value of 0 (which is not possible in a timed assessment) it should use timeLimit_bck and timeElapse_bck instead.

@bgarciaentornos
Copy link
Contributor

It's important to highlight we discovered it with the SEB integration but this might happen in other timed situations, the problem is in the autosave function and the fix is applied to allow Samigo to recover when losing the correct time values.

@ern ern changed the title SAK-50631 T&Q SEB - Autosave modal message is sometimes permanently displayed SAK-50631 Samigo SEB autosave modal message is sometimes permanently displayed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants