org.problets.student
Class StudentRecord
java.lang.Object
org.problets.student.StudentRecord
public class StudentRecord
- extends java.lang.Object
Holds the information about the student's answer to one problem
- Author:
- Amruth Kumar
Constructor Summary |
StudentRecord()
Currently used by ExpressionTutor |
StudentRecord(int inTemplateNumber)
|
StudentRecord(int inTemplateNumber,
int inActualSteps,
int inStudentSteps,
int inCorrectSteps,
int inIncorrectSteps,
int inMissedSteps)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StudentRecord
public StudentRecord(int inTemplateNumber,
int inActualSteps,
int inStudentSteps,
int inCorrectSteps,
int inIncorrectSteps,
int inMissedSteps)
StudentRecord
public StudentRecord(int inTemplateNumber)
StudentRecord
public StudentRecord()
- Currently used by ExpressionTutor
getActualSteps
public int getActualSteps()
getStudentSteps
public int getStudentSteps()
getCorrectSteps
public int getCorrectSteps()
getProblemTime
public long getProblemTime()
getFeedbackTime
public long getFeedbackTime()
setActualSteps
public void setActualSteps(int steps)
setStudentSteps
public void setStudentSteps(int steps)
setCorrectSteps
public void setCorrectSteps(int steps)
setProblemTime
public void setProblemTime(long time)
setFeedbackTime
public void setFeedbackTime(long time)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
print
public void print()
main
public static void main(java.lang.String[] args)