isQuiz property

bool? isQuiz
getter/setter pair

Whether this form is a quiz or not.

When true, responses are graded based on question Grading. Upon setting to false, all question Grading is deleted.

Implementation

core.bool? isQuiz;