🪣 填空 #
数据结构 #
kind: FILL_IN_THE_BLANKS
config:
target: So no one ${verb} you life was gonna be this ${noun}
fillers:
verb: told
noun: way
random: true
explains:
- kind: TEXT
text: "来自 friends 主题曲"
字段说明:
字段名 | 类型 | 说明 |
---|---|---|
target * | string | 待填空的文本,格式使用 JavaScript 的字符串模板 |
fillers * | Map<string, string> | 键为 target 中的变量;值为对应的答案文本 |
random | bool | false 表示需要完成所有填空 (默认);true 表示只需完成随机指定的一个填空 |