top of page

27. Set a Multiple Choice Variable to "None of the Above"

Description

How to SET a multiple choice variable to "None of the Above".

Code

SET MultipleChoice TO "none of the above"

Explanation

Simply use the string "none of the above" (case insensitive) as the answer for the multiple choice question.

bottom of page