TrueFalseQuestion
Models a question which answer is a boolean.
Supertype
Subtypes
None
JSON Representation
{
"title" : string,
"type" : "TrueFalse",
("media" : { "type" : string, "url" : URL },)
("goodAnswer" : boolean)
}
Fields description
See Question for a general description of the inherited fieldstitle, media and goodAnswer.