Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-07 | Add edit and delete table of contents options | adityacp | |
2020-09-03 | Change views, forms, models, urls | adityacp | |
- Disable the question type in video question form - Change urls to add graded quiz, exercise, poll type question - Save the topic and question in table of contents - Rename lesson attribute in TableOfContents model | |||
2020-08-28 | Show max marks for all attempts in answerpaper | CruiseDevice | |
- Latest attempt marks were shown in the answerpaper, which made it difficult to analyze the paper. This PR fixes the issue and the best marks of all the attempt are provided. | |||
2020-08-28 | fix question paper marks updationv0.22.1 | adityacp | |
2020-08-28 | fix design question paper views and tests | adityacp | |
2020-08-28 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
multiple_fixes | |||
2020-08-28 | Merge pull request #736 from CruiseDevice/question_paper_creation | Palaparthy Adityachandra | |
Add select all checkbox in design qp for fixed questions. | |||
2020-08-28 | Multiple changes | adityacp | |
- 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-27 | Merge pull request #744 from prathamesh920/fix-upload-users | King | |
Avoid duplicate user entry with same email address during upload. | |||
2020-08-27 | Resolve conflicts | adityacp | |
2020-08-27 | Add mathjax support in lesson and module | adityacp | |
2020-08-26 | First cut for in video quizzes | adityacp | |
2020-08-26 | Avoid duplicate user entry with same email address during upload. | prathamesh | |
Django allows multiple usernames with same email id. Preventing this, as we identify users with their email id or username. | |||
2020-08-08 | Add select all checkbox in design qp for fixed questions. | CruiseDevice | |
2020-06-08 | - Remove Copy Of in Module, Lesson and Quiz names when duplicating courses | ankitjavalkar | |
- Prevent student users from accessing Questions | |||
2020-05-27 | Merge pull request #715 from ankitjavalkar/fix-timer-bug | ankitjavalkar | |
Check if attempts are allowed and spare time is available before answer is checked | |||
2020-05-27 | Change condition and function name | ankitjavalkar | |
2020-05-22 | Change question template | aditya | |
- Update tinymce editor with additional plugins - Fix issue in question file upload for empty question instance - Change variable name for uploaded file to avoid conflict with queryset variable - Remove description preview | |||
2020-05-21 | Fix check condition and alter tests | ankitjavalkar | |
2020-05-21 | Check if attempts are allowed and spare time is available before answer is ↵ | ankitjavalkar | |
checked | |||
2020-05-18 | Merge pull request #702 from CruiseDevice/add_reject_selected | Palaparthy Adityachandra | |
Add reject button to reject selected students | |||
2020-05-18 | Merge pull request #692 from adityacp/merge_monitor_regrade | Palaparthy Adityachandra | |
Merge monitor regrade | |||
2020-05-09 | Fix pep8 | CruiseDevice | |
- cover missing tests. | |||
2020-05-09 | Add missing tests. | CruiseDevice | |
2020-05-08 | More tests to test course detail page | CruiseDevice | |
2020-05-06 | Add Reject button to reject selected students | CruiseDevice | |
- A reject button to reject selected students in Enroll Students page on a Requested Students tab. - Improve the views and urls for enrolling and rejecting students in the course. | |||
2020-04-27 | Resolve conflicts in travis, requirements and views | adityacp | |
2020-04-27 | Fix pagination for forum post search | adityacp | |
2020-04-27 | Merge pull request #690 from CruiseDevice/forum | Palaparthy Adityachandra | |
Discussion Forum for Yaksh | |||
2020-04-26 | Add search bar in forum to search posts | CruiseDevice | |
2020-04-25 | Resolve comments, fix tests, add pagination | CruiseDevice | |
2020-04-21 | Resolve conflicts in urls | adityacp | |
2020-04-17 | Merge monitor, grade user and regrade intosingle dashboard | adityacp | |
2020-04-16 | PEP8 fix | CruiseDevice | |
2020-04-15 | Improve UI slightly | CruiseDevice | |
2020-04-15 | Resolve comments | CruiseDevice | |
- 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-15 | Show selected values in the filter forms | 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-13 | Add feature to hide thread or comments | CruiseDevice | |
2020-04-13 | Add feature for uploading images | CruiseDevice | |
2020-04-12 | Fix search courses | adityacp | |
2020-04-11 | Discussion forum for a course | CruiseDevice | |
2020-04-11 | Fix tabs and show uploaded questions in questions page | adityacp | |
2020-04-08 | Change templates, views, forms, models | adityacp | |
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions | |||
2020-04-03 | Merge pull request #671 from ankitjavalkar/fix-stdio | ankitjavalkar | |
Allow stdio expected input to be optional and miscellanous UI fixes | |||
2020-04-02 | Optimize code to add unit to module only on creation | adityacp | |
2020-03-31 | Change course_modules.html and views.py | adityacp | |
- Get distinct courses in student dashboard - Add condition to check if question paper exists for a quiz in course modules | |||
2020-03-31 | Update the units and modules order on creation | adityacp | |
2020-03-30 | Change templates, js, views | adityacp | |
- Show module name in design module page - Fix tooltip in design course and design module page - Change order of sidebar menu in course detail page | |||
2020-03-28 | Change in course modules template, views | adityacp | |
- Remove redirect url from views - Allow to edit module |