QuizJET Guide Tour
QuizJET (Java Evaluation Toolkit) is an online quiz system for Java programming language. It provides authoring and delivery of quiz questions and automatic evaluation of student's answers. Users need to evaluate the program code and answer a follow-up question, such as What will be final value of the marked variable? or What will be printed by the program to the console window? QuizJET provides feedback on the correctness of the answer and the right answer in the case a student has make a mistake. The Java programs constituting QuizJET questions can contain one or several classes. For switching between classes QuizJet implements tab-based navigation. The driver class containing the main function is always placed in the first tab, which also presents the question itself, processes the student’s input and presents the system’s feedback. The important feature of QuizJet is parameterized questions. One or more numbers in the code of a driver class are dynamically replaced with a random value every time the question is delivered to a student. As a result, the students can practice QuizJET questions multiple times, and every time the question will be different and have a different correct answer.
a java program with