0

I recently discovered the Audience Response System ARSnova and you can use the r package exams to export quizzes to this platform. Since this platform also has flashcards, I want to know if there is a way to export flashcards to ARSnova from R. Thanks!

Gregor Thomas
  • 136,190
  • 20
  • 167
  • 294
Alfredo Sánchez
  • 725
  • 1
  • 7
  • 19

1 Answers1

0

Short answer: Currently, this is not supported in R/exams.

Longer answer: At the moment R/exams supports the following exercise types: single-choice (schoice), multiple-choice (mchoice), numeric (num), string, cloze (= combinations of the others). None of these are obvious candidates for mapping to ARSnova flashcards.

I guess you could use one of them (probably string?) along with some custom options and transform it into the JSON for flashcards. This might be a bit technical but probably not a lot of code. In case you do play around with this, let us know.

Achim Zeileis
  • 15,710
  • 1
  • 39
  • 49