Browse Source

內容更新

seenew 4 years ago
parent
commit
a9ea10b49f

BIN
ActivityRecord/ActivityInfo_ClassDiagram_Dics.png


+ 21 - 19
ActivityRecord/ActivityInfo_Class_Dics.txt

@@ -1,4 +1,3 @@
-
 ActivityInfo:
 	ActivityIndex
 	ActivityID
@@ -17,13 +16,13 @@ ActivityInfo:
 	ProductType	 //產品版本資訊
 	ActivityExecHostID	 //活動執行者ID	 //課程錄影資訊
 
-DisposableList`1:	 //班級資訊
+DisposableList<ClassItem>:	 //班級資訊
 
-DisposableList`1:	 //考券資訊
+DisposableList<Exam>:	 //考券資訊
 
-DisposableList`1:	 //教材資訊
+DisposableList<MaterialInfo>:	 //教材資訊
 
-DisposableList`1:	 //蘇格拉底活動紀錄
+DisposableList<SocratesAciton>:	 //蘇格拉底活動紀錄
 
 RecordingInfo:
 	EncoderName	 //Encoder 名稱
@@ -88,9 +87,9 @@ SocratesAciton:
 	Event
 	ActStartTime
 
-DisposableList`1:
+DisposableList<RecordPeriod>:
 
-DisposableList`1:
+DisposableList<SnapshotInfo>:
 
 YearFormat:
 	YearType
@@ -99,15 +98,19 @@ YearFormat:
 
 MemberList:
 
-DisposableList`1:
+DisposableList<GroupInfo>:
 
 AddressInfo:
 	Url
 	Channel
 
 QuestionItem:
+	QuestionRenderType	 //題目介面Render的種類 Html/Htex
 	id	 //唯一碼
 	shaCode	 //题目sha1编码 包含题干,选项,答案的sha1编码
+	help	 //提示
+	question	 //題目主幹
+	optCount	 //選項數
 	explain	 //解釋
 	type	 //題目類型
 	pShaCode	 //综合題的主題幹識別碼
@@ -122,9 +125,10 @@ QuestionItem:
 	createTime	 //创建时间
 	creator	 //创建者id
 	usageCount	 //使用次数
-	url	 //题目完整信息的url
+	blob	 //题目完整信息的url
+	scope	 //校本school还是私有题目private
+	lite	 //是否综合题小题
 	QuestionIndex
-	OptionsCount	 //選項數
 	QuestionDurationTime	 //作答時間
 	QuestionSpendTime	 //作答花費時間
 	QuestionLocationType	 //題目來源
@@ -196,15 +200,12 @@ GroupInfo:
 	MemberCount	 //分組人數	 //操行分數
 	TotalAdditionalScore	 //總加分
 
-ItemClass:
-	Type
-	ItemContent
-
 OptionList:
 
-DisposableList`1:	 //題目資訊
+DisposableList<String>:
+	Item
 
-DisposableList`1:
+DisposableList<RepairItem>:
 
 DisposableDictionary`2:
 	Comparer
@@ -236,10 +237,11 @@ MemberName:
 	NameSequence	 //姓名順序格式
 	DisplayName	 //成員顯示名稱
 
-DisposableList`1:
+DisposableList<MemberInfo>:
 
 OptionInfo:
-	code
+	code	 //選項代號
+	value	 //選項內容
 	OptionIndex
 	OptionOrder
 	Point	 //配分
@@ -259,7 +261,7 @@ DisposableDictionary`2:
 	Keys
 	Values
 
-DisposableList`1:	 //分數異動
+DisposableList<ScoreChange>:	 //分數異動
 
 Member_Answer:
 

File diff suppressed because it is too large
+ 1786 - 15402
ActivityRecord/DataSample.json