Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-12 | Mulitple changes | adityacp | |
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics | |||
2020-09-10 | Store and evaluate lesson quiz answer | adityacp | |
2020-08-26 | First cut for in video quizzes | adityacp | |
2020-04-14 | Change model name Thread to Post to avoid conflicts | CruiseDevice | |
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix. | |||
2020-04-11 | Discussion forum for a course | CruiseDevice | |
2020-03-06 | Show specific fields for answerpaper in admin | adityacp | |
Signed-off-by: ankitjavalkar <ankit@fossee.in> | |||
2020-02-12 | Fix indentation | adityacp | |
2020-02-11 | Register lesson and learning module in admin | adityacp | |
2020-02-10 | Fix pep8 issues | adityacp | |
2020-02-10 | Change models.py and admin.py | adityacp | |
- Register course status model in admin - Add object str name in CourseStatus model - Add filter in the admin for filtering courses | |||
2018-06-07 | Further pep8 changes | adityacp | |
2018-06-07 | Pep8 changes | adityacp | |
2017-07-12 | adds search feature for Profile model in admin interface. | mahesh | |
2017-01-30 | added ip search in admin. | maheshgudi | |
2017-01-12 | yadded search option in answerpaper admin page, gitignore doc _builds | maheshgudi | |
1. added search option in answerpaper admin page, helpful to find specific answerpapers 2. modified gitinore file, ignores _builds in docs now | |||
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-09-15 | admin can delete answerpaper | maheshgudi | |
2016-08-31 | rebase with latest changes | adityacp | |
2016-08-29 | minor changes in admin | maheshgudi | |
2016-08-29 | added Course and question paper classes in admin.py | maheshgudi | |
2016-08-19 | - Modify admin.py to include Course model | ankitjavalkar | |
- Modify user.html and complete.html to include id for html elements | |||
2016-07-27 | changed model class name Stdout to Stdio | maheshgudi | |
2016-05-10 | - Adhere to 80 columns | ankitjavalkar | |
- add docstrings - Fix further tests | |||
2016-05-05 | - Connect test case type models to backend code server | ankitjavalkar | |
- Support for Stdout test case and Standard assertion test case - Add MCQ Test case and support for validations - Remove tester dir | |||
2015-09-15 | Remove testapp dir, remove reference to testapp in paths, files | ankitjavalkar | |