Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Change mathajax cdn source due to deprication. | maheshgudi | |
2017-11-14 | Merge pull request #390 from maheshgudi/regrade_fix | Prabhu Ramachandran | |
Regrade fix | |||
2017-11-14 | Merge pull request #378 from prathamesh920/upload_users_csv | Prabhu Ramachandran | |
Upload users csv | |||
2017-11-14 | Fix regrader for new code server | maheshgudi | |
2017-11-14 | Added sample csv for user to download and upload. | prathamesh | |
2017-11-13 | Fix Error table layout in grade_user, view_answerpaper, user_data | maheshgudi | |
2017-11-10 | Add textwrap for assertion error table | maheshgudi | |
2017-11-10 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
upload_users_csv | |||
2017-11-10 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
beautify_assertions | |||
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 | Merge pull request #373 from prathamesh920/detailed_csv_download_quiz | Prabhu Ramachandran | |
Detailed csv download quiz | |||
2017-11-07 | Modify answerpaper wrt to changes in assertion error output | maheshgudi | |
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-11-06 | Remove extra jQuery file from add_course.html | Akshen | |
-Since jquery-1.9.1.min.js is already present in base, it was removed from add_course.html's script tag | |||
2017-11-06 | Added info for upload | prathamesh | |
converted list to set as dict.keys() returns list in python 2.7 | |||
2017-11-06 | Update CHANGELOG | Akshen | |
updates change and required fix i.e Add Course to Save Button in add_course.html | |||
2017-11-06 | Upload user to the course via csv. | prathamesh | |
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv | |||
2017-11-03 | Adds DateTimePicker to Add_Course | Akshen | |
Adds DatetimePicker to start_enroll_time and end_enroll_time fields | |||
2017-10-27 | Excluded teachers and creator form the enrolled users list | prathamesh | |
Changed the HTML select id attribute to name, necessary to track in POST request | |||
2017-10-26 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py | |||
2017-10-26 | CSV download for quiz enhanced | prathamesh | |
CSV download for a quiz now shows question wise grades. Also, for a given attempt all the users from the course are entered in the CSV. If the user has not attempted then a dash '-' is put under the grades. Also, handles random questions, if a question paper has questions selected from pool of questions then all the questions are entered in the CSV. 'NA' is put under the question grade if that question has not come in the question/answer paper for that given user. | |||
2017-10-25 | Merge pull request #368 from ankitjavalkar/fix-reset-button | Prabhu Ramachandran | |
Fix the Reset Answer javascript and rename it to Clear Text Area | |||
2017-10-25 | Fix the Reset Answer javascript and rename it to Undo Changes | ankitjavalkar | |
2017-10-17 | Merge pull request #351 from maheshgudi/yaml_fixes | Prabhu Ramachandran | |
Yaml fixes | |||
2017-10-17 | Merge pull request #336 from adityacp/new_js_editor | Prabhu Ramachandran | |
New js editor | |||
2017-10-12 | Fix User data UI bug and auto-updates demo course total marks | maheshgudi | |
2017-10-09 | Fix UI related changes in questions.html and view_answerpaper.html | maheshgudi | |
2017-10-09 | Fix nav sidebar overlapping on questions list | maheshgudi | |
2017-10-06 | Get questions in particular order in template | adityacp | |
2017-10-05 | Use MCQ/MCC testcases id instead of options to validate answer | maheshgudi | |
2017-10-05 | Merge pull request #344 from ankitjavalkar/allow-paper-revisit | Prabhu Ramachandran | |
Allow user to quit the paper manually and revisit the paper if necessary | |||
2017-10-05 | changed div class to avoid conflict with bootstrap | prathamesh | |
2017-10-05 | Allow user to quit the paper manually and revisit the paper if necessary | ankitjavalkar | |
2017-10-05 | Show logged in user info in all templates | adityacp | |
2017-10-05 | Update grade user UI | mahesh | |
2017-10-04 | User can see previously submitted answers for non code questions | maheshgudi | |
2017-09-28 | Add new js text editor for sending emails | adityacp | |
2017-09-19 | Fixes change password feature for moderators. | maheshgudi | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py | |||
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html | |||
2017-09-01 | Merge pull request #309 from ankitjavalkar/fix-closed-course | Prabhu Ramachandran | |
Fix bug to prevent students from attempting pre-enrolled deactivated course | |||
2017-09-01 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
add_tag_search | |||
2017-08-28 | Fix bug: Prevent students from attempting pre-enrolled deactivated courses | ankitjavalkar | |
2017-08-24 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
yaml_questions | |||
2017-08-24 | Merge pull request #295 from adityacp/bulk_email | Prabhu Ramachandran | |
Send emails to students enrolled in a course |