|
@@ -105,6 +105,38 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
/// 是否送出小數據或SOK服務 0:false 1:true
|
|
|
/// </summary>
|
|
|
public string sendSok { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 學習型態-互評 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string learnPeer { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 學習型態-協作 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string learnCoop { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 課堂中有使用文字雲 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string useWordCloud { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 課堂中有使用clouDAS 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string useClouDAS { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 課堂中有使用GPT 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string useGPT { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 課堂中有使用IES5測驗模式 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string useIes5Test { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 課堂中有使用紙本測驗模式 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string usePaperTest { get; set; }
|
|
|
+ /// <summary>
|
|
|
+ /// 課堂中有使用Excel測驗模式 0:false 1:true
|
|
|
+ /// </summary>
|
|
|
+ public string useExcelTest { get; set; }
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
@@ -148,5 +180,13 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
public int item { get; set; } //題數
|
|
|
public int interact { get; set; } //互動總次數
|
|
|
public int sendSok { get; set; } //送出小數據或SOK服務
|
|
|
+ public int learnPeer { get; set; } //學習型態-互評
|
|
|
+ public int learnCoop { get; set; } //學習型態-協作
|
|
|
+ public int useWordCloud { get; set; } //課堂中有使用文字雲
|
|
|
+ public int useClouDAS { get; set; } //課堂中有使用clouDAS
|
|
|
+ public int useGPT { get; set; } //課堂中有使用GPT
|
|
|
+ public int useIes5Test { get; set; } //課堂中有使用IES5測驗模式
|
|
|
+ public int usePaperTest { get; set; } //課堂中有使用紙本測驗模式
|
|
|
+ public int useExcelTest { get; set; } //課堂中有使用Excel測驗模式
|
|
|
}
|
|
|
}
|