@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 { FieldDefinition, Answer, ViewData, DataShapeName } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { FieldDefinition, Answer, ViewData, DataShapeName } from '@vue-skuilder/common';
|
|
3
3
|
export declare class SingleDigitMultiplicationQuestion extends Question {
|
|
4
4
|
static dataShapes: {
|
|
5
5
|
name: DataShapeName;
|
|
@@ -17,13 +17,13 @@ export declare class SingleDigitMultiplicationQuestion extends Question {
|
|
|
17
17
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
18
18
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
19
19
|
maxSessionViews: import('vue').Ref<number>;
|
|
20
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
20
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
21
21
|
startTime: import('vue').Ref<moment.Moment>;
|
|
22
|
-
hotKeys: import('vue').Ref<import('
|
|
22
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
23
23
|
timeSpent: import('vue').ComputedRef<number>;
|
|
24
|
-
logger: import('
|
|
24
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
25
25
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
26
|
-
emitResponse: (record:
|
|
26
|
+
emitResponse: (record: CardRecord) => void;
|
|
27
27
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
28
28
|
data: ViewData[];
|
|
29
29
|
modifyDifficulty: number;
|
|
@@ -36,14 +36,14 @@ export declare class SingleDigitMultiplicationQuestion extends Question {
|
|
|
36
36
|
makeNumeric(num: Answer): number;
|
|
37
37
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
38
38
|
answer: Answer;
|
|
39
|
-
previewModeStore: ReturnType<typeof import('
|
|
39
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
40
40
|
}, {
|
|
41
41
|
autofocus(): boolean;
|
|
42
42
|
autoFocus(): boolean;
|
|
43
43
|
}, {
|
|
44
|
-
submitAnswer(answer: Answer): import('
|
|
44
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
45
45
|
submit(answer: Answer): any;
|
|
46
|
-
getQuestionViewAncestor(): import('
|
|
46
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
47
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>;
|
|
48
48
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
49
49
|
a: number;
|
|
@@ -66,13 +66,13 @@ export declare class SingleDigitMultiplicationQuestion extends Question {
|
|
|
66
66
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
67
67
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
68
68
|
maxSessionViews: import('vue').Ref<number>;
|
|
69
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
69
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
70
70
|
startTime: import('vue').Ref<moment.Moment>;
|
|
71
|
-
hotKeys: import('vue').Ref<import('
|
|
71
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
72
72
|
timeSpent: import('vue').ComputedRef<number>;
|
|
73
|
-
logger: import('
|
|
73
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
74
74
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
75
|
-
emitResponse: (record:
|
|
75
|
+
emitResponse: (record: CardRecord) => void;
|
|
76
76
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
77
77
|
data: ViewData[];
|
|
78
78
|
modifyDifficulty: number;
|
|
@@ -85,14 +85,14 @@ export declare class SingleDigitMultiplicationQuestion extends Question {
|
|
|
85
85
|
makeNumeric(num: Answer): number;
|
|
86
86
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
87
87
|
answer: Answer;
|
|
88
|
-
previewModeStore: ReturnType<typeof import('
|
|
88
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
89
89
|
}, {
|
|
90
90
|
autofocus(): boolean;
|
|
91
91
|
autoFocus(): boolean;
|
|
92
92
|
}, {
|
|
93
|
-
submitAnswer(answer: Answer): import('
|
|
93
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
94
94
|
submit(answer: Answer): any;
|
|
95
|
-
getQuestionViewAncestor(): import('
|
|
95
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
96
96
|
}, 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>;
|
|
97
97
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
98
98
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/multiplication/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,eAAe,EACf,MAAM,EACN,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AAmC9B,qBAAa,iCAAkC,SAAQ,QAAQ;IAC7D,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;sDAA2C,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/multiplication/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,eAAe,EACf,MAAM,EACN,QAAQ,EACR,aAAa,EAGd,MAAM,sBAAsB,CAAC;AAmC9B,qBAAa,iCAAkC,SAAQ,QAAQ;IAC7D,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;sDAA2C,CAAC;;;;;6CAhCvD,CAAC;;;;;;;;;;;;;;;;;;;;;;;2EAgC8D;IAEhE,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;gBAEL,IAAI,EAAE,QAAQ,EAAE;IAMrB,SAAS,CAAC,MAAM,EAAE,MAAM;IAIxB,UAAU;;;;IAIV,KAAK;;;;;;;;;;;;sDAnBkD,CAAC;;;;;6CAhCvD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;CAsDV"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SingleDigitMultiplicationQuestion } 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;
|
|
@@ -31,14 +31,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
makeNumeric(num: Answer): number;
|
|
32
32
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
33
33
|
answer: Answer;
|
|
34
|
-
previewModeStore: ReturnType<typeof import('
|
|
34
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
35
35
|
}, {
|
|
36
36
|
autofocus(): boolean;
|
|
37
37
|
autoFocus(): boolean;
|
|
38
38
|
}, {
|
|
39
|
-
submitAnswer(answer: Answer): import('
|
|
39
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
40
40
|
submit(answer: Answer): any;
|
|
41
|
-
getQuestionViewAncestor(): import('
|
|
41
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
42
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>;
|
|
43
43
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verbal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/multiplication/verbal.vue"],"names":[],"mappings":"AAQA;AAkEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAHhD,CAxBiE
|
|
1
|
+
{"version":3,"file":"verbal.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/multiplication/verbal.vue"],"names":[],"mappings":"AAQA;AAkEA,OAAO,EAAE,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAHhD,CAxBiE;;;;;yCAwBjE,CAlDkB;;;;;;;;;;;;;;;;;;;;;;;;AAuDlB,wBA8CG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Question } from '
|
|
2
|
-
import { ViewData, DataShapeName, FieldDefinition, Answer } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { ViewData, DataShapeName, FieldDefinition, Answer } from '@vue-skuilder/common';
|
|
3
3
|
declare enum Operation {
|
|
4
4
|
ADDITION = "ADDITION",
|
|
5
5
|
SUBTRACTION = "SUBTRACTION",
|
|
@@ -24,13 +24,13 @@ export declare class OneStepEquation 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;
|
|
@@ -43,14 +43,14 @@ export declare class OneStepEquation extends Question {
|
|
|
43
43
|
makeNumeric(num: Answer): number;
|
|
44
44
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
45
45
|
answer: Answer;
|
|
46
|
-
previewModeStore: ReturnType<typeof import('
|
|
46
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
47
47
|
}, {
|
|
48
48
|
autofocus(): boolean;
|
|
49
49
|
autoFocus(): boolean;
|
|
50
50
|
}, {
|
|
51
|
-
submitAnswer(answer: Answer): import('
|
|
51
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
52
52
|
submit(answer: Answer): any;
|
|
53
|
-
getQuestionViewAncestor(): import('
|
|
53
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
54
54
|
}, 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>;
|
|
55
55
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
56
56
|
a: number;
|
|
@@ -76,13 +76,13 @@ export declare class OneStepEquation extends Question {
|
|
|
76
76
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
77
77
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
78
78
|
maxSessionViews: import('vue').Ref<number>;
|
|
79
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
79
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
80
80
|
startTime: import('vue').Ref<moment.Moment>;
|
|
81
|
-
hotKeys: import('vue').Ref<import('
|
|
81
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
82
82
|
timeSpent: import('vue').ComputedRef<number>;
|
|
83
|
-
logger: import('
|
|
83
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
84
84
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
85
|
-
emitResponse: (record:
|
|
85
|
+
emitResponse: (record: CardRecord) => void;
|
|
86
86
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
87
87
|
data: ViewData[];
|
|
88
88
|
modifyDifficulty: number;
|
|
@@ -95,14 +95,14 @@ export declare class OneStepEquation extends Question {
|
|
|
95
95
|
makeNumeric(num: Answer): number;
|
|
96
96
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
97
97
|
answer: Answer;
|
|
98
|
-
previewModeStore: ReturnType<typeof import('
|
|
98
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
99
99
|
}, {
|
|
100
100
|
autofocus(): boolean;
|
|
101
101
|
autoFocus(): boolean;
|
|
102
102
|
}, {
|
|
103
|
-
submitAnswer(answer: Answer): import('
|
|
103
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
104
104
|
submit(answer: Answer): any;
|
|
105
|
-
getQuestionViewAncestor(): import('
|
|
105
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
106
106
|
}, 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>;
|
|
107
107
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
108
108
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/oneStepEqn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,QAAQ,EACR,aAAa,EAIb,eAAe,EACf,MAAM,EACP,MAAM,sBAAsB,CAAC;AA6D9B,aAAK,SAAS;IACZ,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,cAAc,mBAAmB;IACjC,QAAQ,aAAa;CACtB;AAED,qBAAa,eAAgB,SAAQ,QAAQ;IAC3C,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;;sDAvC6D,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/oneStepEqn/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EACL,QAAQ,EACR,aAAa,EAIb,eAAe,EACf,MAAM,EACP,MAAM,sBAAsB,CAAC;AA6D9B,aAAK,SAAS;IACZ,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,cAAc,mBAAmB;IACjC,QAAQ,aAAa;CACtB;AAED,qBAAa,eAAgB,SAAQ,QAAQ;IAC3C,OAAc,UAAU;;;QAKtB;IAEF,OAAc,KAAK;;;;;;;;;;;;;sDAvC6D,CAAC;;;;;6CAxB/E,CAAH;;;;;;;;;;;;;;;;;;;;;;;2EA+D+B;IAEvB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,SAAS,EAAE,SAAS,CAAC;gBAEhB,IAAI,EAAE,QAAQ,EAAE;IAOrB,MAAM,IAAI,MAAM;IA2BhB,SAAS,CAAC,UAAU,EAAE,MAAM;IAI5B,UAAU;;;;IAIV,KAAK;;;;;;;;;;;;;sDAvFoE,CAAC;;;;;6CAxB/E,CAAH;;;;;;;;;;;;;;;;;;;;;;;;CAkHA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OneStepEquation } 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;
|
|
@@ -13,13 +13,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
13
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
14
14
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
15
15
|
maxSessionViews: import('vue').Ref<number>;
|
|
16
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
16
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
17
17
|
startTime: import('vue').Ref<moment.Moment>;
|
|
18
|
-
hotKeys: import('vue').Ref<import('
|
|
18
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
19
19
|
timeSpent: import('vue').ComputedRef<number>;
|
|
20
|
-
logger: import('
|
|
20
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
21
21
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
22
|
-
emitResponse: (record:
|
|
22
|
+
emitResponse: (record: CardRecord) => void;
|
|
23
23
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
24
24
|
data: ViewData[];
|
|
25
25
|
modifyDifficulty: number;
|
|
@@ -32,14 +32,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
32
32
|
makeNumeric(num: Answer): number;
|
|
33
33
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
34
34
|
answer: Answer;
|
|
35
|
-
previewModeStore: ReturnType<typeof import('
|
|
35
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
36
36
|
}, {
|
|
37
37
|
autofocus(): boolean;
|
|
38
38
|
autoFocus(): boolean;
|
|
39
39
|
}, {
|
|
40
|
-
submitAnswer(answer: Answer): import('
|
|
40
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
41
41
|
submit(answer: Answer): any;
|
|
42
|
-
getQuestionViewAncestor(): import('
|
|
42
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
43
43
|
}, 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>;
|
|
44
44
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
45
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solve.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/oneStepEqn/solve.vue"],"names":[],"mappings":"AAuBA;AAqFA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;kDAHhD,CAxDmC
|
|
1
|
+
{"version":3,"file":"solve.vue.d.ts","sourceRoot":"","sources":["../../../../src/math/questions/oneStepEqn/solve.vue"],"names":[],"mappings":"AAuBA;AAqFA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;;kDAHhD,CAxDmC;;;;;yCAwDnC,CA1EqD;;;;;;;;;;;;;;;;;;;;;;;;AAgFrD,wBAiDG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Question } from '
|
|
2
|
-
import { Answer, FieldDefinition, ViewData, DataShapeName } from '
|
|
1
|
+
import { Question } from '@vue-skuilder/common-ui';
|
|
2
|
+
import { Answer, FieldDefinition, ViewData, DataShapeName } from '@vue-skuilder/common';
|
|
3
3
|
export declare class SupplementaryAngles extends Question {
|
|
4
4
|
static dataShapes: {
|
|
5
5
|
name: DataShapeName;
|
|
@@ -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) =>
|
|
18
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
19
19
|
startTime: import('vue').Ref<moment.Moment>;
|
|
20
|
-
hotKeys: import('vue').Ref<import('
|
|
20
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
21
21
|
timeSpent: import('vue').ComputedRef<number>;
|
|
22
|
-
logger: import('
|
|
22
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
23
23
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
24
|
-
emitResponse: (record:
|
|
24
|
+
emitResponse: (record: CardRecord) => 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<{
|
|
@@ -36,14 +36,14 @@ export declare class SupplementaryAngles extends Question {
|
|
|
36
36
|
makeNumeric(num: Answer): number;
|
|
37
37
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
38
38
|
answer: Answer;
|
|
39
|
-
previewModeStore: ReturnType<typeof import('
|
|
39
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
40
40
|
}, {
|
|
41
41
|
autofocus(): boolean;
|
|
42
42
|
autoFocus(): boolean;
|
|
43
43
|
}, {
|
|
44
|
-
submitAnswer(answer: Answer): import('
|
|
44
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
45
45
|
submit(answer: Answer): any;
|
|
46
|
-
getQuestionViewAncestor(): import('
|
|
46
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
47
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>;
|
|
48
48
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
49
49
|
angles: number[];
|
|
@@ -65,13 +65,13 @@ export declare class SupplementaryAngles extends Question {
|
|
|
65
65
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
66
66
|
maxSessionViews: import('vue').Ref<number>;
|
|
67
67
|
question: import('vue').Ref<SupplementaryAngles | undefined, SupplementaryAngles | undefined>;
|
|
68
|
-
submitAnswer: (answer: Answer, submittingClass?: string) =>
|
|
68
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
69
69
|
startTime: import('vue').Ref<moment.Moment>;
|
|
70
|
-
hotKeys: import('vue').Ref<import('
|
|
70
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
71
71
|
timeSpent: import('vue').ComputedRef<number>;
|
|
72
|
-
logger: import('
|
|
72
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
73
73
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
74
|
-
emitResponse: (record:
|
|
74
|
+
emitResponse: (record: CardRecord) => void;
|
|
75
75
|
answer: import('vue').Ref<string, string>;
|
|
76
76
|
canvasRef: import('vue').Ref<HTMLCanvasElement | null, HTMLCanvasElement | null>;
|
|
77
77
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
@@ -86,14 +86,14 @@ export declare class SupplementaryAngles extends Question {
|
|
|
86
86
|
makeNumeric(num: Answer): number;
|
|
87
87
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
88
88
|
answer: Answer;
|
|
89
|
-
previewModeStore: ReturnType<typeof import('
|
|
89
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
90
90
|
}, {
|
|
91
91
|
autofocus(): boolean;
|
|
92
92
|
autoFocus(): boolean;
|
|
93
93
|
}, {
|
|
94
|
-
submitAnswer(answer: Answer): import('
|
|
94
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
95
95
|
submit(answer: Answer): any;
|
|
96
|
-
getQuestionViewAncestor(): import('
|
|
96
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
97
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>;
|
|
98
98
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
99
99
|
}
|
|
@@ -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;;;;;;;;;;sDAQ6B,CAAC
|
|
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;;;;;6CA/B3C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;2EAuB8C;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;;;;;6CA/B3C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDR"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SupplementaryAngles } 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;
|
|
@@ -10,13 +10,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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: Answer, submittingClass?: string) =>
|
|
13
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => QuestionRecord;
|
|
14
14
|
startTime: import('vue').Ref<moment.Moment>;
|
|
15
|
-
hotKeys: import('vue').Ref<import('
|
|
15
|
+
hotKeys: import('vue').Ref<import('@vue-skuilder/common-ui').HotKey[]>;
|
|
16
16
|
timeSpent: import('vue').ComputedRef<number>;
|
|
17
|
-
logger: import('
|
|
17
|
+
logger: import('@vue-skuilder/common-ui').ViewableLogger;
|
|
18
18
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
19
|
-
emitResponse: (record:
|
|
19
|
+
emitResponse: (record: CardRecord) => 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<{
|
|
@@ -31,14 +31,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
makeNumeric(num: Answer): number;
|
|
32
32
|
}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
33
33
|
answer: Answer;
|
|
34
|
-
previewModeStore: ReturnType<typeof import('
|
|
34
|
+
previewModeStore: ReturnType<typeof import('@vue-skuilder/common-ui').useCardPreviewModeStore> | null;
|
|
35
35
|
}, {
|
|
36
36
|
autofocus(): boolean;
|
|
37
37
|
autoFocus(): boolean;
|
|
38
38
|
}, {
|
|
39
|
-
submitAnswer(answer: Answer): import('
|
|
39
|
+
submitAnswer(answer: Answer): import('../../../../db/dist/index.mjs').QuestionRecord;
|
|
40
40
|
submit(answer: Answer): any;
|
|
41
|
-
getQuestionViewAncestor(): import('
|
|
41
|
+
getQuestionViewAncestor(): import('@vue-skuilder/common-ui').ViewComponent;
|
|
42
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>;
|
|
43
43
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
44
|
export default _default;
|
|
@@ -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;;;;;;;;;;;kDALhD,CA9JgD
|
|
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;;;;;yCA8JhD,CAxLe;;;;;;;;;;;;;;;;;;;;;;;;;;AAgMf,wBAsKG"}
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { SyllableSequence } from '../../utility/midi';
|
|
3
3
|
import { EchoQuestion } from '.';
|
|
4
4
|
import { default as moment } from 'moment';
|
|
5
|
-
import { ViewData } from '
|
|
5
|
+
import { ViewData } from '@vue-skuilder/common';
|
|
6
6
|
declare const _default: import('vue').DefineComponent<{
|
|
7
7
|
data: ViewData[];
|
|
8
8
|
modifyDifficulty: number;
|
|
@@ -32,7 +32,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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: (import('../../utility/midi').NoteEvent & {
|
|
@@ -40,7 +40,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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: (import('../../utility/midi').NoteEvent & {
|
|
@@ -83,7 +83,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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: (import('../../utility/midi').NoteEvent & {
|
|
@@ -128,7 +128,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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: (import('../../utility/midi').NoteEvent & {
|
|
@@ -171,7 +171,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
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;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAPxD,CAnRiD
|
|
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;;;;;yCAmRjD,CA7RwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsSxB,wBAiOG"}
|