-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add in video quiz and topic contents for a lesson #764
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics
- Show lesson topic description as per the video time - Fix description preview for module and lesson - Order table of contents by time
adityacp
changed the title
Add in video quiz and topic contents
Add in video quiz and topic contents for a lesson
Sep 15, 2020
Codecov Report
@@ Coverage Diff @@
## master #764 +/- ##
==========================================
- Coverage 81.57% 81.47% -0.10%
==========================================
Files 43 43
Lines 6036 6474 +438
Branches 921 1008 +87
==========================================
+ Hits 4924 5275 +351
- Misses 789 842 +53
- Partials 323 357 +34
Continue to review full report at Codecov.
|
- 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
adityacp
force-pushed
the
add_in_video_questions
branch
from
September 25, 2020 06:01
bb819ad
to
8ed6a17
Compare
adityacp
force-pushed
the
add_in_video_questions
branch
from
September 25, 2020 07:54
8ed6a17
to
7a24df3
Compare
adityacp
force-pushed
the
add_in_video_questions
branch
from
September 25, 2020 08:26
aeac918
to
4ab3353
Compare
Opened another PR #774. Closing this PR as it is not required. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR closes #739