mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
提交修改
This commit is contained in:
@@ -7,12 +7,7 @@ package com.xboe.module.scorm;
|
||||
*/
|
||||
public interface IScormStudyCallback {
|
||||
|
||||
/**
|
||||
* 学习完成回调
|
||||
* @param studyId
|
||||
* @param studyId
|
||||
* @param studyId
|
||||
*/
|
||||
|
||||
/**
|
||||
* 学习完成回调
|
||||
* @param lmsId 初始化时传入的学习lmsId
|
||||
@@ -23,5 +18,5 @@ public interface IScormStudyCallback {
|
||||
* @param scormId scorm课程的id
|
||||
* @param scoId sco的id
|
||||
*/
|
||||
void scoFinishCallback(String lmsId,String courseId,String contentId,String studentId,String studentName,String scormId,String scoId);
|
||||
void finishCallback(String lmsId,String courseId,String contentId,String studentId,String studentName,String scormId,String scoId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user