@vue-skuilder/courseware 0.1.16 → 0.1.18
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/CourseWare.d.ts +1 -1
- package/dist/backend.cjs.js.map +1 -1
- package/dist/backend.d.ts +1 -1
- package/dist/backend.mjs +1 -21
- package/dist/backend.mjs.map +1 -1
- package/dist/chess/chessground/anim.d.ts.map +1 -1
- package/dist/chess/chessground/board.d.ts.map +1 -1
- package/dist/chess/chessground/draw.d.ts.map +1 -1
- package/dist/chess/chessground/util.d.ts.map +1 -1
- package/dist/chess/questions/forks/forksView.vue.d.ts +1 -1
- package/dist/chess/questions/forks/index.d.ts +2 -2
- package/dist/chess/questions/forks/index.d.ts.map +1 -1
- package/dist/chess/questions/puzzle/index.d.ts +2 -2
- package/dist/chess/questions/puzzle/index.d.ts.map +1 -1
- package/dist/chess/questions/puzzle/puzzle.vue.d.ts +5 -5
- package/dist/chess/questions/puzzle/puzzle.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/fillIn.vue.d.ts +28 -28
- package/dist/default/questions/fillIn/fillIn.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/index.d.ts +58 -58
- package/dist/default/questions/fillIn/index.d.ts.map +1 -1
- package/dist/default/questions/fillIn/shapes.d.ts +1 -1
- package/dist/french/questions/audioparse/index.d.ts +10 -10
- package/dist/french/questions/audioparse/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/view.vue.d.ts +5 -5
- package/dist/french/questions/audioparse/view.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/identify.vue.d.ts +5 -5
- package/dist/french/questions/vocab/identify.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/index.d.ts +14 -14
- package/dist/french/questions/vocab/index.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -74
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +1 -63098
- package/dist/index.mjs.map +1 -1
- package/dist/math/questions/addition/horizontal.vue.d.ts +8 -8
- package/dist/math/questions/addition/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/addition/index.d.ts +4 -4
- package/dist/math/questions/addition/shapes.d.ts +1 -1
- package/dist/math/questions/addition/verbal.vue.d.ts +8 -8
- package/dist/math/questions/addition/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts +18 -18
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/index.d.ts +36 -36
- package/dist/math/questions/angleCategorize/index.d.ts.map +1 -1
- package/dist/math/questions/countBy/default.vue.d.ts +5 -5
- package/dist/math/questions/countBy/default.vue.d.ts.map +1 -1
- package/dist/math/questions/countBy/index.d.ts +10 -10
- package/dist/math/questions/countBy/index.d.ts.map +1 -1
- package/dist/math/questions/division/horizontal.vue.d.ts +8 -8
- package/dist/math/questions/division/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/division/index.d.ts +16 -16
- package/dist/math/questions/division/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/index.d.ts +30 -30
- package/dist/math/questions/equalityTest/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/shapes.d.ts +1 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts +14 -14
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts +8 -8
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/index.d.ts +16 -16
- package/dist/math/questions/multiplication/index.d.ts.map +1 -1
- package/dist/math/questions/multiplication/verbal.vue.d.ts +8 -8
- package/dist/math/questions/multiplication/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/index.d.ts +16 -16
- package/dist/math/questions/oneStepEqn/index.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts +8 -8
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/index.d.ts +16 -16
- package/dist/math/questions/supplementaryAngles/index.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts +8 -8
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts.map +1 -1
- package/dist/math/utility/index.d.ts +1 -1
- package/dist/piano/questions/echo/Playback.vue.d.ts +13 -13
- package/dist/piano/questions/echo/Playback.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/index.d.ts +26 -26
- package/dist/piano/questions/echo/index.d.ts.map +1 -1
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts +13 -13
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts.map +1 -1
- package/dist/piano/questions/playNote/index.d.ts +26 -26
- package/dist/piano/questions/playNote/index.d.ts.map +1 -1
- package/dist/piano/utility/MidiConfig.vue.d.ts +1 -1
- package/dist/pitch/questions/indentify/index.d.ts +36 -36
- package/dist/pitch/questions/indentify/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/textBox.vue.d.ts +18 -18
- package/dist/pitch/questions/indentify/textBox.vue.d.ts.map +1 -1
- package/dist/shapes-CkScEONr.cjs.map +1 -1
- package/dist/shapes-ClIYUyOT.js +2 -0
- package/dist/{shapes-CSAUKU5h.js.map → shapes-ClIYUyOT.js.map} +1 -1
- package/dist/shapes.d.ts +1 -1
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts +18 -18
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/index.d.ts +36 -36
- package/dist/sightsing/questions/IdentifyKey/index.d.ts.map +1 -1
- package/dist/typing/questions/falling-letters/FallingLetters.vue.d.ts +2 -2
- package/dist/typing/questions/falling-letters/FallingLettersQuestion.d.ts +2 -2
- package/dist/typing/questions/single-letter/index.d.ts +10 -10
- package/dist/typing/questions/single-letter/index.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts +5 -5
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/index.d.ts +16 -16
- package/dist/word-work/questions/spelling/index.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/textBox.vue.d.ts +8 -8
- package/dist/word-work/questions/spelling/textBox.vue.d.ts.map +1 -1
- package/package.json +17 -9
- package/dist/shapes-CSAUKU5h.js +0 -36
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { SingleDigitAdditionQuestion } from './index';
|
|
3
|
-
import { ViewData } from '
|
|
3
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
data: {
|
|
6
6
|
type: PropType<ViewData[]>;
|
|
@@ -20,13 +20,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
21
21
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
22
22
|
maxSessionViews: import('vue').Ref<number>;
|
|
23
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
23
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
24
24
|
startTime: import('vue').Ref<moment.Moment>;
|
|
25
|
-
hotKeys: import('vue').Ref<import('
|
|
25
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
26
26
|
timeSpent: import('vue').ComputedRef<number>;
|
|
27
|
-
logger: import('
|
|
27
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
28
28
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
29
|
-
emitResponse: (record:
|
|
29
|
+
emitResponse: (record: CardRecord) => void;
|
|
30
30
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
31
|
data: {
|
|
32
32
|
type: PropType<ViewData[]>;
|
|
@@ -46,14 +46,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
makeNumeric(num: Answer): number;
|
|
47
47
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
48
48
|
answer: Answer;
|
|
49
|
-
previewModeStore: ReturnType<typeof import('
|
|
49
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
50
50
|
}, {
|
|
51
51
|
autofocus(): boolean;
|
|
52
52
|
autoFocus(): boolean;
|
|
53
53
|
}, {
|
|
54
|
-
submitAnswer(answer: Answer): import('
|
|
54
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
55
55
|
submit(answer: Answer): any;
|
|
56
|
-
getQuestionViewAncestor(): import('
|
|
56
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
57
57
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
58
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
59
59
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"horizontal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/addition/horizontal.vue"],"names":[],"mappings":"AAQA;AAiEA,OAAO,EAAkC,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/D,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAW3B,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;;;;;;;;kDAdzC,CAtBO
|
|
1
|
+
{"version":3,"file":"horizontal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/addition/horizontal.vue"],"names":[],"mappings":"AAQA;AAiEA,OAAO,EAAkC,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/D,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAW3B,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;;;;;;;;kDAdzC,CAtBO;;;;;yCAsBP,CAlD+B;;;;cAgEV,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AATzC,wBA8CG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Question, ViewComponent } from '
|
|
2
|
-
import { Answer, ViewData } from '
|
|
1
|
+
import { Question, ViewComponent } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { Answer, ViewData } from '@vue-skuilder/common';
|
|
3
3
|
export declare class SingleDigitAdditionQuestion extends Question {
|
|
4
|
-
static dataShapes: import('
|
|
4
|
+
static dataShapes: import('@vue-skuilder/common').DataShape[];
|
|
5
5
|
static views: ViewComponent[];
|
|
6
6
|
a: number;
|
|
7
7
|
b: number;
|
|
@@ -12,7 +12,7 @@ export declare class SingleDigitAdditionQuestion extends Question {
|
|
|
12
12
|
static acceptsUserData: boolean;
|
|
13
13
|
constructor(data: ViewData[]);
|
|
14
14
|
isCorrect(answer: Answer): boolean;
|
|
15
|
-
dataShapes(): import('
|
|
15
|
+
dataShapes(): import('@vue-skuilder/common').DataShape[];
|
|
16
16
|
views(): any[];
|
|
17
17
|
}
|
|
18
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { SingleDigitAdditionQuestion } from './index';
|
|
3
|
-
import { ViewData } from '
|
|
3
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
data: {
|
|
6
6
|
type: PropType<ViewData[]>;
|
|
@@ -20,13 +20,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
21
21
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
22
22
|
maxSessionViews: import('vue').Ref<number>;
|
|
23
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
23
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
24
24
|
startTime: import('vue').Ref<moment.Moment>;
|
|
25
|
-
hotKeys: import('vue').Ref<import('
|
|
25
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
26
26
|
timeSpent: import('vue').ComputedRef<number>;
|
|
27
|
-
logger: import('
|
|
27
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
28
28
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
29
|
-
emitResponse: (record:
|
|
29
|
+
emitResponse: (record: CardRecord) => void;
|
|
30
30
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
31
|
data: {
|
|
32
32
|
type: PropType<ViewData[]>;
|
|
@@ -46,14 +46,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
46
46
|
makeNumeric(num: Answer): number;
|
|
47
47
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
48
48
|
answer: Answer;
|
|
49
|
-
previewModeStore: ReturnType<typeof import('
|
|
49
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
50
50
|
}, {
|
|
51
51
|
autofocus(): boolean;
|
|
52
52
|
autoFocus(): boolean;
|
|
53
53
|
}, {
|
|
54
|
-
submitAnswer(answer: Answer): import('
|
|
54
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
55
55
|
submit(answer: Answer): any;
|
|
56
|
-
getQuestionViewAncestor(): import('
|
|
56
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
57
57
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
58
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
59
59
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verbal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/addition/verbal.vue"],"names":[],"mappings":"AAQA;AAiEA,OAAO,EAAkC,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/D,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAW3B,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;;;;;;;;kDAdzC,CAtBe
|
|
1
|
+
{"version":3,"file":"verbal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/addition/verbal.vue"],"names":[],"mappings":"AAQA;AAiEA,OAAO,EAAkC,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/D,OAAO,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;cAW3B,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;;;;;;;;kDAdzC,CAtBe;;;;;yCAsBf,CAlD+B;;;;cAgEV,QAAQ,CAAC,QAAQ,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AATzC,wBA8CG"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { AngleCategorize } from './index';
|
|
3
|
-
import { ViewData } from '
|
|
3
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
4
4
|
declare const _default: import('vue').DefineComponent<{
|
|
5
5
|
data: ViewData[];
|
|
6
6
|
modifyDifficulty: number;
|
|
@@ -12,13 +12,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
13
13
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
14
14
|
maxSessionViews: import('vue').Ref<number>;
|
|
15
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
15
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
16
16
|
startTime: import('vue').Ref<moment.Moment>;
|
|
17
|
-
hotKeys: import('vue').Ref<import('
|
|
17
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
18
18
|
timeSpent: import('vue').ComputedRef<number>;
|
|
19
|
-
logger: import('
|
|
19
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
20
20
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
21
|
-
emitResponse: (record:
|
|
21
|
+
emitResponse: (record: CardRecord) => void;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
23
23
|
data: ViewData[];
|
|
24
24
|
modifyDifficulty: number;
|
|
@@ -45,14 +45,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
45
45
|
unbindKeys(): void;
|
|
46
46
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
47
47
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
48
|
-
previewModeStore: ReturnType<typeof import('
|
|
48
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
49
49
|
}, {
|
|
50
50
|
autofocus(): boolean;
|
|
51
51
|
autoFocus(): boolean;
|
|
52
52
|
}, {
|
|
53
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
53
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
54
54
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
55
|
-
getQuestionViewAncestor(): import('
|
|
55
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
56
56
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
57
57
|
choiceList: {
|
|
58
58
|
type: PropType<string[]>;
|
|
@@ -133,7 +133,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
133
133
|
}>> & Readonly<{}>, {}, {}, {
|
|
134
134
|
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
135
135
|
token: {
|
|
136
|
-
type: PropType<import('
|
|
136
|
+
type: PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
137
137
|
required: true;
|
|
138
138
|
};
|
|
139
139
|
last: {
|
|
@@ -145,14 +145,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
145
145
|
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
146
146
|
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
147
147
|
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
148
|
-
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('
|
|
148
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('@vue-skuilder/common-ui').TokenOrComponent[];
|
|
149
149
|
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
150
150
|
is: string;
|
|
151
151
|
text: string;
|
|
152
152
|
props: Record<string, string>;
|
|
153
153
|
};
|
|
154
154
|
decodeBasicEntities: (text: string) => string;
|
|
155
|
-
isText: (tok: import('
|
|
155
|
+
isText: (tok: import('@vue-skuilder/common-ui').TokenOrComponent) => boolean;
|
|
156
156
|
components: {
|
|
157
157
|
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
158
158
|
text: {
|
|
@@ -178,14 +178,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
178
178
|
prependIcon(): string;
|
|
179
179
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
180
180
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
181
|
-
previewModeStore: ReturnType<typeof import('
|
|
181
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
182
182
|
}, {
|
|
183
183
|
autofocus(): boolean;
|
|
184
184
|
autoFocus(): boolean;
|
|
185
185
|
}, {
|
|
186
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
186
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
187
187
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
188
|
-
getQuestionViewAncestor(): import('
|
|
188
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
189
189
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
190
190
|
icon: {
|
|
191
191
|
type: BooleanConstructor;
|
|
@@ -220,14 +220,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
220
220
|
prependIcon(): string;
|
|
221
221
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
222
222
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
223
|
-
previewModeStore: ReturnType<typeof import('
|
|
223
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
224
224
|
}, {
|
|
225
225
|
autofocus(): boolean;
|
|
226
226
|
autoFocus(): boolean;
|
|
227
227
|
}, {
|
|
228
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
228
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
229
229
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
230
|
-
getQuestionViewAncestor(): import('
|
|
230
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
231
231
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
232
232
|
icon: {
|
|
233
233
|
type: BooleanConstructor;
|
|
@@ -239,7 +239,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
239
239
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
240
240
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
241
241
|
token: {
|
|
242
|
-
type: PropType<import('
|
|
242
|
+
type: PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
243
243
|
required: true;
|
|
244
244
|
};
|
|
245
245
|
last: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"angleCategorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/angleCategorize/angleCategorize.vue"],"names":[],"mappings":"AAUA;AAmHA,OAAO,EAA6C,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE1E,OAAO,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;kDAHhD,CA3EqB
|
|
1
|
+
{"version":3,"file":"angleCategorize.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/angleCategorize/angleCategorize.vue"],"names":[],"mappings":"AAUA;AAmHA,OAAO,EAA6C,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE1E,OAAO,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;kDAHhD,CA3EqB;;;;;yCA2ErB,CArGoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2GpC,wBAqFG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Question } from '
|
|
2
|
-
import { RadioMultipleChoiceAnswer, FieldDefinition, ViewData, DataShapeName } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { RadioMultipleChoiceAnswer, FieldDefinition, ViewData, DataShapeName } from '@vue-skuilder/common';
|
|
3
3
|
export declare enum AngleCategories {
|
|
4
4
|
ACUTE = "ACUTE",
|
|
5
5
|
RIGHT = "RIGHT",
|
|
@@ -23,13 +23,13 @@ export declare class AngleCategorize extends Question {
|
|
|
23
23
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
24
24
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
25
25
|
maxSessionViews: import('vue').Ref<number>;
|
|
26
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
26
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
27
27
|
startTime: import('vue').Ref<moment.Moment>;
|
|
28
|
-
hotKeys: import('vue').Ref<import('
|
|
28
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
29
29
|
timeSpent: import('vue').ComputedRef<number>;
|
|
30
|
-
logger: import('
|
|
30
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
31
31
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
32
|
-
emitResponse: (record:
|
|
32
|
+
emitResponse: (record: CardRecord) => void;
|
|
33
33
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
34
34
|
data: ViewData[];
|
|
35
35
|
modifyDifficulty: number;
|
|
@@ -56,14 +56,14 @@ export declare class AngleCategorize extends Question {
|
|
|
56
56
|
unbindKeys(): void;
|
|
57
57
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
58
58
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
59
|
-
previewModeStore: ReturnType<typeof import('
|
|
59
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
60
60
|
}, {
|
|
61
61
|
autofocus(): boolean;
|
|
62
62
|
autoFocus(): boolean;
|
|
63
63
|
}, {
|
|
64
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
64
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
65
65
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
66
|
-
getQuestionViewAncestor(): import('
|
|
66
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
67
67
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
68
|
choiceList: {
|
|
69
69
|
type: import('vue').PropType<string[]>;
|
|
@@ -144,7 +144,7 @@ export declare class AngleCategorize extends Question {
|
|
|
144
144
|
}>> & Readonly<{}>, {}, {}, {
|
|
145
145
|
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
146
146
|
token: {
|
|
147
|
-
type: import('vue').PropType<import('
|
|
147
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
148
148
|
required: true;
|
|
149
149
|
};
|
|
150
150
|
last: {
|
|
@@ -156,14 +156,14 @@ export declare class AngleCategorize extends Question {
|
|
|
156
156
|
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
157
157
|
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
158
158
|
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
159
|
-
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('
|
|
159
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('@vue-skuilder/common-ui').TokenOrComponent[];
|
|
160
160
|
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
161
161
|
is: string;
|
|
162
162
|
text: string;
|
|
163
163
|
props: Record<string, string>;
|
|
164
164
|
};
|
|
165
165
|
decodeBasicEntities: (text: string) => string;
|
|
166
|
-
isText: (tok: import('
|
|
166
|
+
isText: (tok: import('@vue-skuilder/common-ui').TokenOrComponent) => boolean;
|
|
167
167
|
components: {
|
|
168
168
|
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
169
169
|
text: {
|
|
@@ -189,14 +189,14 @@ export declare class AngleCategorize extends Question {
|
|
|
189
189
|
prependIcon(): string;
|
|
190
190
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
191
191
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
192
|
-
previewModeStore: ReturnType<typeof import('
|
|
192
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
193
193
|
}, {
|
|
194
194
|
autofocus(): boolean;
|
|
195
195
|
autoFocus(): boolean;
|
|
196
196
|
}, {
|
|
197
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
197
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
198
198
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
199
|
-
getQuestionViewAncestor(): import('
|
|
199
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
200
200
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
201
201
|
icon: {
|
|
202
202
|
type: BooleanConstructor;
|
|
@@ -231,14 +231,14 @@ export declare class AngleCategorize extends Question {
|
|
|
231
231
|
prependIcon(): string;
|
|
232
232
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
233
233
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
234
|
-
previewModeStore: ReturnType<typeof import('
|
|
234
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
235
235
|
}, {
|
|
236
236
|
autofocus(): boolean;
|
|
237
237
|
autoFocus(): boolean;
|
|
238
238
|
}, {
|
|
239
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
239
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
240
240
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
241
|
-
getQuestionViewAncestor(): import('
|
|
241
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
242
242
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
243
243
|
icon: {
|
|
244
244
|
type: BooleanConstructor;
|
|
@@ -250,7 +250,7 @@ export declare class AngleCategorize extends Question {
|
|
|
250
250
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
251
251
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
252
252
|
token: {
|
|
253
|
-
type: import('vue').PropType<import('
|
|
253
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
254
254
|
required: true;
|
|
255
255
|
};
|
|
256
256
|
last: {
|
|
@@ -289,13 +289,13 @@ export declare class AngleCategorize extends Question {
|
|
|
289
289
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
290
290
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
291
291
|
maxSessionViews: import('vue').Ref<number>;
|
|
292
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
292
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
293
293
|
startTime: import('vue').Ref<moment.Moment>;
|
|
294
|
-
hotKeys: import('vue').Ref<import('
|
|
294
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
295
295
|
timeSpent: import('vue').ComputedRef<number>;
|
|
296
|
-
logger: import('
|
|
296
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
297
297
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
298
|
-
emitResponse: (record:
|
|
298
|
+
emitResponse: (record: CardRecord) => void;
|
|
299
299
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
300
300
|
data: ViewData[];
|
|
301
301
|
modifyDifficulty: number;
|
|
@@ -322,14 +322,14 @@ export declare class AngleCategorize extends Question {
|
|
|
322
322
|
unbindKeys(): void;
|
|
323
323
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
324
324
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
325
|
-
previewModeStore: ReturnType<typeof import('
|
|
325
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
326
326
|
}, {
|
|
327
327
|
autofocus(): boolean;
|
|
328
328
|
autoFocus(): boolean;
|
|
329
329
|
}, {
|
|
330
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
330
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
331
331
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
332
|
-
getQuestionViewAncestor(): import('
|
|
332
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
333
333
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
334
334
|
choiceList: {
|
|
335
335
|
type: import('vue').PropType<string[]>;
|
|
@@ -410,7 +410,7 @@ export declare class AngleCategorize extends Question {
|
|
|
410
410
|
}>> & Readonly<{}>, {}, {}, {
|
|
411
411
|
MdTokenRenderer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
412
412
|
token: {
|
|
413
|
-
type: import('vue').PropType<import('
|
|
413
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
414
414
|
required: true;
|
|
415
415
|
};
|
|
416
416
|
last: {
|
|
@@ -422,14 +422,14 @@ export declare class AngleCategorize extends Question {
|
|
|
422
422
|
isComponent: (token: import('marked').MarkedToken) => boolean;
|
|
423
423
|
containsComponent: (token: import('marked').MarkedToken) => boolean;
|
|
424
424
|
splitTextToken: (token: import('marked').MarkedToken) => import("marked").Tokens.Text[];
|
|
425
|
-
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('
|
|
425
|
+
splitParagraphToken: (token: import("marked").Tokens.Paragraph) => import('@vue-skuilder/common-ui').TokenOrComponent[];
|
|
426
426
|
parsedComponent: (token: import('marked').MarkedToken) => {
|
|
427
427
|
is: string;
|
|
428
428
|
text: string;
|
|
429
429
|
props: Record<string, string>;
|
|
430
430
|
};
|
|
431
431
|
decodeBasicEntities: (text: string) => string;
|
|
432
|
-
isText: (tok: import('
|
|
432
|
+
isText: (tok: import('@vue-skuilder/common-ui').TokenOrComponent) => boolean;
|
|
433
433
|
components: {
|
|
434
434
|
fillIn: import('vue').Raw<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
435
435
|
text: {
|
|
@@ -455,14 +455,14 @@ export declare class AngleCategorize extends Question {
|
|
|
455
455
|
prependIcon(): string;
|
|
456
456
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
457
457
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
458
|
-
previewModeStore: ReturnType<typeof import('
|
|
458
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
459
459
|
}, {
|
|
460
460
|
autofocus(): boolean;
|
|
461
461
|
autoFocus(): boolean;
|
|
462
462
|
}, {
|
|
463
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
463
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
464
464
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
465
|
-
getQuestionViewAncestor(): import('
|
|
465
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
466
466
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
467
467
|
icon: {
|
|
468
468
|
type: BooleanConstructor;
|
|
@@ -497,14 +497,14 @@ export declare class AngleCategorize extends Question {
|
|
|
497
497
|
prependIcon(): string;
|
|
498
498
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
499
499
|
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
500
|
-
previewModeStore: ReturnType<typeof import('
|
|
500
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
501
501
|
}, {
|
|
502
502
|
autofocus(): boolean;
|
|
503
503
|
autoFocus(): boolean;
|
|
504
504
|
}, {
|
|
505
|
-
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('
|
|
505
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
506
506
|
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
507
|
-
getQuestionViewAncestor(): import('
|
|
507
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
508
508
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
509
509
|
icon: {
|
|
510
510
|
type: BooleanConstructor;
|
|
@@ -516,7 +516,7 @@ export declare class AngleCategorize extends Question {
|
|
|
516
516
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> | null;
|
|
517
517
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
518
518
|
token: {
|
|
519
|
-
type: import('vue').PropType<import('
|
|
519
|
+
type: import('vue').PropType<import('@vue-skuilder/common-ui').TokenOrComponent>;
|
|
520
520
|
required: true;
|
|
521
521
|
};
|
|
522
522
|
last: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/angleCategorize/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAqB,MAAM,sBAAsB,CAAC;AA0BlF,oBAAY,eAAe;IACzB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAUD,qBAAa,eAAgB,SAAQ,QAAQ;IAC3C,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;sDARnB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/angleCategorize/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAqB,MAAM,sBAAsB,CAAC;AA0BlF,oBAAY,eAAe;IACzB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;CAClB;AAUD,qBAAa,eAAgB,SAAQ,QAAQ;IAC3C,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;sDARnB,CAAC;;;;;6CAjCG,CAAN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAyC2C;IAElC,aAAa,EAAE,eAAe,CAAC;IAC/B,OAAO,EAAE,MAAM,EAAE,CAAC;gBAEb,IAAI,EAAE,QAAQ,EAAE;IAYrB,SAAS,CAAC,MAAM,EAAE,yBAAyB;IAI3C,UAAU;;;;IAIV,KAAK;;;;;;;;;;;sDAjCZ,CAAC;;;;;6CAjCG,CAAN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqEC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CountBy } from './index';
|
|
2
|
-
import { ViewData } from '
|
|
2
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{
|
|
4
4
|
data: ViewData[];
|
|
5
5
|
modifyDifficulty: number;
|
|
@@ -12,13 +12,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
13
13
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
14
14
|
maxSessionViews: import('vue').Ref<number>;
|
|
15
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
15
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
16
16
|
startTime: import('vue').Ref<moment.Moment>;
|
|
17
|
-
hotKeys: import('vue').Ref<import('
|
|
17
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
18
18
|
timeSpent: import('vue').ComputedRef<number>;
|
|
19
|
-
logger: import('
|
|
19
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
20
20
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
21
|
-
emitResponse: (record:
|
|
21
|
+
emitResponse: (record: CardRecord) => void;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
23
23
|
data: ViewData[];
|
|
24
24
|
modifyDifficulty: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/countBy/default.vue"],"names":[],"mappings":"AAuBA;AAwHA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;eA+B1B,MAAM,KAAG,IAAI;;;;;;kDAlCnC,CA1EU
|
|
1
|
+
{"version":3,"file":"default.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/countBy/default.vue"],"names":[],"mappings":"AAuBA;AAwHA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;eA+B1B,MAAM,KAAG,IAAI;;;;;;kDAlCnC,CA1EU;;;;;yCA0EV,CArGK;;;;;;;;AA0GL,wBAkEG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Answer, FieldDefinition, ViewData, DataShapeName } from '
|
|
2
|
-
import { Question } from '
|
|
1
|
+
import { Answer, FieldDefinition, ViewData, DataShapeName } from '@vue-skuilder/common';
|
|
2
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
3
3
|
interface A extends Answer {
|
|
4
4
|
[index: number]: number;
|
|
5
5
|
}
|
|
@@ -24,13 +24,13 @@ export declare class CountBy extends Question {
|
|
|
24
24
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
25
25
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
26
26
|
maxSessionViews: import('vue').Ref<number>;
|
|
27
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
27
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
28
28
|
startTime: import('vue').Ref<moment.Moment>;
|
|
29
|
-
hotKeys: import('vue').Ref<import('
|
|
29
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
30
30
|
timeSpent: import('vue').ComputedRef<number>;
|
|
31
|
-
logger: import('
|
|
31
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
32
32
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
33
|
-
emitResponse: (record:
|
|
33
|
+
emitResponse: (record: CardRecord) => void;
|
|
34
34
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
35
35
|
data: ViewData[];
|
|
36
36
|
modifyDifficulty: number;
|
|
@@ -63,13 +63,13 @@ export declare class CountBy extends Question {
|
|
|
63
63
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
64
64
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
65
65
|
maxSessionViews: import('vue').Ref<number>;
|
|
66
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
66
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
67
67
|
startTime: import('vue').Ref<moment.Moment>;
|
|
68
|
-
hotKeys: import('vue').Ref<import('
|
|
68
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
69
69
|
timeSpent: import('vue').ComputedRef<number>;
|
|
70
|
-
logger: import('
|
|
70
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
71
71
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
72
|
-
emitResponse: (record:
|
|
72
|
+
emitResponse: (record: CardRecord) => void;
|
|
73
73
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
74
74
|
data: ViewData[];
|
|
75
75
|
modifyDifficulty: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/countBy/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,eAAe,EACf,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAInD,UAAU,CAAE,SAAQ,MAAM;IACxB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AACD,aAAK,KAAK;IACR,IAAI,SAAS;IACb,KAAK,UAAU;CAChB;AA6CD,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;sDAdD,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/countBy/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,eAAe,EACf,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAInD,UAAU,CAAE,SAAQ,MAAM;IACxB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AACD,aAAK,KAAK;IACR,IAAI,SAAS;IACb,KAAK,UAAU;CAChB;AA6CD,qBAAa,OAAQ,SAAQ,QAAQ;IACnC,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;sDAdD,CAAC;;;;;6CA3BH,CAAC;;;;;;;mFAyCmB;IAE7B,CAAC,EAAE,MAAM,CAAC;IACV,IAAI,EAAE,KAAK,CAAC;IAEnB,OAAc,QAAQ;WA7BN,MAAM;cAAQ,KAAK;QA6BH;IAChC,OAAc,eAAe,UAAS;gBAE1B,IAAI,EAAE,QAAQ,EAAE;IAM5B,IAAW,MAAM,IAAI,MAAM,EAAE,CAO5B;IAEM,SAAS,CAAC,MAAM,EAAE,CAAC;IAcnB,UAAU;;;;IAIV,KAAK;;;;;;;;;;;;sDAvDM,CAAC;;;;;6CA3BH,CAAC;;;;;;;;CAqFlB"}
|