Message for holding the value of a QaAnswer
. QaQuestion.AnswerChoice
defines the possible answer values for a question.
JSON representation |
---|
{ "key": string, // Union field |
Fields | |
---|---|
key |
A short string used as an identifier. Matches the value used in QaQuestion.AnswerChoice.key. |
Union field value . The answer value may be one of a few different types. value can be only one of the following: |
|
strValue |
String value. |
numValue |
Numerical value. |
boolValue |
Boolean value. |
naValue |
A value of "Not Applicable (N/A)". Should only ever be |
score |
Output only. Numerical score of the answer. |
potentialScore |
Output only. The maximum potential score of the question. |
normalizedScore |
Output only. Normalized score of the questions. Calculated as score / potentialScore. |