textView.append("\n");
textView.appendElement(new FormElement(ElementType.LABEL, QUESTION_LABEL,
"Question: Enter the text of your question here:"));
textView.appendElement(new FormElement(ElementType.INPUT, QUESTION_INPUT,
metadata.getQuestion()));
textView.append("\n");
textView.appendElement(new FormElement(ElementType.LABEL, CHOICES_LABEL,