Properties
jump
jump: (question: TraversalQuestion) => void
Type declaration
-
- (question: TraversalQuestion): void
-
Parameters
-
question: TraversalQuestion
Returns void
loadAlgoSearchData
loadAlgoSearchData: (answerId: string) => void
next
next: () => void
showExplanation
showExplanation: (explanation: string) => void
Type declaration
-
- (explanation: string): void
toggleCheckbox
toggleCheckbox: (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]) => void
Type declaration
-
- (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]): void
-
Parameters
-
event: SyntheticEvent<HTMLInputElement>
-
answerId: string
-
questionAnswerIds: string[]
Returns void
toggleRadio
toggleRadio: (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]) => void
Type declaration
-
- (event: SyntheticEvent<HTMLInputElement>, answerId: string, questionAnswerIds: string[]): void
-
Parameters
-
event: SyntheticEvent<HTMLInputElement>
-
answerId: string
-
questionAnswerIds: string[]
Returns void
updateValue
updateValue: (answerId: string, questionAnswerIds: string[], value: string) => void
Type declaration
-
- (answerId: string, questionAnswerIds: string[], value: string): void
-
Parameters
-
answerId: string
-
questionAnswerIds: string[]
-
value: string
Returns void