Package org.cast.isi.component

Examples of org.cast.isi.component.ScoredDelayedFeedbackSingleSelectForm


  private ScoredDelayedFeedbackSingleSelectForm makeDelayedResponseForm(final String wicketId,
      final Element elt) {
    ISIXmlSection section = getISIXmlSection();
    IModel<XmlSection> currentSectionModel = new XmlSectionModel(section);
    boolean compact = Boolean.parseBoolean(elt.getAttributeNS(null, "compact"));
    ScoredDelayedFeedbackSingleSelectForm selectForm = new ScoredDelayedFeedbackSingleSelectForm(wicketId, getPrompt(elt, PromptType.SINGLE_SELECT), currentSectionModel);
    selectForm.add(new AttributeRemover("rgid", "title", "group", "type", "noAnswer", "compact"));
    selectForm.setShowDateTime(!compact);
    return selectForm;
  }
View Full Code Here

TOP

Related Classes of org.cast.isi.component.ScoredDelayedFeedbackSingleSelectForm

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.