Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | Add multiple fixes based on code review | ankitjavalkar | |
2017-03-31 | Multiple changes to Course: | ankitjavalkar | |
- Allow a start and end time for Course enrollment - Allow Course to be editable | |||
2017-03-10 | Change views and models | adityacp | |
- Remove Fixed Question Model - Create a fixed question order attribute in models | |||
2017-03-10 | Change models and views test to get fixed questions | adityacp | |
2017-02-07 | Add view test case for password reset and password change | ankitjavalkar | |
2017-01-03 | modified editing instructions. Instructions are now initialized in forms and ↵ | maheshgudi | |
not fetched from a file | |||
2016-12-20 | Fix errors and rename resources | ankitjavalkar | |
- code_evaluator module and class renamed to grader - Test cases fixed - Comments removed - weight variable renamed to mark | |||
2016-11-30 | fix views tests for quiz | adityacp | |
2016-10-27 | Add views test for add_course view | ankitjavalkar | |
2016-10-04 | changes in test view as redirect url changed. | prathamesh | |
2016-09-23 | Added teardown to the grader view test | prathamesh | |
2016-09-23 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
regrade_papers Resolved Conflicts: yaksh/models.py yaksh/test_models.py yaksh/urls.py yaksh/views.py | |||
2016-09-23 | Regrade Feature | prathamesh | |
A question can be regraded for a given quiz. Whole quiz can be regraded. Particular user paper can be regraded. Moved validate_answer from views to models. regrade method also updates the answer i.e. marks and correctness. Also, the answer paper percentage is updated. | |||
2016-09-20 | removed user creation for demo course | adityacp | |
2016-09-19 | removed string comparison for demo course | adityacp | |
2016-09-16 | changed course template to view demo course | adityacp | |
2016-09-06 | changed test cases to reflect changes in addquiz view function | maheshgudi | |
2016-09-02 | refactor in test_models and updated with latest changes | adityacp | |
2016-09-01 | Merge pull request #105 from adityacp/stdin_stdout_evaluator | Prabhu Ramachandran | |
Stdin stdout evaluators | |||
2016-08-31 | Added testcases for model and view. | prathamesh | |
2016-08-25 | changed testcases to test questions dump | adityacp | |
2016-07-28 | rebase changes and changed expected input format in cpp tests | adityacp | |
2016-07-09 | Changed url pattern in views test to pass the test | prathamesh | |
2016-07-08 | Add timezones while creating quizzes in view tests | ankitjavalkar | |
2016-07-08 | Add further tests for views | ankitjavalkar | |
2016-07-08 | Add tests for views | ankitjavalkar | |