@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
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @synced-from pie-elements/packages/graphing/configure/src/defaults.js
|
|
3
|
+
* @auto-generated
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically synced from pie-elements and converted to TypeScript.
|
|
6
|
+
* Manual edits will be overwritten on next sync.
|
|
7
|
+
* To make changes, edit the upstream JavaScript file and run sync again.
|
|
8
|
+
*/
|
|
9
|
+
declare const _default: {
|
|
10
|
+
model: {
|
|
11
|
+
answers: {
|
|
12
|
+
correctAnswer: {
|
|
13
|
+
name: string;
|
|
14
|
+
marks: never[];
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
arrows: {
|
|
18
|
+
left: boolean;
|
|
19
|
+
right: boolean;
|
|
20
|
+
up: boolean;
|
|
21
|
+
down: boolean;
|
|
22
|
+
};
|
|
23
|
+
backgroundMarks: never[];
|
|
24
|
+
coordinatesOnHover: boolean;
|
|
25
|
+
defaultGridConfiguration: number;
|
|
26
|
+
domain: {
|
|
27
|
+
min: number;
|
|
28
|
+
max: number;
|
|
29
|
+
step: number;
|
|
30
|
+
labelStep: number;
|
|
31
|
+
axisLabel: string;
|
|
32
|
+
};
|
|
33
|
+
graph: {
|
|
34
|
+
width: number;
|
|
35
|
+
height: number;
|
|
36
|
+
};
|
|
37
|
+
includeAxes: boolean;
|
|
38
|
+
labels: {};
|
|
39
|
+
labelsEnabled: boolean;
|
|
40
|
+
padding: boolean;
|
|
41
|
+
prompt: string;
|
|
42
|
+
promptEnabled: boolean;
|
|
43
|
+
range: {
|
|
44
|
+
min: number;
|
|
45
|
+
max: number;
|
|
46
|
+
step: number;
|
|
47
|
+
labelStep: number;
|
|
48
|
+
axisLabel: string;
|
|
49
|
+
};
|
|
50
|
+
rationale: string;
|
|
51
|
+
rationaleEnabled: boolean;
|
|
52
|
+
standardGrid: boolean;
|
|
53
|
+
studentInstructionsEnabled: boolean;
|
|
54
|
+
teacherInstructions: string;
|
|
55
|
+
teacherInstructionsEnabled: boolean;
|
|
56
|
+
title: string;
|
|
57
|
+
titleEnabled: boolean;
|
|
58
|
+
toolbarTools: string[];
|
|
59
|
+
};
|
|
60
|
+
configuration: {
|
|
61
|
+
baseInputConfiguration: {
|
|
62
|
+
h3: {
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
};
|
|
65
|
+
audio: {
|
|
66
|
+
disabled: boolean;
|
|
67
|
+
};
|
|
68
|
+
video: {
|
|
69
|
+
disabled: boolean;
|
|
70
|
+
};
|
|
71
|
+
image: {
|
|
72
|
+
disabled: boolean;
|
|
73
|
+
};
|
|
74
|
+
textAlign: {
|
|
75
|
+
disabled: boolean;
|
|
76
|
+
};
|
|
77
|
+
showParagraphs: {
|
|
78
|
+
disabled: boolean;
|
|
79
|
+
};
|
|
80
|
+
separateParagraphs: {
|
|
81
|
+
disabled: boolean;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
availableTools: string[];
|
|
85
|
+
authoring: {
|
|
86
|
+
settings: boolean;
|
|
87
|
+
label: string;
|
|
88
|
+
enabled: boolean;
|
|
89
|
+
includeAxesEnabled: boolean;
|
|
90
|
+
standardGridEnabled: boolean;
|
|
91
|
+
min: {
|
|
92
|
+
label: string;
|
|
93
|
+
enabled: boolean;
|
|
94
|
+
};
|
|
95
|
+
max: {
|
|
96
|
+
label: string;
|
|
97
|
+
enabled: boolean;
|
|
98
|
+
};
|
|
99
|
+
axisLabel: {
|
|
100
|
+
label: string;
|
|
101
|
+
enabled: boolean;
|
|
102
|
+
};
|
|
103
|
+
step: {
|
|
104
|
+
label: string;
|
|
105
|
+
enabled: boolean;
|
|
106
|
+
};
|
|
107
|
+
labelStep: {
|
|
108
|
+
label: string;
|
|
109
|
+
enabled: boolean;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
arrows: {
|
|
113
|
+
settings: boolean;
|
|
114
|
+
label: string;
|
|
115
|
+
left: {
|
|
116
|
+
label: string;
|
|
117
|
+
};
|
|
118
|
+
right: {
|
|
119
|
+
label: string;
|
|
120
|
+
};
|
|
121
|
+
up: {
|
|
122
|
+
label: string;
|
|
123
|
+
};
|
|
124
|
+
down: {
|
|
125
|
+
label: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
gridConfigurations: {
|
|
129
|
+
label: string;
|
|
130
|
+
arrows: {
|
|
131
|
+
left: boolean;
|
|
132
|
+
right: boolean;
|
|
133
|
+
up: boolean;
|
|
134
|
+
down: boolean;
|
|
135
|
+
};
|
|
136
|
+
domain: {
|
|
137
|
+
min: number;
|
|
138
|
+
max: number;
|
|
139
|
+
step: number;
|
|
140
|
+
padding: number;
|
|
141
|
+
labelStep: number;
|
|
142
|
+
axisLabel: string;
|
|
143
|
+
};
|
|
144
|
+
graph: {
|
|
145
|
+
width: number;
|
|
146
|
+
height: number;
|
|
147
|
+
};
|
|
148
|
+
includeAxes: boolean;
|
|
149
|
+
labels: {
|
|
150
|
+
top: string;
|
|
151
|
+
right: string;
|
|
152
|
+
bottom: string;
|
|
153
|
+
left: string;
|
|
154
|
+
};
|
|
155
|
+
padding: boolean;
|
|
156
|
+
range: {
|
|
157
|
+
min: number;
|
|
158
|
+
max: number;
|
|
159
|
+
step: number;
|
|
160
|
+
padding: number;
|
|
161
|
+
labelStep: number;
|
|
162
|
+
axisLabel: string;
|
|
163
|
+
};
|
|
164
|
+
standardGrid: boolean;
|
|
165
|
+
title: string;
|
|
166
|
+
}[];
|
|
167
|
+
graphDimensions: {
|
|
168
|
+
settings: boolean;
|
|
169
|
+
label: string;
|
|
170
|
+
enabled: boolean;
|
|
171
|
+
min: number;
|
|
172
|
+
max: number;
|
|
173
|
+
step: number;
|
|
174
|
+
};
|
|
175
|
+
padding: {
|
|
176
|
+
settings: boolean;
|
|
177
|
+
label: string;
|
|
178
|
+
};
|
|
179
|
+
labels: {
|
|
180
|
+
settings: boolean;
|
|
181
|
+
label: string;
|
|
182
|
+
enabled: boolean;
|
|
183
|
+
top: string;
|
|
184
|
+
right: string;
|
|
185
|
+
bottom: string;
|
|
186
|
+
left: string;
|
|
187
|
+
};
|
|
188
|
+
prompt: {
|
|
189
|
+
settings: boolean;
|
|
190
|
+
label: string;
|
|
191
|
+
required: boolean;
|
|
192
|
+
inputConfiguration: {
|
|
193
|
+
audio: {
|
|
194
|
+
disabled: boolean;
|
|
195
|
+
};
|
|
196
|
+
video: {
|
|
197
|
+
disabled: boolean;
|
|
198
|
+
};
|
|
199
|
+
image: {
|
|
200
|
+
disabled: boolean;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
rationale: {
|
|
205
|
+
settings: boolean;
|
|
206
|
+
label: string;
|
|
207
|
+
required: boolean;
|
|
208
|
+
inputConfiguration: {
|
|
209
|
+
audio: {
|
|
210
|
+
disabled: boolean;
|
|
211
|
+
};
|
|
212
|
+
video: {
|
|
213
|
+
disabled: boolean;
|
|
214
|
+
};
|
|
215
|
+
image: {
|
|
216
|
+
disabled: boolean;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
scoringType: {
|
|
221
|
+
settings: boolean;
|
|
222
|
+
label: string;
|
|
223
|
+
};
|
|
224
|
+
studentInstructions: {
|
|
225
|
+
settings: boolean;
|
|
226
|
+
label: string;
|
|
227
|
+
};
|
|
228
|
+
teacherInstructions: {
|
|
229
|
+
settings: boolean;
|
|
230
|
+
label: string;
|
|
231
|
+
required: boolean;
|
|
232
|
+
inputConfiguration: {
|
|
233
|
+
audio: {
|
|
234
|
+
disabled: boolean;
|
|
235
|
+
};
|
|
236
|
+
video: {
|
|
237
|
+
disabled: boolean;
|
|
238
|
+
};
|
|
239
|
+
image: {
|
|
240
|
+
disabled: boolean;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
title: {
|
|
245
|
+
settings: boolean;
|
|
246
|
+
label: string;
|
|
247
|
+
enabled: boolean;
|
|
248
|
+
placeholder: string;
|
|
249
|
+
};
|
|
250
|
+
instruction: {
|
|
251
|
+
settings: boolean;
|
|
252
|
+
label: string;
|
|
253
|
+
};
|
|
254
|
+
settingsPanelDisabled: boolean;
|
|
255
|
+
spellCheck: {
|
|
256
|
+
label: string;
|
|
257
|
+
settings: boolean;
|
|
258
|
+
enabled: boolean;
|
|
259
|
+
};
|
|
260
|
+
coordinatesOnHover: {
|
|
261
|
+
settings: boolean;
|
|
262
|
+
label: string;
|
|
263
|
+
};
|
|
264
|
+
maxImageWidth: {
|
|
265
|
+
teacherInstructions: number;
|
|
266
|
+
prompt: number;
|
|
267
|
+
rationale: number;
|
|
268
|
+
};
|
|
269
|
+
maxImageHeight: {
|
|
270
|
+
teacherInstructions: number;
|
|
271
|
+
prompt: number;
|
|
272
|
+
rationale: number;
|
|
273
|
+
};
|
|
274
|
+
withRubric: {
|
|
275
|
+
settings: boolean;
|
|
276
|
+
label: string;
|
|
277
|
+
};
|
|
278
|
+
language: {
|
|
279
|
+
settings: boolean;
|
|
280
|
+
label: string;
|
|
281
|
+
enabled: boolean;
|
|
282
|
+
};
|
|
283
|
+
languageChoices: {
|
|
284
|
+
label: string;
|
|
285
|
+
options: never[];
|
|
286
|
+
};
|
|
287
|
+
mathMlOptions: {
|
|
288
|
+
mmlOutput: boolean;
|
|
289
|
+
mmlEditing: boolean;
|
|
290
|
+
};
|
|
291
|
+
removeIncompleteTool: boolean;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
export default _default;
|
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
//#region src/author/defaults.tsx
|
|
2
|
+
var e = [
|
|
3
|
+
"circle",
|
|
4
|
+
"line",
|
|
5
|
+
"label",
|
|
6
|
+
"parabola",
|
|
7
|
+
"point",
|
|
8
|
+
"polygon",
|
|
9
|
+
"ray",
|
|
10
|
+
"segment",
|
|
11
|
+
"sine",
|
|
12
|
+
"vector"
|
|
13
|
+
], t = {
|
|
14
|
+
model: {
|
|
15
|
+
answers: { correctAnswer: {
|
|
16
|
+
name: "Correct Answer",
|
|
17
|
+
marks: []
|
|
18
|
+
} },
|
|
19
|
+
arrows: {
|
|
20
|
+
left: !0,
|
|
21
|
+
right: !0,
|
|
22
|
+
up: !0,
|
|
23
|
+
down: !0
|
|
24
|
+
},
|
|
25
|
+
backgroundMarks: [],
|
|
26
|
+
coordinatesOnHover: !1,
|
|
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: !0,
|
|
40
|
+
labels: {},
|
|
41
|
+
labelsEnabled: !0,
|
|
42
|
+
padding: !0,
|
|
43
|
+
prompt: "",
|
|
44
|
+
promptEnabled: !0,
|
|
45
|
+
range: {
|
|
46
|
+
min: -5,
|
|
47
|
+
max: 5,
|
|
48
|
+
step: 1,
|
|
49
|
+
labelStep: 1,
|
|
50
|
+
axisLabel: "y"
|
|
51
|
+
},
|
|
52
|
+
rationale: "",
|
|
53
|
+
rationaleEnabled: !0,
|
|
54
|
+
standardGrid: !1,
|
|
55
|
+
studentInstructionsEnabled: !0,
|
|
56
|
+
teacherInstructions: "",
|
|
57
|
+
teacherInstructionsEnabled: !0,
|
|
58
|
+
title: "",
|
|
59
|
+
titleEnabled: !0,
|
|
60
|
+
toolbarTools: e
|
|
61
|
+
},
|
|
62
|
+
configuration: {
|
|
63
|
+
baseInputConfiguration: {
|
|
64
|
+
h3: { disabled: !0 },
|
|
65
|
+
audio: { disabled: !1 },
|
|
66
|
+
video: { disabled: !1 },
|
|
67
|
+
image: { disabled: !1 },
|
|
68
|
+
textAlign: { disabled: !0 },
|
|
69
|
+
showParagraphs: { disabled: !1 },
|
|
70
|
+
separateParagraphs: { disabled: !0 }
|
|
71
|
+
},
|
|
72
|
+
availableTools: e,
|
|
73
|
+
authoring: {
|
|
74
|
+
settings: !1,
|
|
75
|
+
label: "Customize Grid Setup",
|
|
76
|
+
enabled: !0,
|
|
77
|
+
includeAxesEnabled: !0,
|
|
78
|
+
standardGridEnabled: !0,
|
|
79
|
+
min: {
|
|
80
|
+
label: "Min Value",
|
|
81
|
+
enabled: !0
|
|
82
|
+
},
|
|
83
|
+
max: {
|
|
84
|
+
label: "Max Value",
|
|
85
|
+
enabled: !0
|
|
86
|
+
},
|
|
87
|
+
axisLabel: {
|
|
88
|
+
label: "Label",
|
|
89
|
+
enabled: !0
|
|
90
|
+
},
|
|
91
|
+
step: {
|
|
92
|
+
label: "Grid Interval",
|
|
93
|
+
enabled: !0
|
|
94
|
+
},
|
|
95
|
+
labelStep: {
|
|
96
|
+
label: "Label Interval",
|
|
97
|
+
enabled: !0
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
arrows: {
|
|
101
|
+
settings: !0,
|
|
102
|
+
label: "Include Arrows",
|
|
103
|
+
left: { label: "left" },
|
|
104
|
+
right: { label: "right" },
|
|
105
|
+
up: { label: "up" },
|
|
106
|
+
down: { label: "down" }
|
|
107
|
+
},
|
|
108
|
+
gridConfigurations: [
|
|
109
|
+
{
|
|
110
|
+
label: "4-quadrant coordinate grid, -10 to 10",
|
|
111
|
+
arrows: {
|
|
112
|
+
left: !0,
|
|
113
|
+
right: !0,
|
|
114
|
+
up: !0,
|
|
115
|
+
down: !0
|
|
116
|
+
},
|
|
117
|
+
domain: {
|
|
118
|
+
min: -10,
|
|
119
|
+
max: 10,
|
|
120
|
+
step: 1,
|
|
121
|
+
padding: 0,
|
|
122
|
+
labelStep: 1,
|
|
123
|
+
axisLabel: "<i>x</i>"
|
|
124
|
+
},
|
|
125
|
+
graph: {
|
|
126
|
+
width: 480,
|
|
127
|
+
height: 480
|
|
128
|
+
},
|
|
129
|
+
includeAxes: !0,
|
|
130
|
+
labels: {
|
|
131
|
+
top: "",
|
|
132
|
+
right: "",
|
|
133
|
+
bottom: "",
|
|
134
|
+
left: ""
|
|
135
|
+
},
|
|
136
|
+
padding: !0,
|
|
137
|
+
range: {
|
|
138
|
+
min: -10,
|
|
139
|
+
max: 10,
|
|
140
|
+
step: 1,
|
|
141
|
+
padding: 0,
|
|
142
|
+
labelStep: 1,
|
|
143
|
+
axisLabel: "<i>y</i>"
|
|
144
|
+
},
|
|
145
|
+
standardGrid: !0,
|
|
146
|
+
title: ""
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
label: "0 to 10 on both axes",
|
|
150
|
+
arrows: {
|
|
151
|
+
left: !1,
|
|
152
|
+
right: !0,
|
|
153
|
+
up: !0,
|
|
154
|
+
down: !1
|
|
155
|
+
},
|
|
156
|
+
domain: {
|
|
157
|
+
min: 0,
|
|
158
|
+
max: 10,
|
|
159
|
+
step: 1,
|
|
160
|
+
padding: 0,
|
|
161
|
+
labelStep: 1,
|
|
162
|
+
axisLabel: "<i>x</i>"
|
|
163
|
+
},
|
|
164
|
+
graph: {
|
|
165
|
+
width: 480,
|
|
166
|
+
height: 480
|
|
167
|
+
},
|
|
168
|
+
includeAxes: !0,
|
|
169
|
+
labels: {
|
|
170
|
+
top: "",
|
|
171
|
+
right: "",
|
|
172
|
+
bottom: "",
|
|
173
|
+
left: ""
|
|
174
|
+
},
|
|
175
|
+
padding: !0,
|
|
176
|
+
range: {
|
|
177
|
+
min: 0,
|
|
178
|
+
max: 10,
|
|
179
|
+
step: 1,
|
|
180
|
+
padding: 0,
|
|
181
|
+
labelStep: 1,
|
|
182
|
+
axisLabel: "<i>y</i>"
|
|
183
|
+
},
|
|
184
|
+
standardGrid: !0,
|
|
185
|
+
title: ""
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
label: "0 to 20 on both axes",
|
|
189
|
+
arrows: {
|
|
190
|
+
left: !1,
|
|
191
|
+
right: !0,
|
|
192
|
+
up: !0,
|
|
193
|
+
down: !1
|
|
194
|
+
},
|
|
195
|
+
domain: {
|
|
196
|
+
min: 0,
|
|
197
|
+
max: 20,
|
|
198
|
+
step: 1,
|
|
199
|
+
padding: 0,
|
|
200
|
+
labelStep: 1,
|
|
201
|
+
axisLabel: "<i>x</i>"
|
|
202
|
+
},
|
|
203
|
+
graph: {
|
|
204
|
+
width: 480,
|
|
205
|
+
height: 480
|
|
206
|
+
},
|
|
207
|
+
includeAxes: !0,
|
|
208
|
+
labels: {
|
|
209
|
+
top: "",
|
|
210
|
+
right: "",
|
|
211
|
+
bottom: "",
|
|
212
|
+
left: ""
|
|
213
|
+
},
|
|
214
|
+
padding: !0,
|
|
215
|
+
range: {
|
|
216
|
+
min: 0,
|
|
217
|
+
max: 20,
|
|
218
|
+
step: 1,
|
|
219
|
+
padding: 0,
|
|
220
|
+
labelStep: 1,
|
|
221
|
+
axisLabel: "<i>y</i>"
|
|
222
|
+
},
|
|
223
|
+
standardGrid: !0,
|
|
224
|
+
title: ""
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
label: "Sample Data Graph",
|
|
228
|
+
arrows: {
|
|
229
|
+
left: !1,
|
|
230
|
+
right: !0,
|
|
231
|
+
up: !0,
|
|
232
|
+
down: !1
|
|
233
|
+
},
|
|
234
|
+
domain: {
|
|
235
|
+
min: 0,
|
|
236
|
+
max: 30,
|
|
237
|
+
step: 1,
|
|
238
|
+
padding: 0,
|
|
239
|
+
labelStep: 2,
|
|
240
|
+
axisLabel: "<i>t</i>"
|
|
241
|
+
},
|
|
242
|
+
graph: {
|
|
243
|
+
width: 480,
|
|
244
|
+
height: 480
|
|
245
|
+
},
|
|
246
|
+
includeAxes: !0,
|
|
247
|
+
labels: {
|
|
248
|
+
top: "",
|
|
249
|
+
right: "",
|
|
250
|
+
bottom: "Time (seconds)",
|
|
251
|
+
left: "Distance (meters)"
|
|
252
|
+
},
|
|
253
|
+
padding: !0,
|
|
254
|
+
range: {
|
|
255
|
+
min: 0,
|
|
256
|
+
max: 80,
|
|
257
|
+
step: 5,
|
|
258
|
+
padding: 0,
|
|
259
|
+
labelStep: 10,
|
|
260
|
+
axisLabel: "<i>d</i>"
|
|
261
|
+
},
|
|
262
|
+
standardGrid: !1,
|
|
263
|
+
title: "Distance as a function of time"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
label: "No Visible Axes",
|
|
267
|
+
arrows: {
|
|
268
|
+
left: !1,
|
|
269
|
+
right: !1,
|
|
270
|
+
up: !1,
|
|
271
|
+
down: !1
|
|
272
|
+
},
|
|
273
|
+
domain: {
|
|
274
|
+
min: 1,
|
|
275
|
+
max: 21,
|
|
276
|
+
step: 1,
|
|
277
|
+
padding: 0,
|
|
278
|
+
labelStep: 0,
|
|
279
|
+
axisLabel: ""
|
|
280
|
+
},
|
|
281
|
+
graph: {
|
|
282
|
+
width: 480,
|
|
283
|
+
height: 480
|
|
284
|
+
},
|
|
285
|
+
includeAxes: !1,
|
|
286
|
+
labels: {
|
|
287
|
+
top: "",
|
|
288
|
+
right: "",
|
|
289
|
+
bottom: "",
|
|
290
|
+
left: ""
|
|
291
|
+
},
|
|
292
|
+
padding: !0,
|
|
293
|
+
range: {
|
|
294
|
+
min: 1,
|
|
295
|
+
max: 21,
|
|
296
|
+
step: 1,
|
|
297
|
+
padding: 0,
|
|
298
|
+
labelStep: 0,
|
|
299
|
+
axisLabel: ""
|
|
300
|
+
},
|
|
301
|
+
standardGrid: !1,
|
|
302
|
+
title: ""
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
graphDimensions: {
|
|
306
|
+
settings: !1,
|
|
307
|
+
label: "Graph Dimensions",
|
|
308
|
+
enabled: !0,
|
|
309
|
+
min: 150,
|
|
310
|
+
max: 800,
|
|
311
|
+
step: 20
|
|
312
|
+
},
|
|
313
|
+
padding: {
|
|
314
|
+
settings: !1,
|
|
315
|
+
label: "Padding"
|
|
316
|
+
},
|
|
317
|
+
labels: {
|
|
318
|
+
settings: !0,
|
|
319
|
+
label: "Graph Labels",
|
|
320
|
+
enabled: !0,
|
|
321
|
+
top: "Click here to add a top label",
|
|
322
|
+
right: "Click here to add a right label",
|
|
323
|
+
bottom: "Click here to add a bottom label",
|
|
324
|
+
left: "Click here to add a left label"
|
|
325
|
+
},
|
|
326
|
+
prompt: {
|
|
327
|
+
settings: !0,
|
|
328
|
+
label: "Item Stem",
|
|
329
|
+
required: !1,
|
|
330
|
+
inputConfiguration: {
|
|
331
|
+
audio: { disabled: !1 },
|
|
332
|
+
video: { disabled: !1 },
|
|
333
|
+
image: { disabled: !1 }
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
rationale: {
|
|
337
|
+
settings: !0,
|
|
338
|
+
label: "Rationale",
|
|
339
|
+
required: !1,
|
|
340
|
+
inputConfiguration: {
|
|
341
|
+
audio: { disabled: !1 },
|
|
342
|
+
video: { disabled: !1 },
|
|
343
|
+
image: { disabled: !1 }
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
scoringType: {
|
|
347
|
+
settings: !1,
|
|
348
|
+
label: "Scoring Type"
|
|
349
|
+
},
|
|
350
|
+
studentInstructions: {
|
|
351
|
+
settings: !1,
|
|
352
|
+
label: "Student Instructions"
|
|
353
|
+
},
|
|
354
|
+
teacherInstructions: {
|
|
355
|
+
settings: !0,
|
|
356
|
+
label: "Teacher Instructions",
|
|
357
|
+
required: !1,
|
|
358
|
+
inputConfiguration: {
|
|
359
|
+
audio: { disabled: !1 },
|
|
360
|
+
video: { disabled: !1 },
|
|
361
|
+
image: { disabled: !1 }
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
title: {
|
|
365
|
+
settings: !0,
|
|
366
|
+
label: "Graph Title",
|
|
367
|
+
enabled: !0,
|
|
368
|
+
placeholder: "Click here to add a title for this graph"
|
|
369
|
+
},
|
|
370
|
+
instruction: {
|
|
371
|
+
settings: !1,
|
|
372
|
+
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."
|
|
373
|
+
},
|
|
374
|
+
settingsPanelDisabled: !1,
|
|
375
|
+
spellCheck: {
|
|
376
|
+
label: "Spellcheck",
|
|
377
|
+
settings: !1,
|
|
378
|
+
enabled: !0
|
|
379
|
+
},
|
|
380
|
+
coordinatesOnHover: {
|
|
381
|
+
settings: !0,
|
|
382
|
+
label: "Coordinates on Hover"
|
|
383
|
+
},
|
|
384
|
+
maxImageWidth: {
|
|
385
|
+
teacherInstructions: 300,
|
|
386
|
+
prompt: 300,
|
|
387
|
+
rationale: 300
|
|
388
|
+
},
|
|
389
|
+
maxImageHeight: {
|
|
390
|
+
teacherInstructions: 300,
|
|
391
|
+
prompt: 300,
|
|
392
|
+
rationale: 300
|
|
393
|
+
},
|
|
394
|
+
withRubric: {
|
|
395
|
+
settings: !1,
|
|
396
|
+
label: "Add Rubric"
|
|
397
|
+
},
|
|
398
|
+
language: {
|
|
399
|
+
settings: !1,
|
|
400
|
+
label: "Specify Language",
|
|
401
|
+
enabled: !1
|
|
402
|
+
},
|
|
403
|
+
languageChoices: {
|
|
404
|
+
label: "Language Choices",
|
|
405
|
+
options: []
|
|
406
|
+
},
|
|
407
|
+
mathMlOptions: {
|
|
408
|
+
mmlOutput: !1,
|
|
409
|
+
mmlEditing: !1
|
|
410
|
+
},
|
|
411
|
+
removeIncompleteTool: !1
|
|
412
|
+
}
|
|
413
|
+
};
|
|
414
|
+
//#endregion
|
|
415
|
+
export { t as default };
|