Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-23 | Update marks using CSV file upload | prathamesh | |
2020-10-15 | Display unanswered questions in grading view | ankitjavalkar | |
2020-10-08 | User can create anonymous post and comment | CruiseDevice | |
2020-10-08 | Fix tests and minor changes | CruiseDevice | |
2020-10-08 | Show Lesson post and comments in discussion forum | CruiseDevice | |
- Use trash icon instead of DELETE button - Sidebar to navigate between course forum and lesson forum - Course forum displays all the questions (posts) linked with the course model, and Lesson forum displays all the questions (posts) linked with the Lesson model. | |||
2020-10-08 | Remove generic relation to Post from Course and Lesson. | CruiseDevice | |
- Fixes breaking tests. | |||
2020-10-08 | Make Post model generic. | CruiseDevice | |
- Fix breaking links in forum after change in models. | |||
2020-10-07 | Set prereqs to False by default | ankitjavalkar | |
2020-09-30 | Add table of contents for lesson with yaml upload | adityacp | |
2020-09-30 | Resolve Conflicts | adityacp | |
2020-09-28 | Re calculate and save total marks of paper | ankitjavalkar | |
2020-09-25 | Change forms, models, settings and template | adityacp | |
- Add max_upload_size in settings for video file - Change error messages in forms - Set the video_file field max_length - Fix add_lesson template for uploading video file | |||
2020-09-23 | Fix conflicts | adityacp | |
2020-09-23 | Add more tests | adityacp | |
2020-09-22 | Add initial tests for lesson contents | adityacp | |
2020-09-17 | Allow to extend time even if the paper is completed. | prathamesh | |
2020-09-17 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
add_in_video_questions | |||
2020-09-14 | Show lesson quiz statistics | adityacp | |
2020-09-14 | Merge pull request #758 from ankitjavalkar/fix_file_name_error | ankitjavalkar | |
Multiple Fixes | |||
2020-09-14 | Merge pull request #751 from CruiseDevice/partial_grade_user | ankitjavalkar | |
Show max marks for all attempts in answerpaper | |||
2020-09-14 | Merge pull request #754 from ankitjavalkar/get_distinct_answered | ankitjavalkar | |
Fetch only distinct answered questions | |||
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-11 | Multiple changes | ankitjavalkar | |
- Increase max_limit for files names in AssignmentUploads - Add email display to Added Teacher/TA screen | |||
2020-09-10 | Store and evaluate lesson quiz answer | adityacp | |
2020-09-09 | Show the toc quiz on the student dashboard | adityacp | |
2020-09-09 | Resolve conflicts | adityacp | |
2020-09-08 | Provide additional attempt to a selected student or extend time. | prathamesh | |
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-09-03 | Fetch only distinct answered questions | ankitjavalkar | |
2020-09-01 | Fix tests, Fix PEP8 | CruiseDevice | |
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 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
multiple_fixes | |||
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-26 | First cut for in video quizzes | adityacp | |
2020-08-09 | [FIX] #546 - create_moderator command if User has no Profile | Jayram | |
2020-08-08 | Add select all checkbox in design qp for fixed questions. | CruiseDevice | |
2020-07-30 | Make changes based on feedback | ankitjavalkar | |
2020-07-22 | Fix division by zero error when quizzes do not exist | ankitjavalkar | |
2020-06-10 | Allow moderator to hide test cases from the user | prathamesh | |
2020-06-08 | - Remove Copy Of in Module, Lesson and Quiz names when duplicating courses | ankitjavalkar | |
- Prevent student users from accessing Questions | |||
2020-05-18 | Merge pull request #697 from CruiseDevice/change-create_question | Palaparthy Adityachandra | |
Fix: #696 | |||
2020-05-13 | Merge branch 'master' into change-create_question | Palaparthy Adityachandra | |
2020-05-12 | Add testcases for start view function | CruiseDevice | |
2020-04-30 | Merge branch 'master' into API | Palaparthy Adityachandra | |
2020-04-29 | Fix: #696 | CruiseDevice | |
2020-04-27 | Merge pull request #690 from CruiseDevice/forum | Palaparthy Adityachandra | |
Discussion Forum for Yaksh | |||
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-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 | |