Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 829 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 829 Bytes

BlackboardQuizGenerator

This site accepts text-based questions and converts them into a downloadable format suitable for importing into Blackboard as test questions.

The following types of questions are currently available:

  • Multiple choice
  • Multiple answer
  • True/False
  • Essay question
  • Fill in the blank
  • Matching question

The site consists of .aspx pages in C# and a QuizParser, a Visual Studio Solution, to handle parsing and output of the questions.

A live installation is available at https://ed.oc.edu/blackboardquizgenerator/Default.aspx which includes sample syntax and instructions.

Pull requests and suggestions welcome.

Based on source code from Algonquin College and modfied by Oklahoma Christian University.

Released under a GNU GPLv3 License