questions
Class Programming

java.lang.Object
  extended by questions.Question
      extended by questions.Programming

public abstract class Programming
extends Question

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

Programming

public Programming()
Method Detail

score

public abstract void score()
This method will run the gradescript name against the user entered response, which will then set the assignedScore value