@citolab/qti-components 6.7.1-56 → 6.7.1-57

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.
@@ -703,62 +703,6 @@
703
703
  "declarations": [],
704
704
  "exports": []
705
705
  },
706
- {
707
- "kind": "javascript-module",
708
- "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
709
- "declarations": [
710
- {
711
- "kind": "class",
712
- "description": "Represents a custom element for referencing an assessment stimulus.",
713
- "name": "QtiAssessmentStimulusRef",
714
- "members": [],
715
- "attributes": [
716
- {
717
- "name": "identifier",
718
- "type": {
719
- "text": "string"
720
- },
721
- "default": "''",
722
- "description": "The identifier of the stimulus.",
723
- "fieldName": "identifier"
724
- },
725
- {
726
- "name": "href",
727
- "type": {
728
- "text": "string"
729
- },
730
- "default": "''",
731
- "description": "The href of the stimulus.",
732
- "fieldName": "href"
733
- }
734
- ],
735
- "superclass": {
736
- "name": "LitElement",
737
- "package": "lit"
738
- },
739
- "tagName": "qti-assessment-stimulus-ref",
740
- "customElement": true
741
- }
742
- ],
743
- "exports": [
744
- {
745
- "kind": "js",
746
- "name": "QtiAssessmentStimulusRef",
747
- "declaration": {
748
- "name": "QtiAssessmentStimulusRef",
749
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
750
- }
751
- },
752
- {
753
- "kind": "custom-element-definition",
754
- "name": "qti-assessment-stimulus-ref",
755
- "declaration": {
756
- "name": "QtiAssessmentStimulusRef",
757
- "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
758
- }
759
- }
760
- ]
761
- },
762
706
  {
763
707
  "kind": "javascript-module",
764
708
  "path": "src/lib/qti-components/qti-assessment-item/item-print-variables.ts",
@@ -938,6 +882,62 @@
938
882
  }
939
883
  ]
940
884
  },
885
+ {
886
+ "kind": "javascript-module",
887
+ "path": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts",
888
+ "declarations": [
889
+ {
890
+ "kind": "class",
891
+ "description": "Represents a custom element for referencing an assessment stimulus.",
892
+ "name": "QtiAssessmentStimulusRef",
893
+ "members": [],
894
+ "attributes": [
895
+ {
896
+ "name": "identifier",
897
+ "type": {
898
+ "text": "string"
899
+ },
900
+ "default": "''",
901
+ "description": "The identifier of the stimulus.",
902
+ "fieldName": "identifier"
903
+ },
904
+ {
905
+ "name": "href",
906
+ "type": {
907
+ "text": "string"
908
+ },
909
+ "default": "''",
910
+ "description": "The href of the stimulus.",
911
+ "fieldName": "href"
912
+ }
913
+ ],
914
+ "superclass": {
915
+ "name": "LitElement",
916
+ "package": "lit"
917
+ },
918
+ "tagName": "qti-assessment-stimulus-ref",
919
+ "customElement": true
920
+ }
921
+ ],
922
+ "exports": [
923
+ {
924
+ "kind": "js",
925
+ "name": "QtiAssessmentStimulusRef",
926
+ "declaration": {
927
+ "name": "QtiAssessmentStimulusRef",
928
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
929
+ }
930
+ },
931
+ {
932
+ "kind": "custom-element-definition",
933
+ "name": "qti-assessment-stimulus-ref",
934
+ "declaration": {
935
+ "name": "QtiAssessmentStimulusRef",
936
+ "module": "src/lib/qti-components/qti-assessment-stimulus-ref/qti-assessment-stimulus-ref.ts"
937
+ }
938
+ }
939
+ ]
940
+ },
941
941
  {
942
942
  "kind": "javascript-module",
943
943
  "path": "src/lib/qti-components/qti-companion-materials-info/qti-companion-materials-info.ts",
@@ -1592,6 +1592,34 @@
1592
1592
  "description": "",
1593
1593
  "name": "QtiSimpleAssociableChoice",
1594
1594
  "members": [],
1595
+ "attributes": [
1596
+ {
1597
+ "name": "match-min",
1598
+ "type": {
1599
+ "text": "number"
1600
+ },
1601
+ "default": "0",
1602
+ "description": "the minimal number of selections a candidate must make",
1603
+ "fieldName": "matchMin"
1604
+ },
1605
+ {
1606
+ "name": "match-max",
1607
+ "type": {
1608
+ "text": "number"
1609
+ },
1610
+ "default": "1",
1611
+ "description": "the maximum number of selections a candidate must make, the other options will be disabled when max options is checked",
1612
+ "fieldName": "matchMax"
1613
+ },
1614
+ {
1615
+ "name": "fixed",
1616
+ "type": {
1617
+ "text": "boolean"
1618
+ },
1619
+ "default": "false",
1620
+ "fieldName": "fixed"
1621
+ }
1622
+ ],
1595
1623
  "superclass": {
1596
1624
  "name": "LitElement",
1597
1625
  "package": "lit"