Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-16 | changed course template to view demo course | adityacp | |
2016-09-16 | changed courses template | adityacp | |
2016-09-16 | changed fixtures and views | adityacp | |
2016-09-16 | changed json question summary | adityacp | |
2016-09-16 | Merge pull request #136 from maheshgudi/gradeuser_monitor_beautification | Prabhu Ramachandran | |
Gradeuser and monitor beautification | |||
2016-09-16 | Merge pull request #137 from maheshgudi/delete_answerpaper | Prabhu Ramachandran | |
admin can delete answerpaper | |||
2016-09-16 | consistent indentation of 4 spaces in view_answerpaper.css and minor changes ↵ | maheshgudi | |
in grade_user.html | |||
2016-09-15 | admin can delete answerpaper | maheshgudi | |
2016-09-15 | monitor table sorter | maheshgudi | |
2016-09-15 | beautified grade user and monitor | maheshgudi | |
2016-09-14 | added check conditions in demo fixtures | adityacp | |
2016-09-08 | Merge pull request #131 from adityacp/fix_quiz_UI | Prabhu Ramachandran | |
Fix quiz templates | |||
2016-09-08 | added condition to check traceback | adityacp | |
2016-09-08 | Merge pull request #133 from maheshgudi/test_modes | Prabhu Ramachandran | |
Test modes bug fixes | |||
2016-09-08 | minor variable name changes in views | maheshgudi | |
2016-09-08 | Merge pull request #135 from maheshgudi/view_answerpaper | Prabhu Ramachandran | |
students can view questions in view answerpaper | |||
2016-09-08 | Merge pull request #132 from maheshgudi/course_changes | Prabhu Ramachandran | |
added add quiz button to each course | |||
2016-09-08 | changed template to add end_time and status details in answerpaper | maheshgudi | |
2016-09-08 | changed input name in html from delete_quiz to delete_paper | maheshgudi | |
2016-09-07 | only answerpapers are deleted and not the entire trial quiz | maheshgudi | |
2016-09-07 | removed initial form field from QuizForm and minor fixes in add_quiz view ↵ | maheshgudi | |
function and courses template | |||
2016-09-07 | students can view questions, beautified view_answerpaper.html | maheshgudi | |
2016-09-06 | modified monitor view function to remove trial paper occurrences | maheshgudi | |
2016-09-06 | users and not course creator will see their own trial papers | maheshgudi | |
2016-09-06 | changed test cases to reflect changes in addquiz view function | maheshgudi | |
2016-09-06 | added 'add new quiz' button to each course | maheshgudi | |
2016-09-02 | refactor in test_models and updated with latest changes | adityacp | |
2016-09-02 | changed </br> to <br>in questions.html | adityacp | |
2016-09-01 | Merge pull request #105 from adityacp/stdin_stdout_evaluator | Prabhu Ramachandran | |
Stdin stdout evaluators | |||
2016-09-01 | changed Quiz displaying template | adityacp | |
2016-09-01 | changes in test cases for tracebacks | adityacp | |
2016-09-01 | changed format of tracebacks | adityacp | |
2016-08-31 | change in incorrect answer stdio testcase | adityacp | |
2016-08-31 | Merge pull request #129 from prathamesh920/view_answerpaper | Prabhu Ramachandran | |
View answerpaper | |||
2016-08-31 | rebase with latest changes | adityacp | |
2016-08-31 | Clean the template for student view answerpaper and monitor | prathamesh | |
2016-08-31 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
view_answerpaper Resolved Conflicts: yaksh/views.py | |||
2016-08-31 | Added testcases for model and view. | prathamesh | |
2016-08-30 | changed load and dump test cases | adityacp | |
2016-08-30 | added read_json func in Question model | adityacp | |
2016-08-30 | changes in create demo course | adityacp | |
2016-08-30 | added extract status of file in demo_question.zip | adityacp | |
2016-08-30 | removed extract_files and read_json files from views | adityacp | |
2016-08-30 | Merge pull request #128 from prathamesh920/bug_fixes | Prabhu Ramachandran | |
Bug fixes | |||
2016-08-30 | Merge pull request #122 from maheshgudi/course_changes | Prabhu Ramachandran | |
made UI changes to courses page and teacher can add another teacher | |||
2016-08-30 | Merge pull request #121 from ankitjavalkar/dockerdocs | Prabhu Ramachandran | |
Add docker deployment to documentation | |||
2016-08-29 | Add docker deployment to documentation | ankitjavalkar | |
2016-08-29 | Answer saved again after correctly submitted, fixed. | prathamesh | |
Removed javascript that makes user wait for 2 seconds when the code question is correct. All the other html elements are accessible by user during the wait. This also caused the duplicate save during the wait, as they can skip at that point and the answer is saved again. Added a check that if question is already answered then do not save it. This also resolves the monitor(use data) page problem of showing marks obtained zero even when it is correct. Removed skipped answers from the monitor page. | |||
2016-08-29 | Views sometimes use cent percent CPU, fixed | prathamesh | |
After correct submission(POST) of code question, same question is shown for 2 seconds with a message "Correct Output". After 2 seconds, the same correctly answered question is resubmitted(GET) to the server.Since the question is already answered, it skips the question using the skip method of answerpaper. In skip method we have used cycle itertool, which loops in a cyclic manner, never ending. So it is terminated when we get a question match in an unanswered questions list with the submitted question. But the question is already answered so we never get a match and loop runs infinitely. So used list instead of cycle. Also, after correct answer, the user is to always get first question in the answered list of question instead of next question after the answered one. So changed the completed_question method of answerpaper. | |||
2016-08-29 | minor changes in admin | maheshgudi | |