Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

A project to create a simple quiz application for classroom teachers

Notifications You must be signed in to change notification settings

ticviking/django-classroomquiz

Repository files navigation

django-classroom quiz is an application I built for my Senior Thesis in education at Utah State University. The code as it stands now is a mess, and is still deeply embedded with the orginal django project(which contains code I do not want to release to the wild) 

installation
============
The basic application should install like any other django app:
* copy the 'django-classroomquiz/' directory into the project folder
* add "django-classroomquiz" to installed apps in settings.py
* add a line to urls.py to make the app visible.
  - something like "(R'^quiz/', include('django-classroomquiz.urls')" should behave sanely).
Usage
=====
Any user can create a quiz by going to "yoursite.com/quiz/add/" Web form should be fairly straitforward, enter a question, a number of possible multiple choice answers and check which answer, or answers you are willing to accept as correct. 

Roadmap
=======
-Incorporate Classes, Students and Instructors with seperate privledges
-Improve front end interface for quiz addding and editing
-Add the Item Distractor Analysis to stats
-Provide a more interactive and meaningful statistics analysis
-Additional Item Types(short response etc)
-Teacher Grading Override(this is basically nessicary if we want to include any kind of free response question, because a small match problem would equal missed points for a student)

Licence
=================

Copyright (C) 2011 by Andrew Hamblin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


About

A project to create a simple quiz application for classroom teachers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages