As pointed out on RStudio Community, the allow_skip = FALSE option only applies to exercises and does not include questions.
In the learnr documentation, it is clear that by default learners must complete exercises before continuing, and there is the option to disable this globally or by chunk with allow_skip .
By default, it seems as though questions can be skipped. Is there any way to require completing questions before continuing?
Currently putting a 4 digit number in the question's correct answer message for the students to put in an exercise to achieve the intended effect of limiting progression. But this is tedious for students.
As pointed out on RStudio Community, the
allow_skip = FALSEoption only applies to exercises and does not include questions.learnr/inst/rmarkdown/templates/tutorial/resources/tutorial-format.js
Lines 181 to 182 in 6694842
Requiring users to answer a question when
allow_skip = FALSEseems like a reasonable expectation.The text was updated successfully, but these errors were encountered: