We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcca05 commit 4b2df87Copy full SHA for 4b2df87
1 file changed
src/data/newcomerQuizFixed.ts
@@ -77,7 +77,7 @@ export const fixedQuestions: QuizQuestion[] = [
77
options: [
78
"任务直接终止",
79
"立即返回父节点,不执行该节点的后续链",
80
- "执行该节点及其后续节点链,全部完成或错误终止后再返回父节点继续识别",
+ "执行该节点及其后续节点链,全部完成后再返回父节点继续识别",
81
"跳转到 on_error 列表",
82
],
83
answer: 2,
@@ -102,7 +102,7 @@ export const fixedQuestions: QuizQuestion[] = [
102
"入口节点的 action 执行失败",
103
"入口节点进入的 next 节点 action 失败",
104
105
- answer: [0, 2],
+ answer: [0, 1, 2],
106
},
107
{
108
type: "multi",
0 commit comments