generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
kind/enhancementImprovement in current featureImprovement in current featurepriority/lowLow priority issueLow priority issue
Description
When you exit and then click to re-enter, the results are not visible. The results are only displayed in the feedback immediately after a submission. When you first click to enter, the answers are not returned.
The backend only saves the score and pass/fail status of your quiz, but not the specific answers you submitted at that time.
The function that the frontend calls when you click "Submit" is located at: https://github.com/layer5io/meshery-cloud/blob/master/server/handlers/academy/quiz.go#L214C1-L214C67.
This code does not store the submitted answers. The field is declared in the schema here: https://github.com/meshery/schemas/blob/master/schemas/constructs/v1beta1/academy/openapi.yml#L1232.
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovement in current featureImprovement in current featurepriority/lowLow priority issueLow priority issue