Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-17 | Change course.js to validate email form details | adityacp | |
2017-08-16 | Adds ruamel.yaml instead of pyyaml | mahesh | |
- Preserves escape characters - Adds ruamel.yaml in requirements | |||
2017-08-14 | Changes related to front-end | prathamesh | |
Removed snippet append in the check view as snippet is not posted in request. Added an overlay when an user submits a code, with a status text on it. This is to block user from triggering any other event when JS is running. Overlay disappears when JS complete its execution. On time out a request is posted via JS, it receives a JSON response but cannot display user the error as time is over. So in such case, the django itself handles the result and does not return JSONv response. | |||
2017-08-14 | To handle unknown status response from code server | prathamesh | |
2017-08-14 | Front-end modification for improved code server | prathamesh | |
Added JQuery to handle request. Sends ajax request and gets json as response. json contains token i.e uid which is answer id. Using uid, an ajax request is sent after every 2 secs till the server gives the desire result. If the code result has error then html is written on the document. If the result has correct answer then next question is displayed. *includes function for string will not work for older browers. Will substitute with a different function in next commit. | |||
2017-08-03 | Modifies UI for questions section | mahesh | |
2017-06-14 | searches for tagged questions | mahesh | |
2017-06-12 | Add latest changes after rebase | adityacp | |
2017-06-12 | Add separate form to send emails | adityacp | |
2017-05-16 | added wordwrap for error output table | mahesh | |
2017-05-15 | Change course.js and course_detail.html | adityacp | |
- Allow moderator to send emails to students enrollded in a course - Add validations to check email data in course.js | |||
2017-05-12 | changed stdio output | mahesh | |
2017-04-10 | Change in templates and js and urls | adityacp | |
- Add urls to download quiz assignments in urls.p - Catch Http404 exception message in 404.html template - Add download assignment links for quiz in grade_user.html - Fix javascript validation in add_question.js | |||
2017-03-21 | rebase changes for simple question types | mahesh | |
2017-03-20 | Merge pull request #252 from adityacp/assignment_upload_check | Prabhu Ramachandran | |
Assignment upload Evaluation | |||
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-10 | Allow moderator to select questions in any order required | adityacp | |
2017-03-02 | added string based questions. | maheshgudi | |
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-13 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
UI-modifications-phase-2 | |||
2017-01-13 | removed unwanted css. Modified test. | prathamesh | |
2017-01-12 | Exam interface improved | prathamesh | |
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-02 | Add minor template change in questions | adityacp | |
2016-12-01 | removed extra html tag and changed alignment of rendered text | adityacp | |
2016-12-01 | removed bind function instead used keypress | 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 | 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-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-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-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-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-07 | students can view questions, beautified view_answerpaper.html | maheshgudi | |
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-05 | Merge pull request #107 from ankitjavalkar/codemirror | Prabhu Ramachandran | |
Add CodeMirror to Code questions | |||
2016-06-07 | Escape quotes in codemirror | ankitjavalkar | |
2016-06-03 | Add codemirror | ankitjavalkar | |
2016-05-27 | added no prerequisite required condition | maheshgudi | |
2016-05-27 | added js function to alert user for prerequisites | maheshgudi | |
2016-05-12 | Add bootstrap 3 files | ankitjavalkar | |
2016-05-05 | - Add formsets to Add question templates | ankitjavalkar | |
- add/modify test cases in place when adding questions | |||
2016-05-05 | Add views, forms and templates (with JS) for new test cases: | ankitjavalkar | |
- Add a view and template to list out test cases for particular question - Add a view and template to add/edit test cases | |||
2016-05-04 | added new css elements | mahesh | |
2016-04-15 | design css and html changes | adityacp | |