|
@@ -141,6 +141,38 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
/// T課堂 0:false 1:true
|
|
|
/// </summary>
|
|
|
public string tlesson { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 課堂中課堂中使用記分板 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string useScoreBoard { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 學習參與度指數
|
|
|
+ /// </summary>
|
|
|
+ public int learnParticipation { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 是否計算學習參與度 (學習參與度指數>0:true ==0:false)
|
|
|
+ /// </summary>
|
|
|
+ public string learnParticipationCnt { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 協作任務數
|
|
|
+ /// </summary>
|
|
|
+ public int coopMission { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 協作作品數
|
|
|
+ /// </summary>
|
|
|
+ public int coopWork { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 協作總貢獻度
|
|
|
+ /// </summary>
|
|
|
+ public int coopContributionT { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 互評活動次數
|
|
|
+ /// </summary>
|
|
|
+ public int peerAct { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 互評學生參與總次數
|
|
|
+ /// </summary>
|
|
|
+ public int peerStuParticipationT { get; set; }
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
@@ -194,5 +226,14 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
public int useIes5Test { get; set; } //課堂中有使用IES5測驗模式
|
|
|
public int usePaperTest { get; set; } //課堂中有使用紙本測驗模式
|
|
|
public int useExcelTest { get; set; } //課堂中有使用Excel測驗模式
|
|
|
+ public int useScoreBoard { get; set; } //課堂中使用記分板
|
|
|
+ public int learnParticipationCnt { get; set; } //學習參與度次數
|
|
|
+ public long learnParticipationT { get; set; } //學習參與度指數(總和)
|
|
|
+ public decimal learnParticipation { get; set; } //學習參與度指數(平均)
|
|
|
+ public int coopMission { get; set; } //協作任務數
|
|
|
+ public int coopWork { get; set; } //協作作品數
|
|
|
+ public long coopContributionT { get; set; } //協作總貢獻度
|
|
|
+ public int peerAct { get; set; } //互評活動次數
|
|
|
+ public long peerStuParticipationT { get; set; } //互評學生參與總次數
|
|
|
}
|
|
|
}
|