|
@@ -48,6 +48,15 @@ export default {
|
|
|
clientInteractionCount:0, //21:互動總次數
|
|
|
external_ip:'',//22.external_ip
|
|
|
version:'',//23.version (ex. 5.0.21.0000 -> 500210000)
|
|
|
+ isSok:'', // 24. 有送出小數據或SOK服務: 0/1
|
|
|
+ IRSType_Mutual:'', //25.互評
|
|
|
+ IRSType_CoworkNew:'',//26.協作
|
|
|
+ isWordCloud:0, //27.wordCloud
|
|
|
+ isClouDAS:'', //28.clouDAS
|
|
|
+ isGpt:0, //29.GPT
|
|
|
+ isExamIES5:'', //30. 課堂中有使用IES5測驗模式
|
|
|
+ isExamPaper:'', //31. 課堂中有使用紙本測驗模式
|
|
|
+ isExamExcel:'' //32. 課堂中有使用Excel測驗模式
|
|
|
}
|
|
|
},
|
|
|
getters: {
|