mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
提交修改
This commit is contained in:
@@ -7,12 +7,7 @@ package com.xboe.module.scorm;
|
|||||||
*/
|
*/
|
||||||
public interface IScormStudyCallback {
|
public interface IScormStudyCallback {
|
||||||
|
|
||||||
/**
|
|
||||||
* 学习完成回调
|
|
||||||
* @param studyId
|
|
||||||
* @param studyId
|
|
||||||
* @param studyId
|
|
||||||
*/
|
|
||||||
/**
|
/**
|
||||||
* 学习完成回调
|
* 学习完成回调
|
||||||
* @param lmsId 初始化时传入的学习lmsId
|
* @param lmsId 初始化时传入的学习lmsId
|
||||||
@@ -23,5 +18,5 @@ public interface IScormStudyCallback {
|
|||||||
* @param scormId scorm课程的id
|
* @param scormId scorm课程的id
|
||||||
* @param scoId sco的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