summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2016-04-01views functions related to exam flow are cleaned-upprathamesh
Cleaned views various functions related to the exam flow. That is, introduction, start, check, show questions. To check prerequisite, can attempt the quiz, start quiz in progress if time available, get all active quizzes all these functionalities are shifted from views to models. Still further it has to be cleaned. For Answerpaper model, made questions, questions_answered and questions_unanswered manytomany relation with the Question model. Corrected the testcases.
2016-04-01Merge pull request #84 from adityacp/templatesPrabhu Ramachandran
Quiz display template changes
2016-04-01python error based test case changesadityacp
2016-03-21python test cases changesadityacp
2016-03-16A moderator can download csv file for a given question paper.prathamesh
csv includes the latest attempt for the quiz/questionpaper. It contains user details and marks for the quiz.
2016-03-11small change in views.pyadityacp
2016-03-11small login page changeadityacp
2016-03-11changes in python test casesadityacp
2016-03-11python test case changesadityacp
2016-03-11Frontend design changesadityacp
remove older change Remove further changes interface changes interface changes small views.py change change in code evaluator code evaluator changes python code evaluator change exception changes in code evaluator and test cases for python Update test_python_evaluation.py changed variable name in test case Views.py conflict resolve
2016-03-09Forgot Password facilityprathamesh
Used django in-built views. Templates overridden. User enters email address and submits. The user receives an email with password reset link(one time link). The link contains a token generate using the current state of the user like user password. The link is verified each time when it is been requested. So the link will be invalid if the user has already changed the password using the link.(since the token is generated using current state of the user.) User resets his password via the link.
2016-03-07UI modification and checks for answerpaper before evaluating.prathamesh
2016-03-07Added a checkpoint, quizzes will be available only if the user isprathamesh
enrolled for the respective course.
2016-03-07Added tests for Course modelprathamesh
2016-03-02Course module implementedprathamesh
Moderator can now create courses. Under his courses he can create quizzes. Students can enroll for the course. Moderator can approve or reject enrollment request of the student. Student can view quizzes only for the enrolled course.
2016-02-25Question Statistics for a quiz per attempt.prathamesh
Shows the number of appearance of a question versus number of times the question was answered correctly
2016-02-23Changed as per suggestionprathamesh
2016-02-23minor shuffleprathamesh
2016-02-23Added a check for zero attemptprathamesh
2016-02-22Added statistics per question for a quizprathamesh
2016-02-18Monitor shows latest attempt of a student for a given quizprathamesh
User data is shown as per the question paper/quiz and not all together. It also shows other attempts for the same question paper. And then grade user interface is as per question paper if nagivated via monitor interface.
2016-02-16Added tests for status and update_statusprathamesh
2016-02-16Marks are updated at each submit.prathamesh
Shows status of the user test to the moderator
2016-02-15update marks on time upprathamesh
2016-02-12Typos fixed and minor interface fixesankitjavalkar
2016-02-12Revert question display design, add language usedankitjavalkar
2016-02-12- Fix blinker in Timerankitjavalkar
- modify question display
2016-02-12Frontend interface changes:ankitjavalkar
- Current question in nav bar highlighted with green - Submitted question in nav bar disabled, greyed out - Timer display size increased - Timer warning display, blinking
2016-02-11Fix bug: Double submission of answersankitjavalkar
2016-01-22Add docstring to middlewareankitjavalkar
2016-01-15Change model name associated with concurrent loginankitjavalkar
2016-01-15Allow single user session active at any given timeankitjavalkar
2016-01-13Merge pull request #68 from ankitjavalkar/dockersupportPrabhu Ramachandran
Add Dockerfile, modify docs and code_server
2015-12-04Add Dockerfile, modify docs and code_serverankitjavalkar
2015-11-23Add quiz score table in grade userankitjavalkar
2015-10-13Fix test casesankitjavalkar
2015-10-09move tests to new dir and modify travis.ymlankitjavalkar
2015-10-09Add missing evaluator testsankitjavalkar
2015-10-09minor changes to README post reviewankitjavalkar
2015-10-08- Modify initial fixturesankitjavalkar
- Add load data command with settings.py path - Modify Manifest
2015-10-07Modify fixtures and load them on quickstartankitjavalkar
2015-10-07Clean setup procedureankitjavalkar
- Make corresponding app name changes in script - Change app name in setup.py - Minor changes in Readme, it is now split into quickstart & production - rename install script
2015-09-23Change some more paths to reflect new nameankitjavalkar
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar