Package upperbound.learningtools.funes

Examples of upperbound.learningtools.funes.MultipleChoiceExamProcess


  private MultipleChoiceExamProcess examProcess;

  /* initialization */
  @Override
  protected void setUp() throws Exception {
    examProcess = new MultipleChoiceExamProcess("Pedro Duke",
        createMultipleChoiceExam());
  }
View Full Code Here

TOP

Related Classes of upperbound.learningtools.funes.MultipleChoiceExamProcess

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.