Difference between revisions of "QuizJET"

From PAWS Lab
Jump to: navigation, search
(Publications)
Line 5: Line 5:
  
 
== Publications ==
 
== Publications ==
 +
[[Publications]] related to QuizJET
  
 
== Contacts ==
 
== Contacts ==
 
[[User:shoha99 | Sharon, I-Han Hsiao]]
 
[[User:shoha99 | Sharon, I-Han Hsiao]]

Revision as of 22:01, 14 October 2009

Overview

QuizJET is a system serves quizzes as a self-assessment Java Evaluation Tool. It's mainly used to assess students' knowledge in Java Programming Language. QuizJET randomly generates a question parameter, creates a presentation of the parameterized question in a Web-based quiz, compares student's input to the correct answer which QuizJET runs the parameterized code "behind the stage", and records the results into a server-side database. There are several assessment types deployed in QuizJET, including examining the final value of the variable and the printouts etc. The quizzes and questions can be authored through the unified Example Authoring interface, which is also used in other projects within our research group. The parameterized functionality inherits from QuizPACK . However, in order to cover more object-oriented programming concepts, QuizJET integrates more comprehensive knowledge, such as object, classes etc. There are three major designs in QuizJET differ from QuizPACK. 1) the assessment domain knowledge is in Java. 2) the question is always presented in the first tab page as the Driver Class. Imported classes will be presented accordingly. 3) imported classes are not limited and can be reused flexibly.

Screenshots

Publications

Publications related to QuizJET

Contacts

Sharon, I-Han Hsiao