@playkit-js/playkit-js-ivq 3.4.9 → 3.4.10-canary.0-8c6b65d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/cypress/e2e/env.ts +4 -0
- package/cypress/e2e/ivq-question-changed-event.cy.ts +1 -1
- package/cypress/e2e/ivq-review.cy.ts +1 -1
- package/cypress/e2e/ivq.cy.ts +2 -6
- package/dist/playkit-ivq.js +1 -1
- package/dist/playkit-ivq.js.LICENSE.txt +6 -0
- package/dist/playkit-ivq.js.map +1 -1
- package/package.json +2 -2
- package/translations/en.i18n.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playkit-js/playkit-js-ivq",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.10-canary.0-8c6b65d",
|
|
4
4
|
"main": "dist/playkit-ivq.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf ./dist",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@playkit-js/common": "^1.
|
|
71
|
+
"@playkit-js/common": "^1.5.3",
|
|
72
72
|
"@playkit-js/playkit-js-ui": "^0.77.2"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"review_button": "Review",
|
|
20
20
|
"review_button_area_label": "Click to review quiz",
|
|
21
21
|
"review_title": "You are almost done",
|
|
22
|
-
"review_description": "It appears that some questions remained unanswered
|
|
22
|
+
"review_description": "It appears that some questions remained unanswered You must answer all questions before you can submit",
|
|
23
23
|
"submit_title": "Quiz completed",
|
|
24
24
|
"submit_description": "Take a moment to review your answers or go ahead to submit your answers.",
|
|
25
25
|
"quiz_score": "Your score is {{quizScore}}",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"tip": "All questions must be answered. The quiz will be submitted at the end.",
|
|
47
47
|
"available_attempts_message": "Total attempts available for this quiz: {{availableAttempts}}",
|
|
48
48
|
"quiz_almost_done_title": "You’re almost done",
|
|
49
|
-
"quiz_almost_done_description": "It appears that some questions remained unanswered
|
|
49
|
+
"quiz_almost_done_description": "It appears that some questions remained unanswered You must answer all questions before you can submit",
|
|
50
50
|
"quiz_submit_description": "Take a moment to review your answers or go ahead to submit your answers.",
|
|
51
51
|
"quiz_completed_description": "Watch the video until the end to submit.",
|
|
52
52
|
"quiz_submitted_title": "Quiz submitted"
|