Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

R/exams: Open-ended questions with exams2moodle

Tags:

moodle

r-exams

My goal is to create a question using R/exams and Moodle including a few plots generated in the Rmd exercise file. The students should describe the plots verbally and then the exercise is graded manually.

Is it possible to use exams2moodle to create such an open-ended free text question for Moodle? There is no extype for it. In the documentation the only hint is: "In order to generate free text questions in moodle one may specify extra parameters via \exextra. Currently the following options are supported:".

I have tried to add \exextra parameters to the metainformation, but it did not change anything.

like image 936
JP_1235 Avatar asked Sep 12 '20 12:09

JP_1235


1 Answers

A worked example can be found in the essayreg exercise shipped within the package, see: http://www.R-exams.org/templates/essayreg/

And you are right that this is not very well documented. The reason is that we have used somewhat different exextra tags for the Moodle export and for the QTI 2.1 export. We habe to improve and unify that in one of the next R/exams versions.

Also, another pointer, in case this is useful to anyone reading the question: Another useful strategy for asking about the interpretation of (statistical) graphics is in multiple-choice format. Let the participants judge some statements about the graphic that can either be approximately correct or clearly wrong. Of course, with open-ended question you can catch more nuances but with multiple-choice questions you can automatically assess a much larger number of participants. Or participants can self-assess in practice quizzes etc. Examples for this are the boxplots and scatterplot exercises:

  • http://www.R-exams.org/templates/boxplots/
  • http://www.R-exams.org/templates/scatterplot/
like image 71
Achim Zeileis Avatar answered Sep 19 '22 14:09

Achim Zeileis