@pie-element/image-cloze-association 3.6.3-next.726 → 3.6.3-next.740

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.
@@ -12,8 +12,8 @@ var _default = {
12
12
  },
13
13
  configuration: {
14
14
  spellCheck: {
15
- label: "Spellcheck",
16
- settings: true,
15
+ label: 'Spellcheck',
16
+ settings: false,
17
17
  enabled: true
18
18
  },
19
19
  teacherInstructions: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/defaults.js"],"names":["model","rationaleEnabled","teacherInstructionsEnabled","studentInstructionsEnabled","configuration","spellCheck","label","settings","enabled","teacherInstructions"],"mappings":";;;;;;eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,gBAAgB,EAAE,IADb;AAELC,IAAAA,0BAA0B,EAAE,IAFvB;AAGLC,IAAAA,0BAA0B,EAAE;AAHvB,GADM;AAMbC,EAAAA,aAAa,EAAE;AACbC,IAAAA,UAAU,EAAE;AACVC,MAAAA,KAAK,EAAE,YADG;AAEVC,MAAAA,QAAQ,EAAC,IAFC;AAGVC,MAAAA,OAAO,EAAC;AAHE,KADC;AAMbC,IAAAA,mBAAmB,EAAE;AACnBF,MAAAA,QAAQ,EAAE,IADS;AAEnBD,MAAAA,KAAK,EAAE;AAFY;AANR;AANF,C","sourcesContent":["export default {\n model: {\n rationaleEnabled: true,\n teacherInstructionsEnabled: true,\n studentInstructionsEnabled: true,\n },\n configuration: {\n spellCheck: {\n label: \"Spellcheck\",\n settings:true,\n enabled:true\n },\n teacherInstructions: {\n settings: true,\n label: 'Teacher Instructions'\n }\n }\n};\n"],"file":"defaults.js"}
1
+ {"version":3,"sources":["../src/defaults.js"],"names":["model","rationaleEnabled","teacherInstructionsEnabled","studentInstructionsEnabled","configuration","spellCheck","label","settings","enabled","teacherInstructions"],"mappings":";;;;;;eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,gBAAgB,EAAE,IADb;AAELC,IAAAA,0BAA0B,EAAE,IAFvB;AAGLC,IAAAA,0BAA0B,EAAE;AAHvB,GADM;AAMbC,EAAAA,aAAa,EAAE;AACbC,IAAAA,UAAU,EAAE;AACVC,MAAAA,KAAK,EAAE,YADG;AAEVC,MAAAA,QAAQ,EAAC,KAFC;AAGVC,MAAAA,OAAO,EAAC;AAHE,KADC;AAMbC,IAAAA,mBAAmB,EAAE;AACnBF,MAAAA,QAAQ,EAAE,IADS;AAEnBD,MAAAA,KAAK,EAAE;AAFY;AANR;AANF,C","sourcesContent":["export default {\n model: {\n rationaleEnabled: true,\n teacherInstructionsEnabled: true,\n studentInstructionsEnabled: true,\n },\n configuration: {\n spellCheck: {\n label: 'Spellcheck',\n settings:false,\n enabled:true\n },\n teacherInstructions: {\n settings: true,\n label: 'Teacher Instructions'\n }\n }\n};\n"],"file":"defaults.js"}
@@ -6,8 +6,8 @@ export default {
6
6
  },
7
7
  configuration: {
8
8
  spellCheck: {
9
- label: "Spellcheck",
10
- settings:true,
9
+ label: 'Spellcheck',
10
+ settings:false,
11
11
  enabled:true
12
12
  },
13
13
  teacherInstructions: {
@@ -14,7 +14,7 @@
14
14
  "title": "rationaleEnabled"
15
15
  },
16
16
  "spellCheckEnabled": {
17
- "description": "Indicates if spellcheck is enabled",
17
+ "description": "Indicates if spellcheck is enabled for the author. Default value is true",
18
18
  "type": "boolean",
19
19
  "title": "spellCheckEnabled"
20
20
  },
@@ -12,7 +12,7 @@ Indicates if Rationale is enabled
12
12
 
13
13
  # `spellCheckEnabled` (boolean, required)
14
14
 
15
- Indicates if spellcheck is enabled
15
+ Indicates if spellcheck is enabled for the author. Default value is true
16
16
 
17
17
  # `teacherInstructionsEnabled` (boolean)
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/image-cloze-association",
3
- "version": "3.6.3-next.726+3823f8e28",
3
+ "version": "3.6.3-next.740+ebb74b562",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "author": "pie framework developers",
23
23
  "license": "ISC",
24
- "gitHead": "3823f8e286a2027a337b8abf47b615b6cfa9450c",
24
+ "gitHead": "ebb74b562b97ba429beb9efb3341d6f43f060a36",
25
25
  "scripts": {
26
26
  "postpublish": "../../scripts/postpublish"
27
27
  },