summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2016-11-10Add point based weightage for partial grading instead of percentage based ↵ankitjavalkar
partial grading
2016-11-10Add partial grade mark for stdio test case and fix model test casesankitjavalkar
2016-11-10Fix test cases for partial grading featureankitjavalkar
2016-11-10Add partial grading to multiple evaluatorsankitjavalkar
2016-11-10dd basic partial marking feature per test caseankitjavalkar
2016-11-08Merge pull request #151 from prathamesh920/UI-modificationsPrabhu Ramachandran
UI modifications Level 1
2016-11-01Merge pull request #150 from ankitjavalkar/view-test-update1Prabhu Ramachandran
Add views test for add_course view
2016-11-01courses and question paper creation UI modifiedprathamesh
2016-11-01Merge 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-01modified profile and password reset/change templatesprathamesh
2016-10-27Add views test for add_course viewankitjavalkar
2016-10-26Migration from bootstrap 1.4 to bootstrap 3.3prathamesh
Removed css redundancy. Removed unwanted css. Included css and js imports in base template. Upgraded jquery to v1.9 for now.
2016-10-25changed mkdir to makedirsadityacp
2016-10-25creation of user output directory from code evaluatoradityacp
2016-10-25removed creation of user output directoryadityacp
2016-10-21Merge pull request #148 from adityacp/fix_extract_filesPrabhu Ramachandran
Fix Questions zip extract files
2016-10-18changed comment spacingadityacp
2016-10-17removed print statementadityacp
2016-10-17changes in evaluator and file utilsadityacp
2016-10-17extract uploaded questions zip in tempadityacp
2016-10-13Fix variable name in for loopankitjavalkar
2016-10-13Minor fixes: Hide question instead of deletionankitjavalkar
2016-10-13Hide questions instead of deletionankitjavalkar
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-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-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-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-21Place selenium script and unit tests in live_server_tests dirankitjavalkar