rstudio / learnr

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

Slow loading of multiple choice questions #521

Open ghost opened 3 years ago

ghost commented 3 years ago

Thanks for this lovely package. Multiple choice questions are very slow to load especially when you have a big tutorial. Is there any way to speed up loading time?

schloerke commented 3 years ago

Glad you're enjoying learnr!

How many questions do you have in your tutorial in total? ... what is "big"?

ghost commented 3 years ago

Thanks for your response. I have 25 questions in my tutorial in total. That's what I meant by big. I also realized if you have mix of exercises and quiz questions. Exercises load first and then quiz questions. Exercises load really fast as compared to quiz questions. I guess it's because quiz questions are written in shiny modules and load once all exercises get loaded