openbiblio.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Der Einstieg in das Fediverse für Bibliotheksmenschen

Administered by:

Server stats:

654
active users

#rexams

0 posts0 participants0 posts today
Replied in thread

@pandoc ...is an integral part of R/exams, which can generate large numbers of personalized exams/quizzes/tests in various output formats #rexams

- PDFs for multiple-choice exams with automatic evaluation

- imports for learning management systems like Moodle, Canvas, OpenOlat, or Blackboard

- live voting, e.g., via Particify

- custom output in PDF, HTML, Docx, ...

R-exams.org/

R/examsR/examsAutomatic generation and evaluation of exams. From Markdown, LaTeX and R code to standalone documents, learning management systems and live voting.

PSA for users of #rexams and #moodle.

You can assign partial credits to numeric answers from guessing tasks. For example, when the given answer is reasonably close to the true answer - just not close enough to be fully correct.

If this is of broader interest I would also consider including the function in R/exams directly...

stackoverflow.com/questions/72

Stack OverflowPartial credit for numeric exercises (e.g. for guessing tasks)?I'm teaching students to visually approximate effect sizes from typical plot types (e.g. Pearson's r from scatter and parallel coordinates plots, Kendall's τ from alluvial plots, Cramer's V from mo...

More #rexams blog posts #rstats #elearning #openolat

- Cloze exercises

- Linear regression with data download

- lm2: theory/knowledge questions plus application to data

- lm3: adds interpretation with open-ended essay plus file upload

- lm2 combines all 4 basic exercise types: single-choice, multiple-choice, numeric, and string (closed, automatically evaluated)

- lm3 adds essay and file

R-exams.org/templates/lm2/

R/examslm2: Simple Linear Regression (Cloze with Theory and Application)Exercise template with both theory and applied questions about simple linear regression based on a randomly-generated CSV file.