Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.22 KB

backbone-quiz

A Javascript quiz application, built using Backbone.js

backbone-quiz is a quiz application, built for use on the website of the PBS documentary, "10 Buildings That Changed America." It supports two question types - multiple-choice and a sorting/matching type.

Dependencies:

Not-really dependencies:

the demo version (viewable by opening quiz.html in a browser) uses Twitter Bootstrap and Font Awesome.

Usage Instructions

Opening quiz.html in a browser should give you a functional demo quiz.

Configuration

The entire quiz is stored in a single javascript object, which gets passed into the quiz app. In this example, the quiz object is stored in a variable (in quiz.js) called fullQuizMulti. The object is fairly self-explanatory.