Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-10-03 | change setup.py with py 3 | adityacp | |
2016-10-03 | added separate requirements for py2 and py3 | adityacp | |
2016-10-03 | changes in travis for python 3 | adityacp | |
2016-09-30 | added test for file based stdout in java | adityacp | |
2016-09-30 | changed test cases for models as per python 3 | adityacp | |
2016-09-30 | changed code_evaluators dict in settings | adityacp | |
2016-09-30 | modified views, models, forms for django as per python 3 | adityacp | |
2016-09-30 | added utf-8 decoding in custom filters | adityacp | |
2016-09-30 | - Remove unused imports | ankitjavalkar | |
- Fix minor test case issues | |||
2016-09-30 | Reset the current working directory to top most level after evaluation | ankitjavalkar | |
2016-09-30 | Add unicode_literal import for Python2 | ankitjavalkar | |
2016-09-30 | Update travis.yml file | ankitjavalkar | |
2016-09-30 | Fix test cases and corresponding changes in evaluators for Python 2/3 ↵ | ankitjavalkar | |
compatibility | |||
2016-09-30 | Migrate python code server and evaluators to python 2/3 compatible | ankitjavalkar | |
2016-09-29 | Merge pull request #140 from prathamesh920/regrade_papers | Prabhu Ramachandran | |
Regrade papers | |||
2016-09-29 | Set OUTPUT_DIR path to a temporary directory. | prathamesh | |
Moved OUTPUT_DIR to settings. Temporary directory path is fetched, and accordingly output path is set. Now, the outpath directory will always have a write permission. | |||
2016-09-29 | Merge pull request #141 from maheshgudi/refactor_stdio | Prabhu Ramachandran | |
Refactor stdio | |||
2016-09-27 | documentation for stdio_evaluator | maheshgudi | |
2016-09-27 | modified test cases wrt the refactor changes | maheshgudi | |
2016-09-26 | refactored stdio_evaluator | maheshgudi | |
2016-09-26 | removed python_stdout_evaluator as python_stdio_evaluator takes care of ↵ | maheshgudi | |
'stdout only' cases | |||
2016-09-23 | Removed the test case for regrade code question from test_models for now. | prathamesh | |
2016-09-23 | for test to pass | prathamesh | |
2016-09-23 | need to start code server for model tests. | prathamesh | |
While testing regrade method for code questions, code server needs to serve. | |||
2016-09-23 | Added teardown to the grader view test | prathamesh | |
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 | Merge pull request #134 from ankitjavalkar/selenium-test-with-qdemo | Prabhu Ramachandran | |
Selenium test with qdemo | |||
2016-09-21 | Place selenium script and unit tests in live_server_tests dir | ankitjavalkar | |
2016-09-21 | Remove commented code | ankitjavalkar | |
2016-09-21 | Run the selenium and unit tests separately | ankitjavalkar | |
2016-09-21 | Modify selenium based test to accomodate create_demo_course command | ankitjavalkar | |
2016-09-21 | - Change path of selenium tests | ankitjavalkar | |
- Add to travis | |||
2016-09-21 | Add selenium based test | ankitjavalkar | |
2016-09-21 | Merge pull request #127 from adityacp/create_course_fixtures | Prabhu Ramachandran | |
Create course fixtures | |||
2016-09-21 | changed func name from create_demo_que_ppr to create_demo_quiz_paper | adityacp | |
2016-09-20 | used create method instead of get_or_create to create course | adityacp | |
2016-09-20 | Demo course creation without initial fixtures | adityacp | |
2016-09-20 | added url for demo course | adityacp | |
2016-09-20 | removed user creation for demo course | adityacp | |
2016-09-20 | changed manage and courses template | adityacp | |
2016-09-20 | deleted course fixture file | adityacp | |
2016-09-19 | added data folder to git ignore | adityacp | |
2016-09-19 | removed string comparison for demo course | adityacp | |