Untitled
unknown
plain_text
a year ago
342 B
6
Indexable
class FillInTheBlankQuestion( val questionText: String, val answer: String, val difficulty: String ) class TrueOrFalseQuestion( val questionText: String, val answer: Boolean, val difficulty: String ) class NumericQuestion( val questionText: String, val answer: Int, val difficulty: String )
Editor is loading...
Leave a Comment