openedx / edx-platform

The Open edX LMS & Studio, powering education sites around the world!
https://openedx.org
GNU Affero General Public License v3.0
7.36k stars 3.85k forks source link

fix: disable submit button for archived courses #34920

Closed Anas12091101 closed 2 months ago

Anas12091101 commented 4 months ago

Description

This PR disables the submission button for problems in the archived courses.

Current behaviour: The learner can submit the problem in the archived courses which don't have a due date. The grade is recorded in the gradebook that should be closed.

After the PR merges: The submit button will be disabled and the learner cannot submit the problem.

Useful information to include:

After

Screenshot 2024-06-05 at 3 14 50 PM

Supporting information

https://github.com/mitodl/hq/issues/4415

Testing instructions

None

Other information

Include anything else that will help reviewers and consumers understand the change.

openedx-webhooks commented 4 months ago

Thanks for the pull request, @Anas12091101!

What's next?

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

:radio_button: Get product approval

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

:radio_button: 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:

:radio_button: 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.

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

Who will review my changes?

This repository is currently maintained by @openedx/wg-maintenance-edx-platform. 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:

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

pdpinch commented 4 months ago

@Anas12091101 this will need a test

pdpinch commented 3 months ago

We need to give some consideration to how this interacts with the past_due function. Based on what I understand from the course authors, they expect that a user who has been granted an extension on a problem due date would still be able to submit after the course end date.

pdpinch commented 3 months ago

Will this change affect all xBlocks, or just capa problems?

Anas12091101 commented 3 months ago

Will this change affect all xBlocks, or just capa problems?

I believe it will only affect the capa problems

pdpinch commented 3 months ago

I've spoken with a number of experienced course authors and they all feel that this behavior is a bug that was introduced sometime in 2023. In the Olive release, learners could not submit answers after the course end date. Now in Quince they can.

Can you do some research in the git history and see if you can figure out when this change was introduced? Are there any tests for course end dates?

Anas12091101 commented 3 months ago

@pdpinch, I set up Olive locally using Tutor and tested this. Olive is also allowing submissions for problems in archived courses, with the difference that the gradebook doesn't get updated. If a course becomes archived after a submission, the gradebook is updated on the next submission. This seems more like a bug than a feature. A similar behavior was observed previously for the restricted course blocks and was solved in this PR by Asad Ali. I tried to further debug this but couldn't due to several errors in the Tutor release for Olive. The devstack provision command for Olive is also not working.

pdpinch commented 2 months ago

I've spoken with a number of folks about this, and they all agree that it's a bug.

Another area we should examine: edx-when. My understanding after discussing with @ormsbee is that the edx-when application manages a cached, customized version of course dates for users, particularly for self-paced courses where deadlines are shifted based on when the user starts the course.

openedx-webhooks commented 2 months ago

@Anas12091101 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.

edx-pipeline-bot commented 2 months ago

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

edx-pipeline-bot commented 2 months ago

2U Release Notice: This PR has been deployed to the edX production environment.

edx-pipeline-bot commented 2 months ago

2U Release Notice: This PR has been deployed to the edX production environment.