Spaces:
Running
Running
Update app.js
Browse files
app.js
CHANGED
|
@@ -722,7 +722,7 @@ const FLOW = {
|
|
| 722 |
6: { q: "Extract matches necessary data approvals?", onYes: 7, onNo: 6 },
|
| 723 |
/* Step 7 has several conditional questions */
|
| 724 |
7: [
|
| 725 |
-
{ q: "Any new purpose?", yes: 1, no: "next" },
|
| 726 |
{ q: "Any new approvals needed?", yes: 3, no: "next" },
|
| 727 |
{ q: "Any new access/contracts?", yes: 4, no: 8 },
|
| 728 |
],
|
|
|
|
| 722 |
6: { q: "Extract matches necessary data approvals?", onYes: 7, onNo: 6 },
|
| 723 |
/* Step 7 has several conditional questions */
|
| 724 |
7: [
|
| 725 |
+
{ q: "Any new additional purpose ?", yes: 1, no: "next" },
|
| 726 |
{ q: "Any new approvals needed?", yes: 3, no: "next" },
|
| 727 |
{ q: "Any new access/contracts?", yes: 4, no: 8 },
|
| 728 |
],
|