-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: optional xblocks #9
base: opencraft-release/palm.1
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## opencraft-release/palm.1 #9 +/- ##
============================================================
+ Coverage 86.95% 87.00% +0.04%
============================================================
Files 253 254 +1
Lines 4370 4400 +30
Branches 1105 1117 +12
============================================================
+ Hits 3800 3828 +28
- Misses 551 553 +2
Partials 19 19 ☔ View full report in Codecov by Sentry. |
<small className="text-body pl-2 pr-0"> | ||
{optional ? intl.formatMessage(messages.optionalCompletion) : ''} | ||
</small> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move this to a Badge
. The text here is related to grading, which is a separate mechanism.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ef661fd
to
6d3359f
Compare
57f0f6c
to
0536b1b
Compare
0536b1b
to
1d42457
Compare
Description
This PR implements separating optional progress from normal progress, and also displaying optional chapters and sequences in the outline.
Testing instructions
follow the instructions from this PR: open-craft/edx-platform#638
Private-ref: BB-8586