@pie-element/multiple-choice 13.1.0 → 13.1.1-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/dist/author/defaults.d.ts +206 -0
- package/dist/author/defaults.d.ts.map +1 -0
- package/dist/author/defaults.js +151 -0
- package/dist/author/index.d.ts +27 -0
- package/dist/author/index.d.ts.map +1 -0
- package/dist/author/index.js +116 -0
- package/dist/author/main.d.ts +35 -0
- package/dist/author/main.d.ts.map +1 -0
- package/dist/author/main.js +290 -0
- package/dist/author/utils.d.ts +10 -0
- package/dist/author/utils.d.ts.map +1 -0
- package/dist/author/utils.js +7 -0
- package/dist/controller/defaults.d.ts +36 -0
- package/dist/controller/defaults.d.ts.map +1 -0
- package/dist/controller/defaults.js +29 -0
- package/dist/controller/index.d.ts +66 -0
- package/dist/controller/index.d.ts.map +1 -0
- package/dist/controller/index.js +124 -0
- package/dist/controller/utils.d.ts +11 -0
- package/dist/controller/utils.d.ts.map +1 -0
- package/dist/controller/utils.js +8 -0
- package/dist/delivery/choice-input.d.ts +45 -0
- package/dist/delivery/choice-input.d.ts.map +1 -0
- package/dist/delivery/choice-input.js +274 -0
- package/dist/delivery/choice.d.ts +21 -0
- package/dist/delivery/choice.d.ts.map +1 -0
- package/dist/delivery/choice.js +109 -0
- package/dist/delivery/feedback-tick.d.ts +21 -0
- package/dist/delivery/feedback-tick.d.ts.map +1 -0
- package/dist/delivery/feedback-tick.js +104 -0
- package/dist/delivery/index.d.ts +38 -0
- package/dist/delivery/index.d.ts.map +1 -0
- package/dist/delivery/index.js +217 -0
- package/dist/delivery/main.d.ts +32 -0
- package/dist/delivery/main.d.ts.map +1 -0
- package/dist/delivery/main.js +51 -0
- package/dist/delivery/multiple-choice.d.ts +63 -0
- package/dist/delivery/multiple-choice.d.ts.map +1 -0
- package/dist/delivery/multiple-choice.js +252 -0
- package/dist/delivery/session-updater.d.ts +11 -0
- package/dist/delivery/session-updater.d.ts.map +1 -0
- package/dist/delivery/session-updater.js +9 -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 +148 -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/_arrayLikeKeys.js +15 -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/_assignMergeValue.js +8 -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/_baseFor.js +5 -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/_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/_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/_baseMerge.js +19 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseMergeDeep.js +31 -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/_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/_baseTrim.js +8 -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/_cacheHas.js +6 -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/_createAssigner.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_createBaseFor.js +12 -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/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.js +12 -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/_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/_safeGet.js +6 -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/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_trimmedEndIndex.js +8 -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/debounce.js +50 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/defaults.js +16 -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/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/isPlainObject.js +14 -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/merge.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/now.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/toNumber.js +19 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/toPlainObject.js +8 -0
- package/dist/print/index.d.ts +16 -0
- package/dist/print/index.d.ts.map +1 -0
- package/dist/print/index.js +44 -0
- package/package.json +58 -26
- package/{configure/lib/defaults.js → src/author/defaults.ts} +55 -90
- package/{configure/lib/index.js → src/author/index.ts} +98 -51
- package/src/author/main.tsx +509 -0
- package/src/author/utils.ts +25 -0
- package/{controller/lib/defaults.js → src/controller/defaults.ts} +11 -8
- package/{controller/lib/index.js → src/controller/index.ts} +123 -109
- package/src/controller/utils.ts +22 -0
- package/src/delivery/choice-input.tsx +413 -0
- package/src/delivery/choice.tsx +203 -0
- package/src/delivery/feedback-tick.tsx +156 -0
- package/{lib/index.js → src/delivery/index.ts} +211 -129
- package/src/delivery/main.tsx +85 -0
- package/src/delivery/multiple-choice.tsx +485 -0
- package/{lib/session-updater.js → src/delivery/session-updater.ts} +17 -13
- package/src/index.iife.ts +16 -0
- package/src/index.ts +1 -0
- package/src/print/index.tsx +112 -0
- package/CHANGELOG.json +0 -1972
- package/CHANGELOG.md +0 -2696
- package/LICENSE.md +0 -5
- package/PRINT.md +0 -35
- package/README.md +0 -56
- package/choice.png +0 -0
- package/configure/CHANGELOG.json +0 -1387
- package/configure/CHANGELOG.md +0 -2046
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -477
- package/configure/lib/main.js.map +0 -1
- package/configure/lib/utils.js +0 -18
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -22
- package/controller/CHANGELOG.json +0 -527
- package/controller/CHANGELOG.md +0 -1388
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/utils.js +0 -15
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -15
- package/docs/config-schema.json +0 -2993
- package/docs/config-schema.json.md +0 -2217
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -61
- package/docs/demo/index.html +0 -1
- package/docs/demo/session.js +0 -7
- package/docs/pie-schema.json +0 -1332
- package/docs/pie-schema.json.md +0 -1015
- package/lib/choice-input.js +0 -380
- package/lib/choice-input.js.map +0 -1
- package/lib/choice.js +0 -197
- package/lib/choice.js.map +0 -1
- package/lib/feedback-tick.js +0 -134
- package/lib/feedback-tick.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/main.js +0 -63
- package/lib/main.js.map +0 -1
- package/lib/multiple-choice.js +0 -412
- package/lib/multiple-choice.js.map +0 -1
- package/lib/print.js +0 -94
- package/lib/print.js.map +0 -1
- package/lib/session-updater.js.map +0 -1
- package/module/configure.js +0 -1
- package/module/controller.js +0 -3045
- package/module/demo.js +0 -86
- package/module/element.js +0 -1
- package/module/index.html +0 -21
- package/module/manifest.json +0 -14
- package/module/print-demo.js +0 -124
- package/module/print.html +0 -18
- package/module/print.js +0 -1
package/configure/package.json
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pie-element/multiple-choice-configure",
|
|
3
|
-
"version": "10.0.1",
|
|
4
|
-
"private": true,
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "src/index.js",
|
|
7
|
-
"dependencies": {
|
|
8
|
-
"@emotion/react": "^11.14.0",
|
|
9
|
-
"@emotion/style": "^0.8.0",
|
|
10
|
-
"@mui/icons-material": "^7.3.4",
|
|
11
|
-
"@mui/material": "^7.3.4",
|
|
12
|
-
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
13
|
-
"@pie-lib/config-ui": "13.0.0",
|
|
14
|
-
"@pie-lib/editable-html-tip-tap": "2.0.0",
|
|
15
|
-
"@pie-lib/render-ui": "6.0.0",
|
|
16
|
-
"debug": "^4.1.1",
|
|
17
|
-
"lodash-es": "^4.17.23",
|
|
18
|
-
"prop-types": "^15.8.1",
|
|
19
|
-
"react": "18.3.1",
|
|
20
|
-
"react-dom": "18.3.1"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,527 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "feat",
|
|
4
|
-
"scope": "general",
|
|
5
|
-
"subject": "initialize default model (#129)",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "feat(general): initialize default model (#129)",
|
|
8
|
-
"body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-12 15:47:20 -0400",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/multiple-choice-controller@1.4.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": "multiple-choice",
|
|
20
|
-
"subject": "refactored the code of the multiple-choice package in order to use the new layout",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat(multiple-choice): refactored the code of the multiple-choice package in order to use the new layout",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "b16b654ae8881e0af9d271c533a27510d751f54f",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2018-12-17 19:40:38 +0200",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/multiple-choice-controller@1.3.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "fix",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "conflict",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "fix: conflict",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "b854c6bf9d8139161ae34c16556edf48eb7ba942",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2018-11-12 12:28:04 +0000",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/multiple-choice-controller@1.2.2"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "fix",
|
|
49
|
-
"scope": "dependencies-add",
|
|
50
|
-
"subject": "added dependencies where needed",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "fix(dependencies-add): added dependencies where needed",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "23df697120b76a227930c00a7976e79c33ccdcd7",
|
|
57
|
-
"gitTags": " (origin/fix/added-dependencies-where-needed)",
|
|
58
|
-
"committerDate": "2018-11-09 11:31:39 +0200",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/multiple-choice-controller@1.2.2"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": "choice-interaction-update",
|
|
65
|
-
"subject": "made the requested changes for the multiple-choice package",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat(choice-interaction-update): made the requested changes for the multiple-choice package",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "d03dc1a5b60c00d4c135e6ade1fce26c3612ff69",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2018-10-31 10:13:38 +0200",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/multiple-choice-controller@1.2.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": "ch497",
|
|
80
|
-
"subject": "updated the partial scoring for 3 packages: match, select-text and multiple-choice",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat(ch497): updated the partial scoring for 3 packages: match, select-text and multiple-choice",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "5a46b061aec68b46cd34f358d6bc239fa96df6fd",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2018-10-29 14:27:25 +0200",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/multiple-choice-controller@1.2.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "fix",
|
|
94
|
-
"scope": null,
|
|
95
|
-
"subject": "build fixes",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "fix: build fixes",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2018-09-20 09:49:51 +0100",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/multiple-choice-controller@1.1.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "feat",
|
|
109
|
-
"scope": null,
|
|
110
|
-
"subject": "add outcome method to controller",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "feat: add outcome method to controller",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "ec2853ed83ff977e55155dcd8aa3301f97bfcc67",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2018-08-15 21:36:45 -0400",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/multiple-choice-controller@1.1.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "feat",
|
|
124
|
-
"scope": "root",
|
|
125
|
-
"subject": "use @pie-lib/config-ui choiceUtils",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "feat(root): use @pie-lib/config-ui choiceUtils",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "2a3f180b41e7e9a36a0758dcbe4fdb86f253a50c",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2018-04-24 21:28:59 -0400",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/multiple-choice-controller@1.1.0"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "fix",
|
|
139
|
-
"scope": "dependencies",
|
|
140
|
-
"subject": "version bump",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "fix(dependencies): version bump",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "ee6d3d0cd4b0a1d87fd4ab4e161c3b686d7b05bb",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2018-04-24 11:34:37 -0400",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/multiple-choice-controller@1.1.0"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "chore",
|
|
154
|
-
"scope": "test",
|
|
155
|
-
"subject": "set up some tests",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "chore(test): set up some tests",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "37936ae5e2ad4427159cecb53e460f77a98a46bc",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2018-04-17 15:03:45 -0400",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/multiple-choice-controller@1.1.0"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "feat",
|
|
169
|
-
"scope": null,
|
|
170
|
-
"subject": "partial scoring",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "feat: partial scoring",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "928bcc3169dee6de905118acf53573a794611873",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-04-02 17:11:17 +0100",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/multiple-choice-controller@1.5.0"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "feat",
|
|
184
|
-
"scope": null,
|
|
185
|
-
"subject": "support env.partialScoring, disable for radio",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "feat: support env.partialScoring, disable for radio",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "40862cb9e50eac0d055c31c1349b7a94aa06475b",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-04-02 11:20:20 +0100",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/multiple-choice-controller@1.5.0"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "feat",
|
|
199
|
-
"scope": null,
|
|
200
|
-
"subject": "allow config to control the UI",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "feat: allow config to control the UI",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "70551b83c6ad216661e8699f944dd0fcfa630f07",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-03-19 12:46:28 +0200",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/multiple-choice-controller@1.5.0"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": "multiple-choice",
|
|
215
|
-
"subject": "Refactored using new established naming convention and updated tests.",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix(multiple-choice): Refactored using new established naming convention and updated tests.",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "78ffbaeb9cf4bbd4ef88a57addb9a1221089903c",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-04-17 06:50:02 +0300",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/multiple-choice-controller@1.5.2"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "feat",
|
|
229
|
-
"scope": null,
|
|
230
|
-
"subject": "added rationale support",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "feat: added rationale support",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "3c1edf3da6101d62f3cd4d06dc22c64ca2560205",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-05-14 16:45:35 +0300",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-element/multiple-choice-controller@1.6.0"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "feat",
|
|
244
|
-
"scope": null,
|
|
245
|
-
"subject": "added rationale support.",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "feat: added rationale support.",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "1ddc13742d8a585befca50702889c8c8fa47ad6c",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-05-09 16:57:00 +0300",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-element/multiple-choice-controller@1.6.0"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "chore",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "downgrade console.error calls to TODO (#261)",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "chore: downgrade console.error calls to TODO (#261)",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "623e43fb29db0f2dc3c88a8711476689ea8e3969",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-07-01 18:02:20 -0400",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-element/multiple-choice-controller@1.6.3"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "fix",
|
|
274
|
-
"scope": "editable-html",
|
|
275
|
-
"subject": "fixed lots of stuff regarding the editable-html",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
282
|
-
"gitTags": " (origin/andrei/fixes)",
|
|
283
|
-
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-element/multiple-choice-controller@1.6.7"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "fix",
|
|
289
|
-
"scope": null,
|
|
290
|
-
"subject": "null choices were throwing 'choices.map is not a function' error.",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "fix: null choices were throwing 'choices.map is not a function' error.",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "54d0c8ccc7594665b7a8736d2497119f5d8c2533",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2019-08-21 13:55:48 +0300",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-element/multiple-choice-controller@1.6.12"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "feat",
|
|
304
|
-
"scope": null,
|
|
305
|
-
"subject": "Session null/empty check.",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "feat: Session null/empty check.",
|
|
308
|
-
"body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [match-list, match, math-inline, multiple-choice, number-line, placement-ordering, point-intercept, select-text, text-entry]",
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2019-08-27 09:02:11 +0300",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-element/multiple-choice-controller@1.7.0"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "fix",
|
|
319
|
-
"scope": null,
|
|
320
|
-
"subject": "bump pie-lib/controller-utils",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "fix: bump pie-lib/controller-utils",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2019-08-30 23:15:07 +0300",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-element/multiple-choice-controller@1.8.0"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": null,
|
|
335
|
-
"subject": "make use of updateSession callback",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat: make use of updateSession callback",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "c82de8804012bf1755430187426685d6c3eda329",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2019-08-22 15:54:34 +0100",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-element/multiple-choice-controller@1.8.0"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "fix",
|
|
349
|
-
"scope": null,
|
|
350
|
-
"subject": "Show Correct Answer was not working properly: replaced allowFeedback (used to send data to pie-ui) with feedbackEnabled (can be changed in settings panel).",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "fix: Show Correct Answer was not working properly: replaced allowFeedback (used to send data to pie-ui) with feedbackEnabled (can be changed in settings panel).",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "494bf3a471a90e704cbb5ffdb9f44a198646f276",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2019-09-27 09:22:59 +0300",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-element/multiple-choice-controller@2.1.0"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "feat",
|
|
364
|
-
"scope": "multiple-choice",
|
|
365
|
-
"subject": "model based prompt",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "feat(multiple-choice): model based prompt",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "d90c1a1c83f1efb2c941016812f7296f90ba1e57",
|
|
372
|
-
"gitTags": "",
|
|
373
|
-
"committerDate": "2019-09-25 18:24:54 +0300",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-element/multiple-choice-controller@2.1.0"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "fix",
|
|
379
|
-
"scope": null,
|
|
380
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
383
|
-
"body": null,
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
|
|
387
|
-
"gitTags": "",
|
|
388
|
-
"committerDate": "2019-10-11 12:38:26 +0100",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-element/multiple-choice-controller@3.0.1"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "fix",
|
|
394
|
-
"scope": null,
|
|
395
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.2",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.2",
|
|
398
|
-
"body": null,
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
|
|
402
|
-
"gitTags": "",
|
|
403
|
-
"committerDate": "2019-10-15 12:11:16 +0100",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-element/multiple-choice-controller@3.0.2"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "fix",
|
|
409
|
-
"scope": null,
|
|
410
|
-
"subject": "ch2766 fix unresolved promise (#366)",
|
|
411
|
-
"merge": null,
|
|
412
|
-
"header": "fix: ch2766 fix unresolved promise (#366)",
|
|
413
|
-
"body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
|
|
414
|
-
"footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
|
|
415
|
-
"notes": [],
|
|
416
|
-
"hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
|
|
417
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
418
|
-
"committerDate": "2019-10-16 15:50:55 -0400",
|
|
419
|
-
"isTagged": true,
|
|
420
|
-
"tag": "@pie-element/multiple-choice-controller@3.0.4"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "fix",
|
|
424
|
-
"scope": null,
|
|
425
|
-
"subject": "feedbackEnabled should not be the property that decides whether the choice correctness is displayed or not.",
|
|
426
|
-
"merge": null,
|
|
427
|
-
"header": "fix: feedbackEnabled should not be the property that decides whether the choice correctness is displayed or not.",
|
|
428
|
-
"body": null,
|
|
429
|
-
"footer": null,
|
|
430
|
-
"notes": [],
|
|
431
|
-
"hash": "b69adfd687b185b39f030e5e5060d2219c8491d6",
|
|
432
|
-
"gitTags": "",
|
|
433
|
-
"committerDate": "2019-11-04 17:50:07 +0200",
|
|
434
|
-
"isTagged": true,
|
|
435
|
-
"tag": "@pie-element/multiple-choice-controller@3.0.6"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"type": "fix",
|
|
439
|
-
"scope": null,
|
|
440
|
-
"subject": "PIE-201 - store prompts and answers in session, fix",
|
|
441
|
-
"merge": null,
|
|
442
|
-
"header": "fix: PIE-201 - store prompts and answers in session, fix",
|
|
443
|
-
"body": "controller-utils to use 0 as key",
|
|
444
|
-
"footer": null,
|
|
445
|
-
"notes": [],
|
|
446
|
-
"hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
|
|
447
|
-
"gitTags": "",
|
|
448
|
-
"committerDate": "2019-11-18 20:35:06 +0000",
|
|
449
|
-
"isTagged": true,
|
|
450
|
-
"tag": "@pie-element/multiple-choice-controller@3.0.7"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"type": "feat",
|
|
454
|
-
"scope": "normalization",
|
|
455
|
-
"subject": "added a choicePrefix default value in case one is not given [ch6650]",
|
|
456
|
-
"merge": null,
|
|
457
|
-
"header": "feat(normalization): added a choicePrefix default value in case one is not given [ch6650]",
|
|
458
|
-
"body": null,
|
|
459
|
-
"footer": null,
|
|
460
|
-
"notes": [],
|
|
461
|
-
"hash": "955ff4040a4d5acc24fd8d8335b3557226a22396",
|
|
462
|
-
"gitTags": " (origin/ch6650/multiple-choice-no-prefix)",
|
|
463
|
-
"committerDate": "2019-12-24 13:43:07 +0200",
|
|
464
|
-
"isTagged": true,
|
|
465
|
-
"tag": "@pie-element/multiple-choice-controller@3.1.0"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"type": "fix",
|
|
469
|
-
"scope": null,
|
|
470
|
-
"subject": "bump ui versions",
|
|
471
|
-
"merge": null,
|
|
472
|
-
"header": "fix: bump ui versions",
|
|
473
|
-
"body": null,
|
|
474
|
-
"footer": null,
|
|
475
|
-
"notes": [],
|
|
476
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
477
|
-
"gitTags": "",
|
|
478
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
479
|
-
"isTagged": true,
|
|
480
|
-
"tag": "@pie-element/multiple-choice-controller@3.2.0"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"type": "fix",
|
|
484
|
-
"scope": null,
|
|
485
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
486
|
-
"merge": null,
|
|
487
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
488
|
-
"body": null,
|
|
489
|
-
"footer": null,
|
|
490
|
-
"notes": [],
|
|
491
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
492
|
-
"gitTags": " (develop)",
|
|
493
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
494
|
-
"isTagged": true,
|
|
495
|
-
"tag": "@pie-element/multiple-choice-controller@3.2.1"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"type": "fix",
|
|
499
|
-
"scope": null,
|
|
500
|
-
"subject": "PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix)",
|
|
501
|
-
"merge": null,
|
|
502
|
-
"header": "fix: PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix)",
|
|
503
|
-
"body": null,
|
|
504
|
-
"footer": null,
|
|
505
|
-
"notes": [],
|
|
506
|
-
"hash": "27cd7adf01276ecd09094c4d7808807590a8c00a",
|
|
507
|
-
"gitTags": "",
|
|
508
|
-
"committerDate": "2020-04-13 09:47:09 +0300",
|
|
509
|
-
"isTagged": true,
|
|
510
|
-
"tag": "@pie-element/multiple-choice-controller@3.2.2"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"type": "fix",
|
|
514
|
-
"scope": null,
|
|
515
|
-
"subject": "bump ui/lib versions",
|
|
516
|
-
"merge": null,
|
|
517
|
-
"header": "fix: bump ui/lib versions",
|
|
518
|
-
"body": null,
|
|
519
|
-
"footer": null,
|
|
520
|
-
"notes": [],
|
|
521
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
522
|
-
"gitTags": "",
|
|
523
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
524
|
-
"isTagged": true,
|
|
525
|
-
"tag": "@pie-element/multiple-choice-controller@3.2.3"
|
|
526
|
-
}
|
|
527
|
-
]
|