@pie-element/graphing 5.13.3-next.3 → 5.13.3-next.41

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.
@@ -77,44 +77,44 @@
77
77
  // toolbarTools: ['line']
78
78
  // };
79
79
 
80
- const SCmodel = {
81
- "promptEnabled": true,
82
- "domain": { "min": -10, "max": 10, "step": 1, "labelStep": 1, "axisLabel": "x" },
83
- "range": { "min": -10, "max": 10, "step": 1, "labelStep": 1, "axisLabel": "y" },
84
- "backgroundMarks": [],
85
- "answers": { "correctAnswer": { "name": "Correct Answer", "marks": [] } },
86
- "arrows": { "left": true, "right": true, "up": true, "down": true },
87
- "defaultGridConfiguration": 0,
88
- "graph": { "width": 480, "height": 480 },
89
- "includeAxes": true,
90
- "labels": {},
91
- "labelsEnabled": true,
92
- "padding": true,
93
- "prompt": "",
94
- "rationale": "",
95
- "standardGrid": true,
96
- "title": "",
97
- "toolbarTools": [
98
- "circle",
99
- "line",
100
- "label",
101
- "parabola",
102
- "point",
103
- "polygon",
104
- "ray",
105
- "segment",
106
- "sine",
107
- "vector",
108
- "absolute",
109
- "exponential"
80
+ const SCmodel = {
81
+ promptEnabled: true,
82
+ domain: { min: -10, max: 10, step: 1, labelStep: 1, axisLabel: 'x' },
83
+ range: { min: -10, max: 10, step: 1, labelStep: 1, axisLabel: 'y' },
84
+ backgroundMarks: [],
85
+ answers: { correctAnswer: { name: 'Correct Answer', marks: [] } },
86
+ arrows: { left: true, right: true, up: true, down: true },
87
+ defaultGridConfiguration: 0,
88
+ graph: { width: 480, height: 480 },
89
+ includeAxes: true,
90
+ labels: {},
91
+ labelsEnabled: true,
92
+ padding: true,
93
+ prompt: '',
94
+ rationale: '',
95
+ standardGrid: true,
96
+ title: '',
97
+ toolbarTools: [
98
+ 'circle',
99
+ 'line',
100
+ 'label',
101
+ 'parabola',
102
+ 'point',
103
+ 'polygon',
104
+ 'ray',
105
+ 'segment',
106
+ 'sine',
107
+ 'vector',
108
+ 'absolute',
109
+ 'exponential',
110
110
  ],
111
- "coordinatesOnHover": false,
112
- "rationaleEnabled": false,
113
- "teacherInstructionsEnabled": false,
114
- "studentInstructionsEnabled": false,
115
- "defaultTool": "line",
116
- "titleEnabled": true,
117
- "dimensionsEnabled": true
111
+ coordinatesOnHover: false,
112
+ rationaleEnabled: false,
113
+ teacherInstructionsEnabled: false,
114
+ studentInstructionsEnabled: false,
115
+ defaultTool: 'line',
116
+ titleEnabled: true,
117
+ dimensionsEnabled: true,
118
118
  };
119
119
 
120
120
  const oldModel = {
@@ -191,11 +191,10 @@ const oldModel = {
191
191
  rationale: 'Rationale goes here',
192
192
  title: 'Graph title',
193
193
  rubricEnabled: false,
194
- language: 'es_ES'
195
194
  };
196
195
 
197
196
  exports.model = (id, element) => ({
198
197
  id,
199
198
  element,
200
- ...SCmodel
199
+ ...oldModel,
201
200
  });
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "5.13.3-next.3+63c6179d8",
7
+ "version": "5.13.3-next.41+bd7303c2a",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "postpublish": "../../scripts/postpublish"
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "author": "",
22
22
  "license": "ISC",
23
- "gitHead": "63c6179d81f78aa629fb716b370d39b37cd2ddbe",
23
+ "gitHead": "bd7303c2a8774d73ac50417797994e6f7c0ad268",
24
24
  "main": "lib/index.js",
25
25
  "module": "src/index.js"
26
26
  }