moodle_post_forum_discussion
Post a new discussion thread to a Moodle forum. Retrieve the course module ID from course contents. Posts are immediately visible to the class with no draft or withdrawal; permission errors occur if posting is restricted.
Instructions
在 Moodle 论坛发一个新讨论帖。cmid 从 moodle_get_course_contents 里 modtype 为 forum 的活动拿。发出即全班可见,没有草稿也没有撤回,发之前请确认内容。学生没有发帖权限的论坛(如只读的公告栏)会直接报错。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmid | Yes | 课程模块 id(course module id),即活动链接里的 id 参数 | |
| message | Yes | 正文,纯文本即可 | |
| subject | Yes | 帖子标题 |