summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-09-19changed template tagadityacp
2016-09-19changed fixture to add demo user to moderator groupadityacp
2016-09-18Merge pull request #138 from maheshgudi/python_assertion_bug_fixPrabhu Ramachandran
Python assertion bug fix
2016-09-17pep8 changes, divided each test case in blocks for readabilitymaheshgudi
2016-09-16added docstrings for testcases, removed timeout exception from python evaluatormaheshgudi
2016-09-16changed variable name from get_class to evaluatemaheshgudi
2016-09-16changed views to get demo courseadityacp
2016-09-16changed course template to view demo courseadityacp
2016-09-16test cases for python assertion bug fixesmaheshgudi
2016-09-16bug fixes in python assertion evaluatormaheshgudi
2016-09-16changed courses templateadityacp
2016-09-16changed fixtures and viewsadityacp
2016-09-16changed json question summaryadityacp
2016-09-16Merge pull request #136 from maheshgudi/gradeuser_monitor_beautificationPrabhu Ramachandran
Gradeuser and monitor beautification
2016-09-16Merge pull request #137 from maheshgudi/delete_answerpaperPrabhu Ramachandran
admin can delete answerpaper
2016-09-16consistent indentation of 4 spaces in view_answerpaper.css and minor changes ↵maheshgudi
in grade_user.html
2016-09-15admin can delete answerpapermaheshgudi