|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.tutor.BaseTutor
org.problets.tutor.SynthesisTutor
public class SynthesisTutor
Tutor to grade coding problems
Field Summary |
---|
Fields inherited from class org.problets.tutor.BaseTutor |
---|
DONT_KNOW_ANSWER |
Fields inherited from interface org.problets.tutor.GradeConstants |
---|
CORRECT, GENERATED, gradeText, INCORRECT, MISSED, PARTIAL, TOTAL_STATS, UNATTEMPTED |
Constructor Summary | |
---|---|
SynthesisTutor(StudentModel inStudent,
CodeModel inCode,
LogModel inLog)
|
Method Summary | |
---|---|
boolean |
gradeAnswer(AbstractLine studentAnswer)
Grades the student's attempt at entering code for one segment, and returns true if the answer is correct and false otherwise. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class org.problets.tutor.BaseTutor |
---|
generateDelayedFeedback, getActualAnswer, getGrade, getNarration, setupProblem |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynthesisTutor(StudentModel inStudent, CodeModel inCode, LogModel inLog)
Method Detail |
---|
public boolean gradeAnswer(AbstractLine studentAnswer)
gradeAnswer
in class BaseTutor
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |