summaryrefslogtreecommitdiff
path: root/yaksh/admin.py
AgeCommit message (Collapse)Author
2020-09-12Mulitple changesadityacp
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics
2020-09-10Store and evaluate lesson quiz answeradityacp
2020-08-26First cut for in video quizzesadityacp
2020-04-14Change model name Thread to Post to avoid conflictsCruiseDevice
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix.
2020-04-11Discussion forum for a courseCruiseDevice
2020-03-06Show specific fields for answerpaper in adminadityacp
Signed-off-by: ankitjavalkar <ankit@fossee.in>
2020-02-12Fix indentationadityacp
2020-02-11Register lesson and learning module in adminadityacp
2020-02-10Fix pep8 issuesadityacp
2020-02-10Change models.py and admin.pyadityacp
- Register course status model in admin - Add object str name in CourseStatus model - Add filter in the admin for filtering courses
2018-06-07Further pep8 changesadityacp
2018-06-07Pep8 changesadityacp
2017-07-12adds search feature for Profile model in admin interface.mahesh
2017-01-30added ip search in admin.maheshgudi
2017-01-12yadded search option in answerpaper admin page, gitignore doc _buildsmaheshgudi
1. added search option in answerpaper admin page, helpful to find specific answerpapers 2. modified gitinore file, ignores _builds in docs now
2016-12-20Fix errors and rename resourcesankitjavalkar
- code_evaluator module and class renamed to grader - Test cases fixed - Comments removed - weight variable renamed to mark
2016-09-15admin can delete answerpapermaheshgudi
2016-08-31rebase with latest changesadityacp
2016-08-29minor changes in adminmaheshgudi
2016-08-29added Course and question paper classes in admin.pymaheshgudi
2016-08-19- Modify admin.py to include Course modelankitjavalkar
- Modify user.html and complete.html to include id for html elements
2016-07-27changed model class name Stdout to Stdiomaheshgudi
2016-05-10- Adhere to 80 columnsankitjavalkar
- add docstrings - Fix further tests
2016-05-05- Connect test case type models to backend code serverankitjavalkar
- Support for Stdout test case and Standard assertion test case - Add MCQ Test case and support for validations - Remove tester dir
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar