echo

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

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