ed_post_thread
Create and publish a thread in an Ed course forum. Write content in markdown and it converts to Ed XML automatically. Choose private mode to limit visibility to instructors.
Instructions
在 Ed 课程论坛发新帖。content 用 markdown 写,自动转成 Ed XML。发出即上线,没有草稿阶段(is_private 为 true 时只有教职工和你可见)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Thread title | |
| content | Yes | Thread content in markdown (converted to Ed XML automatically) | |
| category | Yes | 必须精确匹配课程已有分类(见 ed_list_threads 输出) | |
| course_id | Yes | Ed course ID (numeric ID, can be obtained from ed_list_courses) | |
| is_private | No | ||
| subcategory | No | ||
| thread_type | No | question | |
| is_anonymous | No |