-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(FEC-13597): add the ability to seek for submitted quiz (#115)
add the ability to seek in a case where a user has submitted a quiz, that is configured with no retake and banSeek is enabled. Solves [FEC-13597](https://kaltura.atlassian.net/browse/FEC-13597) [FEC-13597]: https://kaltura.atlassian.net/browse/FEC-13597?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
8c6b65d
commit 1bff02b
Showing
4 changed files
with
81 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[ | ||
{ | ||
"partnerId": 1091, | ||
"ks": "", | ||
"userId": 0, | ||
"objectType": "KalturaStartWidgetSessionResponse" | ||
}, | ||
{ | ||
"objects": [ | ||
{ | ||
"score": 1, | ||
"calculatedScore": 1, | ||
"version": 0, | ||
"id": 4184809572, | ||
"entryId": "1_y8dwntss", | ||
"userId": "lian.binyamin@kaltura.com", | ||
"partnerId": 3188353, | ||
"status": "quiz.3", | ||
"createdAt": 1704187674, | ||
"updatedAt": 1704187756, | ||
"type": "quiz.QUIZ", | ||
"objectType": "KalturaQuizUserEntry" | ||
} | ||
], | ||
"totalCount": 1, | ||
"objectType": "KalturaUserEntryListResponse" | ||
}, | ||
{ | ||
"version": 4, | ||
"uiAttributes": [ | ||
{"key": "welcomeMessage", "value": "In this video, you will be given a Quiz. Good Luck!", "objectType": "KalturaKeyValue"}, | ||
{"key": "noSeekAlertText", "value": "", "objectType": "KalturaKeyValue"}, | ||
{"key": "inVideoTip", "value": "true", "objectType": "KalturaKeyValue"}, | ||
{"key": "showWelcomePage", "value": "false", "objectType": "KalturaKeyValue"}, | ||
{"key": "canSkip", "value": "true", "objectType": "KalturaKeyValue"}, | ||
{"key": "banSeek", "value": "true", "objectType": "KalturaKeyValue"} | ||
], | ||
"allowAnswerUpdate": true, | ||
"showCorrectAfterSubmission": true, | ||
"allowDownload": true, | ||
"showGradeAfterSubmission": true, | ||
"attemptsAllowed": 0, | ||
"scoreType": 3, | ||
"objectType": "KalturaQuiz" | ||
}, | ||
{"objects": [], "totalCount": 0, "objectType": "KalturaCuePointListResponse"} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters