using System.Collections.Generic; namespace TEAMModelOS.SDK.Models.Dtos { public class LessonRecordActivityInfo { /// /// /// public List optionList { get; set; } = new List(); /// /// /// public string activityRecordNumber { get; set; } /// /// /// public string activityBindingNumber { get; set; } /// /// 技术-研发行政班 /// public string activityName { get; set; } /// /// /// public string startDateTime { get; set; } /// /// /// public string endDateTime { get; set; } /// /// /// public string duration { get; set; } /// /// /// public string activityMode { get; set; } ///// ///// ///// //public string account_Token { get; set; } ///// ///// ///// //public string access_Token { get; set; } ///// ///// ///// //public string teamModelID { get; set; } ///// ///// ///// //public string teamModelName { get; set; } /// /// classList 名单信息 /// public List classList { get; set; } = new List(); /// /// examinationList 评测的描述详细信息 /// public List examinationList { get; set; } = new List(); /// /// 学生的评测的分数{ "00000": { "202100101": 100.0}}, 00000代表第几轮的评测 /// public Dictionary> studentExamScoreDic { get; set; } = new Dictionary>(); /// /// 每一页PPT的 详细信息 /// public List pqA_List { get; set; } = new List(); /// /// HiTeach 5新手入门教学 2_互动课堂设置&教材模板.pptx /// public string meterialName { get; set; } /// /// /// public List materialList { get; set; } = new List(); /// /// /// public string productType { get; set; } /// /// 罗老师 /// public string activityExecHostID { get; set; } /// /// /// public List sokratesActions { get; set; } = new List(); /// /// /// public List messageList { get; set; } = new List(); /// /// /// public bool isSokActivity { get; set; } /// /// /// public int pagePushCount { get; set; } /// /// /// public int rescourcePushCount { get; set; } /// /// /// public int messagePushCount { get; set; } /// /// /// public int diversityPushCount { get; set; } /// /// /// public bool haveTA_Pushed2ImageEver { get; set; } public int pickupTimes { get; set; } public int pickupCount { get; set;} /// /// /// public long timeStamp { get; set; } } public class Year { /// /// /// public string yearType { get; set; } /// /// /// public int yearADValue { get; set; } /// /// /// public string yearString { get; set; } /// /// /// public long timeStamp { get; set; } } public class BehaviorScore { /// /// /// public double score { get; set; } /// /// 暂未知其作用 /// //public List changes { get; set; } = new List(); /// /// /// public long timeStamp { get; set; } } public class RemoteNumber { /// /// /// public int seatID { get; set; } /// /// /// public int channel { get; set; } /// /// /// public int mac { get; set; } /// /// /// public int macID { get; set; } /// /// /// public string macString { get; set; } /// /// /// public long timeStamp { get; set; } } public class MemberName { /// /// /// public string familyName { get; set; } /// /// /// public string firstName { get; set; } /// /// /// public string nameSequence { get; set; } /// /// 罗老师 /// public string displayName { get; set; } /// /// /// public long timeStamp { get; set; } } public class MemberListItem { /// /// /// public string memberID { get; set; } /// /// /// public string studentID { get; set; } /// /// /// public int seatID { get; set; } /// /// /// public string schoolID { get; set; } /// /// /// public string schoolName { get; set; } /// /// /// public string organizationID { get; set; } /// /// /// public string uniqueID { get; set; } /// /// /// public string networkAccount { get; set; } /// /// /// public string password { get; set; } /// /// /// public string email { get; set; } /// /// /// public int groupIndex { get; set; } /// /// /// public string groupID { get; set; } /// /// /// public double score { get; set; } /// /// /// public BehaviorScore behaviorScore { get; set; } = new BehaviorScore(); /// /// /// public int remoteID { get; set; } /// /// /// public RemoteNumber remoteNumber { get; set; } = new RemoteNumber(); /// /// /// public MemberName memberName { get; set; } = new MemberName(); /// /// /// public string birthDay { get; set; } /// /// /// public string gender { get; set; } /// /// /// public string responseState { get; set; } /// /// /// public string pickOutState { get; set; } /// /// /// public string memberPhoto { get; set; } /// /// /// public string tmid { get; set; } /// /// /// public string phoneNumber { get; set; } /// /// /// public string bindMemberState { get; set; } /// /// /// public string memberAttendState { get; set; } /// /// /// public int ies_Type { get; set; } /// /// /// public long timeStamp { get; set; } } /// /// 名单分组信息 /// public class GroupsListItem { /// /// /// public int groupIndex { get; set; } /// /// /// public string groupID { get; set; } /// /// 组别1 /// public string groupName { get; set; } /// /// /// public int memberCount { get; set; } /// /// /// public double score { get; set; } /// /// /// public BehaviorScore behaviorScore { get; set; } = new BehaviorScore(); /// /// /// public List memberList { get; set; } = new List(); /// /// /// public double totalAdditionalScore { get; set; } /// /// /// public long timeStamp { get; set; } } public class ClassAddressInfo { /// /// /// public string url { get; set; } /// /// /// public string channel { get; set; } /// /// /// public long timeStamp { get; set; } } public class ClassListItem { /// /// /// public string schoolID { get; set; } /// /// 醍摩豆学校 /// public string schoolName { get; set; } /// /// /// public string scope { get; set; } ///// ///// 组织编号 ///// //public string organizationID { get; set; } ///// ///// ///// //public string organizationName { get; set; } /// /// /// public int memberCount { get; set; } /// /// /// public string subjectID { get; set; } /// /// 产品技术 /// public string subjectName { get; set; } /// /// /// public string courseID { get; set; } /// /// 技术 /// public string courseName { get; set; } /// /// /// public string cid { get; set; } /// /// 研发行政班 /// public string className { get; set; } ///// ///// 学系名称 ///// //public string academicName { get; set; } ///// ///// 学期名称 ///// //public string semesterName { get; set; } /// /// /// public string gradeID { get; set; } /// /// 大一年级 /// public string gradeName { get; set; } /// /// /// //public Year year { get; set; } /// /// 名单教师信息 /// public List hostList { get; set; } = new List { }; /// /// /// public string groupState { get; set; } /// /// /// public string classType { get; set; } /// /// 名单分组信息 /// public List groupsList { get; set; } = new List { }; /// /// 名单学生信息 /// public List membersList { get; set; } = new List { }; /// /// /// public string groupLocationType { get; set; } /// /// /// public ClassAddressInfo classAddressInfo { get; set; } = new ClassAddressInfo(); /// /// /// public string stuListID { get; set; } } public class Scoring { /// /// /// public double score { get; set; } /// /// /// public List knowledge { get; set; } = new List(); /// /// /// public int field { get; set; } /// /// /// public List ans { get; set; } = new List(); } public class SlidesItem { /// /// /// public string url { get; set; } /// /// /// public string type { get; set; } /// /// /// public Scoring scoring { get; set; } = new Scoring(); } public class ExaminationListItem { /// /// /// public string examinationID { get; set; } /// /// /// public int totalQuestion { get; set; } /// /// /// public int questionSetCount { get; set; } /// /// /// public string content { get; set; } ///// ///// ///// //public string date { get; set; } ///// ///// ///// //public string dept { get; set; } ///// ///// ///// //public string editor { get; set; } /// /// /// public string startTime { get; set; } /// /// /// public string time { get; set; } /// /// /// public string blobUrl { get; set; } /// /// /// public List attachments { get; set; } = new List(); /// /// /// public int qamode { get; set; } /// /// /// public string id { get; set; } /// /// 2022年青羊区艺术素养测评八年级音乐试卷二 /// public string name { get; set; } /// /// /// public string scope { get; set; } /// /// /// public int multipleRule { get; set; } /// /// /// public List slides { get; set; } = new List(); /// /// /// public List knowledges { get; set; } = new List(); /// /// /// public string periodId { get; set; } /// /// /// public string subjectId { get; set; } /// /// 音乐 /// public string subjectName { get; set; } /// /// /// public double score { get; set; } /// /// /// public List points { get; set; } = new List(); /// /// /// public List gradeIds { get; set; } = new List(); /// /// /// public long timeStamp { get; set; } } public class Exercise { /// /// /// public List answer { get; set; } = new List(); /// /// /// public bool objective { get; set; } /// /// /// public int opts { get; set; } /// /// /// public int blankCount { get; set; } /// /// /// public string explain { get; set; } /// /// /// public string type { get; set; } /// /// /// public List knowledges { get; set; } = new List(); /// /// /// public double score { get; set; } /// /// /// public int field { get; set; } /// /// /// public int order { get; set; } /// /// /// public string subjectId { get; set; } /// /// /// public string periodId { get; set; } /// /// /// public List gradeIds { get; set; } = new List(); /// /// /// public int level { get; set; } /// /// /// public long createTime { get; set; } /// /// /// public string creator { get; set; } /// /// /// public List children { get; set; } = new List(); /// /// /// public List repair { get; set; } = new List(); } public class OptionItem { /// /// /// public string code { get; set; } } public class ItemItem { /// /// /// public string question { get; set; } /// /// /// public List option { get; set; }=new List(); } public class Question { /// /// /// public string questionRenderType { get; set; } /// /// /// public string shaCode { get; set; } /// /// /// public int questionIndex { get; set; } /// /// /// public string questionDurationTime { get; set; } /// /// /// public string questionSpendTime { get; set; } /// /// /// public string questionLocationType { get; set; } /// /// /// public int totalAnsweredMemberCount { get; set; } /// /// /// public string concept { get; set; } /// /// /// public string keyword { get; set; } /// /// /// public string contentQuestionCategory { get; set; } /// /// /// public string questionAnsweredState { get; set; } /// /// /// public string id { get; set; } /// /// /// public Exercise exercise { get; set; }= new Exercise(); /// /// /// public List item { get; set; }= new List(); } public class Tag { } public class MiniNote { /// /// /// public string linkUrl { get; set; } } public class MemberAnswers { /// /// /// public string seatID { get; set; } /// /// /// public string memberID { get; set; } /// /// /// public double score { get; set; } /// /// /// public int answerTime { get; set; } /// /// /// public int answerSpendTime { get; set; } /// /// /// public string answerCorrectState { get; set; } /// /// /// public Tag tag { get; set; } = new Tag(); /// /// /// public MiniNote miniNote { get; set; } = new MiniNote(); /// /// /// public string questionID { get; set; } /// /// /// public List answer { get; set; } /// /// /// public int timeStamp { get; set; } } public class GroupAnswers { } public class ScoreDetailResult { } public class MutualDetailSummary { } public class SmartRatingSummary { /// /// /// public ScoreDetailResult scoreDetailResult { get; set; } = new ScoreDetailResult(); /// /// /// public MutualDetailSummary mutualDetailSummary { get; set; } = new MutualDetailSummary(); } public class MappingDictionary { } public class SelfPaceAnswers { /// /// /// public MappingDictionary mappingDictionary { get; set; } = new MappingDictionary(); } public class PqA_ListItem { /// /// /// public string collateJobName { get; set; } /// /// /// public int completeCount { get; set; } /// /// /// public string pageDuration { get; set; } /// /// /// public bool allowPause { get; set; } /// /// /// public string modeState { get; set; } /// /// /// public bool isIRS_Cloned { get; set; } /// /// /// public bool isCloned { get; set; } /// /// /// public Question question { get; set; } = new Question(); /// /// /// public List buzzHistory { get; set; } = new List(); /// /// /// public List memberPushOrder { get; set; } = new List(); /// /// /// public List selectedItems { get; set; } = new List(); /// /// /// public string pageID { get; set; } /// /// /// public string coworkType { get; set; } /// /// /// public string meteorType { get; set; } /// /// /// public string mutualType { get; set; } /// /// /// public string materialDataType { get; set; } /// /// /// public string pageBoblUrl { get; set; } /// /// /// public bool isDeferQuestion { get; set; } /// /// /// public bool isForSokQues { get; set; } /// /// /// public bool isSelfPace { get; set; } /// /// /// public bool isSelfPaceInfo { get; set; } /// /// /// public string cloneFrom { get; set; } /// /// /// public bool needCopyAnswer { get; set; } /// /// /// public bool isSokQuizStarted { get; set; } /// /// /// public bool isSokCompetionStarted { get; set; } /// /// /// public bool isSokQuizEnd { get; set; } /// /// /// public bool isSokFlipEnd { get; set; } /// /// /// public bool isSokBuzzEnd { get; set; } /// /// /// public bool isRefreshed { get; set; } /// /// /// public string examID { get; set; } /// /// /// public int roundIndex { get; set; } /// /// /// public Dictionary> memberAnswers { get; set; } = new Dictionary>(); /// /// /// public GroupAnswers groupAnswers { get; set; }= new GroupAnswers(); /// /// /// public SmartRatingSummary smartRatingSummary { get; set; }= new SmartRatingSummary(); /// /// /// public SelfPaceAnswers selfPaceAnswers { get; set; }= new SelfPaceAnswers(); /// /// 学生被淘汰出局的 字典 /// public Dictionary memberEliminatedDictionary { get; set; } = new Dictionary(); /// /// /// public Dictionary competitionAnsweredDic { get; set; } = new Dictionary(); /// /// /// public List competitionWinners { get; set; } = new List(); /// /// /// public Dictionary memberPushes { get; set; } = new Dictionary(); /// /// /// public string collateType { get; set; } } public class SnapshotListItem { /// /// /// public string fileType { get; set; } /// /// /// public string fileName { get; set; } /// /// /// public string source { get; set; } } public class Payload { /// /// /// public string pageID { get; set; } /// /// /// public List snapshotList { get; set; } /// /// /// public string metaTyp { get; set; } /// /// /// public string pageMeta { get; set; } } public class PageMessage { /// /// /// public Payload payload { get; set; } /// /// /// public string action { get; set; } /// /// /// public string clientType { get; set; } /// /// /// public string sender { get; set; } /// /// /// public long timestamp { get; set; } /// /// /// public bool waitReturn { get; set; } /// /// /// public bool isNewTA { get; set; } } public class SelectedItemsItem { /// /// /// public bool showBackMemberInfo { get; set; } /// /// /// public MemberListItem memberInfo { get; set; } = new MemberListItem(); /// /// /// public bool isGroupItem { get; set; } /// /// /// public GroupsListItem groupInfo { get; set; } = new GroupsListItem(); /// /// /// public bool removeable { get; set; } /// /// /// public bool isSelected { get; set; } /// /// /// public int selectedIndex { get; set; } /// /// /// public string jobID { get; set; } /// /// /// public PageMessage pageMessage { get; set; } = new PageMessage(); /// /// /// public string sender { get; set; } /// /// /// public List blobFiles { get; set; } = new List(); /// /// /// public List localFiles { get; set; }= new List(); /// /// /// public Dictionary collateTypeDic { get; set; } = new Dictionary(); /// /// /// public Dictionary syncStatus { get; set; }=new Dictionary(); /// /// /// public bool isSyncComplete { get; set; } /// /// /// public bool haveAnswer { get; set; } /// /// /// public string reciveTime { get; set; } /// /// /// public int displayIndex { get; set; } } }