rstudio / learnr

Interactive Tutorials with R Markdown
https://pkgs.rstudio.com/learnr
Apache License 2.0
705 stars 236 forks source link

Improved `try_again` checkbox question message does not apply when question is created by `question()` #782

Closed rossellhayes closed 1 year ago

rossellhayes commented 1 year ago

732 only improves the try_again message for checkbox questions created with question_checkbox().

If a checkbox question is created by question() (i.e. there are multiple correct answers), it still uses incorrect as its try_again message.