Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-13 | Fixed a bug which would mark all MCQ and MCC questions' answers as correct | maheshgudi | |
1. Due to the new evaluator, an unchecked bug, which marked all mcq and mcc attempts as correct, despite actually marking the wrong answer, has been fixed. 2. Added Test case to check for incorrect mcq and mcc questions 3. question.html would also render error msg for mcq and mcc questions. This has also been fixed. | |||
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 and add new images for docs | adityacp | |
2017-01-02 | Delete build files | adityacp | |
2016-12-27 | Merge pull request #168 from maheshgudi/get_test_cases_fix | Prabhu Ramachandran | |
Fixed get_test_cases method | |||
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 | 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 | 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 | |
2016-12-20 | Add further changes to code evaluator | ankitjavalkar | |
2016-12-20 | Fix test cases to reflect code server and python evaluator changes | ankitjavalkar | |
2016-12-20 | Refactor code server and python evaluator | ankitjavalkar | |
2016-12-19 | Merge pull request #162 from prathamesh920/question-form-interface | Prabhu Ramachandran | |
Question form interface | |||
2016-12-19 | modified to check form validation | prathamesh | |
2016-12-19 | changed default weight in model testcase to 1 | prathamesh | |