Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam5992/coadmire
Adaptable test assessment platform built in python flask and mongoDb.
https://github.com/shivam5992/coadmire
Last synced: 1 day ago
JSON representation
Adaptable test assessment platform built in python flask and mongoDb.
- Host: GitHub
- URL: https://github.com/shivam5992/coadmire
- Owner: shivam5992
- Created: 2013-10-13T20:33:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T22:18:35.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T03:51:50.362Z (8 months ago)
- Language: Python
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CoadMire
========**About**
Coadmire is an online test platform developed and designed espically to give a better experince to both users and admins.
It supports the feature of adaptability ie. dynamic level transitions while the test is in progress.
It adapts according to the examinee's ability level.
It selects questions for the purpose of maximizing the precision of the exam based on what is known about the examinee
from previous questions.
From the examinee's perspective, the difficulty of the exam seems to tailor itself to his or her level of ability
Current levels are displayed interactivly on the test screen.**Backend**
Codemire test starts from basic level and progress according to the responses submitted by the user.
With every correct response, level increases by one and with every wrong a answer, level decreases by one.
All the responses are smartly captured in the database.**Instructions to initiate the project**
1. Install pymongo using command:
pip install pymongo2. Before runnig the script, create a local server of mongoDb on your PC.
mongod --dbpath /path/3. Run the script question_data.py to laod the mongodb database with 100 documents of questions, answers and options.
python question_data.py
4. Run the router.py script and check out the page in web browser.
python router.py