-
Notifications
You must be signed in to change notification settings - Fork 199
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
Update footer design for graded quiz #7202
Conversation
Codecov Report
@@ Coverage Diff @@
## trunk #7202 +/- ##
============================================
+ Coverage 50.03% 50.06% +0.03%
- Complexity 10704 10720 +16
============================================
Files 601 601
Lines 45200 45231 +31
Branches 402 402
============================================
+ Hits 22616 22647 +31
Misses 22257 22257
Partials 327 327
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Left a few comments before I start my testing. 🙂
|
||
$lesson_status = \Sensei_Utils::user_lesson_status( $lesson_id, $user_id ); | ||
|
||
$is_complete = $lesson_status && in_array( $lesson_status->comment_approved, [ 'complete', 'graded', 'passed', 'failed' ], true ); |
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.
I know some of the quiz statuses may have changed in the HPPS project. @m1r0 @merkushin Is there anything we need to do differently here?
It looks like this acceptance criteria was missed. In particular, there is no Contact Teacher button:
|
O oh, sorry I missed that. I've added it here 3904df9 Thanks! |
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.
🎉
Resolves #7116
Proposed Changes
Testing Instructions
Passed:
Failed with reset:
Last lesson passed with no reset:
Pre-Merge Checklist