Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | Add course instructions | ankitjavalkar | |
2017-01-18 | added bootstrap labels instead of mark tag | maheshgudi | |
2017-01-18 | students can see the correct option for MCQ/MCC questions in view_answerpaper | maheshgudi | |
students can also see the test cases of a code question in view_answerpaper | |||
2017-01-18 | Can download csv of students' performance per course | maheshgudi | |
Moderator can now download the csv dump of the performance of students in each quiz (best attempt of the quiz) for a course. | |||
2017-01-13 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
UI-modifications-phase-2 | |||
2017-01-13 | Fixed a bug which would mark all MCQ and MCC questions' answers as correct | maheshgudi | |
1. Due to the new evaluator, an unchecked bug, which marked all mcq and mcc attempts as correct, despite actually marking the wrong answer, has been fixed. 2. Added Test case to check for incorrect mcq and mcc questions 3. question.html would also render error msg for mcq and mcc questions. This has also been fixed. | |||
2017-01-12 | Exam interface improved | prathamesh | |
2017-01-09 | Merge pull request #172 from adityacp/update_docs | Prabhu Ramachandran | |
Update docs and fix minor issues | |||
2017-01-06 | Change image in docs and other minor docs changes | adityacp | |
2017-01-04 | Student UI modification. | prathamesh | |
Added side navigation bar. Edit and view Profile base template set properly. Added a tab "Enrolled Courses" for students to only view the courses they are enrolled in. | |||
2017-01-03 | added completed and inprogress papers' status in monitor | maheshgudi | |
2017-01-03 | MCQ/MCC choices HTML tags are rendered. | maheshgudi | |
2017-01-03 | navbar display was not proper in small devices. modified navabar. | prathamesh | |
Looks better in small devices as well. | |||
2017-01-02 | Add minor template change in questions | adityacp | |
2016-12-23 | Fix conflict | adityacp | |
2016-12-23 | Add minor template changes | adityacp | |
2016-12-22 | - Fix grade user rendering issue when question is skipped | ankitjavalkar | |
- Modify grade user html template to create readable variables for answer and error | |||
2016-12-22 | Refactor check method for cleaner code and fixing multiple issues | ankitjavalkar | |
- Question should skip to new question with new error rendering - Fix test cases Fix change_dir context manager in grader | |||
2016-12-21 | Fix rendering and representation of errors | ankitjavalkar | |
- Error are sent as list - Error are None if answer is fully correct - Error is rendered as in grade user and code questions as neat CSS divs - Fix corresponding test cases - Fix get_question answers in models.py | |||
2016-12-21 | Render output errors properly in grade user | ankitjavalkar | |
2016-12-21 | Fix output rendering in the question | ankitjavalkar | |
2016-12-19 | Merge pull request #162 from prathamesh920/question-form-interface | Prabhu Ramachandran | |
Question form interface | |||
2016-12-19 | cleaned up the code and made testcase forms dynamic | prathamesh | |
2016-12-19 | change in add question interface | prathamesh | |
2016-12-07 | new question template | prathamesh | |
2016-12-01 | removed extra html tag and changed alignment of rendered text | adityacp | |
2016-11-30 | Quiz instructions fetched from database instead of default text | adityacp | |
2016-11-30 | Render Instructions from textarea | adityacp | |
2016-11-18 | Merge pull request #160 from maheshgudi/add_datetimepicker | Prabhu Ramachandran | |
Date time picker and python assertion exception fix | |||
2016-11-18 | added date time picker for simple start and end quiz time selection. | maheshgudi | |
2016-11-18 | fixed tooltip and Show files which are not hidden for a question | adityacp | |
2016-11-17 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
student-interface Resolved Conflicts: yaksh/templates/yaksh/question.html Added testarea back for now. | |||
2016-11-17 | Changes as per suggestions | prathamesh | |
2016-11-17 | Removed javascript console statement | prathamesh | |
2016-11-17 | Improved Student Interface | prathamesh | |
Student test interface improved. Made time-left component fixed at the top Reset button for code question shifted inside the editor panel. Reduced the empty space at the top and few improvement in look and feel. | |||
2016-11-16 | Fix Output display of Code Question | ankitjavalkar | |
2016-11-10 | Fix minor errors, fix template rendering in grade user | ankitjavalkar | |
2016-11-10 | dd basic partial marking feature per test case | ankitjavalkar | |
2016-11-01 | courses and question paper creation UI modified | prathamesh | |
2016-11-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
UI-modifications Resolved Conflicts: yaksh/templates/manage.html yaksh/templates/yaksh/design_questionpaper.html | |||
2016-11-01 | modified profile and password reset/change templates | prathamesh | |
2016-10-26 | Migration from bootstrap 1.4 to bootstrap 3.3 | prathamesh | |
Removed css redundancy. Removed unwanted css. Included css and js imports in base template. Upgraded jquery to v1.9 for now. | |||
2016-10-13 | Hide questions instead of deletion | ankitjavalkar | |
2016-10-06 | Fixed div collapse inconsistency | prathamesh | |
It was possible that some collapse have the same href. So if we click on any one group with the same href then only the first collapse div would collapse. | |||
2016-10-04 | Edit Question Paper Feature. | prathamesh | |
Can edit question paper. For creating new and editing existing question paper, same UI and view is used. Ajax previously used for creation is removed. Not necessary as post request handles the same. Removed unnecessary js. | |||
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-21 | changed func name from create_demo_que_ppr to create_demo_quiz_paper | adityacp | |
2016-09-20 | changed manage and courses template | adityacp | |
2016-09-19 | changed template tag | adityacp | |