@vue-skuilder/courseware 0.1.17 → 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.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-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,5 +1,5 @@
|
|
|
1
|
-
import { Question } from '
|
|
2
|
-
import { DataShape, ViewData } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { DataShape, ViewData } from '@vue-skuilder/common';
|
|
3
3
|
import { NoteEvent } from '../../utility/midi';
|
|
4
4
|
export declare class EchoQuestion extends Question {
|
|
5
5
|
static dataShapes: DataShape[];
|
|
@@ -32,7 +32,7 @@ export declare class EchoQuestion extends Question {
|
|
|
32
32
|
isMissing: boolean;
|
|
33
33
|
})[];
|
|
34
34
|
isCorrect: boolean | undefined;
|
|
35
|
-
|
|
35
|
+
get timestamp(): number;
|
|
36
36
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
37
37
|
}) => {
|
|
38
38
|
notes: (NoteEvent & {
|
|
@@ -40,7 +40,7 @@ export declare class EchoQuestion extends Question {
|
|
|
40
40
|
isMissing: boolean;
|
|
41
41
|
})[];
|
|
42
42
|
isCorrect: boolean | undefined;
|
|
43
|
-
|
|
43
|
+
get timestamp(): number;
|
|
44
44
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
45
45
|
};
|
|
46
46
|
}[];
|
|
@@ -75,7 +75,7 @@ export declare class EchoQuestion extends Question {
|
|
|
75
75
|
isMissing: boolean;
|
|
76
76
|
})[];
|
|
77
77
|
isCorrect: boolean | undefined;
|
|
78
|
-
|
|
78
|
+
get timestamp(): number;
|
|
79
79
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
80
80
|
}) => {
|
|
81
81
|
notes: (NoteEvent & {
|
|
@@ -83,7 +83,7 @@ export declare class EchoQuestion extends Question {
|
|
|
83
83
|
isMissing: boolean;
|
|
84
84
|
})[];
|
|
85
85
|
isCorrect: boolean | undefined;
|
|
86
|
-
|
|
86
|
+
get timestamp(): number;
|
|
87
87
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
88
88
|
};
|
|
89
89
|
}[];
|
|
@@ -120,7 +120,7 @@ export declare class EchoQuestion extends Question {
|
|
|
120
120
|
isMissing: boolean;
|
|
121
121
|
})[];
|
|
122
122
|
isCorrect: boolean | undefined;
|
|
123
|
-
|
|
123
|
+
get timestamp(): number;
|
|
124
124
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
125
125
|
}) => {
|
|
126
126
|
notes: (NoteEvent & {
|
|
@@ -128,7 +128,7 @@ export declare class EchoQuestion extends Question {
|
|
|
128
128
|
isMissing: boolean;
|
|
129
129
|
})[];
|
|
130
130
|
isCorrect: boolean | undefined;
|
|
131
|
-
|
|
131
|
+
get timestamp(): number;
|
|
132
132
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
133
133
|
};
|
|
134
134
|
}[];
|
|
@@ -163,7 +163,7 @@ export declare class EchoQuestion extends Question {
|
|
|
163
163
|
isMissing: boolean;
|
|
164
164
|
})[];
|
|
165
165
|
isCorrect: boolean | undefined;
|
|
166
|
-
|
|
166
|
+
get timestamp(): number;
|
|
167
167
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
168
168
|
}) => {
|
|
169
169
|
notes: (NoteEvent & {
|
|
@@ -171,7 +171,7 @@ export declare class EchoQuestion extends Question {
|
|
|
171
171
|
isMissing: boolean;
|
|
172
172
|
})[];
|
|
173
173
|
isCorrect: boolean | undefined;
|
|
174
|
-
|
|
174
|
+
get timestamp(): number;
|
|
175
175
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
176
176
|
};
|
|
177
177
|
}[];
|
|
@@ -296,13 +296,13 @@ export declare class EchoQuestion extends Question {
|
|
|
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: Answer, submittingClass?: string) =>
|
|
299
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
300
300
|
startTime: import('vue').Ref<moment.Moment>;
|
|
301
|
-
hotKeys: import('vue').Ref<import('
|
|
301
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
302
302
|
timeSpent: import('vue').ComputedRef<number>;
|
|
303
|
-
logger: import('
|
|
303
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
304
304
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
305
|
-
emitResponse: (record:
|
|
305
|
+
emitResponse: (record: CardRecord) => void;
|
|
306
306
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
307
307
|
data: ViewData[];
|
|
308
308
|
modifyDifficulty: number;
|
|
@@ -407,7 +407,7 @@ export declare class EchoQuestion extends Question {
|
|
|
407
407
|
isMissing: boolean;
|
|
408
408
|
})[];
|
|
409
409
|
isCorrect: boolean | undefined;
|
|
410
|
-
|
|
410
|
+
get timestamp(): number;
|
|
411
411
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
412
412
|
}) => {
|
|
413
413
|
notes: (NoteEvent & {
|
|
@@ -415,7 +415,7 @@ export declare class EchoQuestion extends Question {
|
|
|
415
415
|
isMissing: boolean;
|
|
416
416
|
})[];
|
|
417
417
|
isCorrect: boolean | undefined;
|
|
418
|
-
|
|
418
|
+
get timestamp(): number;
|
|
419
419
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
420
420
|
};
|
|
421
421
|
}[];
|
|
@@ -450,7 +450,7 @@ export declare class EchoQuestion extends Question {
|
|
|
450
450
|
isMissing: boolean;
|
|
451
451
|
})[];
|
|
452
452
|
isCorrect: boolean | undefined;
|
|
453
|
-
|
|
453
|
+
get timestamp(): number;
|
|
454
454
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
455
455
|
}) => {
|
|
456
456
|
notes: (NoteEvent & {
|
|
@@ -458,7 +458,7 @@ export declare class EchoQuestion extends Question {
|
|
|
458
458
|
isMissing: boolean;
|
|
459
459
|
})[];
|
|
460
460
|
isCorrect: boolean | undefined;
|
|
461
|
-
|
|
461
|
+
get timestamp(): number;
|
|
462
462
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
463
463
|
};
|
|
464
464
|
}[];
|
|
@@ -495,7 +495,7 @@ export declare class EchoQuestion extends Question {
|
|
|
495
495
|
isMissing: boolean;
|
|
496
496
|
})[];
|
|
497
497
|
isCorrect: boolean | undefined;
|
|
498
|
-
|
|
498
|
+
get timestamp(): number;
|
|
499
499
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
500
500
|
}) => {
|
|
501
501
|
notes: (NoteEvent & {
|
|
@@ -503,7 +503,7 @@ export declare class EchoQuestion extends Question {
|
|
|
503
503
|
isMissing: boolean;
|
|
504
504
|
})[];
|
|
505
505
|
isCorrect: boolean | undefined;
|
|
506
|
-
|
|
506
|
+
get timestamp(): number;
|
|
507
507
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
508
508
|
};
|
|
509
509
|
}[];
|
|
@@ -538,7 +538,7 @@ export declare class EchoQuestion extends Question {
|
|
|
538
538
|
isMissing: boolean;
|
|
539
539
|
})[];
|
|
540
540
|
isCorrect: boolean | undefined;
|
|
541
|
-
|
|
541
|
+
get timestamp(): number;
|
|
542
542
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
543
543
|
}) => {
|
|
544
544
|
notes: (NoteEvent & {
|
|
@@ -546,7 +546,7 @@ export declare class EchoQuestion extends Question {
|
|
|
546
546
|
isMissing: boolean;
|
|
547
547
|
})[];
|
|
548
548
|
isCorrect: boolean | undefined;
|
|
549
|
-
|
|
549
|
+
get timestamp(): number;
|
|
550
550
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
551
551
|
};
|
|
552
552
|
}[];
|
|
@@ -671,13 +671,13 @@ export declare class EchoQuestion extends Question {
|
|
|
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: Answer, submittingClass?: string) =>
|
|
674
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
675
675
|
startTime: import('vue').Ref<moment.Moment>;
|
|
676
|
-
hotKeys: import('vue').Ref<import('
|
|
676
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
677
677
|
timeSpent: import('vue').ComputedRef<number>;
|
|
678
|
-
logger: import('
|
|
678
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
679
679
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
680
|
-
emitResponse: (record:
|
|
680
|
+
emitResponse: (record: CardRecord) => 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDA0BA,CAAC
|
|
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;;;;;6CA9BhB,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;;;;;6CA9BhB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiFL"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SyllableSequence } from '../../utility/midi';
|
|
2
2
|
import { PlayNote } from '.';
|
|
3
3
|
import { default as moment } from 'moment';
|
|
4
|
-
import { ViewData } from '
|
|
4
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
5
5
|
declare const _default: import('vue').DefineComponent<{
|
|
6
6
|
data: ViewData[];
|
|
7
7
|
modifyDifficulty: number;
|
|
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
30
30
|
isMissing: boolean;
|
|
31
31
|
})[];
|
|
32
32
|
isCorrect: boolean | undefined;
|
|
33
|
-
|
|
33
|
+
get timestamp(): number;
|
|
34
34
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
35
35
|
}) => {
|
|
36
36
|
notes: (import('../../utility/midi').NoteEvent & {
|
|
@@ -38,7 +38,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
38
38
|
isMissing: boolean;
|
|
39
39
|
})[];
|
|
40
40
|
isCorrect: boolean | undefined;
|
|
41
|
-
|
|
41
|
+
get timestamp(): number;
|
|
42
42
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
43
43
|
};
|
|
44
44
|
}[];
|
|
@@ -73,7 +73,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
73
73
|
isMissing: boolean;
|
|
74
74
|
})[];
|
|
75
75
|
isCorrect: boolean | undefined;
|
|
76
|
-
|
|
76
|
+
get timestamp(): number;
|
|
77
77
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
78
78
|
}) => {
|
|
79
79
|
notes: (import('../../utility/midi').NoteEvent & {
|
|
@@ -81,7 +81,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
81
81
|
isMissing: boolean;
|
|
82
82
|
})[];
|
|
83
83
|
isCorrect: boolean | undefined;
|
|
84
|
-
|
|
84
|
+
get timestamp(): number;
|
|
85
85
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
86
86
|
};
|
|
87
87
|
}[];
|
|
@@ -117,7 +117,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
117
117
|
isMissing: boolean;
|
|
118
118
|
})[];
|
|
119
119
|
isCorrect: boolean | undefined;
|
|
120
|
-
|
|
120
|
+
get timestamp(): number;
|
|
121
121
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
122
122
|
}) => {
|
|
123
123
|
notes: (import('../../utility/midi').NoteEvent & {
|
|
@@ -125,7 +125,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
125
125
|
isMissing: boolean;
|
|
126
126
|
})[];
|
|
127
127
|
isCorrect: boolean | undefined;
|
|
128
|
-
|
|
128
|
+
get timestamp(): number;
|
|
129
129
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
130
130
|
};
|
|
131
131
|
}[];
|
|
@@ -160,7 +160,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
160
160
|
isMissing: boolean;
|
|
161
161
|
})[];
|
|
162
162
|
isCorrect: boolean | undefined;
|
|
163
|
-
|
|
163
|
+
get timestamp(): number;
|
|
164
164
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
165
165
|
}) => {
|
|
166
166
|
notes: (import('../../utility/midi').NoteEvent & {
|
|
@@ -168,7 +168,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
168
168
|
isMissing: boolean;
|
|
169
169
|
})[];
|
|
170
170
|
isCorrect: boolean | undefined;
|
|
171
|
-
|
|
171
|
+
get timestamp(): number;
|
|
172
172
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
173
173
|
};
|
|
174
174
|
}[];
|
|
@@ -191,13 +191,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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: Answer, submittingClass?: string) =>
|
|
194
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
195
195
|
startTime: import('vue').Ref<moment.Moment>;
|
|
196
|
-
hotKeys: import('vue').Ref<import('
|
|
196
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
197
197
|
timeSpent: import('vue').ComputedRef<number>;
|
|
198
|
-
logger: import('
|
|
198
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
199
199
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
200
|
-
emitResponse: (record:
|
|
200
|
+
emitResponse: (record: CardRecord) => 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDALhD,CApdQ
|
|
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;;;;;yCAodR,CAte+B;;;;;;;;AA6e/B,wBA0GG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Question } from '
|
|
2
|
-
import { DataShape, ViewData } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { DataShape, ViewData } from '@vue-skuilder/common';
|
|
3
3
|
import { NoteEvent } from '../../utility/midi';
|
|
4
4
|
export declare const inputs: string[];
|
|
5
5
|
export declare class PlayNote extends Question {
|
|
@@ -35,7 +35,7 @@ export declare class PlayNote extends Question {
|
|
|
35
35
|
isMissing: boolean;
|
|
36
36
|
})[];
|
|
37
37
|
isCorrect: boolean | undefined;
|
|
38
|
-
|
|
38
|
+
get timestamp(): number;
|
|
39
39
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
40
40
|
}) => {
|
|
41
41
|
notes: (NoteEvent & {
|
|
@@ -43,7 +43,7 @@ export declare class PlayNote extends Question {
|
|
|
43
43
|
isMissing: boolean;
|
|
44
44
|
})[];
|
|
45
45
|
isCorrect: boolean | undefined;
|
|
46
|
-
|
|
46
|
+
get timestamp(): number;
|
|
47
47
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
48
48
|
};
|
|
49
49
|
}[];
|
|
@@ -78,7 +78,7 @@ export declare class PlayNote extends Question {
|
|
|
78
78
|
isMissing: boolean;
|
|
79
79
|
})[];
|
|
80
80
|
isCorrect: boolean | undefined;
|
|
81
|
-
|
|
81
|
+
get timestamp(): number;
|
|
82
82
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
83
83
|
}) => {
|
|
84
84
|
notes: (NoteEvent & {
|
|
@@ -86,7 +86,7 @@ export declare class PlayNote extends Question {
|
|
|
86
86
|
isMissing: boolean;
|
|
87
87
|
})[];
|
|
88
88
|
isCorrect: boolean | undefined;
|
|
89
|
-
|
|
89
|
+
get timestamp(): number;
|
|
90
90
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
91
91
|
};
|
|
92
92
|
}[];
|
|
@@ -122,7 +122,7 @@ export declare class PlayNote extends Question {
|
|
|
122
122
|
isMissing: boolean;
|
|
123
123
|
})[];
|
|
124
124
|
isCorrect: boolean | undefined;
|
|
125
|
-
|
|
125
|
+
get timestamp(): number;
|
|
126
126
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
127
127
|
}) => {
|
|
128
128
|
notes: (NoteEvent & {
|
|
@@ -130,7 +130,7 @@ export declare class PlayNote extends Question {
|
|
|
130
130
|
isMissing: boolean;
|
|
131
131
|
})[];
|
|
132
132
|
isCorrect: boolean | undefined;
|
|
133
|
-
|
|
133
|
+
get timestamp(): number;
|
|
134
134
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
135
135
|
};
|
|
136
136
|
}[];
|
|
@@ -165,7 +165,7 @@ export declare class PlayNote extends Question {
|
|
|
165
165
|
isMissing: boolean;
|
|
166
166
|
})[];
|
|
167
167
|
isCorrect: boolean | undefined;
|
|
168
|
-
|
|
168
|
+
get timestamp(): number;
|
|
169
169
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
170
170
|
}) => {
|
|
171
171
|
notes: (NoteEvent & {
|
|
@@ -173,7 +173,7 @@ export declare class PlayNote extends Question {
|
|
|
173
173
|
isMissing: boolean;
|
|
174
174
|
})[];
|
|
175
175
|
isCorrect: boolean | undefined;
|
|
176
|
-
|
|
176
|
+
get timestamp(): number;
|
|
177
177
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
178
178
|
};
|
|
179
179
|
}[];
|
|
@@ -196,13 +196,13 @@ export declare class PlayNote extends Question {
|
|
|
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: Answer, submittingClass?: string) =>
|
|
199
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
200
200
|
startTime: import('vue').Ref<moment.Moment>;
|
|
201
|
-
hotKeys: import('vue').Ref<import('
|
|
201
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
202
202
|
timeSpent: import('vue').ComputedRef<number>;
|
|
203
|
-
logger: import('
|
|
203
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
204
204
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
205
|
-
emitResponse: (record:
|
|
205
|
+
emitResponse: (record: CardRecord) => void;
|
|
206
206
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
207
207
|
data: ViewData[];
|
|
208
208
|
modifyDifficulty: number;
|
|
@@ -241,7 +241,7 @@ export declare class PlayNote extends Question {
|
|
|
241
241
|
isMissing: boolean;
|
|
242
242
|
})[];
|
|
243
243
|
isCorrect: boolean | undefined;
|
|
244
|
-
|
|
244
|
+
get timestamp(): number;
|
|
245
245
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
246
246
|
}) => {
|
|
247
247
|
notes: (NoteEvent & {
|
|
@@ -249,7 +249,7 @@ export declare class PlayNote extends Question {
|
|
|
249
249
|
isMissing: boolean;
|
|
250
250
|
})[];
|
|
251
251
|
isCorrect: boolean | undefined;
|
|
252
|
-
|
|
252
|
+
get timestamp(): number;
|
|
253
253
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
254
254
|
};
|
|
255
255
|
}[];
|
|
@@ -284,7 +284,7 @@ export declare class PlayNote extends Question {
|
|
|
284
284
|
isMissing: boolean;
|
|
285
285
|
})[];
|
|
286
286
|
isCorrect: boolean | undefined;
|
|
287
|
-
|
|
287
|
+
get timestamp(): number;
|
|
288
288
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
289
289
|
}) => {
|
|
290
290
|
notes: (NoteEvent & {
|
|
@@ -292,7 +292,7 @@ export declare class PlayNote extends Question {
|
|
|
292
292
|
isMissing: boolean;
|
|
293
293
|
})[];
|
|
294
294
|
isCorrect: boolean | undefined;
|
|
295
|
-
|
|
295
|
+
get timestamp(): number;
|
|
296
296
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
297
297
|
};
|
|
298
298
|
}[];
|
|
@@ -328,7 +328,7 @@ export declare class PlayNote extends Question {
|
|
|
328
328
|
isMissing: boolean;
|
|
329
329
|
})[];
|
|
330
330
|
isCorrect: boolean | undefined;
|
|
331
|
-
|
|
331
|
+
get timestamp(): number;
|
|
332
332
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
333
333
|
}) => {
|
|
334
334
|
notes: (NoteEvent & {
|
|
@@ -336,7 +336,7 @@ export declare class PlayNote extends Question {
|
|
|
336
336
|
isMissing: boolean;
|
|
337
337
|
})[];
|
|
338
338
|
isCorrect: boolean | undefined;
|
|
339
|
-
|
|
339
|
+
get timestamp(): number;
|
|
340
340
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
341
341
|
};
|
|
342
342
|
}[];
|
|
@@ -371,7 +371,7 @@ export declare class PlayNote extends Question {
|
|
|
371
371
|
isMissing: boolean;
|
|
372
372
|
})[];
|
|
373
373
|
isCorrect: boolean | undefined;
|
|
374
|
-
|
|
374
|
+
get timestamp(): number;
|
|
375
375
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
376
376
|
}) => {
|
|
377
377
|
notes: (NoteEvent & {
|
|
@@ -379,7 +379,7 @@ export declare class PlayNote extends Question {
|
|
|
379
379
|
isMissing: boolean;
|
|
380
380
|
})[];
|
|
381
381
|
isCorrect: boolean | undefined;
|
|
382
|
-
|
|
382
|
+
get timestamp(): number;
|
|
383
383
|
grade(answer: /*elided*/ any): /*elided*/ any;
|
|
384
384
|
};
|
|
385
385
|
}[];
|
|
@@ -402,13 +402,13 @@ export declare class PlayNote extends Question {
|
|
|
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: Answer, submittingClass?: string) =>
|
|
405
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
406
406
|
startTime: import('vue').Ref<moment.Moment>;
|
|
407
|
-
hotKeys: import('vue').Ref<import('
|
|
407
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
408
408
|
timeSpent: import('vue').ComputedRef<number>;
|
|
409
|
-
logger: import('
|
|
409
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
410
410
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
411
|
-
emitResponse: (record:
|
|
411
|
+
emitResponse: (record: CardRecord) => 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAcjB,CAAH
|
|
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;;;;;6CAnCC,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;;;;;6CAnCC,CAAF;;;;;;;;CAwCC"}
|