Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-15 | Fix tests and quiz template | adityacp | |
2020-01-31 | Change templates | adityacp | |
- Add legend for question navigator in quiz - Fix button position in add exercise - Fix UI in preview question paper, quit, complete, show questions | |||
2020-01-30 | Change in js, templates | adityacp | |
- Replace manual django url pattern in course progress and course js - Add overflow horizontal scroll in quiz side bar - Use bootstrap input text style in quiz | |||
2020-01-28 | Change in views, forms, templates, static | adityacp | |
- Revamp UI in student dashboard - Fix course form to get bootstrap form class - Add custom css for sidebar in course module page for student - Use django url pattern | |||
2019-02-27 | Remove commented code and inline styling | ankitjavalkar | |
2019-02-04 | Make changes to View Module screen and Quiz screen interface for students | ankitjavalkar | |
- Remove 'Units In This Module' section from View Module page - Increase size of Question marks displayed during Quiz - Change the Question Navigator colours so that Attempted Question number is more visible - Remove footer in Quiz interface - Adjust the logo in the Nav bar on Quit and Complete screen | |||
2019-01-28 | Code refactor and resolves requested changes. | CruiseDevice | |
2019-01-28 | Fix #525 | CruiseDevice | |
- Categorize questions into objectives, blanks, upload and programming. | |||
2018-10-12 | Make changes as per PR review | ankitjavalkar | |
2018-09-26 | Change templates with new UI | Shelsy | |
2018-01-08 | Allow access to previous completed questions in exercises | maheshgudi | |
2018-01-02 | Merge branch 'master' of https://github.com/FOSSEE/online_test into exercise | prathamesh | |
Conflicts Resolved: yaksh/templates/yaksh/courses.html yaksh/templates/yaksh/question.html | |||
2018-01-02 | Update to latest changes | adityacp | |
2017-12-29 | Add updated logo on exam page | maheshgudi | |
2017-12-27 | Exercise feature in video lessons | prathamesh | |
Exercise is same as quiz except for following differences: - no time limit - no marks weightage - no instruction page - skip denied for a particular time An attribute 'is_exercise' in Quiz determines whether the quiz is exercise or not. Questions contains 'min_time' attribute. For an exercise a question cannot be skipped for an allotted minimum time, after which either django or JavaScript makes Next button available. Implementation is as such due to complexity of our existing views and templates. Also, after min_time, same question with Next button is available to move on, assuming that solution is present in the video. | |||
2017-12-24 | Modify Student side UI | mahesh | |
- Add yaksh_logo to navbar - Add yaksh_text image on login page - Modify footer bar - Remove fron sidebar and add on navbar | |||
2017-11-24 | Merge branch 'yaksh_video_lessons' of https://github.com/fossee/online_test ↵ | mahesh | |
into yaksh_video_lessons | |||
2017-11-23 | Put page footer outside div container | maheshgudi | |
2017-11-23 | Minor changes in requesthandler.js | maheshgudi | |
2017-11-23 | Render error output with django template instead of javascript | mahesh | |
2017-11-22 | Display error output without reloading. | maheshgudi | |
2017-11-21 | Change in templates, js, template tag | adityacp | |
- Add new template tag to fetch course module completion status - View all lessons/quizzes during quiz - Change button values - Change user mode and god mode | |||
2017-11-20 | Change in templates | adityacp | |
- Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface | |||
2017-11-10 | Add textwrap for assertion error table | maheshgudi | |
2017-11-10 | No tracebacks if longer than 5 lines. | mahesh | |
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change. | |||
2017-11-07 | Change module compare_stdio to error_messages | maheshgudi | |
2017-11-07 | Add traceback for exceptions | mahesh | |
2017-11-07 | Beautiful error outputs | maheshgudi | |
2017-10-06 | Get questions in particular order in template | adityacp | |
2017-10-05 | Allow user to quit the paper manually and revisit the paper if necessary | ankitjavalkar | |
2017-05-22 | changes variable and dict key names along with other minor changes in ↵ | mahesh | |
answerpaper. | |||
2017-05-16 | added wordwrap for error output table | mahesh | |
2017-05-12 | changed stdio output | mahesh | |
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-06 | Allow revisiting all types of question to resubmit answer | ankitjavalkar | |
2017-02-16 | Add auto scroll to show errors in code questions | ankitjavalkar | |
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-01-19 | Add minor UI change when displaying Code question errors | ankitjavalkar | |
2017-01-12 | Exam interface improved | prathamesh | |