correct property

bool? correct
getter/setter pair

Whether the question was answered correctly or not.

A zero-point score is not enough to infer incorrectness, since a correctly answered question could be worth zero points.

Output only.

Implementation

core.bool? correct;