override_item
Override a question's stem and options within a book copy, preserving the original in the question bank. Empty override restores the original.
Instructions
书内改一道题的题面(D3 override 副本):只影响本书,题库原子题不动。
override.stem/options 写入 item.override_json;question_id 溯源保留(血缘不断)。 还原原题 = 传空 override({})即清。含数学 <> 不会被 XSS 剥。 返回 {ok}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| override | Yes | 书内改题副本(D3):只影响本书,题库原子题不动。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||