Skip to content

Commit fe112da

Browse files
committed
update todos
1 parent 86e053f commit fe112da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/perseus-core/src/types.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export type KEScore = {
2828
state: any;
2929
};
3030

31-
// TODO: should these be part of data-schema?
3231
// Base marker, with the props that are set by the editor.
3332
export type MarkerType = {
3433
// The list of correct answers expected for the marker.
@@ -40,7 +39,6 @@ export type MarkerType = {
4039
y: number;
4140
};
4241

43-
// TODO: should these be part of data-schema?
4442
// Additional props that are set when user interacts with the marker.
4543
export type InteractiveMarkerType = MarkerType & {
4644
// The user selected list of answers, used to grade the question.
@@ -50,6 +48,6 @@ export type InteractiveMarkerType = MarkerType & {
5048
focused?: boolean;
5149
};
5250

53-
// TODO: should these be part of data-schema?
5451
// Used for NumberLine
52+
// TODO: can this be merged with PerseusNumberLineWidgetOptions.correctRel?
5553
export type Relationship = "lt" | "gt" | "le" | "ge";

0 commit comments

Comments
 (0)