Package com.jguice.quizzle.text

Examples of com.jguice.quizzle.text.TextQuiz


    return quiz;
  }
 
  private Quiz setupTextQuiz(String quizName) throws IOException {
    File quizFile = new File(quizFolder + System.getProperty("file.separator") + quizName);
    Quiz quiz = new TextQuiz(quizFile);
    return quiz;
  }
View Full Code Here

TOP

Related Classes of com.jguice.quizzle.text.TextQuiz

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.