TrueFalseQuestion

Models a question which answer is a boolean.

Supertype

Question

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 fields title, media and goodAnswer.