echo

Updated 远程教学相关文档 (markdown)

@@ -62,13 +62,15 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id) @@ -62,13 +62,15 @@ http://192.168.0.100:8788/home/sign?identifier=7 (identifier是用户id)
62 62
63 对于某些具体随机性选项的题目,需要保证教师端和学生端的随机一致性,这样学生端答题的情况才能正确的反应到教师端。 63 对于某些具体随机性选项的题目,需要保证教师端和学生端的随机一致性,这样学生端答题的情况才能正确的反应到教师端。
64 64
65 -* 创建单词拼写 65 +* 创建组合练习
  66 + * 单词拼写练习
  67 + * 逻辑树组合练习
66 68
67 ``` 69 ```
68 type:Other 70 type:Other
69 -command:createWordSpell 71 +command:createComposePractice
70 -userInfo:{"CandidatesForSpellPractice":[w,o,r,d], 72 +userInfo:{"CandidatesInRightOrder":[w,o,r,d],
71 -"RandomCandidatesForSpellPractice":[o,d,r,w]} 73 +"CandidatesInRandomOrder":[o,d,r,w]}
72 index:2 74 index:2
73 75
74 ``` 76 ```