@lessonkit/react 1.3.1 → 1.4.0
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/block-catalog.v3.json +1005 -107
- package/dist/AssessmentLessonGuard-D2Plzybb.d.cts +21 -0
- package/dist/AssessmentLessonGuard-D2Plzybb.d.ts +21 -0
- package/dist/blocks-entry.cjs +4563 -0
- package/dist/blocks-entry.d.cts +411 -0
- package/dist/blocks-entry.d.ts +411 -0
- package/dist/blocks-entry.js +69 -0
- package/dist/chunk-4LQ4TTEE.js +4018 -0
- package/dist/chunk-TDM3ARE7.js +1775 -0
- package/dist/chunk-UUTXECVW.js +252 -0
- package/dist/index.cjs +2329 -318
- package/dist/index.d.cts +31 -282
- package/dist/index.d.ts +31 -282
- package/dist/index.js +433 -4295
- package/dist/testing.cjs +540 -0
- package/dist/testing.d.cts +16 -0
- package/dist/testing.d.ts +16 -0
- package/dist/testing.js +18 -0
- package/package.json +33 -16
package/block-catalog.v3.json
CHANGED
|
@@ -91,6 +91,8 @@
|
|
|
91
91
|
"InteractiveBook",
|
|
92
92
|
"Slide",
|
|
93
93
|
"SlideDeck",
|
|
94
|
+
"TimedCue",
|
|
95
|
+
"InteractiveVideo",
|
|
94
96
|
"AssessmentSequence"
|
|
95
97
|
],
|
|
96
98
|
"a11y": {
|
|
@@ -139,6 +141,8 @@
|
|
|
139
141
|
"InteractiveBook",
|
|
140
142
|
"Slide",
|
|
141
143
|
"SlideDeck",
|
|
144
|
+
"TimedCue",
|
|
145
|
+
"InteractiveVideo",
|
|
142
146
|
"AssessmentSequence"
|
|
143
147
|
],
|
|
144
148
|
"a11y": {
|
|
@@ -211,6 +215,8 @@
|
|
|
211
215
|
"InteractiveBook",
|
|
212
216
|
"Slide",
|
|
213
217
|
"SlideDeck",
|
|
218
|
+
"TimedCue",
|
|
219
|
+
"InteractiveVideo",
|
|
214
220
|
"AssessmentSequence"
|
|
215
221
|
],
|
|
216
222
|
"a11y": {
|
|
@@ -280,6 +286,8 @@
|
|
|
280
286
|
"InteractiveBook",
|
|
281
287
|
"Slide",
|
|
282
288
|
"SlideDeck",
|
|
289
|
+
"TimedCue",
|
|
290
|
+
"InteractiveVideo",
|
|
283
291
|
"AssessmentSequence"
|
|
284
292
|
],
|
|
285
293
|
"a11y": {
|
|
@@ -324,6 +332,8 @@
|
|
|
324
332
|
"InteractiveBook",
|
|
325
333
|
"Slide",
|
|
326
334
|
"SlideDeck",
|
|
335
|
+
"TimedCue",
|
|
336
|
+
"InteractiveVideo",
|
|
327
337
|
"AssessmentSequence"
|
|
328
338
|
],
|
|
329
339
|
"a11y": {
|
|
@@ -400,7 +410,9 @@
|
|
|
400
410
|
"Page",
|
|
401
411
|
"InteractiveBook",
|
|
402
412
|
"Slide",
|
|
403
|
-
"SlideDeck"
|
|
413
|
+
"SlideDeck",
|
|
414
|
+
"TimedCue",
|
|
415
|
+
"InteractiveVideo"
|
|
404
416
|
],
|
|
405
417
|
"a11y": {
|
|
406
418
|
"element": "section",
|
|
@@ -484,7 +496,9 @@
|
|
|
484
496
|
"Page",
|
|
485
497
|
"InteractiveBook",
|
|
486
498
|
"Slide",
|
|
487
|
-
"SlideDeck"
|
|
499
|
+
"SlideDeck",
|
|
500
|
+
"TimedCue",
|
|
501
|
+
"InteractiveVideo"
|
|
488
502
|
],
|
|
489
503
|
"a11y": {
|
|
490
504
|
"element": "section",
|
|
@@ -567,7 +581,9 @@
|
|
|
567
581
|
"Page",
|
|
568
582
|
"InteractiveBook",
|
|
569
583
|
"Slide",
|
|
570
|
-
"SlideDeck"
|
|
584
|
+
"SlideDeck",
|
|
585
|
+
"TimedCue",
|
|
586
|
+
"InteractiveVideo"
|
|
571
587
|
],
|
|
572
588
|
"a11y": {
|
|
573
589
|
"element": "section",
|
|
@@ -650,7 +666,9 @@
|
|
|
650
666
|
"Page",
|
|
651
667
|
"InteractiveBook",
|
|
652
668
|
"Slide",
|
|
653
|
-
"SlideDeck"
|
|
669
|
+
"SlideDeck",
|
|
670
|
+
"TimedCue",
|
|
671
|
+
"InteractiveVideo"
|
|
654
672
|
],
|
|
655
673
|
"a11y": {
|
|
656
674
|
"element": "section",
|
|
@@ -733,7 +751,9 @@
|
|
|
733
751
|
"Page",
|
|
734
752
|
"InteractiveBook",
|
|
735
753
|
"Slide",
|
|
736
|
-
"SlideDeck"
|
|
754
|
+
"SlideDeck",
|
|
755
|
+
"TimedCue",
|
|
756
|
+
"InteractiveVideo"
|
|
737
757
|
],
|
|
738
758
|
"a11y": {
|
|
739
759
|
"element": "section",
|
|
@@ -801,6 +821,8 @@
|
|
|
801
821
|
"InteractiveBook",
|
|
802
822
|
"Slide",
|
|
803
823
|
"SlideDeck",
|
|
824
|
+
"TimedCue",
|
|
825
|
+
"InteractiveVideo",
|
|
804
826
|
"AssessmentSequence"
|
|
805
827
|
],
|
|
806
828
|
"a11y": {
|
|
@@ -827,193 +849,696 @@
|
|
|
827
849
|
"Quiz",
|
|
828
850
|
"KnowledgeCheck",
|
|
829
851
|
"FindHotspot",
|
|
830
|
-
"FindMultipleHotspots"
|
|
852
|
+
"FindMultipleHotspots",
|
|
853
|
+
"Summary",
|
|
854
|
+
"ImagePairing",
|
|
855
|
+
"ImageSequencing",
|
|
856
|
+
"ArithmeticQuiz",
|
|
857
|
+
"Essay"
|
|
831
858
|
],
|
|
832
859
|
"maxNestingDepth": 1
|
|
833
860
|
},
|
|
834
861
|
{
|
|
835
|
-
"type": "
|
|
836
|
-
"category": "
|
|
837
|
-
"
|
|
862
|
+
"type": "Summary",
|
|
863
|
+
"category": "assessment",
|
|
864
|
+
"assessmentContract": true,
|
|
865
|
+
"h5pMachineName": "H5P.Summary",
|
|
866
|
+
"h5pAlias": "Summary",
|
|
867
|
+
"description": "Construct a summary from a statement bank in correct order.",
|
|
838
868
|
"props": [
|
|
839
869
|
{
|
|
840
|
-
"name": "
|
|
841
|
-
"type": "
|
|
842
|
-
"required":
|
|
843
|
-
"description": "Stable
|
|
870
|
+
"name": "checkId",
|
|
871
|
+
"type": "CheckId",
|
|
872
|
+
"required": true,
|
|
873
|
+
"description": "Stable check id."
|
|
844
874
|
},
|
|
845
875
|
{
|
|
846
|
-
"name": "
|
|
847
|
-
"type": "
|
|
876
|
+
"name": "statements",
|
|
877
|
+
"type": "string[]",
|
|
848
878
|
"required": true,
|
|
849
|
-
"description": "
|
|
879
|
+
"description": "Available statements."
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "correct",
|
|
883
|
+
"type": "string[]",
|
|
884
|
+
"required": true,
|
|
885
|
+
"description": "Correct ordered summary."
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "enableRetry",
|
|
889
|
+
"type": "boolean",
|
|
890
|
+
"required": false,
|
|
891
|
+
"description": "Allow retry after completion."
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "enableSolutionsButton",
|
|
895
|
+
"type": "boolean",
|
|
896
|
+
"required": false,
|
|
897
|
+
"description": "Show solution control."
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "autoCheck",
|
|
901
|
+
"type": "boolean",
|
|
902
|
+
"required": false,
|
|
903
|
+
"description": "Check answers automatically when possible."
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "passingScore",
|
|
907
|
+
"type": "number",
|
|
908
|
+
"required": false,
|
|
909
|
+
"description": "Minimum score to pass."
|
|
850
910
|
}
|
|
851
911
|
],
|
|
852
|
-
"requiredIds": [
|
|
912
|
+
"requiredIds": [
|
|
913
|
+
"checkId"
|
|
914
|
+
],
|
|
853
915
|
"parentConstraints": [
|
|
854
916
|
"Lesson",
|
|
917
|
+
"AssessmentSequence",
|
|
918
|
+
"TimedCue",
|
|
855
919
|
"Page",
|
|
856
920
|
"InteractiveBook",
|
|
857
921
|
"Slide",
|
|
858
922
|
"SlideDeck",
|
|
859
|
-
"
|
|
923
|
+
"InteractiveVideo"
|
|
860
924
|
],
|
|
861
925
|
"a11y": {
|
|
862
|
-
"element": "
|
|
863
|
-
"ariaLabel": "
|
|
864
|
-
"keyboard": "
|
|
865
|
-
"notes": "
|
|
926
|
+
"element": "section",
|
|
927
|
+
"ariaLabel": "Summary",
|
|
928
|
+
"keyboard": "Select statements in order.",
|
|
929
|
+
"notes": "H5P Summary equivalent."
|
|
866
930
|
},
|
|
867
931
|
"theming": {
|
|
868
932
|
"surface": "global-inherit",
|
|
869
|
-
"
|
|
933
|
+
"dataAttributes": [
|
|
934
|
+
"data-lk-check-id"
|
|
935
|
+
],
|
|
936
|
+
"stylingNotes": "Uses data-lk-check-id."
|
|
870
937
|
},
|
|
871
938
|
"telemetry": {
|
|
872
|
-
"emits": [
|
|
939
|
+
"emits": [
|
|
940
|
+
"assessment_answered",
|
|
941
|
+
"assessment_completed"
|
|
942
|
+
],
|
|
943
|
+
"requiresActiveLesson": true
|
|
873
944
|
}
|
|
874
945
|
},
|
|
875
946
|
{
|
|
876
|
-
"type": "
|
|
877
|
-
"category": "
|
|
878
|
-
"
|
|
947
|
+
"type": "ImagePairing",
|
|
948
|
+
"category": "assessment",
|
|
949
|
+
"assessmentContract": true,
|
|
950
|
+
"h5pMachineName": "H5P.ImagePair",
|
|
951
|
+
"h5pAlias": "Image Pairing",
|
|
952
|
+
"description": "Match image pairs in a memory-style task.",
|
|
879
953
|
"props": [
|
|
880
954
|
{
|
|
881
|
-
"name": "
|
|
882
|
-
"type": "
|
|
883
|
-
"required":
|
|
884
|
-
"description": "Stable
|
|
955
|
+
"name": "checkId",
|
|
956
|
+
"type": "CheckId",
|
|
957
|
+
"required": true,
|
|
958
|
+
"description": "Stable check id."
|
|
885
959
|
},
|
|
886
960
|
{
|
|
887
|
-
"name": "
|
|
888
|
-
"type": "
|
|
961
|
+
"name": "pairs",
|
|
962
|
+
"type": "ImagePair[]",
|
|
889
963
|
"required": true,
|
|
890
|
-
"description": "
|
|
964
|
+
"description": "Image pairs to match."
|
|
891
965
|
},
|
|
892
966
|
{
|
|
893
|
-
"name": "
|
|
894
|
-
"type": "
|
|
895
|
-
"required":
|
|
896
|
-
"description": "
|
|
967
|
+
"name": "enableRetry",
|
|
968
|
+
"type": "boolean",
|
|
969
|
+
"required": false,
|
|
970
|
+
"description": "Allow retry after completion."
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "enableSolutionsButton",
|
|
974
|
+
"type": "boolean",
|
|
975
|
+
"required": false,
|
|
976
|
+
"description": "Show solution control."
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "autoCheck",
|
|
980
|
+
"type": "boolean",
|
|
981
|
+
"required": false,
|
|
982
|
+
"description": "Check answers automatically when possible."
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "passingScore",
|
|
986
|
+
"type": "number",
|
|
987
|
+
"required": false,
|
|
988
|
+
"description": "Minimum score to pass."
|
|
897
989
|
}
|
|
898
990
|
],
|
|
899
|
-
"requiredIds": [
|
|
991
|
+
"requiredIds": [
|
|
992
|
+
"checkId"
|
|
993
|
+
],
|
|
900
994
|
"parentConstraints": [
|
|
901
995
|
"Lesson",
|
|
996
|
+
"AssessmentSequence",
|
|
997
|
+
"TimedCue",
|
|
902
998
|
"Page",
|
|
903
999
|
"InteractiveBook",
|
|
904
1000
|
"Slide",
|
|
905
1001
|
"SlideDeck",
|
|
906
|
-
"
|
|
1002
|
+
"InteractiveVideo"
|
|
907
1003
|
],
|
|
908
1004
|
"a11y": {
|
|
909
|
-
"element": "
|
|
910
|
-
"ariaLabel": "
|
|
911
|
-
"keyboard": "
|
|
912
|
-
"notes": "
|
|
1005
|
+
"element": "section",
|
|
1006
|
+
"ariaLabel": "Image Pairing",
|
|
1007
|
+
"keyboard": "Select two cards to match.",
|
|
1008
|
+
"notes": "H5P Image Pairing equivalent."
|
|
913
1009
|
},
|
|
914
1010
|
"theming": {
|
|
915
1011
|
"surface": "global-inherit",
|
|
916
|
-
"
|
|
1012
|
+
"dataAttributes": [
|
|
1013
|
+
"data-lk-check-id"
|
|
1014
|
+
],
|
|
1015
|
+
"stylingNotes": "Uses data-lk-check-id."
|
|
917
1016
|
},
|
|
918
1017
|
"telemetry": {
|
|
919
|
-
"emits": [
|
|
1018
|
+
"emits": [
|
|
1019
|
+
"assessment_answered",
|
|
1020
|
+
"assessment_completed"
|
|
1021
|
+
],
|
|
1022
|
+
"requiresActiveLesson": true
|
|
920
1023
|
}
|
|
921
1024
|
},
|
|
922
1025
|
{
|
|
923
|
-
"type": "
|
|
924
|
-
"category": "
|
|
925
|
-
"
|
|
1026
|
+
"type": "ImageSequencing",
|
|
1027
|
+
"category": "assessment",
|
|
1028
|
+
"assessmentContract": true,
|
|
1029
|
+
"h5pMachineName": "H5P.ImageSequencing",
|
|
1030
|
+
"h5pAlias": "Image Sequencing",
|
|
1031
|
+
"description": "Order images in the correct sequence.",
|
|
926
1032
|
"props": [
|
|
927
1033
|
{
|
|
928
|
-
"name": "
|
|
929
|
-
"type": "
|
|
930
|
-
"required":
|
|
931
|
-
"description": "Stable
|
|
1034
|
+
"name": "checkId",
|
|
1035
|
+
"type": "CheckId",
|
|
1036
|
+
"required": true,
|
|
1037
|
+
"description": "Stable check id."
|
|
932
1038
|
},
|
|
933
1039
|
{
|
|
934
|
-
"name": "
|
|
935
|
-
"type": "
|
|
1040
|
+
"name": "images",
|
|
1041
|
+
"type": "SequencingImage[]",
|
|
936
1042
|
"required": true,
|
|
937
|
-
"description": "
|
|
1043
|
+
"description": "Images to order."
|
|
938
1044
|
},
|
|
939
1045
|
{
|
|
940
|
-
"name": "
|
|
941
|
-
"type": "string",
|
|
1046
|
+
"name": "correctOrder",
|
|
1047
|
+
"type": "string[]",
|
|
942
1048
|
"required": true,
|
|
943
|
-
"description": "
|
|
1049
|
+
"description": "Correct id order."
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"name": "enableRetry",
|
|
1053
|
+
"type": "boolean",
|
|
1054
|
+
"required": false,
|
|
1055
|
+
"description": "Allow retry after completion."
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "enableSolutionsButton",
|
|
1059
|
+
"type": "boolean",
|
|
1060
|
+
"required": false,
|
|
1061
|
+
"description": "Show solution control."
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "autoCheck",
|
|
1065
|
+
"type": "boolean",
|
|
1066
|
+
"required": false,
|
|
1067
|
+
"description": "Check answers automatically when possible."
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "passingScore",
|
|
1071
|
+
"type": "number",
|
|
1072
|
+
"required": false,
|
|
1073
|
+
"description": "Minimum score to pass."
|
|
944
1074
|
}
|
|
945
1075
|
],
|
|
946
|
-
"requiredIds": [
|
|
1076
|
+
"requiredIds": [
|
|
1077
|
+
"checkId"
|
|
1078
|
+
],
|
|
947
1079
|
"parentConstraints": [
|
|
948
1080
|
"Lesson",
|
|
1081
|
+
"AssessmentSequence",
|
|
1082
|
+
"TimedCue",
|
|
949
1083
|
"Page",
|
|
950
1084
|
"InteractiveBook",
|
|
951
1085
|
"Slide",
|
|
952
1086
|
"SlideDeck",
|
|
953
|
-
"
|
|
1087
|
+
"InteractiveVideo"
|
|
954
1088
|
],
|
|
955
1089
|
"a11y": {
|
|
956
|
-
"element": "
|
|
957
|
-
"ariaLabel": "Image",
|
|
958
|
-
"keyboard": "
|
|
959
|
-
"notes": "
|
|
1090
|
+
"element": "section",
|
|
1091
|
+
"ariaLabel": "Image Sequencing",
|
|
1092
|
+
"keyboard": "Reorder with up/down.",
|
|
1093
|
+
"notes": "H5P Image Sequencing equivalent."
|
|
960
1094
|
},
|
|
961
1095
|
"theming": {
|
|
962
1096
|
"surface": "global-inherit",
|
|
963
|
-
"
|
|
1097
|
+
"dataAttributes": [
|
|
1098
|
+
"data-lk-check-id"
|
|
1099
|
+
],
|
|
1100
|
+
"stylingNotes": "Uses data-lk-check-id."
|
|
964
1101
|
},
|
|
965
1102
|
"telemetry": {
|
|
966
|
-
"emits": [
|
|
1103
|
+
"emits": [
|
|
1104
|
+
"assessment_answered",
|
|
1105
|
+
"assessment_completed"
|
|
1106
|
+
],
|
|
1107
|
+
"requiresActiveLesson": true
|
|
967
1108
|
}
|
|
968
1109
|
},
|
|
969
1110
|
{
|
|
970
|
-
"type": "
|
|
971
|
-
"category": "
|
|
972
|
-
"
|
|
973
|
-
"h5pMachineName": "H5P.
|
|
974
|
-
"h5pAlias": "
|
|
975
|
-
"description": "
|
|
976
|
-
"allowedChildTypes": [
|
|
977
|
-
"Text",
|
|
978
|
-
"Heading",
|
|
979
|
-
"Image",
|
|
980
|
-
"Scenario",
|
|
981
|
-
"Reflection",
|
|
982
|
-
"Quiz",
|
|
983
|
-
"KnowledgeCheck",
|
|
984
|
-
"TrueFalse",
|
|
985
|
-
"FillInTheBlanks",
|
|
986
|
-
"DragAndDrop",
|
|
987
|
-
"DragTheWords",
|
|
988
|
-
"MarkTheWords",
|
|
989
|
-
"Accordion",
|
|
990
|
-
"DialogCards",
|
|
991
|
-
"Flashcards",
|
|
992
|
-
"ImageHotspots",
|
|
993
|
-
"FindHotspot",
|
|
994
|
-
"FindMultipleHotspots",
|
|
995
|
-
"ImageSlider",
|
|
996
|
-
"ProgressTracker"
|
|
997
|
-
],
|
|
998
|
-
"maxNestingDepth": 1,
|
|
1111
|
+
"type": "ArithmeticQuiz",
|
|
1112
|
+
"category": "assessment",
|
|
1113
|
+
"assessmentContract": true,
|
|
1114
|
+
"h5pMachineName": "H5P.ArithmeticQuiz",
|
|
1115
|
+
"h5pAlias": "Arithmetic Quiz",
|
|
1116
|
+
"description": "Timed arithmetic problems with optional timer.",
|
|
999
1117
|
"props": [
|
|
1000
1118
|
{
|
|
1001
|
-
"name": "
|
|
1002
|
-
"type": "
|
|
1119
|
+
"name": "checkId",
|
|
1120
|
+
"type": "CheckId",
|
|
1003
1121
|
"required": true,
|
|
1004
|
-
"description": "Stable
|
|
1122
|
+
"description": "Stable check id."
|
|
1005
1123
|
},
|
|
1006
1124
|
{
|
|
1007
|
-
"name": "
|
|
1008
|
-
"type": "
|
|
1125
|
+
"name": "problems",
|
|
1126
|
+
"type": "ArithmeticProblem[]",
|
|
1127
|
+
"required": true,
|
|
1128
|
+
"description": "Math problems."
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "timeLimitSeconds",
|
|
1132
|
+
"type": "number",
|
|
1009
1133
|
"required": false,
|
|
1010
|
-
"description": "
|
|
1134
|
+
"description": "Optional time limit."
|
|
1011
1135
|
},
|
|
1012
1136
|
{
|
|
1013
|
-
"name": "
|
|
1014
|
-
"type": "
|
|
1015
|
-
"required":
|
|
1016
|
-
"description": "
|
|
1137
|
+
"name": "enableRetry",
|
|
1138
|
+
"type": "boolean",
|
|
1139
|
+
"required": false,
|
|
1140
|
+
"description": "Allow retry after completion."
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "enableSolutionsButton",
|
|
1144
|
+
"type": "boolean",
|
|
1145
|
+
"required": false,
|
|
1146
|
+
"description": "Show solution control."
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "autoCheck",
|
|
1150
|
+
"type": "boolean",
|
|
1151
|
+
"required": false,
|
|
1152
|
+
"description": "Check answers automatically when possible."
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "passingScore",
|
|
1156
|
+
"type": "number",
|
|
1157
|
+
"required": false,
|
|
1158
|
+
"description": "Minimum score to pass."
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"requiredIds": [
|
|
1162
|
+
"checkId"
|
|
1163
|
+
],
|
|
1164
|
+
"parentConstraints": [
|
|
1165
|
+
"Lesson",
|
|
1166
|
+
"AssessmentSequence",
|
|
1167
|
+
"TimedCue",
|
|
1168
|
+
"Page",
|
|
1169
|
+
"InteractiveBook",
|
|
1170
|
+
"Slide",
|
|
1171
|
+
"SlideDeck",
|
|
1172
|
+
"InteractiveVideo"
|
|
1173
|
+
],
|
|
1174
|
+
"a11y": {
|
|
1175
|
+
"element": "section",
|
|
1176
|
+
"ariaLabel": "Arithmetic Quiz",
|
|
1177
|
+
"keyboard": "Text input per problem.",
|
|
1178
|
+
"notes": "H5P Arithmetic Quiz equivalent."
|
|
1179
|
+
},
|
|
1180
|
+
"theming": {
|
|
1181
|
+
"surface": "global-inherit",
|
|
1182
|
+
"dataAttributes": [
|
|
1183
|
+
"data-lk-check-id"
|
|
1184
|
+
],
|
|
1185
|
+
"stylingNotes": "Uses data-lk-check-id."
|
|
1186
|
+
},
|
|
1187
|
+
"telemetry": {
|
|
1188
|
+
"emits": [
|
|
1189
|
+
"assessment_answered",
|
|
1190
|
+
"assessment_completed"
|
|
1191
|
+
],
|
|
1192
|
+
"requiresActiveLesson": true
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"type": "Essay",
|
|
1197
|
+
"category": "assessment",
|
|
1198
|
+
"assessmentContract": true,
|
|
1199
|
+
"h5pMachineName": "H5P.Essay",
|
|
1200
|
+
"h5pAlias": "Essay",
|
|
1201
|
+
"description": "Open text response; manual or plugin grading.",
|
|
1202
|
+
"props": [
|
|
1203
|
+
{
|
|
1204
|
+
"name": "checkId",
|
|
1205
|
+
"type": "CheckId",
|
|
1206
|
+
"required": true,
|
|
1207
|
+
"description": "Stable check id."
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "question",
|
|
1211
|
+
"type": "string",
|
|
1212
|
+
"required": true,
|
|
1213
|
+
"description": "Essay prompt."
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "minLength",
|
|
1217
|
+
"type": "number",
|
|
1218
|
+
"required": false,
|
|
1219
|
+
"description": "Minimum character length."
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"name": "enableRetry",
|
|
1223
|
+
"type": "boolean",
|
|
1224
|
+
"required": false,
|
|
1225
|
+
"description": "Allow retry after completion."
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "enableSolutionsButton",
|
|
1229
|
+
"type": "boolean",
|
|
1230
|
+
"required": false,
|
|
1231
|
+
"description": "Show solution control."
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"name": "autoCheck",
|
|
1235
|
+
"type": "boolean",
|
|
1236
|
+
"required": false,
|
|
1237
|
+
"description": "Check answers automatically when possible."
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "passingScore",
|
|
1241
|
+
"type": "number",
|
|
1242
|
+
"required": false,
|
|
1243
|
+
"description": "Minimum score to pass."
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"requiredIds": [
|
|
1247
|
+
"checkId"
|
|
1248
|
+
],
|
|
1249
|
+
"parentConstraints": [
|
|
1250
|
+
"Lesson",
|
|
1251
|
+
"AssessmentSequence",
|
|
1252
|
+
"TimedCue",
|
|
1253
|
+
"Page",
|
|
1254
|
+
"InteractiveBook",
|
|
1255
|
+
"Slide",
|
|
1256
|
+
"SlideDeck",
|
|
1257
|
+
"InteractiveVideo"
|
|
1258
|
+
],
|
|
1259
|
+
"a11y": {
|
|
1260
|
+
"element": "section",
|
|
1261
|
+
"ariaLabel": "Essay",
|
|
1262
|
+
"keyboard": "Textarea input.",
|
|
1263
|
+
"notes": "H5P Essay equivalent."
|
|
1264
|
+
},
|
|
1265
|
+
"theming": {
|
|
1266
|
+
"surface": "global-inherit",
|
|
1267
|
+
"dataAttributes": [
|
|
1268
|
+
"data-lk-check-id"
|
|
1269
|
+
],
|
|
1270
|
+
"stylingNotes": "Uses data-lk-check-id."
|
|
1271
|
+
},
|
|
1272
|
+
"telemetry": {
|
|
1273
|
+
"emits": [
|
|
1274
|
+
"assessment_answered",
|
|
1275
|
+
"assessment_completed"
|
|
1276
|
+
],
|
|
1277
|
+
"requiresActiveLesson": true
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"type": "Text",
|
|
1282
|
+
"category": "content",
|
|
1283
|
+
"description": "Paragraph text content.",
|
|
1284
|
+
"props": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "blockId",
|
|
1287
|
+
"type": "BlockId",
|
|
1288
|
+
"required": false,
|
|
1289
|
+
"description": "Stable block id."
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"name": "children",
|
|
1293
|
+
"type": "ReactNode",
|
|
1294
|
+
"required": true,
|
|
1295
|
+
"description": "Text body."
|
|
1296
|
+
}
|
|
1297
|
+
],
|
|
1298
|
+
"requiredIds": [],
|
|
1299
|
+
"parentConstraints": [
|
|
1300
|
+
"Lesson",
|
|
1301
|
+
"Page",
|
|
1302
|
+
"InteractiveBook",
|
|
1303
|
+
"Slide",
|
|
1304
|
+
"SlideDeck",
|
|
1305
|
+
"TimedCue",
|
|
1306
|
+
"InteractiveVideo",
|
|
1307
|
+
"AssessmentSequence"
|
|
1308
|
+
],
|
|
1309
|
+
"a11y": {
|
|
1310
|
+
"element": "p",
|
|
1311
|
+
"ariaLabel": "Text",
|
|
1312
|
+
"keyboard": "N/A",
|
|
1313
|
+
"notes": "Semantic paragraph."
|
|
1314
|
+
},
|
|
1315
|
+
"theming": {
|
|
1316
|
+
"surface": "global-inherit",
|
|
1317
|
+
"stylingNotes": "Inherits theme."
|
|
1318
|
+
},
|
|
1319
|
+
"telemetry": {
|
|
1320
|
+
"emits": []
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"type": "Heading",
|
|
1325
|
+
"category": "content",
|
|
1326
|
+
"description": "Heading levels 1–3.",
|
|
1327
|
+
"props": [
|
|
1328
|
+
{
|
|
1329
|
+
"name": "blockId",
|
|
1330
|
+
"type": "BlockId",
|
|
1331
|
+
"required": false,
|
|
1332
|
+
"description": "Stable block id."
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "level",
|
|
1336
|
+
"type": "1 | 2 | 3",
|
|
1337
|
+
"required": true,
|
|
1338
|
+
"description": "Heading level."
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "children",
|
|
1342
|
+
"type": "ReactNode",
|
|
1343
|
+
"required": true,
|
|
1344
|
+
"description": "Heading text."
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"requiredIds": [],
|
|
1348
|
+
"parentConstraints": [
|
|
1349
|
+
"Lesson",
|
|
1350
|
+
"Page",
|
|
1351
|
+
"InteractiveBook",
|
|
1352
|
+
"Slide",
|
|
1353
|
+
"SlideDeck",
|
|
1354
|
+
"TimedCue",
|
|
1355
|
+
"InteractiveVideo",
|
|
1356
|
+
"AssessmentSequence"
|
|
1357
|
+
],
|
|
1358
|
+
"a11y": {
|
|
1359
|
+
"element": "h1-h3",
|
|
1360
|
+
"ariaLabel": "Heading",
|
|
1361
|
+
"keyboard": "N/A",
|
|
1362
|
+
"notes": "Use one level per outline."
|
|
1363
|
+
},
|
|
1364
|
+
"theming": {
|
|
1365
|
+
"surface": "global-inherit",
|
|
1366
|
+
"stylingNotes": "Inherits theme."
|
|
1367
|
+
},
|
|
1368
|
+
"telemetry": {
|
|
1369
|
+
"emits": []
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "Image",
|
|
1374
|
+
"category": "content",
|
|
1375
|
+
"description": "Image with required alt text.",
|
|
1376
|
+
"props": [
|
|
1377
|
+
{
|
|
1378
|
+
"name": "blockId",
|
|
1379
|
+
"type": "BlockId",
|
|
1380
|
+
"required": false,
|
|
1381
|
+
"description": "Stable block id."
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "src",
|
|
1385
|
+
"type": "string",
|
|
1386
|
+
"required": true,
|
|
1387
|
+
"description": "Image URL."
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"name": "alt",
|
|
1391
|
+
"type": "string",
|
|
1392
|
+
"required": true,
|
|
1393
|
+
"description": "Alt text."
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
"requiredIds": [],
|
|
1397
|
+
"parentConstraints": [
|
|
1398
|
+
"Lesson",
|
|
1399
|
+
"Page",
|
|
1400
|
+
"InteractiveBook",
|
|
1401
|
+
"Slide",
|
|
1402
|
+
"SlideDeck",
|
|
1403
|
+
"TimedCue",
|
|
1404
|
+
"InteractiveVideo",
|
|
1405
|
+
"AssessmentSequence"
|
|
1406
|
+
],
|
|
1407
|
+
"a11y": {
|
|
1408
|
+
"element": "img",
|
|
1409
|
+
"ariaLabel": "Image",
|
|
1410
|
+
"keyboard": "N/A",
|
|
1411
|
+
"notes": "Requires alt."
|
|
1412
|
+
},
|
|
1413
|
+
"theming": {
|
|
1414
|
+
"surface": "global-inherit",
|
|
1415
|
+
"stylingNotes": "Responsive max-width."
|
|
1416
|
+
},
|
|
1417
|
+
"telemetry": {
|
|
1418
|
+
"emits": []
|
|
1419
|
+
}
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"type": "Video",
|
|
1423
|
+
"category": "content",
|
|
1424
|
+
"description": "Self-hosted video with native controls and optional captions.",
|
|
1425
|
+
"props": [
|
|
1426
|
+
{
|
|
1427
|
+
"name": "blockId",
|
|
1428
|
+
"type": "BlockId",
|
|
1429
|
+
"required": true,
|
|
1430
|
+
"description": "Stable block id."
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "src",
|
|
1434
|
+
"type": "string",
|
|
1435
|
+
"required": true,
|
|
1436
|
+
"description": "Video URL."
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "poster",
|
|
1440
|
+
"type": "string",
|
|
1441
|
+
"required": false,
|
|
1442
|
+
"description": "Poster image URL."
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "captions",
|
|
1446
|
+
"type": "string",
|
|
1447
|
+
"required": false,
|
|
1448
|
+
"description": "WebVTT captions URL."
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"name": "title",
|
|
1452
|
+
"type": "string",
|
|
1453
|
+
"required": false,
|
|
1454
|
+
"description": "Accessible title."
|
|
1455
|
+
}
|
|
1456
|
+
],
|
|
1457
|
+
"requiredIds": [
|
|
1458
|
+
"blockId"
|
|
1459
|
+
],
|
|
1460
|
+
"parentConstraints": [
|
|
1461
|
+
"Lesson",
|
|
1462
|
+
"Page",
|
|
1463
|
+
"InteractiveBook",
|
|
1464
|
+
"Slide",
|
|
1465
|
+
"SlideDeck",
|
|
1466
|
+
"TimedCue",
|
|
1467
|
+
"InteractiveVideo",
|
|
1468
|
+
"AssessmentSequence"
|
|
1469
|
+
],
|
|
1470
|
+
"a11y": {
|
|
1471
|
+
"element": "video",
|
|
1472
|
+
"ariaLabel": "Video",
|
|
1473
|
+
"keyboard": "Native video controls.",
|
|
1474
|
+
"notes": "No autoplay with sound."
|
|
1475
|
+
},
|
|
1476
|
+
"theming": {
|
|
1477
|
+
"surface": "global-inherit",
|
|
1478
|
+
"stylingNotes": "Responsive video."
|
|
1479
|
+
},
|
|
1480
|
+
"telemetry": {
|
|
1481
|
+
"emits": []
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"type": "Page",
|
|
1486
|
+
"category": "container",
|
|
1487
|
+
"compoundContract": true,
|
|
1488
|
+
"h5pMachineName": "H5P.Column",
|
|
1489
|
+
"h5pAlias": "Column",
|
|
1490
|
+
"description": "Column layout container (H5P Column / Page).",
|
|
1491
|
+
"allowedChildTypes": [
|
|
1492
|
+
"Text",
|
|
1493
|
+
"Heading",
|
|
1494
|
+
"Image",
|
|
1495
|
+
"Video",
|
|
1496
|
+
"Scenario",
|
|
1497
|
+
"Reflection",
|
|
1498
|
+
"Quiz",
|
|
1499
|
+
"KnowledgeCheck",
|
|
1500
|
+
"TrueFalse",
|
|
1501
|
+
"FillInTheBlanks",
|
|
1502
|
+
"DragAndDrop",
|
|
1503
|
+
"DragTheWords",
|
|
1504
|
+
"MarkTheWords",
|
|
1505
|
+
"Summary",
|
|
1506
|
+
"ImagePairing",
|
|
1507
|
+
"ImageSequencing",
|
|
1508
|
+
"MemoryGame",
|
|
1509
|
+
"InformationWall",
|
|
1510
|
+
"ParallaxSlideshow",
|
|
1511
|
+
"Questionnaire",
|
|
1512
|
+
"Essay",
|
|
1513
|
+
"ArithmeticQuiz",
|
|
1514
|
+
"Accordion",
|
|
1515
|
+
"DialogCards",
|
|
1516
|
+
"Flashcards",
|
|
1517
|
+
"ImageHotspots",
|
|
1518
|
+
"FindHotspot",
|
|
1519
|
+
"FindMultipleHotspots",
|
|
1520
|
+
"ImageSlider",
|
|
1521
|
+
"ProgressTracker"
|
|
1522
|
+
],
|
|
1523
|
+
"maxNestingDepth": 1,
|
|
1524
|
+
"props": [
|
|
1525
|
+
{
|
|
1526
|
+
"name": "blockId",
|
|
1527
|
+
"type": "BlockId",
|
|
1528
|
+
"required": true,
|
|
1529
|
+
"description": "Stable block id."
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "title",
|
|
1533
|
+
"type": "string",
|
|
1534
|
+
"required": false,
|
|
1535
|
+
"description": "Page title."
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"name": "children",
|
|
1539
|
+
"type": "ReactNode",
|
|
1540
|
+
"required": true,
|
|
1541
|
+
"description": "Page content."
|
|
1017
1542
|
}
|
|
1018
1543
|
],
|
|
1019
1544
|
"requiredIds": [],
|
|
@@ -1107,11 +1632,12 @@
|
|
|
1107
1632
|
"compoundContract": true,
|
|
1108
1633
|
"h5pMachineName": "H5P.CoursePresentation",
|
|
1109
1634
|
"h5pAlias": "Course Presentation slide",
|
|
1110
|
-
"description": "Single slide row in a SlideDeck.
|
|
1635
|
+
"description": "Single slide row in a SlideDeck. Supports Video, Summary, and 1.4 blocks.",
|
|
1111
1636
|
"allowedChildTypes": [
|
|
1112
1637
|
"Text",
|
|
1113
1638
|
"Heading",
|
|
1114
1639
|
"Image",
|
|
1640
|
+
"Video",
|
|
1115
1641
|
"Scenario",
|
|
1116
1642
|
"Reflection",
|
|
1117
1643
|
"Quiz",
|
|
@@ -1121,6 +1647,15 @@
|
|
|
1121
1647
|
"DragAndDrop",
|
|
1122
1648
|
"DragTheWords",
|
|
1123
1649
|
"MarkTheWords",
|
|
1650
|
+
"Summary",
|
|
1651
|
+
"ImagePairing",
|
|
1652
|
+
"ImageSequencing",
|
|
1653
|
+
"MemoryGame",
|
|
1654
|
+
"InformationWall",
|
|
1655
|
+
"ParallaxSlideshow",
|
|
1656
|
+
"Questionnaire",
|
|
1657
|
+
"Essay",
|
|
1658
|
+
"ArithmeticQuiz",
|
|
1124
1659
|
"Accordion",
|
|
1125
1660
|
"DialogCards",
|
|
1126
1661
|
"Flashcards",
|
|
@@ -1234,6 +1769,355 @@
|
|
|
1234
1769
|
"requiresActiveLesson": true
|
|
1235
1770
|
}
|
|
1236
1771
|
},
|
|
1772
|
+
{
|
|
1773
|
+
"type": "TimedCue",
|
|
1774
|
+
"category": "container",
|
|
1775
|
+
"compoundContract": true,
|
|
1776
|
+
"h5pMachineName": "H5P.InteractiveVideo",
|
|
1777
|
+
"h5pAlias": "Interactive Video timed cue",
|
|
1778
|
+
"description": "Timed overlay cue within InteractiveVideo.",
|
|
1779
|
+
"allowedChildTypes": [
|
|
1780
|
+
"Text",
|
|
1781
|
+
"Heading",
|
|
1782
|
+
"Image",
|
|
1783
|
+
"Quiz",
|
|
1784
|
+
"TrueFalse",
|
|
1785
|
+
"FillInTheBlanks",
|
|
1786
|
+
"Summary",
|
|
1787
|
+
"ImagePairing",
|
|
1788
|
+
"ImageSequencing",
|
|
1789
|
+
"MemoryGame",
|
|
1790
|
+
"Questionnaire",
|
|
1791
|
+
"Essay",
|
|
1792
|
+
"ArithmeticQuiz"
|
|
1793
|
+
],
|
|
1794
|
+
"maxNestingDepth": 1,
|
|
1795
|
+
"props": [
|
|
1796
|
+
{
|
|
1797
|
+
"name": "atSeconds",
|
|
1798
|
+
"type": "number",
|
|
1799
|
+
"required": true,
|
|
1800
|
+
"description": "Cue time in seconds."
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"name": "label",
|
|
1804
|
+
"type": "string",
|
|
1805
|
+
"required": false,
|
|
1806
|
+
"description": "Cue label."
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"name": "mustComplete",
|
|
1810
|
+
"type": "boolean",
|
|
1811
|
+
"required": false,
|
|
1812
|
+
"description": "Block seek until completed."
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "children",
|
|
1816
|
+
"type": "ReactNode",
|
|
1817
|
+
"required": true,
|
|
1818
|
+
"description": "Single allowed child block."
|
|
1819
|
+
}
|
|
1820
|
+
],
|
|
1821
|
+
"requiredIds": [],
|
|
1822
|
+
"parentConstraints": [
|
|
1823
|
+
"InteractiveVideo"
|
|
1824
|
+
],
|
|
1825
|
+
"a11y": {
|
|
1826
|
+
"element": "dialog",
|
|
1827
|
+
"ariaLabel": "Timed cue",
|
|
1828
|
+
"keyboard": "Focus moves to overlay content.",
|
|
1829
|
+
"notes": "Pauses parent video."
|
|
1830
|
+
},
|
|
1831
|
+
"theming": {
|
|
1832
|
+
"surface": "global-inherit",
|
|
1833
|
+
"stylingNotes": "Overlay panel."
|
|
1834
|
+
},
|
|
1835
|
+
"telemetry": {
|
|
1836
|
+
"emits": []
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"type": "InteractiveVideo",
|
|
1841
|
+
"category": "container",
|
|
1842
|
+
"compoundContract": true,
|
|
1843
|
+
"h5pMachineName": "H5P.InteractiveVideo",
|
|
1844
|
+
"h5pAlias": "Interactive Video",
|
|
1845
|
+
"description": "Video with timed interaction overlays.",
|
|
1846
|
+
"allowedChildTypes": [
|
|
1847
|
+
"TimedCue"
|
|
1848
|
+
],
|
|
1849
|
+
"maxNestingDepth": 2,
|
|
1850
|
+
"props": [
|
|
1851
|
+
{
|
|
1852
|
+
"name": "blockId",
|
|
1853
|
+
"type": "BlockId",
|
|
1854
|
+
"required": true,
|
|
1855
|
+
"description": "Stable block id."
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"name": "title",
|
|
1859
|
+
"type": "string",
|
|
1860
|
+
"required": true,
|
|
1861
|
+
"description": "Video title."
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "src",
|
|
1865
|
+
"type": "string",
|
|
1866
|
+
"required": true,
|
|
1867
|
+
"description": "Video URL."
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"name": "poster",
|
|
1871
|
+
"type": "string",
|
|
1872
|
+
"required": false,
|
|
1873
|
+
"description": "Poster image."
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "captions",
|
|
1877
|
+
"type": "string",
|
|
1878
|
+
"required": false,
|
|
1879
|
+
"description": "WebVTT captions."
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "showVideoScore",
|
|
1883
|
+
"type": "boolean",
|
|
1884
|
+
"required": false,
|
|
1885
|
+
"description": "Show aggregate score."
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "children",
|
|
1889
|
+
"type": "TimedCue[]",
|
|
1890
|
+
"required": true,
|
|
1891
|
+
"description": "Timed cues."
|
|
1892
|
+
}
|
|
1893
|
+
],
|
|
1894
|
+
"requiredIds": [
|
|
1895
|
+
"blockId"
|
|
1896
|
+
],
|
|
1897
|
+
"parentConstraints": [
|
|
1898
|
+
"Lesson"
|
|
1899
|
+
],
|
|
1900
|
+
"a11y": {
|
|
1901
|
+
"element": "section",
|
|
1902
|
+
"ariaLabel": "Interactive video",
|
|
1903
|
+
"keyboard": "Native video controls; overlay interactions when paused.",
|
|
1904
|
+
"notes": "H5P Interactive Video equivalent."
|
|
1905
|
+
},
|
|
1906
|
+
"theming": {
|
|
1907
|
+
"surface": "global-inherit",
|
|
1908
|
+
"stylingNotes": "Video + overlay."
|
|
1909
|
+
},
|
|
1910
|
+
"telemetry": {
|
|
1911
|
+
"emits": [
|
|
1912
|
+
"video_cue_reached",
|
|
1913
|
+
"video_segment_completed"
|
|
1914
|
+
],
|
|
1915
|
+
"requiresActiveLesson": true
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"type": "Questionnaire",
|
|
1920
|
+
"category": "content",
|
|
1921
|
+
"h5pMachineName": "H5P.Questionnaire",
|
|
1922
|
+
"h5pAlias": "Questionnaire",
|
|
1923
|
+
"description": "Unscored multi-field survey.",
|
|
1924
|
+
"props": [
|
|
1925
|
+
{
|
|
1926
|
+
"name": "blockId",
|
|
1927
|
+
"type": "BlockId",
|
|
1928
|
+
"required": true,
|
|
1929
|
+
"description": "Stable block id."
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "fields",
|
|
1933
|
+
"type": "QuestionnaireField[]",
|
|
1934
|
+
"required": true,
|
|
1935
|
+
"description": "Form fields."
|
|
1936
|
+
}
|
|
1937
|
+
],
|
|
1938
|
+
"requiredIds": [
|
|
1939
|
+
"blockId"
|
|
1940
|
+
],
|
|
1941
|
+
"parentConstraints": [
|
|
1942
|
+
"Lesson",
|
|
1943
|
+
"Page",
|
|
1944
|
+
"InteractiveBook",
|
|
1945
|
+
"Slide",
|
|
1946
|
+
"SlideDeck",
|
|
1947
|
+
"TimedCue",
|
|
1948
|
+
"InteractiveVideo",
|
|
1949
|
+
"AssessmentSequence"
|
|
1950
|
+
],
|
|
1951
|
+
"a11y": {
|
|
1952
|
+
"element": "form",
|
|
1953
|
+
"ariaLabel": "Questionnaire",
|
|
1954
|
+
"keyboard": "Tab through fields.",
|
|
1955
|
+
"notes": "Unscored survey."
|
|
1956
|
+
},
|
|
1957
|
+
"theming": {
|
|
1958
|
+
"surface": "global-inherit",
|
|
1959
|
+
"stylingNotes": "Form layout."
|
|
1960
|
+
},
|
|
1961
|
+
"telemetry": {
|
|
1962
|
+
"emits": [
|
|
1963
|
+
"questionnaire_submitted"
|
|
1964
|
+
],
|
|
1965
|
+
"requiresActiveLesson": true
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"type": "MemoryGame",
|
|
1970
|
+
"category": "content",
|
|
1971
|
+
"h5pMachineName": "H5P.MemoryGame",
|
|
1972
|
+
"h5pAlias": "Memory Game",
|
|
1973
|
+
"description": "Card flip memory matching game.",
|
|
1974
|
+
"props": [
|
|
1975
|
+
{
|
|
1976
|
+
"name": "blockId",
|
|
1977
|
+
"type": "BlockId",
|
|
1978
|
+
"required": true,
|
|
1979
|
+
"description": "Stable block id."
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "pairs",
|
|
1983
|
+
"type": "MemoryPair[]",
|
|
1984
|
+
"required": true,
|
|
1985
|
+
"description": "Card pairs."
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"name": "selfScore",
|
|
1989
|
+
"type": "boolean",
|
|
1990
|
+
"required": false,
|
|
1991
|
+
"description": "Optional self-score mode."
|
|
1992
|
+
}
|
|
1993
|
+
],
|
|
1994
|
+
"requiredIds": [
|
|
1995
|
+
"blockId"
|
|
1996
|
+
],
|
|
1997
|
+
"parentConstraints": [
|
|
1998
|
+
"Lesson",
|
|
1999
|
+
"Page",
|
|
2000
|
+
"InteractiveBook",
|
|
2001
|
+
"Slide",
|
|
2002
|
+
"SlideDeck",
|
|
2003
|
+
"TimedCue",
|
|
2004
|
+
"InteractiveVideo",
|
|
2005
|
+
"AssessmentSequence"
|
|
2006
|
+
],
|
|
2007
|
+
"a11y": {
|
|
2008
|
+
"element": "section",
|
|
2009
|
+
"ariaLabel": "Memory game",
|
|
2010
|
+
"keyboard": "Flip cards with buttons.",
|
|
2011
|
+
"notes": "Reduced motion safe."
|
|
2012
|
+
},
|
|
2013
|
+
"theming": {
|
|
2014
|
+
"surface": "global-inherit",
|
|
2015
|
+
"stylingNotes": "Card grid."
|
|
2016
|
+
},
|
|
2017
|
+
"telemetry": {
|
|
2018
|
+
"emits": [
|
|
2019
|
+
"memory_card_flipped"
|
|
2020
|
+
]
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "InformationWall",
|
|
2025
|
+
"category": "content",
|
|
2026
|
+
"h5pMachineName": "H5P.InformationWall",
|
|
2027
|
+
"h5pAlias": "Information Wall",
|
|
2028
|
+
"description": "Searchable information panels.",
|
|
2029
|
+
"props": [
|
|
2030
|
+
{
|
|
2031
|
+
"name": "blockId",
|
|
2032
|
+
"type": "BlockId",
|
|
2033
|
+
"required": true,
|
|
2034
|
+
"description": "Stable block id."
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "panels",
|
|
2038
|
+
"type": "InformationPanel[]",
|
|
2039
|
+
"required": true,
|
|
2040
|
+
"description": "Content panels."
|
|
2041
|
+
}
|
|
2042
|
+
],
|
|
2043
|
+
"requiredIds": [
|
|
2044
|
+
"blockId"
|
|
2045
|
+
],
|
|
2046
|
+
"parentConstraints": [
|
|
2047
|
+
"Lesson",
|
|
2048
|
+
"Page",
|
|
2049
|
+
"InteractiveBook",
|
|
2050
|
+
"Slide",
|
|
2051
|
+
"SlideDeck",
|
|
2052
|
+
"TimedCue",
|
|
2053
|
+
"InteractiveVideo",
|
|
2054
|
+
"AssessmentSequence"
|
|
2055
|
+
],
|
|
2056
|
+
"a11y": {
|
|
2057
|
+
"element": "section",
|
|
2058
|
+
"ariaLabel": "Information wall",
|
|
2059
|
+
"keyboard": "Search and browse panels.",
|
|
2060
|
+
"notes": "Filterable grid."
|
|
2061
|
+
},
|
|
2062
|
+
"theming": {
|
|
2063
|
+
"surface": "global-inherit",
|
|
2064
|
+
"stylingNotes": "Panel grid."
|
|
2065
|
+
},
|
|
2066
|
+
"telemetry": {
|
|
2067
|
+
"emits": [
|
|
2068
|
+
"information_wall_search"
|
|
2069
|
+
]
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"type": "ParallaxSlideshow",
|
|
2074
|
+
"category": "content",
|
|
2075
|
+
"h5pMachineName": "H5P.ImpressivePresentation",
|
|
2076
|
+
"h5pAlias": "Slideshow (parallax)",
|
|
2077
|
+
"description": "Slideshow with parallax; static fallback when reduced motion.",
|
|
2078
|
+
"props": [
|
|
2079
|
+
{
|
|
2080
|
+
"name": "blockId",
|
|
2081
|
+
"type": "BlockId",
|
|
2082
|
+
"required": true,
|
|
2083
|
+
"description": "Stable block id."
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"name": "slides",
|
|
2087
|
+
"type": "ParallaxSlide[]",
|
|
2088
|
+
"required": true,
|
|
2089
|
+
"description": "Slides."
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"requiredIds": [
|
|
2093
|
+
"blockId"
|
|
2094
|
+
],
|
|
2095
|
+
"parentConstraints": [
|
|
2096
|
+
"Lesson",
|
|
2097
|
+
"Page",
|
|
2098
|
+
"InteractiveBook",
|
|
2099
|
+
"Slide",
|
|
2100
|
+
"SlideDeck",
|
|
2101
|
+
"TimedCue",
|
|
2102
|
+
"InteractiveVideo",
|
|
2103
|
+
"AssessmentSequence"
|
|
2104
|
+
],
|
|
2105
|
+
"a11y": {
|
|
2106
|
+
"element": "section",
|
|
2107
|
+
"ariaLabel": "Slideshow",
|
|
2108
|
+
"keyboard": "Previous/next slide.",
|
|
2109
|
+
"notes": "prefers-reduced-motion fallback."
|
|
2110
|
+
},
|
|
2111
|
+
"theming": {
|
|
2112
|
+
"surface": "global-inherit",
|
|
2113
|
+
"stylingNotes": "Slide deck."
|
|
2114
|
+
},
|
|
2115
|
+
"telemetry": {
|
|
2116
|
+
"emits": [
|
|
2117
|
+
"parallax_slide_viewed"
|
|
2118
|
+
]
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
1237
2121
|
{
|
|
1238
2122
|
"type": "Accordion",
|
|
1239
2123
|
"category": "content",
|
|
@@ -1263,6 +2147,8 @@
|
|
|
1263
2147
|
"InteractiveBook",
|
|
1264
2148
|
"Slide",
|
|
1265
2149
|
"SlideDeck",
|
|
2150
|
+
"TimedCue",
|
|
2151
|
+
"InteractiveVideo",
|
|
1266
2152
|
"AssessmentSequence"
|
|
1267
2153
|
],
|
|
1268
2154
|
"a11y": {
|
|
@@ -1310,6 +2196,8 @@
|
|
|
1310
2196
|
"InteractiveBook",
|
|
1311
2197
|
"Slide",
|
|
1312
2198
|
"SlideDeck",
|
|
2199
|
+
"TimedCue",
|
|
2200
|
+
"InteractiveVideo",
|
|
1313
2201
|
"AssessmentSequence"
|
|
1314
2202
|
],
|
|
1315
2203
|
"a11y": {
|
|
@@ -1361,6 +2249,8 @@
|
|
|
1361
2249
|
"InteractiveBook",
|
|
1362
2250
|
"Slide",
|
|
1363
2251
|
"SlideDeck",
|
|
2252
|
+
"TimedCue",
|
|
2253
|
+
"InteractiveVideo",
|
|
1364
2254
|
"AssessmentSequence"
|
|
1365
2255
|
],
|
|
1366
2256
|
"a11y": {
|
|
@@ -1420,6 +2310,8 @@
|
|
|
1420
2310
|
"InteractiveBook",
|
|
1421
2311
|
"Slide",
|
|
1422
2312
|
"SlideDeck",
|
|
2313
|
+
"TimedCue",
|
|
2314
|
+
"InteractiveVideo",
|
|
1423
2315
|
"AssessmentSequence"
|
|
1424
2316
|
],
|
|
1425
2317
|
"a11y": {
|
|
@@ -1467,6 +2359,8 @@
|
|
|
1467
2359
|
"InteractiveBook",
|
|
1468
2360
|
"Slide",
|
|
1469
2361
|
"SlideDeck",
|
|
2362
|
+
"TimedCue",
|
|
2363
|
+
"InteractiveVideo",
|
|
1470
2364
|
"AssessmentSequence"
|
|
1471
2365
|
],
|
|
1472
2366
|
"a11y": {
|
|
@@ -1557,6 +2451,8 @@
|
|
|
1557
2451
|
"InteractiveBook",
|
|
1558
2452
|
"Slide",
|
|
1559
2453
|
"SlideDeck",
|
|
2454
|
+
"TimedCue",
|
|
2455
|
+
"InteractiveVideo",
|
|
1560
2456
|
"AssessmentSequence"
|
|
1561
2457
|
],
|
|
1562
2458
|
"a11y": {
|
|
@@ -1652,6 +2548,8 @@
|
|
|
1652
2548
|
"InteractiveBook",
|
|
1653
2549
|
"Slide",
|
|
1654
2550
|
"SlideDeck",
|
|
2551
|
+
"TimedCue",
|
|
2552
|
+
"InteractiveVideo",
|
|
1655
2553
|
"AssessmentSequence"
|
|
1656
2554
|
],
|
|
1657
2555
|
"a11y": {
|