Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Python hook evaluator | Mahesh Gudi | |
2017-01-09 | Merge pull request #172 from adityacp/update_docs | Prabhu Ramachandran | |
Update docs and fix minor issues | |||
2017-01-06 | Change image in docs and other minor docs changes | adityacp | |
2017-01-03 | Merge pull request #173 from maheshgudi/change_instructions | Prabhu Ramachandran | |
Edit instructions modified and MCQ choices html rendered | |||
2017-01-03 | Merge pull request #171 from ankitjavalkar/fix-add-group | Prabhu Ramachandran | |
[Minor] Bug Fix: Add permissions for all models related to yaksh | |||
2017-01-03 | Merge pull request #169 from ankitjavalkar/create_mark_fraction | Prabhu Ramachandran | |
Add floating point mark_weight to control test case weightage | |||
2017-01-03 | added completed and inprogress papers' status in monitor | maheshgudi | |
2017-01-03 | MCQ/MCC choices HTML tags are rendered. | maheshgudi | |
2017-01-03 | modified editing instructions. Instructions are now initialized in forms and ↵ | maheshgudi | |
not fetched from a file | |||
2017-01-02 | Fix test case for models and code server | adityacp | |
2017-01-02 | Bug Fix: Add permissions for all models related to yaksh | ankitjavalkar | |
- Earlier only permissions related to Answer models were being added to the group, fixed so that all model permissions are added | |||
2017-01-02 | Remove test_case_type field from Questions model | adityacp | |
2017-01-02 | Add minor template change in questions | adityacp | |
2017-01-02 | Update rst for latest docs | adityacp | |
2017-01-02 | Remove unused argument from functions | adityacp | |
2017-01-02 | Update Dockerfile | adityacp | |
2017-01-02 | Update and add new images for docs | adityacp | |
2017-01-02 | Delete build files | adityacp | |
2016-12-28 | Merge https://github.com/fossee/online_test into update_docs | adityacp | |
2016-12-27 | Merge pull request #168 from maheshgudi/get_test_cases_fix | Prabhu Ramachandran | |
Fixed get_test_cases method | |||
2016-12-27 | Merge pull request #167 from adityacp/new_fix_evaluators | Prabhu Ramachandran | |
Modify Evaluators to take moderator code as test case instead of files | |||
2016-12-27 | Modify .gitignore file | adityacp | |
2016-12-27 | Add floating point mark_weight to control test case weightage | ankitjavalkar | |
2016-12-23 | Remove unused method from base evaluator | adityacp | |
2016-12-23 | Fix conflict | adityacp | |
2016-12-23 | fixed pull conflicts | maheshgudi | |
2016-12-23 | Merge pull request #166 from ankitjavalkar/error-refactor-for-mod | Prabhu Ramachandran | |
Prettify Error rendering during code questions and grading page | |||
2016-12-23 | Remove unused files for java, c, bash, scilab | adityacp | |
2016-12-23 | fix error; allows get_test_cases method to fetch multiple test cases model ↵ | maheshgudi | |
classes. | |||
2016-12-23 | Change test for load_questions and consolidate_answer_data functions | adityacp | |
2016-12-23 | Add new StandardTestCase model field for command line args | adityacp | |
2016-12-23 | Remove the use of files in Bash evaluator | adityacp | |
2016-12-23 | Add minor template changes | adityacp | |
2016-12-23 | Remove the use of files in scilab evaluator | adityacp | |
2016-12-23 | Remove commented code | adityacp | |
2016-12-23 | Add test cases based on moderator input code | adityacp | |
2016-12-23 | Remove the use of files for specifying test cases | adityacp | |
2016-12-22 | - Fix grade user rendering issue when question is skipped | ankitjavalkar | |
- Modify grade user html template to create readable variables for answer and error | |||
2016-12-22 | Refactor check method for cleaner code and fixing multiple issues | ankitjavalkar | |
- Question should skip to new question with new error rendering - Fix test cases Fix change_dir context manager in grader | |||
2016-12-21 | Fix rendering and representation of errors | ankitjavalkar | |
- Error are sent as list - Error are None if answer is fully correct - Error is rendered as in grade user and code questions as neat CSS divs - Fix corresponding test cases - Fix get_question answers in models.py | |||
2016-12-21 | Add errors only if test case is unsuccessful | ankitjavalkar | |
2016-12-21 | Fix test cases for storing error as list | ankitjavalkar | |
2016-12-21 | Render output errors properly in grade user | ankitjavalkar | |
2016-12-21 | Fix output rendering in the question | ankitjavalkar | |
2016-12-20 | Merge pull request #163 from ankitjavalkar/code-server-refactor2016-form | Prabhu Ramachandran | |
Code Evaluator refactoring | |||
2016-12-20 | Fix errors and rename resources | ankitjavalkar | |
- code_evaluator module and class renamed to grader - Test cases fixed - Comments removed - weight variable renamed to mark | |||
2016-12-20 | Change weight variable name to mark_fraction | ankitjavalkar | |
2016-12-20 | Remove commented code | ankitjavalkar | |
2016-12-20 | Fix model test cases | ankitjavalkar | |
2016-12-20 | Change all evaluator structure and make sure eval test cases pass | ankitjavalkar | |