## typical application cases (not run), all assume that there is
## a single nops_scan_*.zip file in the current working directory
## fix all rows/fields that can be detected as incorrect
## nops_fix()
## fix answer 6 in exam 3
## nops_fix(exam = 3, answer = 6)
## fix all answers in exam 3
## nops_fix(exam = 3, field = "answers")
## fix all fields exam 3
## nops_fix(exam = 3, field = c("type", "id", "registration", "answers"))
## fix answer 6 in exam with id 23112900129
## nops_fix(id = "23112900129", answer = 6)
## nops_fix(id = 129, answer = 6)
## fix all answers in questions 1 to 8 where more than one box was checked
## nops_fix(answer = 1:8, check = "schoice")
Run the code above in your browser using DataLab