*/
public void setQuestion(String question) {
FormView formView = blip.getDocument().getFormView();
FormElement questionLabel = formView.getFormElement(PREV_QUESTION_LABEL);
questionLabel.setValue(question);
formView.replace(questionLabel);
}
/**
* Dynamically updates the list of choices in the preview. In order to do
* this as the user types, added and removed choices must be detected and