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: |
|
str |
String value. |
num |
Numerical value. |
bool |
Boolean value. |
na |
A value of "Not Applicable (N/A)". Should only ever be |
score |
Output only. Numerical score of the answer. |
potential |
Output only. The maximum potential score of the question. |
normalized |
Output only. Normalized score of the questions. Calculated as score / potentialScore. |