Uses of Class
org.problets.domain.line.CodeSegmentAttempt

Packages that use CodeSegmentAttempt
org.problets.domain.line   
org.problets.domain.view.code.synthesis   
org.problets.student   
 

Uses of CodeSegmentAttempt in org.problets.domain.line
 

Methods in org.problets.domain.line with parameters of type CodeSegmentAttempt
 boolean CodeSegmentAttempt.equals(CodeSegmentAttempt newAttempt)
          Returns true if this CodeSegmentAttempt is for the same line number, instructions and template as the new CodeSegmentAttempt and false otherwise
 

Uses of CodeSegmentAttempt in org.problets.domain.view.code.synthesis
 

Methods in org.problets.domain.view.code.synthesis that return CodeSegmentAttempt
 CodeSegmentAttempt SynthesisCodeSegment.getStudentAttempt()
           
 

Uses of CodeSegmentAttempt in org.problets.student
 

Methods in org.problets.student with parameters of type CodeSegmentAttempt
 void StudentModel.addtoAnswer(CodeSegmentAttempt step)
          Adds a code segment answer for coding problems
 void AnswerList.addtoAnswer(CodeSegmentAttempt codeSegmentAttempt)