@pie-element/graphing 0.1.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/dist/author/configure.d.ts +27 -0
- package/dist/author/configure.d.ts.map +1 -0
- package/dist/author/configure.js +208 -0
- package/dist/author/correct-response.d.ts +55 -0
- package/dist/author/correct-response.d.ts.map +1 -0
- package/dist/author/correct-response.js +304 -0
- package/dist/author/defaults.d.ts +295 -0
- package/dist/author/defaults.d.ts.map +1 -0
- package/dist/author/defaults.js +415 -0
- package/dist/author/graphing-config.d.ts +35 -0
- package/dist/author/graphing-config.d.ts.map +1 -0
- package/dist/author/graphing-config.js +244 -0
- package/dist/author/index.d.ts +60 -0
- package/dist/author/index.d.ts.map +1 -0
- package/dist/author/index.js +96 -0
- package/dist/author/utils.d.ts +44 -0
- package/dist/author/utils.d.ts.map +1 -0
- package/dist/author/utils.js +260 -0
- package/dist/controller/defaults.d.ts +60 -0
- package/dist/controller/defaults.d.ts.map +1 -0
- package/dist/controller/defaults.js +61 -0
- package/dist/controller/index.d.ts +34 -0
- package/dist/controller/index.d.ts.map +1 -0
- package/dist/controller/index.js +177 -0
- package/dist/controller/utils.d.ts +37 -0
- package/dist/controller/utils.d.ts.map +1 -0
- package/dist/controller/utils.js +111 -0
- package/dist/delivery/index.d.ts +22 -0
- package/dist/delivery/index.d.ts.map +1 -0
- package/dist/delivery/index.js +43 -0
- package/dist/delivery/main.d.ts +24 -0
- package/dist/delivery/main.d.ts.map +1 -0
- package/dist/delivery/main.js +107 -0
- package/dist/delivery/utils.d.ts +23 -0
- package/dist/delivery/utils.d.ts.map +1 -0
- package/dist/graphing.css +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.iife.d.ts +9 -0
- package/dist/index.iife.d.ts.map +1 -0
- package/dist/index.iife.js +374 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Hash.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_ListCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_MapCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_SetCache.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Stack.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_apply.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayEach.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayIncludes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayIncludesWith.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayPush.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arraySome.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assignValue.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assocIndexOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseClone.js +57 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseCreate.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseDifference.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseFindIndex.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseFlatten.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIndexOf.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIntersection.js +29 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqual.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNaN.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseSet.js +22 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseToString.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseUniq.js +27 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_castArrayLikeObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_castPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneBuffer.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_createSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalArrays.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalByTag.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalObjects.js +32 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbols.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbolsIn.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneByTag.js +33 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isFlattenable.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKey.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheDelete.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_memoizeCapped.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overRest.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToString.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackSet.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_strictIndexOf.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stringToPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toKey.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/constant.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/differenceWith.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/identity.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/intersection.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArrayLikeObject.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEqual.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/last.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/memoize.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/noop.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/set.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/toString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/uniq.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/uniqWith.js +7 -0
- package/package.json +72 -0
- package/src/author/configure.tsx +299 -0
- package/src/author/correct-response.tsx +490 -0
- package/src/author/defaults.tsx +434 -0
- package/src/author/graphing-config.tsx +333 -0
- package/src/author/index.ts +204 -0
- package/src/author/utils.ts +144 -0
- package/src/controller/defaults.ts +74 -0
- package/src/controller/index.ts +458 -0
- package/src/controller/utils.ts +361 -0
- package/src/delivery/index.ts +79 -0
- package/src/delivery/main.tsx +180 -0
- package/src/delivery/utils.ts +34 -0
- package/src/index.iife.ts +16 -0
- package/src/index.ts +1 -0
|
@@ -0,0 +1,434 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
/**
|
|
3
|
+
* @synced-from pie-elements/packages/graphing/configure/src/defaults.js
|
|
4
|
+
* @auto-generated
|
|
5
|
+
*
|
|
6
|
+
* This file is automatically synced from pie-elements and converted to TypeScript.
|
|
7
|
+
* Manual edits will be overwritten on next sync.
|
|
8
|
+
* To make changes, edit the upstream JavaScript file and run sync again.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
const allTools = [
|
|
12
|
+
'circle',
|
|
13
|
+
'line',
|
|
14
|
+
'label',
|
|
15
|
+
'parabola',
|
|
16
|
+
'point',
|
|
17
|
+
'polygon',
|
|
18
|
+
'ray',
|
|
19
|
+
'segment',
|
|
20
|
+
'sine',
|
|
21
|
+
'vector',
|
|
22
|
+
// 'absolute', // - not available as default
|
|
23
|
+
// 'exponential', // - not available as default
|
|
24
|
+
];
|
|
25
|
+
|
|
26
|
+
export default {
|
|
27
|
+
model: {
|
|
28
|
+
answers: {
|
|
29
|
+
correctAnswer: {
|
|
30
|
+
name: 'Correct Answer',
|
|
31
|
+
marks: [],
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
arrows: {
|
|
35
|
+
left: true,
|
|
36
|
+
right: true,
|
|
37
|
+
up: true,
|
|
38
|
+
down: true,
|
|
39
|
+
},
|
|
40
|
+
backgroundMarks: [],
|
|
41
|
+
coordinatesOnHover: false,
|
|
42
|
+
defaultGridConfiguration: 0,
|
|
43
|
+
domain: {
|
|
44
|
+
min: -5,
|
|
45
|
+
max: 5,
|
|
46
|
+
step: 1,
|
|
47
|
+
labelStep: 1,
|
|
48
|
+
axisLabel: 'x',
|
|
49
|
+
},
|
|
50
|
+
graph: { width: 500, height: 500 },
|
|
51
|
+
includeAxes: true,
|
|
52
|
+
labels: {},
|
|
53
|
+
labelsEnabled: true,
|
|
54
|
+
padding: true,
|
|
55
|
+
prompt: '',
|
|
56
|
+
promptEnabled: true,
|
|
57
|
+
range: {
|
|
58
|
+
min: -5,
|
|
59
|
+
max: 5,
|
|
60
|
+
step: 1,
|
|
61
|
+
labelStep: 1,
|
|
62
|
+
axisLabel: 'y',
|
|
63
|
+
},
|
|
64
|
+
rationale: '',
|
|
65
|
+
rationaleEnabled: true,
|
|
66
|
+
standardGrid: false,
|
|
67
|
+
studentInstructionsEnabled: true,
|
|
68
|
+
teacherInstructions: '',
|
|
69
|
+
teacherInstructionsEnabled: true,
|
|
70
|
+
title: '',
|
|
71
|
+
titleEnabled: true,
|
|
72
|
+
toolbarTools: allTools,
|
|
73
|
+
},
|
|
74
|
+
configuration: {
|
|
75
|
+
baseInputConfiguration: {
|
|
76
|
+
h3: { disabled: true },
|
|
77
|
+
audio: { disabled: false },
|
|
78
|
+
video: { disabled: false },
|
|
79
|
+
image: { disabled: false },
|
|
80
|
+
textAlign: { disabled: true },
|
|
81
|
+
showParagraphs: { disabled: false },
|
|
82
|
+
separateParagraphs: { disabled: true },
|
|
83
|
+
},
|
|
84
|
+
availableTools: allTools,
|
|
85
|
+
authoring: {
|
|
86
|
+
settings: false,
|
|
87
|
+
label: 'Customize Grid Setup',
|
|
88
|
+
enabled: true,
|
|
89
|
+
includeAxesEnabled: true,
|
|
90
|
+
standardGridEnabled: true,
|
|
91
|
+
min: {
|
|
92
|
+
label: 'Min Value',
|
|
93
|
+
enabled: true,
|
|
94
|
+
},
|
|
95
|
+
max: {
|
|
96
|
+
label: 'Max Value',
|
|
97
|
+
enabled: true,
|
|
98
|
+
},
|
|
99
|
+
axisLabel: {
|
|
100
|
+
label: 'Label',
|
|
101
|
+
enabled: true,
|
|
102
|
+
},
|
|
103
|
+
step: {
|
|
104
|
+
label: 'Grid Interval',
|
|
105
|
+
enabled: true,
|
|
106
|
+
},
|
|
107
|
+
labelStep: {
|
|
108
|
+
label: 'Label Interval',
|
|
109
|
+
enabled: true,
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
arrows: {
|
|
113
|
+
settings: true,
|
|
114
|
+
label: 'Include Arrows',
|
|
115
|
+
left: {
|
|
116
|
+
label: 'left',
|
|
117
|
+
},
|
|
118
|
+
right: {
|
|
119
|
+
label: 'right',
|
|
120
|
+
},
|
|
121
|
+
up: {
|
|
122
|
+
label: 'up',
|
|
123
|
+
},
|
|
124
|
+
down: {
|
|
125
|
+
label: 'down',
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
gridConfigurations: [
|
|
129
|
+
{
|
|
130
|
+
label: '4-quadrant coordinate grid, -10 to 10',
|
|
131
|
+
arrows: {
|
|
132
|
+
left: true,
|
|
133
|
+
right: true,
|
|
134
|
+
up: true,
|
|
135
|
+
down: true,
|
|
136
|
+
},
|
|
137
|
+
domain: {
|
|
138
|
+
min: -10,
|
|
139
|
+
max: 10,
|
|
140
|
+
step: 1,
|
|
141
|
+
padding: 0,
|
|
142
|
+
labelStep: 1,
|
|
143
|
+
axisLabel: '<i>x</i>',
|
|
144
|
+
},
|
|
145
|
+
graph: {
|
|
146
|
+
width: 480,
|
|
147
|
+
height: 480,
|
|
148
|
+
},
|
|
149
|
+
includeAxes: true,
|
|
150
|
+
labels: {
|
|
151
|
+
top: '',
|
|
152
|
+
right: '',
|
|
153
|
+
bottom: '',
|
|
154
|
+
left: '',
|
|
155
|
+
},
|
|
156
|
+
padding: true,
|
|
157
|
+
range: {
|
|
158
|
+
min: -10,
|
|
159
|
+
max: 10,
|
|
160
|
+
step: 1,
|
|
161
|
+
padding: 0,
|
|
162
|
+
labelStep: 1,
|
|
163
|
+
axisLabel: '<i>y</i>',
|
|
164
|
+
},
|
|
165
|
+
standardGrid: true,
|
|
166
|
+
title: '',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
label: '0 to 10 on both axes',
|
|
170
|
+
arrows: {
|
|
171
|
+
left: false,
|
|
172
|
+
right: true,
|
|
173
|
+
up: true,
|
|
174
|
+
down: false,
|
|
175
|
+
},
|
|
176
|
+
domain: {
|
|
177
|
+
min: 0,
|
|
178
|
+
max: 10,
|
|
179
|
+
step: 1,
|
|
180
|
+
padding: 0,
|
|
181
|
+
labelStep: 1,
|
|
182
|
+
axisLabel: '<i>x</i>',
|
|
183
|
+
},
|
|
184
|
+
graph: {
|
|
185
|
+
width: 480,
|
|
186
|
+
height: 480,
|
|
187
|
+
},
|
|
188
|
+
includeAxes: true,
|
|
189
|
+
labels: {
|
|
190
|
+
top: '',
|
|
191
|
+
right: '',
|
|
192
|
+
bottom: '',
|
|
193
|
+
left: '',
|
|
194
|
+
},
|
|
195
|
+
padding: true,
|
|
196
|
+
range: {
|
|
197
|
+
min: 0,
|
|
198
|
+
max: 10,
|
|
199
|
+
step: 1,
|
|
200
|
+
padding: 0,
|
|
201
|
+
labelStep: 1,
|
|
202
|
+
axisLabel: '<i>y</i>',
|
|
203
|
+
},
|
|
204
|
+
standardGrid: true,
|
|
205
|
+
title: '',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
label: '0 to 20 on both axes',
|
|
209
|
+
arrows: {
|
|
210
|
+
left: false,
|
|
211
|
+
right: true,
|
|
212
|
+
up: true,
|
|
213
|
+
down: false,
|
|
214
|
+
},
|
|
215
|
+
domain: {
|
|
216
|
+
min: 0,
|
|
217
|
+
max: 20,
|
|
218
|
+
step: 1,
|
|
219
|
+
padding: 0,
|
|
220
|
+
labelStep: 1,
|
|
221
|
+
axisLabel: '<i>x</i>',
|
|
222
|
+
},
|
|
223
|
+
graph: {
|
|
224
|
+
width: 480,
|
|
225
|
+
height: 480,
|
|
226
|
+
},
|
|
227
|
+
includeAxes: true,
|
|
228
|
+
labels: {
|
|
229
|
+
top: '',
|
|
230
|
+
right: '',
|
|
231
|
+
bottom: '',
|
|
232
|
+
left: '',
|
|
233
|
+
},
|
|
234
|
+
padding: true,
|
|
235
|
+
range: {
|
|
236
|
+
min: 0,
|
|
237
|
+
max: 20,
|
|
238
|
+
step: 1,
|
|
239
|
+
padding: 0,
|
|
240
|
+
labelStep: 1,
|
|
241
|
+
axisLabel: '<i>y</i>',
|
|
242
|
+
},
|
|
243
|
+
standardGrid: true,
|
|
244
|
+
title: '',
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
label: 'Sample Data Graph',
|
|
248
|
+
arrows: {
|
|
249
|
+
left: false,
|
|
250
|
+
right: true,
|
|
251
|
+
up: true,
|
|
252
|
+
down: false,
|
|
253
|
+
},
|
|
254
|
+
domain: {
|
|
255
|
+
min: 0,
|
|
256
|
+
max: 30,
|
|
257
|
+
step: 1,
|
|
258
|
+
padding: 0,
|
|
259
|
+
labelStep: 2,
|
|
260
|
+
axisLabel: '<i>t</i>',
|
|
261
|
+
},
|
|
262
|
+
graph: {
|
|
263
|
+
width: 480,
|
|
264
|
+
height: 480,
|
|
265
|
+
},
|
|
266
|
+
includeAxes: true,
|
|
267
|
+
labels: {
|
|
268
|
+
top: '',
|
|
269
|
+
right: '',
|
|
270
|
+
bottom: 'Time (seconds)',
|
|
271
|
+
left: 'Distance (meters)',
|
|
272
|
+
},
|
|
273
|
+
padding: true,
|
|
274
|
+
range: {
|
|
275
|
+
min: 0,
|
|
276
|
+
max: 80,
|
|
277
|
+
step: 5,
|
|
278
|
+
padding: 0,
|
|
279
|
+
labelStep: 10,
|
|
280
|
+
axisLabel: '<i>d</i>',
|
|
281
|
+
},
|
|
282
|
+
standardGrid: false,
|
|
283
|
+
title: 'Distance as a function of time',
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
label: 'No Visible Axes',
|
|
287
|
+
arrows: {
|
|
288
|
+
left: false,
|
|
289
|
+
right: false,
|
|
290
|
+
up: false,
|
|
291
|
+
down: false,
|
|
292
|
+
},
|
|
293
|
+
domain: {
|
|
294
|
+
min: 1,
|
|
295
|
+
max: 21,
|
|
296
|
+
step: 1,
|
|
297
|
+
padding: 0,
|
|
298
|
+
labelStep: 0,
|
|
299
|
+
axisLabel: '',
|
|
300
|
+
},
|
|
301
|
+
graph: {
|
|
302
|
+
width: 480,
|
|
303
|
+
height: 480,
|
|
304
|
+
},
|
|
305
|
+
includeAxes: false,
|
|
306
|
+
labels: {
|
|
307
|
+
top: '',
|
|
308
|
+
right: '',
|
|
309
|
+
bottom: '',
|
|
310
|
+
left: '',
|
|
311
|
+
},
|
|
312
|
+
padding: true,
|
|
313
|
+
range: {
|
|
314
|
+
min: 1,
|
|
315
|
+
max: 21,
|
|
316
|
+
step: 1,
|
|
317
|
+
padding: 0,
|
|
318
|
+
labelStep: 0,
|
|
319
|
+
axisLabel: '',
|
|
320
|
+
},
|
|
321
|
+
standardGrid: false,
|
|
322
|
+
title: '',
|
|
323
|
+
},
|
|
324
|
+
],
|
|
325
|
+
graphDimensions: {
|
|
326
|
+
settings: false,
|
|
327
|
+
label: 'Graph Dimensions',
|
|
328
|
+
enabled: true,
|
|
329
|
+
min: 150,
|
|
330
|
+
max: 800,
|
|
331
|
+
step: 20,
|
|
332
|
+
},
|
|
333
|
+
padding: {
|
|
334
|
+
settings: false,
|
|
335
|
+
label: 'Padding',
|
|
336
|
+
},
|
|
337
|
+
labels: {
|
|
338
|
+
settings: true,
|
|
339
|
+
label: 'Graph Labels',
|
|
340
|
+
enabled: true,
|
|
341
|
+
top: 'Click here to add a top label',
|
|
342
|
+
right: 'Click here to add a right label',
|
|
343
|
+
bottom: 'Click here to add a bottom label',
|
|
344
|
+
left: 'Click here to add a left label',
|
|
345
|
+
},
|
|
346
|
+
prompt: {
|
|
347
|
+
settings: true,
|
|
348
|
+
label: 'Item Stem',
|
|
349
|
+
required: false,
|
|
350
|
+
inputConfiguration: {
|
|
351
|
+
audio: { disabled: false },
|
|
352
|
+
video: { disabled: false },
|
|
353
|
+
image: { disabled: false },
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
rationale: {
|
|
357
|
+
settings: true,
|
|
358
|
+
label: 'Rationale',
|
|
359
|
+
required: false,
|
|
360
|
+
inputConfiguration: {
|
|
361
|
+
audio: { disabled: false },
|
|
362
|
+
video: { disabled: false },
|
|
363
|
+
image: { disabled: false },
|
|
364
|
+
},
|
|
365
|
+
},
|
|
366
|
+
scoringType: {
|
|
367
|
+
settings: false,
|
|
368
|
+
label: 'Scoring Type',
|
|
369
|
+
},
|
|
370
|
+
studentInstructions: {
|
|
371
|
+
settings: false,
|
|
372
|
+
label: 'Student Instructions',
|
|
373
|
+
},
|
|
374
|
+
teacherInstructions: {
|
|
375
|
+
settings: true,
|
|
376
|
+
label: 'Teacher Instructions',
|
|
377
|
+
required: false,
|
|
378
|
+
inputConfiguration: {
|
|
379
|
+
audio: { disabled: false },
|
|
380
|
+
video: { disabled: false },
|
|
381
|
+
image: { disabled: false },
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
title: {
|
|
385
|
+
settings: true,
|
|
386
|
+
label: 'Graph Title',
|
|
387
|
+
enabled: true,
|
|
388
|
+
placeholder: 'Click here to add a title for this graph',
|
|
389
|
+
},
|
|
390
|
+
instruction: {
|
|
391
|
+
settings: false,
|
|
392
|
+
label:
|
|
393
|
+
'Graphing questions involve plotting points, lines, or other objects on a graph. To create one, first configure the grid, then select the plotting tools students will be offered, and use them to define the correct answer.',
|
|
394
|
+
},
|
|
395
|
+
settingsPanelDisabled: false,
|
|
396
|
+
spellCheck: {
|
|
397
|
+
label: 'Spellcheck',
|
|
398
|
+
settings: false,
|
|
399
|
+
enabled: true,
|
|
400
|
+
},
|
|
401
|
+
coordinatesOnHover: {
|
|
402
|
+
settings: true,
|
|
403
|
+
label: 'Coordinates on Hover',
|
|
404
|
+
},
|
|
405
|
+
maxImageWidth: {
|
|
406
|
+
teacherInstructions: 300,
|
|
407
|
+
prompt: 300,
|
|
408
|
+
rationale: 300,
|
|
409
|
+
},
|
|
410
|
+
maxImageHeight: {
|
|
411
|
+
teacherInstructions: 300,
|
|
412
|
+
prompt: 300,
|
|
413
|
+
rationale: 300,
|
|
414
|
+
},
|
|
415
|
+
withRubric: {
|
|
416
|
+
settings: false,
|
|
417
|
+
label: 'Add Rubric',
|
|
418
|
+
},
|
|
419
|
+
language: {
|
|
420
|
+
settings: false,
|
|
421
|
+
label: 'Specify Language',
|
|
422
|
+
enabled: false,
|
|
423
|
+
},
|
|
424
|
+
languageChoices: {
|
|
425
|
+
label: 'Language Choices',
|
|
426
|
+
options: [],
|
|
427
|
+
},
|
|
428
|
+
mathMlOptions: {
|
|
429
|
+
mmlOutput: false,
|
|
430
|
+
mmlEditing: false,
|
|
431
|
+
},
|
|
432
|
+
removeIncompleteTool: false,
|
|
433
|
+
},
|
|
434
|
+
};
|