Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-04-01 14:23:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
066710203430f6b9a08cae88bf010f72fb9ca526
06671020
1 parent
1687404b
Updated 远程教学之页面动作消息 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
远程教学之页面动作消息.md
远程教学之页面动作消息.md
View file @
0667102
...
...
@@ -111,3 +111,20 @@ pageIndex:1
pageIndex:1
}
```
### 下发课堂活动内容
目前暂时用在课堂活动拼写单词的内容下发中,为了让学生端和老师端拆分的单词保持一致
教师端拆分单词,然后发送下面的自定义消息
学生端在展现拆分的单词内容的时候,等待教师端发送的消息,然后按照教师端已经拆分好的结果进行展现
```
{
type:
"templateAction"
subType
:
"activity"
command:
"splitWord"
parameter:
[
"wo"
,
"r"
,
"d"
]
index:
2
(保证页面内消息按顺序)
pageIndex:
1
}
```
...
...
Please
register
or
login
to post a comment