Replies: 4 comments 4 replies
-
I found https://rdrr.io/cran/learnr/man/question_methods.html and the item in the code (quiz_question.Rmd), but could not locate it in the local docs. There is also a mentioning of learnr::run_tutorial("question_type", "learnr") which does not exist. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fix. Still looking for an example of a Shiny app creating question items. Looks like the tools are there, but using it has a few traps. |
Beta Was this translation helpful? Give feedback.
-
My desperate cry for an example was because of #722 which was a show-stopper even for the most simple home-made apps. After this has been resolved, Chapter "sortable" in quiz_question.Rmd should give a starter. |
Beta Was this translation helpful? Give feedback.
-
Hello, anybody at home? Feeling a bit monologic here. Here is a version that comes a bit closer. It shows 'Correct/Incorrect' on the first start as expected, but when I do a "Start over", the response is no longer displayed.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like my posts on community.rstudio do not find an audience there, so I repost the question here with a somewhat different title.
I want to use my own Shiny app to let the user make a selection. Creating the Shiny app in the document is no problem, but how do I channel the response and correct/wrong handling into learnr?
Self-contained example highly simplified example see community link above to avoid cross-posting. A more realistic example would be the integration of Mine's ShinyEd apps into learnr.
Beta Was this translation helpful? Give feedback.
All reactions