Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | Change templates and js | adityacp | |
- Support multiple files uploading in assignment - Create new check field to grade assignement based question - Add js changes | |||
2017-03-08 | Merge pull request #233 from ankitjavalkar/fix-course-creator-display | Prabhu Ramachandran | |
Display full name of course creator & redirect logout correctly | |||
2017-03-08 | Hide/Disable submit in correct code questions | ankitjavalkar | |
2017-03-07 | Add numbering enrolled/requested/rejected students in course details display | ankitjavalkar | |
2017-03-06 | Modify UI for notifications in submitted code questions | ankitjavalkar | |
2017-03-06 | Multiple changes: | ankitjavalkar | |
- Fix movement from one question to another in next_question - Fix random display of errors from MCQs - Add Notification display if question has been attempted - Fix test cases for changes made | |||
2017-03-06 | Allow revisiting all types of question to resubmit answer | ankitjavalkar | |
2017-03-06 | Display full name of course creator & redirect logout correctly | ankitjavalkar | |
2017-03-03 | Merge pull request #230 from adityacp/show_remain_time_monitor | Prabhu Ramachandran | |
Show remaining time of students in monitor | |||
2017-03-02 | Change js to convert seconds | adityacp | |
2017-03-01 | Fix selenium tests: | ankitjavalkar | |
- Fix addition of answer to codemirror using selenium - Add custom exception when selenium fails - Add id to logout button on student interface - Fix imports for Python3 support in load_test.py | |||
2017-02-28 | Show remaining time of students in monitor | adityacp | |
2017-02-21 | Add a new view for logout | ankitjavalkar | |
2017-02-17 | Modify button label in complete.html | ankitjavalkar | |
2017-02-17 | Multiple minor fixes | ankitjavalkar | |
- Display a message when the question paper exists but has no questions - Avoid logout after encountering no quiz/no questions - Remove incorrect logout message in complete | |||
2017-02-16 | Merge pull request #225 from adityacp/students_info_course | Prabhu Ramachandran | |
Display Students info in course | |||
2017-02-16 | Wrap lines to 80 cols with proper indentation | adityacp | |
2017-02-16 | Add auto scroll to show errors in code questions | ankitjavalkar | |
2017-02-16 | Modify students information table | aditya palaparthy | |
2017-02-16 | Display students info in course | aditya palaparthy | |
2017-02-03 | renamed quiz model attribute from can_skip_questions to allow_skip | maheshgudi | |
2017-02-03 | added skip question feature. closes #191 | maheshgudi | |
The can_skip_questions attribute is to be set True for students to be able to skip questions. If it is set as False, students wont be able to skip to the next question. | |||
2017-02-01 | Merge pull request #198 from prathamesh920/password_reset_issue | Prabhu Ramachandran | |
Forgot Password and Reset Issue Resolved | |||
2017-02-01 | Forgot Password and Reset Issue Resolved | prathamesh | |
The problem was: We have included yaksh urls to the project urls with the namespace "yaksh". So whenever we call the url name i.e "yaksh:<url>" a reverse match is made. But for Forgot Password and Change Password we are using django's in-built functionality, where the reverse url is hardcoded. So the reverse match fails as the namespace is not specified! To resolve this, created a urls_password_reset URL dispatcher file and included to the project urls. | |||
2017-01-31 | Should fix #189. | Prabhu Ramachandran | |
2017-01-29 | added bootstrap modal as student info links in course detail page. | maheshgudi | |
2017-01-28 | added select all to remove all trial papers | maheshgudi | |
2017-01-28 | added info glyphicons for help text in add quiz and demo course. | maheshgudi | |
2017-01-28 | added Download CSV link for course alloted as well. | maheshgudi | |
2017-01-25 | student selected answer is now rendered in html | maheshgudi | |
2017-01-25 | Merge pull request #184 from maheshgudi/mcq_bugfix | Prabhu Ramachandran | |
Minor view changes | |||
2017-01-25 | Merge pull request #185 from ankitjavalkar/course-prerequisite | Prabhu Ramachandran | |
Add course instructions | |||
2017-01-23 | Minor fixes to instruction field rendering | ankitjavalkar | |
2017-01-23 | Add course instructions | ankitjavalkar | |
2017-01-23 | moved activate/deactivate course button to the top. Removed instructions ↵ | maheshgudi | |
from create_demo_course | |||
2017-01-22 | rectified monitor answerpaper view. Changed mcqfield from charfield to ↵ | maheshgudi | |
textfield. | |||
2017-01-21 | monitor sorts wrt to highest score. removed quiz instructions from models. | maheshgudi | |
2017-01-19 | Add minor UI change when displaying Code question errors | 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. |