Skip to content

johnmazz/BlackboardQuizGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates test questions for importing into the Blackboard LMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 57.6%
  • HTML 16.9%
  • Classic ASP 12.1%
  • CSS 7.0%
  • JavaScript 6.4%