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
While there is a "Skip Task" button, where assessors can click and skip a task, I needed to have a button to go back if they skipped it. I've added a simple HTML back button using the "Back to previous page".
When the assessors go back to the skipped task and click on submit button, they see error showing:
"Cannot find Task Assignment with ID X".
How can I solve this issue?
The text was updated successfully, but these errors were encountered:
Hi @BehroozMansouri. Right now, the skipped task IDs are stored locally in the browser for that user and I believe it deletes the task assignment. When a user skips a task, Turkle won't show them that task again until all other tasks for that batch have been completed.
I'll have to test what happens when a user skips a task and then uses the browser's back button. I'm guessing they will be able to see the task, but Turkle would not have created a task assignment.
While there is a "Skip Task" button, where assessors can click and skip a task, I needed to have a button to go back if they skipped it. I've added a simple HTML back button using the "Back to previous page".
When the assessors go back to the skipped task and click on submit button, they see error showing:
"Cannot find Task Assignment with ID X".
How can I solve this issue?
The text was updated successfully, but these errors were encountered: