Showing
1 changed file
with
1 additions
and
18 deletions
@@ -32,24 +32,7 @@ | @@ -32,24 +32,7 @@ | ||
32 | 32 | ||
33 | ### 其他消息 | 33 | ### 其他消息 |
34 | 34 | ||
35 | -#### 课堂练习相关 | 35 | +to do |
36 | - | ||
37 | -对于某些具体随机性选项的题目,需要保证教师端和学生端的随机一致性,这样学生端答题的情况才能正确的反应到教师端。 | ||
38 | - | ||
39 | -* 创建组合练习 | ||
40 | - * 单词拼写练习 | ||
41 | - * 逻辑树组合练习 | ||
42 | - | ||
43 | -``` | ||
44 | -type:Other | ||
45 | -command:createComposePractice | ||
46 | -userInfo:{"CandidatesInRightOrder":[w,o,r,d], | ||
47 | -"CandidatesInRandomOrder":[o,d,r,w]} | ||
48 | -index:2 | ||
49 | - | ||
50 | -``` | ||
51 | - | ||
52 | -根据实现方式的不同,也可能有更有的解决方案,to do | ||
53 | 36 | ||
54 | ### 消息的顺序保证机制 | 37 | ### 消息的顺序保证机制 |
55 | 38 |
-
Please register or login to post a comment