-
Notifications
You must be signed in to change notification settings - Fork 5
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
wip/Optional Assessments on Progress Reports #422
Conversation
Visit the preview URL for this PR (updated for commit cbe770e): https://roar-staging--pr422-optional-reports-ekv5zl3k.web.app (expires Thu, 04 Apr 2024 16:40:51 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2631e9c58fd0104ecbfddd72a62245ddac467460 |
Passing run #853 ↗︎
Details:
Review all test suite changes for PR #422 ↗︎ |
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.
Thanks @ksmontville! I left some suggestions. Also, I think that the order of evaluation for all of the if
blocks should be to check for
- completion first
- else if (optional)
- else if (started)
- else (assigned)
My reasoning is that we want to show if a student has completed even if it's optional for them.
@ksmontville , thanks! LGTM. The title still says WIP, but if this is ready, please feel free to merge. |
This PR builds out the functionality for displaying optional assessments on progress reports, including exporting scores.