|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttesttool.teacher_app.test_view.TestGeneration
public abstract class TestGeneration
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 |
---|
private java.lang.String title
private Course course
private int totalPoints
private int time
private int difficulty
private java.util.List<java.lang.String> keywords
private int questionCount
private int[] countTypes
Constructor Detail |
---|
public TestGeneration()
Method Detail |
---|
public abstract Test generateTest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |