-
Notifications
You must be signed in to change notification settings - Fork 7
Home
cjshawMIT edited this page Apr 28, 2017
·
15 revisions
This wiki attempts to document how to configure, install, and use qbank-lite
.
qbank-lite
is an assessment engine for the CLIx project. It supports several different question types, and works with an assessment authoring tool and player. It exposes all the assessments, results, etc., RESTfully, so anyone can build additional tools or functionality to work with qbank-lite
.
This project has lite
attached to it because it is also designed to run offline! It includes a built-in wsgi
server that you can use to run the project, creating a local web-like environment. You can also use qbank-lite
with a traditional web-server like Apache, on a server in the cloud.
- qbank architecture.
- How to run / develop / test qbank locally.
- Running qbank with Apache (i.e. in the cloud).
- Bundling qbank for offline deployments.
- Configuring qbank.
- Understanding the data models.
- Understanding the RESTful API (including multi-language questions, saving userIds).
- Question types supported.
- How to add new features.