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