Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-09-16 | changed course template to view demo course | adityacp | |
2016-09-16 | changed courses template | adityacp | |
2016-09-16 | consistent indentation of 4 spaces in view_answerpaper.css and minor changes ↵ | maheshgudi | |
in grade_user.html | |||
2016-09-15 | monitor table sorter | maheshgudi | |
2016-09-15 | beautified grade user and monitor | maheshgudi | |
2016-09-08 | Merge pull request #131 from adityacp/fix_quiz_UI | Prabhu Ramachandran | |
Fix quiz templates | |||
2016-09-08 | Merge pull request #133 from maheshgudi/test_modes | Prabhu Ramachandran | |
Test modes bug fixes | |||
2016-09-08 | Merge pull request #135 from maheshgudi/view_answerpaper | Prabhu Ramachandran | |
students can view questions in view answerpaper | |||
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 | users and not course creator will see their own trial papers | 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 | changed Quiz displaying template | 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-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-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 | changed template; modified search_teacher, add_teacher and remove_teachers ↵ | maheshgudi | |
view functions | |||
2016-08-29 | changed search_teacher function to exclude course creator | maheshgudi | |
2016-08-29 | made UI changes to courses page and teacher can add another teacher | maheshgudi | |
2016-08-25 | Students can view their submission i.e. answer paper | prathamesh | |
A simple interface for students to view their answerpaper. Moderator has an option where he can allow to students to view their answerpaper. | |||
2016-08-25 | changed templates to view demo quiz | adityacp | |
2016-08-19 | - Modify admin.py to include Course model | ankitjavalkar | |
- Modify user.html and complete.html to include id for html elements | |||
2016-08-12 | Removed for loop from the question template. | prathamesh | |
Once the code question is correct, user must see the message Correct Output for two seconds and then url redirection. But since this was written in a for loop, so multiple requests almost simultaneously were sent by a single user. This caused the server to go down. For now removed for loop. | |||
2016-07-28 | changes in templates to get question file url and name | adityacp | |
2016-07-28 | students can download files | adityacp | |
2016-07-28 | added form to upload files | adityacp | |
2016-07-25 | - Fix syntax highlighting for c, java, shell and scilab | ankitjavalkar | |
- Add social-auth to setup.py | |||
2016-07-11 | changed templates for forgot password and change password | maheshgudi | |
2016-07-09 | next query string not required | prathamesh | |
2016-07-09 | oauth implemented | prathamesh | |
User can login via google and facebook. If user logs in from google and then later the same user logs in from facebook, then he will be considered as the same user if the email registered on facebook is of gmail. User profile will be created when user logs in via facebook or google. In yaksh pipeline, user.py is used to create profile. Pipeline settings is defined that defines the functions to be executed during oauth. Used bootstrap social and Font Awesome for UI design | |||
2016-07-07 | Minor change: Display reset button only if it is code question | ankitjavalkar | |
2016-07-05 | Merge pull request #107 from ankitjavalkar/codemirror | Prabhu Ramachandran | |
Add CodeMirror to Code questions |