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

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.
@@ -597,17 +597,17 @@
597
597
  {
598
598
  "kind": "variable",
599
599
  "name": "matchCorrect",
600
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-match>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n <qti-correct identifier=\"RESPONSE\"></qti-correct>\n </qti-match>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">1</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
600
+ "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-match> <qti-variable identifier=\"RESPONSE\"></qti-variable> <qti-correct identifier=\"RESPONSE\"></qti-correct> </qti-match> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">1</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
601
601
  },
602
602
  {
603
603
  "kind": "variable",
604
604
  "name": "mapResponse",
605
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0.0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response identifier=\"RESPONSE\"> </qti-map-response>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
605
+ "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0.0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response identifier=\"RESPONSE\"> </qti-map-response> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
606
606
  },
607
607
  {
608
608
  "kind": "variable",
609
609
  "name": "mapResponsePoint",
610
- "default": "`<qti-response-processing>\n <qti-response-condition>\n <qti-response-if>\n <qti-is-null>\n <qti-variable identifier=\"RESPONSE\"></qti-variable>\n </qti-is-null>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-base-value base-type=\"float\">0</qti-base-value>\n </qti-set-outcome-value>\n </qti-response-if>\n <qti-response-else>\n <qti-set-outcome-value identifier=\"SCORE\">\n <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point>\n </qti-set-outcome-value>\n </qti-response-else>\n </qti-response-condition>\n</qti-response-processing>`"
610
+ "default": "`<qti-response-processing> <qti-response-condition> <qti-response-if> <qti-is-null> <qti-variable identifier=\"RESPONSE\"></qti-variable> </qti-is-null> <qti-set-outcome-value identifier=\"SCORE\"> <qti-base-value base-type=\"float\">0</qti-base-value> </qti-set-outcome-value> </qti-response-if> <qti-response-else> <qti-set-outcome-value identifier=\"SCORE\"> <qti-map-response-point identifier=\"RESPONSE\"></qti-map-response-point> </qti-set-outcome-value> </qti-response-else> </qti-response-condition> </qti-response-processing>`"
611
611
  }
612
612
  ],
613
613
  "exports": [
@@ -746,7 +746,7 @@
746
746
  {
747
747
  "kind": "variable",
748
748
  "name": "itemContextVariables",
749
- "default": "[\n {\n identifier: 'completionStatus',\n cardinality: 'single',\n baseType: 'string',\n value: 'unknown',\n type: 'outcome'\n },\n {\n identifier: 'numAttempts',\n cardinality: 'single',\n baseType: 'integer',\n value: '0',\n type: 'response'\n }\n]"
749
+ "default": "[ { identifier: 'completionStatus', cardinality: 'single', baseType: 'string', value: 'unknown', type: 'outcome' }, { identifier: 'numAttempts', cardinality: 'single', baseType: 'integer', value: '0', type: 'response' } ]"
750
750
  },
751
751
  {
752
752
  "kind": "variable",