summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Collapse)Author
2020-09-08Provide additional attempt to a selected student or extend time.prathamesh
2020-08-28Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
multiple_fixes
2020-08-28Multiple changesadityacp
- Fix a bug where user cannot submit zero as answer - Fix UI in question statistics - Fix a bug where the trial question paper was not updated
2020-08-08Add select all checkbox in design qp for fixed questions.CruiseDevice
2020-07-22Fix division by zero error when quizzes do not existankitjavalkar
2020-06-10Allow moderator to hide test cases from the userprathamesh
2020-05-18Merge pull request #697 from CruiseDevice/change-create_questionPalaparthy Adityachandra
Fix: #696
2020-05-13Merge branch 'master' into change-create_questionPalaparthy Adityachandra
2020-05-12Add testcases for start view functionCruiseDevice
2020-04-30Merge branch 'master' into APIPalaparthy Adityachandra
2020-04-29Fix: #696CruiseDevice
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-15Resolve commentsCruiseDevice
- Fix "'image' attribute has no file associated with it" issue. - Don't allow users who are not part of a course to see the discussion forum of that course. - Add Discussion forum link in moderator interface under course_details page. - Remove custom css for post and comments in Discussion forum. Use bootstrap 'img-fluid' class instead. 'img-fluid' fills the height and width of the card. - Use instance.uid instead of just instance in get_image_dir.
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-13Add feature to hide thread or commentsCruiseDevice
2020-04-13Add feature for uploading imagesCruiseDevice
2020-04-11Discussion forum for a courseCruiseDevice
2020-04-08Change templates, views, forms, modelsadityacp
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions
2020-03-31Update the units and modules order on creationadityacp
2020-03-30Show question test_cases, exclude unncessary fields from APICruiseDevice
2020-03-30Resolve ConflictsCruiseDevice
Merge branch 'api' of https://github.com/prathamesh920/online_test into API
2020-03-19Resolve conflicts in the courses viewadityacp
2020-03-12Avoid conditional check on foreign keyadityacp
2020-03-09Download course progressadityacp
2020-03-06Show specific fields for answerpaper in adminadityacp
Signed-off-by: ankitjavalkar <ankit@fossee.in>
2020-03-03Show specific fields for answerpaper in adminadityacp
2020-02-28Bump django to the latest versionadityacp
2020-02-19Fix pep style and add test case in test_modelsadityacp
2020-02-18Change forms, views, models, templatesadityacp
- Fix UI in add question page - Add test case form for question formset with custom attributes - Add a model method in question class to get question test cases based on type and language of the question - Retain the state of the list view and grid view in courses page - Requested students list will be shown on top in the course detail page
2020-02-13Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_uiadityacp
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
2020-01-24Resolve conflicts in grade user, custom filters etcadityacp
2020-01-21Add messages in clone course viewadityacp
2020-01-12evaluator for r- Initialprathamesh
2019-08-19Move all download related templates to a new subfolder and add homepage link ↵ankitjavalkar
to navbar logo
2019-07-12Resolve commentsCruiseDevice
- Remove print statements. - Remove commented css from offline.css. - Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application.
2019-07-03Minor changesCruiseDevice
- Remove commented code. - Add active class to the tab selected on sidebar.
2019-05-31Add templates and more featuresCruiseDevice
2019-04-15Merge pull request #596 from ankitjavalkar/fix-in-dir-unicodeKing
Change in_dir directory nomenclature for code server
2019-04-09Merge pull request #592 from ankitjavalkar/add-prereq-passing-checkKing
Add functionality to restrict access to next module based on passing previous module
2019-04-09Fix PEP8 issuesankitjavalkar
2019-04-05Change in_dir directory nomenclature for code serverankitjavalkar
2019-04-02Change AnswerPaper passing condition checkankitjavalkar
2019-03-25Fix PEP8 issues and variable namesankitjavalkar
2019-03-12Add functionality to restrict access to next module based on passing ↵ankitjavalkar
previous module
2019-03-06Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fixKing
Allow student to open a quiz if status is inprogress
2019-03-04Fix PEP8 issuesankitjavalkar
2019-02-26Merge pull request #566 from ankitjavalkar/toggle-view-gradeKing
Toggle view grade and other UI improvements
2019-02-18Fix download file for a question in quizCruiseDevice