|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWorkReporter
To be implemented by subclasses of PasStep that can return report on work performed within the step.
| Method Summary | |
|---|---|
java.util.List<javax.swing.JLabel> |
getCurrentAnswers()
|
java.util.List<java.lang.String> |
getCurrentPrompts()
|
java.util.List<javax.swing.JPanel> |
getCurrentStepParts()
|
java.util.Map<java.lang.String,java.lang.String> |
getEntityToPromptMap()
Returns a Note can have multiple
Rims because if it were a multi-part note step. |
java.lang.Integer |
getPossibleScore()
|
javax.swing.JPanel |
getReportForLearner()
A JPanel presenting a report of the learner's work suitable for the learner themself. |
javax.swing.JPanel |
getReportForLearner(NavigateAction navigateAction)
for special navigation options |
com.lowagie.text.pdf.PdfPCell |
getReportForLearnerPDF(net.sf.sail.core.beans.service.AnnotationService annotationService)
|
javax.swing.JPanel |
getReportForLearnerWithAnnotations()
|
javax.swing.JPanel |
getReportForLearnerWithAnnotations(NavigateAction navigateAction)
for special navigation options |
void |
initStepParts()
|
void |
setPossibleScore(java.lang.Integer possibleScore)
|
| Method Detail |
|---|
javax.swing.JPanel getReportForLearner()
javax.swing.JPanel getReportForLearner(NavigateAction navigateAction)
navigateAction - - navigates the project to that step
javax.swing.JPanel getReportForLearnerWithAnnotations(NavigateAction navigateAction)
navigateAction - - navigates the project to that step
javax.swing.JPanel getReportForLearnerWithAnnotations()
com.lowagie.text.pdf.PdfPCell getReportForLearnerPDF(net.sf.sail.core.beans.service.AnnotationService annotationService)
void initStepParts()
java.util.List<javax.swing.JPanel> getCurrentStepParts()
java.util.List<java.lang.String> getCurrentPrompts()
java.util.List<javax.swing.JLabel> getCurrentAnswers()
java.lang.Integer getPossibleScore()
void setPossibleScore(java.lang.Integer possibleScore)
java.util.Map<java.lang.String,java.lang.String> getEntityToPromptMap()
Note can have multiple
Rims because if it were a multi-part note step.
Map rimname<->prompt mapping for this step.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||