testtool.teacher_app.test_view
Class TestGeneration

java.lang.Object
  extended by testtool.teacher_app.test_view.TestGeneration

public abstract class TestGeneration
extends java.lang.Object


Field Summary
private  int[] countTypes
           
private  Course course
           
private  int difficulty
           
private  java.util.List<java.lang.String> keywords
           
private  int questionCount
           
private  int time
           
private  java.lang.String title
           
private  int totalPoints
           
 
Constructor Summary
TestGeneration()
           
 
Method Summary
abstract  Test generateTest()
          generateTest will use the above datafields to generate a test from a question bank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

private java.lang.String title

course

private Course course

totalPoints

private int totalPoints

time

private int time

difficulty

private int difficulty

keywords

private java.util.List<java.lang.String> keywords

questionCount

private int questionCount

countTypes

private int[] countTypes
Constructor Detail

TestGeneration

public TestGeneration()
Method Detail

generateTest

public abstract Test generateTest()
generateTest will use the above datafields to generate a test from a question bank