TextFieldQuestion
org.sagebionetworks.repo.model.quiz.TextFieldQuestion
A question whose response is an (unconstrained) text string
| Field | Type | Description |
|---|---|---|
| questionIndex | INTEGER | an index unique in the Quiz, used to refer to this question |
| prompt | STRING | An optional, user-readable prompt |
| reference | WikiPageKey | Reference to a WikiPage |
| docLink | STRING | Link to the document that contains information for background reading related to the question. |
| helpText | STRING | A short text that provides a snippet of help to answer the question. |
| concreteType | STRING | |
| answer | STRING | The correct answer for this question |