Skip to content
Prev 770 / 885 Next

R packages for create interactive homeworks in R

Hi Manuel,

a bit late, but if you are comfortable working with Latex or RMarkdown,
take a look at the exams package. That one we use to create homeworks and
exams. It can export the questions in the QTI standard, so it can be easily
used with multiple different online school systems like blackboard etc.

You can also use that package to create html or pdf documents with
questions, but that's not "interactive" any longer. Anything that runs
inside R, can be hacked to find the solution if people know where the
packages are stored.

Hope this helps
Cheers
Joris

On Sat, Aug 26, 2017 at 11:17 PM, Manuel Sp?nola <mspinola10 at gmail.com>
wrote: