summaryrefslogtreecommitdiff
path: root/yaksh/models.py
AgeCommit message (Collapse)Author
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-03-31Update the units and modules order on creationadityacp
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
2019-02-06Fix condition for comparison of current attempt number and maximum attempts ↵ankitjavalkar
allowed in _is_attempt_allowed
2019-01-30Allow course moderators to hide or show the grade to studentsankitjavalkar
2019-01-28Made requested changes in models.py and test_models.pyCruiseDevice
- Remove 'category' key from legend_display_types dictionary. - Add a condition to check if question type exists before creating category_question_map. - Add test. - Change lambda to list in defaultdict.
2019-01-28Code refactor and resolves requested changes.CruiseDevice
2019-01-28Code refactorCruiseDevice
- Move get_question_by_index() and get_question_by_type() from views.py to models.py . - Change variable names.
2019-01-21Remove user as teacher of any course if is_moderator is set to Falseankitjavalkar
2018-07-17Create assignment upload files for a particular course instead of quizadityacp
2018-07-13Add default video in demo lessonadityacp
2018-07-13Update migrations to fix order errormaheshgudi
2018-07-13pep8 cleanup for release v0.9maheshgudi
2018-07-13Fix unit and selenium tests for simple questionsmaheshgudi
2018-07-13Fix import changes for file_utilsmaheshgudi
2018-07-13Fix bug that changes moderator-student view on every profile saveankitjavalkar
2018-07-13Fix testsankitjavalkar
2018-07-13- Add buttons to Moderator and Student templatesankitjavalkar
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link