echo

Updated 远程教学之回答相关消息 (markdown)

@@ -11,12 +11,16 @@ @@ -11,12 +11,16 @@
11 11
12 ``` 12 ```
13 单词拼写 13 单词拼写
14 -type:"answer" 14 +{
15 -command:"selectWordCandidate" 15 + type:"answer"
16 -candidate:"w" 16 + command:"selectWordCandidate"
  17 + candidate:"w"
  18 +}
17 19
18 句子拼写 20 句子拼写
19 -type:"answer" 21 +{
20 -command:"selectSentenceCandidate" 22 + type:"answer"
21 -candidate:"what is your name?" 23 + command:"selectSentenceCandidate"
  24 + candidate:"what is your name?"
  25 +}
22 ``` 26 ```