Skip to content

amygoldlist/D2L_exams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D2L_exams

Some demos of creating dynamic exams for D2L Brightspace, using R/exams as well as Excel.

D2L Brightspace (we call it the Learning Hub) makes giving online tests run very smoothly. However, their numeric question types are limited to basic arithmatic, and only have single answer (not multi-part) questions.

My group over at BCIT is working on making math exams work better for us - dynamic and algortithmic questions dealing with Statistics, as well as multiple choice questions that can be different for each student.

R-exams:

R/exams, makes creating dynamic exams much more fun. Since there doesn't seem to be a lot of information online about how to use this for D2L Brightspace, I thought that I would record my attempts to make this work.

First, there is no exams2d2l() command, but luckily, the command exams2blackboard() creates a file that imports properly into D2L. This makes sense, as both blackboard and D2L are based on the same QTI1.2 format.

More to come here....

Excel

Honestly, Excel is the tool that everyone uses, so if we want a method that can be used widely, Excel is a good choice. It's possible to upload CSV files to D2L, so the challenge is to create easy-to-use Excel templates that contain a sheet which the user can save as csv and upload.

Also more to come....

References

  • R/exams First Steps
  • exams2blackboard()Tutorial
  • R/exams documentation on CRAN
  • A great support thread on R-forge
  • BCIT has some good resources
  • Algonquin College has a great online quiz generator which gave us the correct CSV formats for the Excel tool.
  • Arithmetic Questions on D2L Brightspace
  • Respondus is a great tool for converting between LMS systems. This link is to BCIT's help page, but your institute probably has a site license you can use.

About

Some demos of creating dynamic exams for D2L Brightspace, using R/exams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages