Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-18 | Merge pull request #158 from adityacp/fix_file_upload_and_tooltip | Prabhu Ramachandran | |
Fix file upload and tooltip | |||
2016-11-18 | changed function name from set_hide_status to toggle_hide_status | adityacp | |
2016-11-18 | changed assignment upload directory | adityacp | |
2016-11-18 | fixed tooltip and Show files which are not hidden for a question | adityacp | |
2016-11-18 | changed views to get only unhided files | adityacp | |
2016-11-18 | Added Hide field in FileUpload | adityacp | |
2016-11-17 | Merge pull request #155 from prathamesh920/student-interface | Prabhu Ramachandran | |
Student interface | |||
2016-11-17 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
student-interface Resolved Conflicts: yaksh/templates/yaksh/question.html Added testarea back for now. | |||
2016-11-17 | Changes as per suggestions | prathamesh | |
2016-11-17 | Merge pull request #152 from ankitjavalkar/partial | Prabhu Ramachandran | |
Partial Grading | |||
2016-11-17 | Removed javascript console statement | prathamesh | |
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-17 | Fix test cases to reflect changes in output message | ankitjavalkar | |
2016-11-16 | Fix Output display of Code Question | ankitjavalkar | |
2016-11-16 | Fix error where answer is correct if last test case is correct | ankitjavalkar | |
2016-11-16 | Modify docstrings of evaluators | ankitjavalkar | |
2016-11-16 | Change test_case weightage field name to weight | ankitjavalkar | |
2016-11-16 | Fix docstrings, Fix return values of bash evaluator | ankitjavalkar | |
2016-11-10 | Fix minor errors, fix template rendering in grade user | ankitjavalkar | |
2016-11-10 | Add point based weightage for partial grading instead of percentage based ↵ | ankitjavalkar | |
partial grading | |||
2016-11-10 | Add partial grade mark for stdio test case and fix model test cases | ankitjavalkar | |
2016-11-10 | Fix test cases for partial grading feature | ankitjavalkar | |
2016-11-10 | Add partial grading to multiple evaluators | ankitjavalkar | |
2016-11-10 | dd basic partial marking feature per test case | ankitjavalkar | |
2016-11-08 | Merge pull request #151 from prathamesh920/UI-modifications | Prabhu Ramachandran | |
UI modifications Level 1 | |||
2016-11-01 | Merge pull request #150 from ankitjavalkar/view-test-update1 | Prabhu Ramachandran | |
Add views test for add_course view | |||
2016-11-01 | courses and question paper creation UI modified | prathamesh | |
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-27 | Add views test for add_course view | ankitjavalkar | |
2016-10-26 | Merge pull request #149 from adityacp/fixed_output_dir_creation | Prabhu Ramachandran | |
Fixed output directory creation | |||
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-25 | changed mkdir to makedirs | adityacp | |
2016-10-25 | creation of user output directory from code evaluator | adityacp | |
2016-10-25 | removed creation of user output directory | adityacp | |
2016-10-21 | Merge pull request #148 from adityacp/fix_extract_files | Prabhu Ramachandran | |
Fix Questions zip extract files | |||
2016-10-21 | Merge pull request #147 from ankitjavalkar/no-delete-question | Prabhu Ramachandran | |
Hide questions instead of deletion | |||
2016-10-18 | changed comment spacing | adityacp | |
2016-10-17 | removed print statement | adityacp | |
2016-10-17 | changes in evaluator and file utils | adityacp | |
2016-10-17 | extract uploaded questions zip in temp | adityacp | |
2016-10-13 | Fix variable name in for loop | ankitjavalkar | |
2016-10-13 | Minor fixes: Hide question instead of deletion | ankitjavalkar | |
2016-10-13 | Hide questions instead of deletion | ankitjavalkar | |
2016-10-11 | Merge pull request #146 from prathamesh920/edit_questionpaper | Prabhu Ramachandran | |
Edit questionpaper | |||
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 | changes in test view as redirect url changed. | prathamesh | |
2016-10-04 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
edit_questionpaper Resolved Conflicts: yaksh/views.py | |||
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-10-04 | Merge pull request #143 from adityacp/python2to3-migrate | Prabhu Ramachandran | |
Migration Python 2 to 3 |