Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-11 | small change in views.py | adityacp | |
2016-03-11 | small login page change | adityacp | |
2016-03-11 | changes in python test cases | adityacp | |
2016-03-11 | python test case changes | adityacp | |
2016-03-11 | Frontend design changes | adityacp | |
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-09 | Merge pull request #83 from prathamesh920/forgot_password | Prabhu Ramachandran | |
Forgot password | |||
2016-03-09 | Forgot Password facility | prathamesh | |
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-09 | Merge pull request #82 from prathamesh920/courses | Prabhu Ramachandran | |
Courses | |||
2016-03-07 | UI modification and checks for answerpaper before evaluating. | prathamesh | |
2016-03-07 | Added a checkpoint, quizzes will be available only if the user is | prathamesh | |
enrolled for the respective course. | |||
2016-03-07 | Added tests for Course model | prathamesh | |
2016-03-02 | Course module implemented | prathamesh | |
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-29 | Merge pull request #77 from prathamesh920/stats_per_question | Prabhu Ramachandran | |
Added statistics per question for a quiz | |||
2016-02-25 | Question 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-23 | Changed as per suggestion | prathamesh | |
2016-02-23 | minor shuffle | prathamesh | |
2016-02-23 | Added a check for zero attempt | prathamesh | |
2016-02-22 | Added statistics per question for a quiz | prathamesh | |
2016-02-18 | Merge pull request #74 from prathamesh920/monitorUI | Prabhu Ramachandran | |
Monitor shows latest attempt of a student for a given quiz | |||
2016-02-18 | Monitor shows latest attempt of a student for a given quiz | prathamesh | |
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-16 | Merge pull request #73 from prathamesh920/marks_update_issue | Prabhu Ramachandran | |
Marks update issue | |||
2016-02-16 | Added tests for status and update_status | prathamesh | |
2016-02-16 | Marks are updated at each submit. | prathamesh | |
Shows status of the user test to the moderator | |||
2016-02-15 | update marks on time up | prathamesh | |
2016-02-15 | Merge pull request #72 from ankitjavalkar/minorfrontendchanges | Prabhu Ramachandran | |
Typos fixed and minor interface fixes | |||
2016-02-12 | Typos fixed and minor interface fixes | ankitjavalkar | |
2016-02-12 | Merge pull request #70 from ankitjavalkar/frontendchanges | Prabhu Ramachandran | |
Frontend interface changes | |||
2016-02-12 | Revert question display design, add language used | ankitjavalkar | |
2016-02-12 | - Fix blinker in Timer | ankitjavalkar | |
- modify question display | |||
2016-02-12 | Frontend 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-12 | Merge pull request #71 from ankitjavalkar/answer-submit-bug | Prabhu Ramachandran | |
Fix bug: Double submission of answers | |||
2016-02-11 | Fix bug: Double submission of answers | ankitjavalkar | |
2016-01-22 | Merge pull request #66 from ankitjavalkar/concurrent-login | Prabhu Ramachandran | |
Allow single user session active at any given time | |||
2016-01-22 | Add docstring to middleware | ankitjavalkar | |
2016-01-15 | Change model name associated with concurrent login | ankitjavalkar | |
2016-01-15 | Allow single user session active at any given time | ankitjavalkar | |
2016-01-13 | Merge pull request #68 from ankitjavalkar/dockersupport | Prabhu Ramachandran | |
Add Dockerfile, modify docs and code_server | |||
2016-01-13 | Merge pull request #65 from ankitjavalkar/quiz-score | Prabhu Ramachandran | |
Add quiz score table in grade user | |||
2015-12-04 | Add Dockerfile, modify docs and code_server | ankitjavalkar | |
2015-11-23 | Add quiz score table in grade user | ankitjavalkar | |
2015-10-13 | Merge pull request #61 from ankitjavalkar/pypiv0.1.1 | Prabhu Ramachandran | |
Release specific changes | |||
2015-10-13 | Release specific changes | ankitjavalkar | |
2015-10-13 | Merge pull request #60 from ankitjavalkar/add-missing-tests | Prabhu Ramachandran | |
Add missing evaluator tests | |||
2015-10-13 | Fix test cases | ankitjavalkar | |
2015-10-09 | move tests to new dir and modify travis.yml | ankitjavalkar | |
2015-10-09 | Add missing evaluator tests | ankitjavalkar | |
2015-10-09 | Merge pull request #59 from ankitjavalkar/clean-setup | Prabhu Ramachandran | |
Clean setup with fixtures that are loaded by default | |||
2015-10-09 | minor changes to README post review | ankitjavalkar | |
2015-10-08 | Minor changes to setup.py and README.md | ankitjavalkar | |
2015-10-08 | - Modify initial fixtures | ankitjavalkar | |
- Add load data command with settings.py path - Modify Manifest |