File tree 1 file changed +1
-3
lines changed
packages/perseus-core/src
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ export type KEScore = {
28
28
state : any ;
29
29
} ;
30
30
31
- // TODO: should these be part of data-schema?
32
31
// Base marker, with the props that are set by the editor.
33
32
export type MarkerType = {
34
33
// The list of correct answers expected for the marker.
@@ -40,7 +39,6 @@ export type MarkerType = {
40
39
y : number ;
41
40
} ;
42
41
43
- // TODO: should these be part of data-schema?
44
42
// Additional props that are set when user interacts with the marker.
45
43
export type InteractiveMarkerType = MarkerType & {
46
44
// The user selected list of answers, used to grade the question.
@@ -50,6 +48,6 @@ export type InteractiveMarkerType = MarkerType & {
50
48
focused ?: boolean ;
51
49
} ;
52
50
53
- // TODO: should these be part of data-schema?
54
51
// Used for NumberLine
52
+ // TODO: can this be merged with PerseusNumberLineWidgetOptions.correctRel?
55
53
export type Relationship = "lt" | "gt" | "le" | "ge" ;
You can’t perform that action at this time.
0 commit comments