-
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.
Browse files
Browse the repository at this point in the history
### Description of the Changes **the issue:** When `PreventFwdSeek` set to true, "Quiz completed" toast is display although not all of the question were answered. **root cause:** since cuePoint service is delaying the cuePoints in case `preventSeek` plugin feature is active, ivq is not getting any data so it thinks the quiz is completed. **solution:** - use new `isPreventSeek` redux state - for quiz cuePoints, send the cue points immediately Solves [FEC-13781](https://kaltura.atlassian.net/browse/FEC-13781) [FEC-13781]: https://kaltura.atlassian.net/browse/FEC-13781?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
e4ae297
commit a8af9cc
Showing
2 changed files
with
4 additions
and
10 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