Skip to content
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: option to show/hide ungraded assignment in progress page #1380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

navinkarkera
Copy link
Contributor

@navinkarkera navinkarkera commented May 6, 2024

Adds option to show ungraded assignment/problems in progress page.

Test instructions:

  • Setup tutor nightly locally.
  • Mount this repository using tutor mounts add /path/to/frontend-app-learning.
  • Run npm install in this directory.
  • Run tutor dev launch -I.
  • Add "SHOW_UNGRADED_ASSIGNMENT_PROGRESS": True, to MFE_CONFIG dict $(tutor config printroot)/env/apps/openedx/settings/lms/development.py
  • Go to progress tab in any course in learning mfe and confirm that ungraded assignments are displayed.

Screenshots:

SHOW_UNGRADED_ASSIGNMENT_PROGRESS = True

image

image

SHOW_UNGRADED_ASSIGNMENT_PROGRESS = False (default)

image

@openedx-webhooks
Copy link

openedx-webhooks commented May 6, 2024

Thanks for the pull request, @navinkarkera!

What's next?

Please work through the following steps to get your changes ready for engineering review:

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.

🔘 Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads

🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.

🔘 Let us know that your PR is ready for review:

Who will review my changes?

This repository is currently maintained by @openedx/committers-frontend-app-learning. Tag them in a comment and let them know that your changes are ready for review.

Where can I find more information?

If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:

When can I expect my changes to be merged?

Our goal is to get community contributions seen and reviewed as efficiently as possible.

However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

@openedx-webhooks openedx-webhooks added the open-source-contribution PR author is not from Axim or 2U label May 6, 2024
Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 87.73%. Comparing base (82b27e5) to head (c484d0c).
Report is 20 commits behind head on master.

Files with missing lines Patch % Lines
src/index.jsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1380      +/-   ##
==========================================
- Coverage   87.74%   87.73%   -0.01%     
==========================================
  Files         310      310              
  Lines        5319     5326       +7     
  Branches     1349     1322      -27     
==========================================
+ Hits         4667     4673       +6     
- Misses        635      636       +1     
  Partials       17       17              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@navinkarkera navinkarkera force-pushed the navin/show-ungraded-progress branch 2 times, most recently from 62e36e7 to bc3c4eb Compare May 10, 2024 09:28
@itsjeyd itsjeyd added the core contributor PR author is a Core Contributor (who may or may not have write access to this repo). label May 23, 2024
@itsjeyd
Copy link

itsjeyd commented May 23, 2024

Hey @navinkarkera, this seems to be affecting user-facing features -- is there a product proposal for it? If not, you'll need to create one. See Product Review Process to get started.

CC @Agrendalath

@itsjeyd itsjeyd added the product review PR requires product review before merging label May 23, 2024
@Agrendalath
Copy link
Member

Agrendalath commented May 23, 2024

@itsjeyd, this is still under the client QA, and we'll need to make some adjustments to the current approach. I'll convert this to a draft for now.

Edit: I don't have permission to change this to a draft, but please feel free to do this if you can.

@itsjeyd
Copy link

itsjeyd commented May 23, 2024

@Agrendalath I don't have permission to change to draft either, looks like @navinkarkera would have to do it himself.

... this is still under the client QA, and we'll need to make some adjustments to the current approach.

Good to know! If you don't expect to be making massive changes, I'd suggest to get started on the product proposal sooner rather than later, as it can take a while to complete.

@navinkarkera
Copy link
Contributor Author

@Agrendalath @itsjeyd Created a ticket: openedx/platform-roadmap#359 in platform-roadmap GitHub repository

@itsjeyd
Copy link

itsjeyd commented May 31, 2024

Thanks @navinkarkera. I think you'll also need to add a proposal to the wiki (per step 1a of Product Review Process).

CC @ali-hugo @cassiezamparini for confirmation -- the process hasn't changed, right? Starting the product review process requires both a wiki proposal and a road map ticket?

@ali-hugo
Copy link

ali-hugo commented Jun 3, 2024

@itsjeyd There doesn't seem to be a hard and fast rule about this. I've seen some smaller proposals accepted with just the road map ticket, and no wiki proposal - I think this proposal might fall into that category (like @navinkarkera mentioned on the wg-product-core Slack channel, the change is relatively minor, and reintroduces a legacy feature that's missing from the new MFE).

I will confirm this in the Core Product meeting tomorrow and let you both know.

@ali-hugo
Copy link

ali-hugo commented Jun 5, 2024

@navinkarkera @itsjeyd Ok, I got some clarification about the review process (I will be updating the wiki procedure soon).

If openedx/platform-roadmap#359 simply reintroduces missing legacy functionality, and does not introduce/change any user-facing features, it does not require a separate wiki proposal (@navinkarkera Can you confirm that this is the case?)

What we do need, is a second reviewer who is not from OpenCraft. Do either of you know of a Product person who might have some experience with the Progress Page?

@itsjeyd
Copy link

itsjeyd commented Jun 6, 2024

Thanks a lot for the follow-up and info @ali-hugo!

Do either of you know of a Product person who might have some experience with the Progress Page?

I don't, unfortunately.

@navinkarkera
Copy link
Contributor Author

@ali-hugo Thanks for the clarification!

simply reintroduces missing legacy functionality, and does not introduce/change any user-facing features, it does not require a separate wiki proposal (@navinkarkera Can you confirm that this is the case?)

I haven't used this feature before but I think @Agrendalath can confirm that it was part of legacy.

What we do need, is a second reviewer who is not from OpenCraft. Do either of you know of a Product person who might have some experience with the Progress Page?

Unfortunately, no.

@ali-hugo
Copy link

ali-hugo commented Jun 6, 2024

@navinkarkera I decided to take a look through the screenshots in the meantime. Everything looks good to me! Once we have confirmation that this is indeed a legacy feature, I will find a second person to do a product review.

@Agrendalath
Copy link
Member

Agrendalath commented Jun 6, 2024

@ali-hugo, this is how ungraded and graded subsections look on the legacy Progress page. We just changed "Practice Scores" to "Ungraded Problem Scores", as the latter is more self-explanatory.
image

@ali-hugo
Copy link

ali-hugo commented Jun 6, 2024

@Agrendalath Thanks for the screenshot. That wording update makes sense to me. 👍

@asma-ahmedd Would you mind taking a look through this PR when you have a moment, please? We need a second product thumbs up before it can move forward. Here is a link to the roadmap ticket with some background.

Feel free to reach out to me if you have any questions.

@asma-ahmedd
Copy link

@ali-hugo
Thank you for including me in this PR. I really appreciate the effort put into it. Here are my thoughts and feedback on the proposal:

Positive Aspect

It's crucial to maintain consistency between the legacy system and the new MFE, and adding the option to display ungraded assignments/problems addresses this need effectively.

Enabling the feature via a flag in MFE_CONFIG allows for easy toggling and testing without affecting the entire system immediately.

The display of ungraded assignment progress will undoubtedly benefit both learners and instructors.

  • For Learners: Providing visibility into completed and pending ungraded assignments will empower learners to take control of their study schedules and feel a sense of achievement. This, in turn, will foster motivation and encourage continued engagement with course materials.

  • For Instructors: The ability to track progress on ungraded assignments will provide invaluable insights into learner engagement beyond graded assessments. This will allow instructors to fine-tune their teaching strategies and create content that resonates more effectively with their students.

Recommendations
I suggest considering the use of the terms "Practice Scores" and "Graded Scores," supplemented with tooltips for additional clarity.

  • Practice Scores (with a tooltip: "Scores from non-graded activities meant for practice and self-assessment.")
  • Graded Scores (with a tooltip: "Scores from activities that contribute to your final grade.")

Questions
How will we address these specific scenarios?

  1. Scenario where ungraded assignments are closely related to or integrated with graded assessments.
  2. Scenario where learners partially complete an assignment.

Conclusion
Overall, this is a valuable addition to the learning MFE, ensuring continuity and enhancing user experience by incorporating ungraded assignments in the progress view. I support moving forward with this PR and look forward to seeing it in action.

@navinkarkera
Copy link
Contributor Author

@asma-ahmedd Thanks for responding.

Scenario where ungraded assignments are closely related to or integrated with graded assessments.

I believe that all problems under a graded subsection are considered as graded problems except for the problems with weight set to 0 in which case the progress page already shows something like 0/0.
image

Scenario where learners partially complete an assignment.

Not sure if I understand the question here. I think until a learner completes the problem, no score is awarded which translates to 0 in the progress page.

@ali-hugo
Copy link

@asma-ahmedd Thanks for the detailed review!

I suggest considering the use of the terms "Practice Scores" and "Graded Scores," supplemented with tooltips for additional clarity.

@navinkarkera

  1. How much additional work would it be to add tooltips?
  2. I quite like "Practice Scores" and "Graded Scores". Do you think they work well?
  3. Out of interest, if we were to change the terms (i.e. "practice scores" and "graded scores"), who would be responsible for updating the docs?

@Agrendalath
Copy link
Member

@ali-hugo,

Out of interest, if we were to change the terms (i.e. "practice scores" and "graded scores"), who would be responsible for updating the docs?

This is the up-to-date version of this document. We could update the linked section to add information about the option to display ungraded assignments.

cc: @navinkarkera

@ali-hugo
Copy link

Thanks @Agrendalath 🙂

navinkarkera added a commit to open-craft/edx-documentation that referenced this pull request Jun 10, 2024
@asma-ahmedd
Copy link

@ali-hugo The mockup looks good to me. I agree with this approach. Let's proceed and conclude this 👍

@ali-hugo
Copy link

@asma-ahmedd Thanks for the quick response, and for your help reviewing this PR!

@Agrendalath @navinkarkera This has the "go ahead" from product. 🚀

@navinkarkera
Copy link
Contributor Author

@ali-hugo @Agrendalath Updated.

image

@ali-hugo
Copy link

@navinkarkera Looks great! Just one thing - I think we decided to change the term "Problem Scores" to "Graded Scores", didn't we? (see this comment).

@itsjeyd
Copy link

itsjeyd commented Jul 12, 2024

@navinkarkera Friendly ping on this ⬆️ 🙂

@itsjeyd
Copy link

itsjeyd commented Jul 25, 2024

Hey @navinkarkera, when do you think you could get back to @ali-hugo's comment above?

@navinkarkera
Copy link
Contributor Author

navinkarkera commented Jul 25, 2024

@itsjeyd @ali-hugo Sorry, the pings were redirected to my another email so missed it. I'll update the PR today.

Update: Done.

image

@navinkarkera navinkarkera marked this pull request as ready for review July 25, 2024 10:07
@navinkarkera navinkarkera marked this pull request as draft July 25, 2024 10:08
@itsjeyd
Copy link

itsjeyd commented Jul 26, 2024

Thanks @navinkarkera! Looks like this is back in draft state now. Let me know when it's ready so we can get the engineering review process started.

@ali-hugo
Copy link

@navinkarkera Looks good! Thank you.

navinkarkera added a commit to open-craft/edx-documentation that referenced this pull request Jul 30, 2024
@asma-ahmedd asma-ahmedd self-requested a review July 31, 2024 15:23
@itsjeyd
Copy link

itsjeyd commented Aug 8, 2024

Hey @navinkarkera, any updates on when this PR will be ready to move out of draft state and get a technical review?

@navinkarkera
Copy link
Contributor Author

@itsjeyd @Agrendalath Is planning to deploy this for client's QA this week.

Copy link
Member

@Agrendalath Agrendalath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@navinkarkera, @itsjeyd, we're good to move forward with this.

👍

@Agrendalath
Copy link
Member

@navinkarkera, @itsjeyd, who should we ask to review and merge this?

@Agrendalath
Copy link
Member

@navinkarkera, @itsjeyd, a quick reminder on the ping above ^

@itsjeyd
Copy link

itsjeyd commented Sep 7, 2024

@Agrendalath Sorry for the late response, I was off when you pinged me and only came back to work earlier this week.

Maintainership for this repo was transferred from 2U (Aurora) to OpenCraft (@bradenmacdonald and @farhaanbukhsh), so the two of them should be able to merge the changes once @navinkarkera marks them as ready and the build turns green.

@navinkarkera navinkarkera marked this pull request as ready for review September 10, 2024 06:26
test: add tests for show ungraded toggle

feat: update score label in progress page based on grading

refactor: update score label text and add tooltip

refactor: move label tooltip near header as normal text

refactor: update problem score label Graded scores
@navinkarkera
Copy link
Contributor Author

Rebased, ready to be merged.

@farhaanbukhsh
Copy link
Member

I can review this cc: @itsjeyd @Agrendalath @bradenmacdonald

@itsjeyd itsjeyd added the waiting for eng review PR is ready for review. Review and merge it, or suggest changes. label Sep 20, 2024
Copy link
Member

@farhaanbukhsh farhaanbukhsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@navinkarkera Thank you for the work on the PR, overall the approach looks good but can you look into this one comment

@@ -28,6 +29,11 @@ const DetailedGrades = ({ intl }) => {
} = useModel('progress', courseId);

const hasSectionScores = sectionScores.length > 0;
const showUngradedAssignments = (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be moved to a separate place since this function is getting duplicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core contributor PR author is a Core Contributor (who may or may not have write access to this repo). open-source-contribution PR author is not from Axim or 2U product review complete PR has gone through product review product review PR requires product review before merging waiting for eng review PR is ready for review. Review and merge it, or suggest changes.
Projects
Status: Ready for Review
Development

Successfully merging this pull request may close these issues.

7 participants