guesswho1234 / Rex

Shiny dashboard for creating and evaluating written single / multiple-choice exams and creating reusable exercise pools.
GNU General Public License v3.0
5 stars 2 forks source link

Prevent duplicated names when evaluating exams #17

Closed guesswho1234 closed 9 months ago

guesswho1234 commented 9 months ago

Evaluating the same exam (same file name for solutions file - *.rds) causes problems due to duplicated names. As a result incorrect files could be used when evaluating the exam.

guesswho1234 commented 9 months ago

Also, it seems that all scans from one tempDir are copied into nops_eval.zip, even those from previous evaluations that used the same tempDir.

guesswho1234 commented 9 months ago

should be fixed, testing required

guesswho1234 commented 9 months ago

resolved