@vue-skuilder/courseware 0.1.14 → 0.1.16
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/chess/questions/puzzle/puzzle.vue.d.ts +3 -3
- package/dist/chess/questions/puzzle/puzzle.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/fillIn.vue.d.ts +383 -6
- package/dist/default/questions/fillIn/fillIn.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/index.d.ts +762 -10
- package/dist/default/questions/fillIn/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/index.d.ts +14 -6
- package/dist/french/questions/audioparse/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/view.vue.d.ts +8 -4
- package/dist/french/questions/audioparse/view.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/identify.vue.d.ts +3 -3
- package/dist/french/questions/vocab/identify.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/index.d.ts +4 -4
- package/dist/french/questions/vocab/index.d.ts.map +1 -1
- package/dist/math/questions/addition/horizontal.vue.d.ts +18 -4
- package/dist/math/questions/addition/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/addition/verbal.vue.d.ts +18 -4
- package/dist/math/questions/addition/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts +237 -4
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/index.d.ts +472 -8
- package/dist/math/questions/angleCategorize/index.d.ts.map +1 -1
- package/dist/math/questions/countBy/default.vue.d.ts +3 -3
- package/dist/math/questions/countBy/default.vue.d.ts.map +1 -1
- package/dist/math/questions/countBy/index.d.ts +4 -4
- package/dist/math/questions/countBy/index.d.ts.map +1 -1
- package/dist/math/questions/division/horizontal.vue.d.ts +18 -4
- package/dist/math/questions/division/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/division/index.d.ts +34 -6
- package/dist/math/questions/division/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/index.d.ts +506 -2
- package/dist/math/questions/equalityTest/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts +253 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts +18 -4
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/index.d.ts +34 -6
- package/dist/math/questions/multiplication/index.d.ts.map +1 -1
- package/dist/math/questions/multiplication/verbal.vue.d.ts +18 -4
- package/dist/math/questions/multiplication/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/index.d.ts +34 -6
- package/dist/math/questions/oneStepEqn/index.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts +18 -4
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/index.d.ts +34 -6
- package/dist/math/questions/supplementaryAngles/index.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts +18 -4
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/Playback.vue.d.ts +3 -3
- package/dist/piano/questions/echo/Playback.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/index.d.ts +6 -6
- package/dist/piano/questions/echo/index.d.ts.map +1 -1
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts +3 -3
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts.map +1 -1
- package/dist/piano/questions/playNote/index.d.ts +6 -6
- package/dist/piano/questions/playNote/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/index.d.ts +470 -6
- package/dist/pitch/questions/indentify/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/textBox.vue.d.ts +237 -4
- package/dist/pitch/questions/indentify/textBox.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts +237 -4
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/index.d.ts +472 -8
- 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/FallingLetters.vue.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/index.d.ts +4 -4
- package/dist/typing/questions/single-letter/index.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts +3 -3
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/index.d.ts +64 -8
- package/dist/word-work/questions/spelling/index.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/textBox.vue.d.ts +33 -5
- package/dist/word-work/questions/spelling/textBox.vue.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -15,13 +15,13 @@ export declare class SupplementaryAngles extends Question {
|
|
|
15
15
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
16
16
|
maxSessionViews: import('vue').Ref<number>;
|
|
17
17
|
question: import('vue').Ref<SupplementaryAngles | undefined, SupplementaryAngles | undefined>;
|
|
18
|
-
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist').
|
|
18
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
19
19
|
startTime: import('vue').Ref<moment.Moment>;
|
|
20
20
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
21
21
|
timeSpent: import('vue').ComputedRef<number>;
|
|
22
22
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
23
23
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
24
|
-
emitResponse: (record: import('packages/db/dist').
|
|
24
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
25
25
|
answer: import('vue').Ref<string, string>;
|
|
26
26
|
canvasRef: import('vue').Ref<HTMLCanvasElement | null, HTMLCanvasElement | null>;
|
|
27
27
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
@@ -30,7 +30,21 @@ export declare class SupplementaryAngles extends Question {
|
|
|
30
30
|
}> & Readonly<{}>, {
|
|
31
31
|
modifyDifficulty: number;
|
|
32
32
|
}, {}, {
|
|
33
|
-
UserInputNumber:
|
|
33
|
+
UserInputNumber: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
34
|
+
mounted(this: any): void;
|
|
35
|
+
isNumeric(s: string): boolean;
|
|
36
|
+
makeNumeric(num: Answer): number;
|
|
37
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
38
|
+
answer: Answer;
|
|
39
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
40
|
+
}, {
|
|
41
|
+
autofocus(): boolean;
|
|
42
|
+
autoFocus(): boolean;
|
|
43
|
+
}, {
|
|
44
|
+
submitAnswer(answer: Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
45
|
+
submit(answer: Answer): any;
|
|
46
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
47
|
+
}, 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>;
|
|
34
48
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
35
49
|
angles: number[];
|
|
36
50
|
targetAngleIndex: number;
|
|
@@ -51,13 +65,13 @@ export declare class SupplementaryAngles extends Question {
|
|
|
51
65
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
52
66
|
maxSessionViews: import('vue').Ref<number>;
|
|
53
67
|
question: import('vue').Ref<SupplementaryAngles | undefined, SupplementaryAngles | undefined>;
|
|
54
|
-
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist').
|
|
68
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
55
69
|
startTime: import('vue').Ref<moment.Moment>;
|
|
56
70
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
57
71
|
timeSpent: import('vue').ComputedRef<number>;
|
|
58
72
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
59
73
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
60
|
-
emitResponse: (record: import('packages/db/dist').
|
|
74
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
61
75
|
answer: import('vue').Ref<string, string>;
|
|
62
76
|
canvasRef: import('vue').Ref<HTMLCanvasElement | null, HTMLCanvasElement | null>;
|
|
63
77
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
@@ -66,7 +80,21 @@ export declare class SupplementaryAngles extends Question {
|
|
|
66
80
|
}> & Readonly<{}>, {
|
|
67
81
|
modifyDifficulty: number;
|
|
68
82
|
}, {}, {
|
|
69
|
-
UserInputNumber:
|
|
83
|
+
UserInputNumber: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
84
|
+
mounted(this: any): void;
|
|
85
|
+
isNumeric(s: string): boolean;
|
|
86
|
+
makeNumeric(num: Answer): number;
|
|
87
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
88
|
+
answer: Answer;
|
|
89
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
90
|
+
}, {
|
|
91
|
+
autofocus(): boolean;
|
|
92
|
+
autoFocus(): boolean;
|
|
93
|
+
}, {
|
|
94
|
+
submitAnswer(answer: Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
95
|
+
submit(answer: Answer): any;
|
|
96
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
97
|
+
}, 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>;
|
|
70
98
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
71
99
|
}
|
|
72
100
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/supplementaryAngles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,MAAM,EACN,eAAe,EACf,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AA6B9B,qBAAa,mBAAoB,SAAQ,QAAQ;IAC/C,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/supplementaryAngles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,MAAM,EACN,eAAe,EACf,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AA6B9B,qBAAa,mBAAoB,SAAQ,QAAQ;IAC/C,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;sDAQ6B,CAAC;qCAvCxB,OACvB,MAAM;;;;6CAOF,CAAC;;;;;;;;;;;;;;;;uDAKT,yBAEG;;;;;iDAQyB,8CACrB;;8CAGA,yBACP;;2EAGuD;IAE9C,MAAM,EAAE,MAAM,EAAE,CAAM;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;gBAEd,IAAI,EAAE,QAAQ,EAAE;IAarB,SAAS,CAAC,UAAU,EAAE,MAAM;IAI5B,UAAU;;;;IAIV,KAAK;;;;;;;;;;sDAnBoC,CAAC;qCAvCxB,OACvB,MAAM;;;;6CAOF,CAAC;;;;;;;;;;;;;;;;uDAKT,yBAEG;;;;;iDAQyB,8CACrB;;8CAGA,yBACP;;;CAiCC"}
|
|
@@ -6,17 +6,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
6
|
}, {
|
|
7
7
|
priorSessionViews: import('vue').Ref<number>;
|
|
8
8
|
priorAttempts: import('vue').Ref<number>;
|
|
9
|
-
priorAnswers: import('vue').Ref<[
|
|
9
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
10
10
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
11
11
|
maxSessionViews: import('vue').Ref<number>;
|
|
12
12
|
question: import('vue').Ref<SupplementaryAngles | undefined, SupplementaryAngles | undefined>;
|
|
13
|
-
submitAnswer: (answer:
|
|
13
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
14
14
|
startTime: import('vue').Ref<moment.Moment>;
|
|
15
15
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
16
16
|
timeSpent: import('vue').ComputedRef<number>;
|
|
17
17
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
18
18
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
19
|
-
emitResponse: (record: import('packages/db/dist').
|
|
19
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
20
20
|
answer: import('vue').Ref<string, string>;
|
|
21
21
|
canvasRef: import('vue').Ref<HTMLCanvasElement | null, HTMLCanvasElement | null>;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
@@ -25,7 +25,21 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
25
25
|
}> & Readonly<{}>, {
|
|
26
26
|
modifyDifficulty: number;
|
|
27
27
|
}, {}, {
|
|
28
|
-
UserInputNumber:
|
|
28
|
+
UserInputNumber: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
29
|
+
mounted(this: any): void;
|
|
30
|
+
isNumeric(s: string): boolean;
|
|
31
|
+
makeNumeric(num: Answer): number;
|
|
32
|
+
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
33
|
+
answer: Answer;
|
|
34
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
35
|
+
}, {
|
|
36
|
+
autofocus(): boolean;
|
|
37
|
+
autoFocus(): boolean;
|
|
38
|
+
}, {
|
|
39
|
+
submitAnswer(answer: Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
40
|
+
submit(answer: Answer): any;
|
|
41
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
42
|
+
}, 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>;
|
|
29
43
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
44
|
export default _default;
|
|
31
45
|
//# sourceMappingURL=supplementaryAngles.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supplementaryAngles.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/supplementaryAngles/supplementaryAngles.vue"],"names":[],"mappings":"AAQA;AAuMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAG9C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"supplementaryAngles.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/supplementaryAngles/supplementaryAngles.vue"],"names":[],"mappings":"AAQA;AAuMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAG9C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;kDALhD,CA9JgD;iCA8JhD,OAAA,MA1Lc;;;;yCA0Ld,CAxLe;;;;;;;;;;;;;;;;mDAwLf,yBAtLe;;;;;6CAsLf,8CA/Ka;;0CA+Kb,yBAzKgB;;;AAiLhB,wBAsKG"}
|
|
@@ -292,17 +292,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
292
292
|
notesOn: import('vue').Ref<number, number>;
|
|
293
293
|
priorSessionViews: import('vue').Ref<number>;
|
|
294
294
|
priorAttempts: import('vue').Ref<number>;
|
|
295
|
-
priorAnswers: import('vue').Ref<[
|
|
295
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
296
296
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
297
297
|
maxSessionViews: import('vue').Ref<number>;
|
|
298
298
|
question: import('vue').Ref<EchoQuestion | undefined, EchoQuestion | undefined>;
|
|
299
|
-
submitAnswer: (answer:
|
|
299
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
300
300
|
startTime: import('vue').Ref<moment.Moment>;
|
|
301
301
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
302
302
|
timeSpent: import('vue').ComputedRef<number>;
|
|
303
303
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
304
304
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
305
|
-
emitResponse: (record: import('packages/db/dist').
|
|
305
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
306
306
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
307
307
|
data: ViewData[];
|
|
308
308
|
modifyDifficulty: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Playback.vue.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/echo/Playback.vue"],"names":[],"mappings":"AA6BA;AAySA,OAAO,EAAkC,QAAQ,EAA8B,MAAM,KAAK,CAAC;AAC3F,OAAe,EAA4B,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AACjC,OAAO,MAAM,MAAM,QAAQ,CAAC;AAI5B,OAAO,EAAE,QAAQ,EAAU,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Playback.vue.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/echo/Playback.vue"],"names":[],"mappings":"AA6BA;AAySA,OAAO,EAAkC,QAAQ,EAA8B,MAAM,KAAK,CAAC;AAC3F,OAAe,EAA4B,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AACjC,OAAO,MAAM,MAAM,QAAQ,CAAC;AAI5B,OAAO,EAAE,QAAQ,EAAU,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAPxD,CAnRiD;iCAmRjD,OAAA,MA/RC;;;;yCA+RD,CA7RwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsSxB,wBAiOG"}
|
|
@@ -292,17 +292,17 @@ export declare class EchoQuestion extends Question {
|
|
|
292
292
|
notesOn: import('vue').Ref<number, number>;
|
|
293
293
|
priorSessionViews: import('vue').Ref<number>;
|
|
294
294
|
priorAttempts: import('vue').Ref<number>;
|
|
295
|
-
priorAnswers: import('vue').Ref<[
|
|
295
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
296
296
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
297
297
|
maxSessionViews: import('vue').Ref<number>;
|
|
298
298
|
question: import('vue').Ref<EchoQuestion | undefined, EchoQuestion | undefined>;
|
|
299
|
-
submitAnswer: (answer:
|
|
299
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
300
300
|
startTime: import('vue').Ref<moment.Moment>;
|
|
301
301
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
302
302
|
timeSpent: import('vue').ComputedRef<number>;
|
|
303
303
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
304
304
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
305
|
-
emitResponse: (record: import('packages/db/dist').
|
|
305
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
306
306
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
307
307
|
data: ViewData[];
|
|
308
308
|
modifyDifficulty: number;
|
|
@@ -667,17 +667,17 @@ export declare class EchoQuestion extends Question {
|
|
|
667
667
|
notesOn: import('vue').Ref<number, number>;
|
|
668
668
|
priorSessionViews: import('vue').Ref<number>;
|
|
669
669
|
priorAttempts: import('vue').Ref<number>;
|
|
670
|
-
priorAnswers: import('vue').Ref<[
|
|
670
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
671
671
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
672
672
|
maxSessionViews: import('vue').Ref<number>;
|
|
673
673
|
question: import('vue').Ref<EchoQuestion | undefined, EchoQuestion | undefined>;
|
|
674
|
-
submitAnswer: (answer:
|
|
674
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
675
675
|
startTime: import('vue').Ref<moment.Moment>;
|
|
676
676
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
677
677
|
timeSpent: import('vue').ComputedRef<number>;
|
|
678
678
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
679
679
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
680
|
-
emitResponse: (record: import('packages/db/dist').
|
|
680
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
681
681
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
682
682
|
data: ViewData[];
|
|
683
683
|
modifyDifficulty: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/echo/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAmB,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,QAAQ,EAA4B,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAA4B,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAUzE,qBAAa,YAAa,SAAQ,QAAQ;IACxC,OAAc,UAAU,EAAE,SAAS,EAAE,CAKnC;IAEF,OAAc,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/echo/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAmB,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,QAAQ,EAA4B,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAA4B,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAUzE,qBAAa,YAAa,SAAQ,QAAQ;IACxC,OAAc,UAAU,EAAE,SAAS,EAAE,CAKnC;IAEF,OAAc,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDA0BA,CAAC;qCAtClB,OAAG,MAAM;;;;6CAQP,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAI6B;IAE1B,IAAI,EAAE,SAAS,EAAE,CAAC;gBAEb,IAAI,EAAE,QAAQ,EAAE;IAK5B;;OAEG;IACH,IAAW,QAAQ,IAAI,MAAM,CAQ5B;IAED;;;OAGG;IACH,IAAW,mBAAmB,IAAI,MAAM,CAUvC;IAEM,SAAS,CAAC,MAAM,EAAE,SAAS,EAAE,GAAG,OAAO;IAiCvC,UAAU,IAAI,SAAS,EAAE;IAGzB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAhDO,CAAC;qCAtClB,OAAG,MAAM;;;;6CAQP,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiFL"}
|
|
@@ -187,17 +187,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
187
187
|
attempts: import('vue').Ref<number, number>;
|
|
188
188
|
priorSessionViews: import('vue').Ref<number>;
|
|
189
189
|
priorAttempts: import('vue').Ref<number>;
|
|
190
|
-
priorAnswers: import('vue').Ref<[
|
|
190
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
191
191
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
192
192
|
maxSessionViews: import('vue').Ref<number>;
|
|
193
193
|
question: import('vue').Ref<PlayNote | undefined, PlayNote | undefined>;
|
|
194
|
-
submitAnswer: (answer:
|
|
194
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
195
195
|
startTime: import('vue').Ref<moment.Moment>;
|
|
196
196
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
197
197
|
timeSpent: import('vue').ComputedRef<number>;
|
|
198
198
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
199
199
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
200
|
-
emitResponse: (record: import('packages/db/dist').
|
|
200
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
201
201
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
202
202
|
data: ViewData[];
|
|
203
203
|
modifyDifficulty: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotePlayback.vue.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/playNote/NotePlayback.vue"],"names":[],"mappings":"AAmWA;AAwfA,OAAe,EAA4B,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC;AAC7B,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"NotePlayback.vue.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/playNote/NotePlayback.vue"],"names":[],"mappings":"AAmWA;AAwfA,OAAe,EAA4B,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,CAAC;AAC7B,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDALhD,CApdQ;iCAodR,OAAA,MAze0C;;;;yCAye1C,CAte+B;;;;;;;;AA6e/B,wBA0GG"}
|
|
@@ -192,17 +192,17 @@ export declare class PlayNote extends Question {
|
|
|
192
192
|
attempts: import('vue').Ref<number, number>;
|
|
193
193
|
priorSessionViews: import('vue').Ref<number>;
|
|
194
194
|
priorAttempts: import('vue').Ref<number>;
|
|
195
|
-
priorAnswers: import('vue').Ref<[
|
|
195
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
196
196
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
197
197
|
maxSessionViews: import('vue').Ref<number>;
|
|
198
198
|
question: import('vue').Ref<PlayNote | undefined, PlayNote | undefined>;
|
|
199
|
-
submitAnswer: (answer:
|
|
199
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
200
200
|
startTime: import('vue').Ref<moment.Moment>;
|
|
201
201
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
202
202
|
timeSpent: import('vue').ComputedRef<number>;
|
|
203
203
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
204
204
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
205
|
-
emitResponse: (record: import('packages/db/dist').
|
|
205
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
206
206
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
207
207
|
data: ViewData[];
|
|
208
208
|
modifyDifficulty: number;
|
|
@@ -398,17 +398,17 @@ export declare class PlayNote extends Question {
|
|
|
398
398
|
attempts: import('vue').Ref<number, number>;
|
|
399
399
|
priorSessionViews: import('vue').Ref<number>;
|
|
400
400
|
priorAttempts: import('vue').Ref<number>;
|
|
401
|
-
priorAnswers: import('vue').Ref<[
|
|
401
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
402
402
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
403
403
|
maxSessionViews: import('vue').Ref<number>;
|
|
404
404
|
question: import('vue').Ref<PlayNote | undefined, PlayNote | undefined>;
|
|
405
|
-
submitAnswer: (answer:
|
|
405
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
406
406
|
startTime: import('vue').Ref<moment.Moment>;
|
|
407
407
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
408
408
|
timeSpent: import('vue').ComputedRef<number>;
|
|
409
409
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
410
410
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
411
|
-
emitResponse: (record: import('packages/db/dist').
|
|
411
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
412
412
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
413
413
|
data: ViewData[];
|
|
414
414
|
modifyDifficulty: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/playNote/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAmB,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,QAAQ,EAA4B,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAU/C,eAAO,MAAM,MAAM,EAAE,MAAM,EAkB1B,CAAC;AAEF,qBAAa,QAAS,SAAQ,QAAQ;IACpC,OAAc,UAAU,EAAE,SAAS,EAAE,CAKnC;IAEF,OAAc,QAAQ;;QAInB;IAEH,OAAc,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/piano/questions/playNote/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAmB,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,QAAQ,EAA4B,MAAM,sBAAsB,CAAC;AAC1E,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAU/C,eAAO,MAAM,MAAM,EAAE,MAAM,EAkB1B,CAAC;AAEF,qBAAa,QAAS,SAAQ,QAAQ;IACpC,OAAc,UAAU,EAAE,SAAS,EAAE,CAKnC;IAEF,OAAc,QAAQ;;QAInB;IAEH,OAAc,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAcjB,CAAH;qCApDmB,OAClB,MACF;;;;6CAeE,CAAF;;;;;;;mFAqBuC;IAE9B,IAAI,EAAE,MAAM,CAAC;gBAER,IAAI,EAAE,QAAQ,EAAE;IAKrB,SAAS,CAAC,MAAM,EAAE,SAAS,EAAE,GAAG,OAAO;IAIvC,UAAU,IAAI,SAAS,EAAE;IAGzB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAFV,CAAH;qCApDmB,OAClB,MACF;;;;6CAeE,CAAF;;;;;;;;CAwCC"}
|