summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-11Merge pull request #146 from prathamesh920/edit_questionpaperPrabhu Ramachandran
Edit questionpaper
2016-10-06Fixed div collapse inconsistencyprathamesh
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-04changes in test view as redirect url changed.prathamesh
2016-10-04Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
edit_questionpaper Resolved Conflicts: yaksh/views.py
2016-10-04Edit 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-04Merge pull request #143 from adityacp/python2to3-migratePrabhu Ramachandran
Migration Python 2 to 3
2016-10-03change setup.py with py 3adityacp
2016-10-03added separate requirements for py2 and py3adityacp
2016-10-03changes in travis for python 3adityacp
2016-09-30added test for file based stdout in javaadityacp
2016-09-30changed test cases for models as per python 3adityacp
2016-09-30changed code_evaluators dict in settingsadityacp
2016-09-30modified views, models, forms for django as per python 3adityacp
2016-09-30added utf-8 decoding in custom filtersadityacp
2016-09-30- Remove unused importsankitjavalkar
- Fix minor test case issues
2016-09-30Reset the current working directory to top most level after evaluationankitjavalkar
2016-09-30Add unicode_literal import for Python2ankitjavalkar
2016-09-30Update travis.yml fileankitjavalkar
2016-09-30Fix test cases and corresponding changes in evaluators for Python 2/3 ↵ankitjavalkar
compatibility
2016-09-30Migrate python code server and evaluators to python 2/3 compatibleankitjavalkar
2016-09-29Merge pull request #140 from prathamesh920/regrade_papersPrabhu Ramachandran
Regrade papers
2016-09-29Set 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-29Merge pull request #141 from maheshgudi/refactor_stdioPrabhu Ramachandran
Refactor stdio
2016-09-27documentation for stdio_evaluatormaheshgudi
2016-09-27modified test cases wrt the refactor changesmaheshgudi
2016-09-26refactored stdio_evaluatormaheshgudi
2016-09-26removed python_stdout_evaluator as python_stdio_evaluator takes care of ↵maheshgudi
'stdout only' cases
2016-09-23Removed the test case for regrade code question from test_models for now.prathamesh
2016-09-23for test to passprathamesh
2016-09-23need to start code server for model tests.prathamesh
While testing regrade method for code questions, code server needs to serve.
2016-09-23Added teardown to the grader view testprathamesh
2016-09-23Merge 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-23Regrade Featureprathamesh
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-21Merge pull request #134 from ankitjavalkar/selenium-test-with-qdemoPrabhu Ramachandran
Selenium test with qdemo
2016-09-21Place selenium script and unit tests in live_server_tests dirankitjavalkar
2016-09-21Remove commented codeankitjavalkar
2016-09-21Run the selenium and unit tests separatelyankitjavalkar
2016-09-21Modify selenium based test to accomodate create_demo_course commandankitjavalkar
2016-09-21- Change path of selenium testsankitjavalkar
- Add to travis
2016-09-21Add selenium based testankitjavalkar
2016-09-21Merge pull request #127 from adityacp/create_course_fixturesPrabhu Ramachandran
Create course fixtures
2016-09-21changed func name from create_demo_que_ppr to create_demo_quiz_paperadityacp
2016-09-20used create method instead of get_or_create to create courseadityacp
2016-09-20Demo course creation without initial fixturesadityacp
2016-09-20added url for demo courseadityacp
2016-09-20removed user creation for demo courseadityacp
2016-09-20changed manage and courses templateadityacp
2016-09-20deleted course fixture fileadityacp
2016-09-19added data folder to git ignoreadityacp
2016-09-19removed string comparison for demo courseadityacp