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: upgrade reset_student_attempts api to drf ( 19th ) #35404

Merged
merged 16 commits into from
Sep 10, 2024

Conversation

awais786
Copy link
Contributor

@awais786 awais786 commented Aug 30, 2024

Issues

verify via postman
1: use this URL

form-data

problem_to_reset: block-v1:edx+cs222+23111+type@problem+block@5f501f4c6fc64029bd8b636122df3870

unique_student_identifier: newserviceuser ( this is optional)
delete_module: false (this is optional )
all_students: true (this is optional ) ( required instructor access also )

all_students and unique_student_identifier cannot send together. send one param only

expected result

using unique_student_identifier as param.

{
    "problem_to_reset": "block-v1:edx+cs222+23111+type@problem+block@5f501f4c6fc64029bd8b636122df3870",
    "student": "newserviceuser"
}

using student as param.

{
    "problem_to_reset": "block-v1:edx+cs222+23111+type@problem+block@5f501f4c6fc64029bd8b636122df3870",
    "task": "created",
    "student": "All Students"
}

verify via dashboard.

Go to this page.

Screenshot 2024-08-30 at 6 37 59 PM

@awais786 awais786 changed the title Reset student attempts drf feat: upgrade reset_student_attempts api to drf ( 19th ) Aug 30, 2024
@awais786 awais786 requested a review from feanil August 30, 2024 13:41
@awais786 awais786 marked this pull request as ready for review August 30, 2024 13:43
@awais786 awais786 merged commit 08bd8b3 into master Sep 10, 2024
49 checks passed
@awais786 awais786 deleted the reset_student_attempts-drf branch September 10, 2024 11:26
@edx-pipeline-bot
Copy link
Contributor

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

@edx-pipeline-bot
Copy link
Contributor

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

@edx-pipeline-bot
Copy link
Contributor

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

@edx-pipeline-bot
Copy link
Contributor

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

@edx-pipeline-bot
Copy link
Contributor

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

@edx-pipeline-bot
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants