RANDOMIZING AND RANDOMIZING AND AUTOMATING ASSESSMENT AUTOMATING - - PowerPoint PPT Presentation

randomizing and randomizing and automating assessment
SMART_READER_LITE
LIVE PREVIEW

RANDOMIZING AND RANDOMIZING AND AUTOMATING ASSESSMENT AUTOMATING - - PowerPoint PPT Presentation

RANDOMIZING AND RANDOMIZING AND AUTOMATING ASSESSMENT AUTOMATING ASSESSMENT WITH R WITH R exams exams 1 THE THE exams exams PACKAGE PACKAGE by @AchimZeileis and others, Statistics, Universitt Innsbruck www.r-exams.org latest release


slide-1
SLIDE 1

RANDOMIZING AND RANDOMIZING AND AUTOMATING ASSESSMENT AUTOMATING ASSESSMENT WITH R WITH R exams exams

1

slide-2
SLIDE 2

THE THE exams exams PACKAGE PACKAGE

by and others, Statistics, Universität Innsbruck latest release 2.3-2 (2018-12-08) @AchimZeileis www.r-exams.org

2 . 1

slide-3
SLIDE 3

design combine generate

OVERVIEW OVERVIEW

3 . 1

slide-4
SLIDE 4

4 . 1

slide-5
SLIDE 5

OUTPUT FORMATS OUTPUT FORMATS

5 . 1

slide-6
SLIDE 6

DESIGNING MCQS DESIGNING MCQS

slide-7
SLIDE 7

6 . 1

slide-8
SLIDE 8

OUTPUT OUTPUT

7 . 1

slide-9
SLIDE 9

OUTPUT OUTPUT

8 . 1

slide-10
SLIDE 10

SCANNING SCANNING

scan in response sheets using Canon copier small batches (~25) tip: sort according to student ID number receive PDF via email

9 . 1

slide-11
SLIDE 11

PROCESSING PROCESSING

library("exams") res <- nops_scan(images = dir("png", full.names = TRUE), dir = "results") ## results are stored in Daten.txt ## nops_eval() will evaluate results and create html reports

10 . 1

slide-12
SLIDE 12

PERFORMANCE PERFORMANCE

9/116 (7.8%) did not scan 3 due to students not following instructions 6 for unknown reasons ~30% of student ID numbers did not scan and had to be entered manually randomly selected 40 response sheets and manually checked the scanning results (1400 boxes) 1399/1400 boxes were scanned correctly

11 . 1

slide-13
SLIDE 13

PROBLEMS PROBLEMS

pdftk was unavailable for Ubuntu 18.04. Consequently, nops_scan() did not work with PDF and had to manually break the PDF into separate PNG files Also I got this error using imagemagick: and solved it with:

convert: not authorized `filename.png`

https://cromwell-intl.com/open-source/pdf-not- authorized.html

12 . 1

slide-14
SLIDE 14

VERDICT VERDICT

great for written exams requires a lot of upfront costs designing questions, but randomly generated exams will save time over the long run did not work out of the box for Linux, but perhaps Windows/Mac OS is better supported scanning was highly reliable, even with low-quality input

13 . 1