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

fix: Review page showing incorrect data after complete the quiz exam #484

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

PruthiviRaj27
Copy link
Contributor

@PruthiviRaj27 PruthiviRaj27 commented Jan 31, 2023

  • In this commit d9a0b41 we end the ContentAttempt while ending the exam.
  • After completing the Quiz exam, we conclude the ContentAttempt. During this process, we receive a success response for the ContentAttempt. However, our implementation is designed to handle an Attempt response, which results in our inability to properly parse the response, leading to inaccurate data being displayed on the Review page.
  • In this commit we Handled success response for the ContentAttempt

@PruthiviRaj27 PruthiviRaj27 changed the title fix: Add Upcoming content list view in course UI fix: Quiz exam review page not showing not showing proper value Sep 8, 2023
@PruthiviRaj27 PruthiviRaj27 changed the title fix: Quiz exam review page not showing not showing proper value fix: Quiz exam review page not showing proper value Sep 9, 2023
@PruthiviRaj27 PruthiviRaj27 changed the title fix: Quiz exam review page not showing proper value fix: Review page showing incorrect data after complete the quiz exam Sep 11, 2023
@Karthik-0 Karthik-0 merged commit 303b426 into master Sep 11, 2023
@delete-merged-branch delete-merged-branch bot deleted the upcomingContentList branch September 11, 2023 08:04
PruthiviRaj27 added a commit that referenced this pull request Sep 15, 2023
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.

None yet

2 participants