addResponses(question);
add(ISIApplication.get().getToolbar("tht", this));
}
protected void addResponses(Question question) {
PromptModel mPrompt = new PromptModel(question.getPrompt());
ResponseList responseList = new ResponseList("responses", mPrompt, questionsMetadata, null, ISISession.get().getTargetUserModel());
add(responseList);
String context = "questions" + (isTeacher ? ".teacher" : "" );
responseList.setContext(context);
responseList.setAllowNotebook(false);