Skip to content

Commit 4b2df87

Browse files
committed
fix: 修复答题错误
1 parent ffcca05 commit 4b2df87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/newcomerQuizFixed.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const fixedQuestions: QuizQuestion[] = [
7777
options: [
7878
"任务直接终止",
7979
"立即返回父节点,不执行该节点的后续链",
80-
"执行该节点及其后续节点链,全部完成或错误终止后再返回父节点继续识别",
80+
"执行该节点及其后续节点链,全部完成后再返回父节点继续识别",
8181
"跳转到 on_error 列表",
8282
],
8383
answer: 2,
@@ -102,7 +102,7 @@ export const fixedQuestions: QuizQuestion[] = [
102102
"入口节点的 action 执行失败",
103103
"入口节点进入的 next 节点 action 失败",
104104
],
105-
answer: [0, 2],
105+
answer: [0, 1, 2],
106106
},
107107
{
108108
type: "multi",

0 commit comments

Comments
 (0)