mjibrower / BlackboardQuizGenerator

Creates test questions for importing into the Blackboard LMS

Home Page:https://ed.oc.edu/blackboardquizgenerator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://ed.oc.edu/blackboardquizgenerator/

License:GNU General Public License v3.0


Languages

Language:C# 57.5%Language:HTML 16.9%Language:ASP 12.1%Language:CSS 7.0%Language:JavaScript 6.4%