fix: continue question selection after graph updates

This commit is contained in:
2026-08-03 11:28:49 +01:00
parent b00928d6fb
commit 3e2edd2edc
7 changed files with 509 additions and 2 deletions
+3
View File
@@ -504,6 +504,9 @@ function buildFoundationalDirectQuestion(node) {
if (/^who experiences this problem$/i.test(label)) {
return "Who experiences this problem?";
}
if (/^whether other people experience this problem$/i.test(label)) {
return "What makes you think other people experience this problem too?";
}
if (/^what happens when this problem is not resolved$/i.test(label)) {
return "What happens when this problem is not resolved?";
}