echo

Updated 远程教学之画板相关消息 (markdown)

1 -[返回远程教学相关文档](远程教学相关文档) 1 +[返回在线授课相关文档](在线授课相关文档)
2 2
3 教学画板的问题 3 教学画板的问题
4 * 由于各个设备的尺寸不一,造成画面和文字显示在各个设备上显示方式并不一致。 4 * 由于各个设备的尺寸不一,造成画面和文字显示在各个设备上显示方式并不一致。
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 ``` 10 ```
11 type:templateAction 11 type:templateAction
12 subtype:drawingBoard 12 subtype:drawingBoard
13 - command:openDrawPanel 13 + command:openDrawBoard
14 attachmentType:image 14 attachmentType:image
15 ``` 15 ```
16 附加的附件是教师版当前页面的截图 16 附加的附件是教师版当前页面的截图
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
19 ``` 19 ```
20 type:templateAction 20 type:templateAction
21 subtype:drawingBoard 21 subtype:drawingBoard
22 - command:closeDrawPanel 22 + command:closeDrawBoard
23 ``` 23 ```
24 24
25 * 更换画笔 25 * 更换画笔
26 ``` 26 ```
27 type:templateAction 27 type:templateAction
28 - subtype:drawPanelAction 28 + subtype:drawingBoard
29 command:changeBrush 29 command:changeBrush
30 ``` 30 ```
31 31
32 * Undo操作 32 * Undo操作
33 ``` 33 ```
34 type:templateAction 34 type:templateAction
35 - subtype:drawPanelAction 35 + subtype:drawingBoard
36 command:undo 36 command:undo
37 ``` 37 ```
38 38
39 * 清空画面 39 * 清空画面
40 ``` 40 ```
41 type:templateAction 41 type:templateAction
42 - subtype:drawPanelAction 42 + subtype:drawingBoard
43 command:clear 43 command:clear
44 ``` 44 ```
45 45
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 * 开始绘画消息 48 * 开始绘画消息
49 ``` 49 ```
50 type:templateAction 50 type:templateAction
51 - subtype:drawPanelAction 51 + subtype:drawingBoard
52 command:beginDraw 52 command:beginDraw
53 startX:200 53 startX:200
54 startY:100 54 startY:100
@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
57 * 绘画中的消息 57 * 绘画中的消息
58 ``` 58 ```
59 type:templateAction 59 type:templateAction
60 - subtype:drawPanelAction 60 + subtype:drawingBoard
61 command:drawing 61 command:drawing
62 attachment:smallFile 62 attachment:smallFile
63 ``` 63 ```
@@ -66,7 +66,7 @@ @@ -66,7 +66,7 @@
66 * 绘画结束消息 66 * 绘画结束消息
67 ``` 67 ```
68 type:templateAction 68 type:templateAction
69 - subtype:drawPanelAction 69 + subtype:drawingBoard
70 command:endDraw 70 command:endDraw
71 endX:50 71 endX:50
72 endY:50 72 endY:50