public class TextResponse extends Question
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
answer
String that represents the answer provided by the student.
|
| Constructor and Description |
|---|
TextResponse()
Constructor for textResponse class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnswer()
Gets the answer provided
|
void |
setAnswer(java.lang.String a)
Sets the answer for the question
|
getCourse, getDiagramPath, getDifficulty, getKeyword, getQuestionText, getTime, setCourse, setDiagramPath, setDifficulty, setKeyword, setQuestionText, setTime