public abstract class CodeAnswer extends Answer
| Constructor and Description |
|---|
CodeAnswer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Response |
getCorrectResponse()
Returns the correct response to the
coding question
|
public abstract Response getCorrectResponse()
getCorrectResponse in class Answer