Drop back button

Hello, I am programming an exam in Kobo Toolbox with three attempts. Attempt two appears if the score of attempt one is less than 8. However, what I want is that once the score is displayed, users cannot go back to the questions to modify their answers. Is it possible to do this in Kobo or to remove the back button?

Welcome back to the community, @caro9926! Are you planning to collect data with the Collect Android App?

Hi! Umm no, I would like to administer the exam online. Is there any tool or calculate that can help me?

As stated, this probably implies making specific questions dynamically read-only; that is, you cannot subsequently modify a specific question because of some dynamic condition that changes as you are filling in the form (eg the answer to some other question…)

Unfortunately, dynamic read-only is only supported in KoboCollect (aka ODK Collect), but not the Enketo web client; see readonly should be dynamic · Issue #375 · enketo/enketo · GitHub

So if you are deploying your form specifically for online submissions (ie deploy via Enketo) there is no readily available way to prevent a user from going back and modifying their previous response.

1 Like