com.deltalearn.rte.webservice
Interface IStatisticModelService
- All Known Subinterfaces:
- IDeltalearnService
public interface IStatisticModelService
|
Method Summary |
IComment[] |
getHistoricalCommentsFromLearner(java.lang.String userId,
java.lang.String courseId,
java.lang.String scoId)
Gets ALL the user comments for the specified course and SCO ever entered. |
IComment[] |
getHistoricalCommentsFromLms(java.lang.String userId,
java.lang.String courseId,
java.lang.String scoId)
Gets ALL the LMS comments for the specified course, user and SCO ever entered. |
getHistoricalCommentsFromLearner
IComment[] getHistoricalCommentsFromLearner(java.lang.String userId,
java.lang.String courseId,
java.lang.String scoId)
- Gets ALL the user comments for the specified course and SCO ever entered.
- Parameters:
userId - courseId - scoId -
- Returns:
- the required comments
getHistoricalCommentsFromLms
IComment[] getHistoricalCommentsFromLms(java.lang.String userId,
java.lang.String courseId,
java.lang.String scoId)
- Gets ALL the LMS comments for the specified course, user and SCO ever entered.
- Parameters:
userId - courseId - scoId -
- Returns:
- the required comments