|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquestions.Question
questions.Programming
public abstract class Programming
The Programming test takes in a scriptName, a programming Language and a userAnswer. It will then grade the test with the score method and return that score
Constructor Summary | |
---|---|
Programming()
|
Method Summary | |
---|---|
abstract void |
score()
This method will run the gradescript name against the user entered response, which will then set the assignedScore value |
Methods inherited from class questions.Question |
---|
assignScore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Programming()
Method Detail |
---|
public abstract void score()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |