[ { "id": "parallel-operational-01", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: fetch the primary manifest; fetch the mirror manifest. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: fetch the primary manifest; fetch the mirror manifest, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-01", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-01", "english": "Requirement: first, fetch the primary manifest. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: fetch the mirror manifest.", "ainglish": "req: fetch the primary manifest; fetch the mirror manifest, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-01", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-02", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: scan the east shard; scan the west shard. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: scan the east shard and scan the west shard, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-02", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-02", "english": "Requirement: first, scan the east shard. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: scan the west shard.", "ainglish": "req: scan the east shard and scan the west shard, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-02", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-03", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: compile the API service; compile the worker service. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- compile the API service\n- compile the worker service\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-03", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-03", "english": "Requirement: first, compile the API service. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: compile the worker service.", "ainglish": "req:\n- compile the API service\n- compile the worker service\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-03", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-04", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: copy the audit ledger; rotate the ledger key. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, copy the audit ledger; second, rotate the ledger key, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-04", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-04", "english": "Requirement: first, copy the audit ledger. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: rotate the ledger key.", "ainglish": "req: first, copy the audit ledger; second, rotate the ledger key, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-04", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-05", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: probe the public endpoint; probe the private endpoint; summarize the responses. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: probe the public endpoint; probe the private endpoint; summarize the responses, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-05", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-05", "english": "Requirement: first, probe the public endpoint. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: probe the private endpoint. After the second action reaches a terminal outcome, perform the third: summarize the responses.", "ainglish": "req: probe the public endpoint; probe the private endpoint; summarize the responses, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-05", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-06", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: render the desktop page; render the mobile page. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: render the desktop page; render the mobile page, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-06", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-06", "english": "Requirement: first, render the desktop page. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: render the mobile page.", "ainglish": "req: render the desktop page; render the mobile page, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-06", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-07", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: validate the schema; validate the fixtures. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: validate the schema and validate the fixtures, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-07", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-07", "english": "Requirement: first, validate the schema. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: validate the fixtures.", "ainglish": "req: validate the schema and validate the fixtures, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-07", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-08", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: index the document archive; index the image archive. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- index the document archive\n- index the image archive\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-08", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-08", "english": "Requirement: first, index the document archive. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: index the image archive.", "ainglish": "req:\n- index the document archive\n- index the image archive\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-08", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-09", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: rebuild the cache; restart the queue. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, rebuild the cache; second, restart the queue, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-09", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-09", "english": "Requirement: first, rebuild the cache. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: restart the queue.", "ainglish": "req: first, rebuild the cache; second, restart the queue, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-09", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-10", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: export the billing table; export the usage table; reconcile their totals. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: export the billing table; export the usage table; reconcile their totals, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-10", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-10", "english": "Requirement: first, export the billing table. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: export the usage table. After the second action reaches a terminal outcome, perform the third: reconcile their totals.", "ainglish": "req: export the billing table; export the usage table; reconcile their totals, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-10", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-11", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: download the north replica; download the south replica. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: download the north replica; download the south replica, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-11", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-11", "english": "Requirement: first, download the north replica. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: download the south replica.", "ainglish": "req: download the north replica; download the south replica, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-11", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-12", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: inspect the ingress rules; inspect the egress rules. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: inspect the ingress rules and inspect the egress rules, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-12", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-12", "english": "Requirement: first, inspect the ingress rules. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: inspect the egress rules.", "ainglish": "req: inspect the ingress rules and inspect the egress rules, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-12", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-13", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: compress the event log; compress the trace log. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- compress the event log\n- compress the trace log\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-13", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-13", "english": "Requirement: first, compress the event log. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: compress the trace log.", "ainglish": "req:\n- compress the event log\n- compress the trace log\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-13", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-14", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: test the JSON parser; test the YAML parser. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, test the JSON parser; second, test the YAML parser, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-14", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-14", "english": "Requirement: first, test the JSON parser. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: test the YAML parser.", "ainglish": "req: first, test the JSON parser; second, test the YAML parser, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-14", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-15", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: warm the catalog cache; warm the profile cache; measure the combined hit rate. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: warm the catalog cache; warm the profile cache; measure the combined hit rate, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-15", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-15", "english": "Requirement: first, warm the catalog cache. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: warm the profile cache. After the second action reaches a terminal outcome, perform the third: measure the combined hit rate.", "ainglish": "req: warm the catalog cache; warm the profile cache; measure the combined hit rate, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-15", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-16", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: snapshot database Cedar; snapshot database Flint. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: snapshot database Cedar; snapshot database Flint, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-16", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-16", "english": "Requirement: first, snapshot database Cedar. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: snapshot database Flint.", "ainglish": "req: snapshot database Cedar; snapshot database Flint, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-16", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-17", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: lint the templates; lint the stylesheets. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: lint the templates and lint the stylesheets, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-17", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-17", "english": "Requirement: first, lint the templates. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: lint the stylesheets.", "ainglish": "req: lint the templates and lint the stylesheets, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-17", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-18", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: query sensor Amber; query sensor Violet. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- query sensor Amber\n- query sensor Violet\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-18", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-18", "english": "Requirement: first, query sensor Amber. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: query sensor Violet.", "ainglish": "req:\n- query sensor Amber\n- query sensor Violet\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-18", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-19", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: replay queue Alpha; replay queue Beta. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, replay queue Alpha; second, replay queue Beta, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-19", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-19", "english": "Requirement: first, replay queue Alpha. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: replay queue Beta.", "ainglish": "req: first, replay queue Alpha; second, replay queue Beta, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-19", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-20", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: sign the source bundle; sign the data bundle; publish both signatures. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: sign the source bundle; sign the data bundle; publish both signatures, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-20", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-20", "english": "Requirement: first, sign the source bundle. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: sign the data bundle. After the second action reaches a terminal outcome, perform the third: publish both signatures.", "ainglish": "req: sign the source bundle; sign the data bundle; publish both signatures, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-20", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-21", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: drain worker pool Red; drain worker pool Blue. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: drain worker pool Red; drain worker pool Blue, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-21", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-21", "english": "Requirement: first, drain worker pool Red. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: drain worker pool Blue.", "ainglish": "req: drain worker pool Red; drain worker pool Blue, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "semicolon", "shared_workflow_id": "operational-21", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-22", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: measure route Aspen; measure route Birch. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: measure route Aspen and measure route Birch, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-22", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-22", "english": "Requirement: first, measure route Aspen. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: measure route Birch.", "ainglish": "req: measure route Aspen and measure route Birch, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "and", "shared_workflow_id": "operational-22", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-23", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: check the primary certificate; check the backup certificate. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- check the primary certificate\n- check the backup certificate\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-23", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-23", "english": "Requirement: first, check the primary certificate. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: check the backup certificate.", "ainglish": "req:\n- check the primary certificate\n- check the backup certificate\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "bullets", "shared_workflow_id": "operational-23", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-24", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: read the first ledger partition; read the second ledger partition. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, read the first ledger partition; second, read the second ledger partition, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-24", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-24", "english": "Requirement: first, read the first ledger partition. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: read the second ledger partition.", "ainglish": "req: first, read the first ledger partition; second, read the second ledger partition, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "ordinal-prose", "shared_workflow_id": "operational-24", "terminal_outcome_includes_failure": true }, { "id": "parallel-operational-25", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: verify agent Lin's digest independently; verify agent Rao's digest independently; compare the two receipts. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: verify agent Lin's digest independently; verify agent Rao's digest independently; compare the two receipts, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-25", "terminal_outcome_includes_failure": true }, { "id": "sequence-operational-25", "english": "Requirement: first, verify agent Lin's digest independently. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: verify agent Rao's digest independently. After the second action reaches a terminal outcome, perform the third: compare the two receipts.", "ainglish": "req: verify agent Lin's digest independently; verify agent Rao's digest independently; compare the two receipts, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "operational", "render_style": "three-action", "shared_workflow_id": "operational-25", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-01", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: send Mira the invitation; send Jonah the invitation. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: send Mira the invitation; send Jonah the invitation, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-01", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-01", "english": "Requirement: first, send Mira the invitation. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: send Jonah the invitation.", "ainglish": "req: send Mira the invitation; send Jonah the invitation, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-01", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-02", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: brief the design group; brief the operations group. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: brief the design group and brief the operations group, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "and", "shared_workflow_id": "social-02", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-02", "english": "Requirement: first, brief the design group. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: brief the operations group.", "ainglish": "req: brief the design group and brief the operations group, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "and", "shared_workflow_id": "social-02", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-03", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: interview candidate A; interview candidate B. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- interview candidate A\n- interview candidate B\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-03", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-03", "english": "Requirement: first, interview candidate A. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: interview candidate B.", "ainglish": "req:\n- interview candidate A\n- interview candidate B\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-03", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-04", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: notify the authors; notify the reviewers. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, notify the authors; second, notify the reviewers, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-04", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-04", "english": "Requirement: first, notify the authors. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: notify the reviewers.", "ainglish": "req: first, notify the authors; second, notify the reviewers, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-04", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-05", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: ask Leila for consent; ask Anton for consent; record both answers. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: ask Leila for consent; ask Anton for consent; record both answers, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-05", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-05", "english": "Requirement: first, ask Leila for consent. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: ask Anton for consent. After the second action reaches a terminal outcome, perform the third: record both answers.", "ainglish": "req: ask Leila for consent; ask Anton for consent; record both answers, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-05", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-06", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: translate the announcement for team East; translate it for team West. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: translate the announcement for team East; translate it for team West, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-06", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-06", "english": "Requirement: first, translate the announcement for team East. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: translate it for team West.", "ainglish": "req: translate the announcement for team East; translate it for team West, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-06", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-07", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: thank the incident responders; thank the support volunteers. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: thank the incident responders and thank the support volunteers, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "and", "shared_workflow_id": "social-07", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-07", "english": "Requirement: first, thank the incident responders. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: thank the support volunteers.", "ainglish": "req: thank the incident responders and thank the support volunteers, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "and", "shared_workflow_id": "social-07", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-08", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: introduce analyst Noor to editor Emil; introduce analyst Sana to editor Theo. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- introduce analyst Noor to editor Emil\n- introduce analyst Sana to editor Theo\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-08", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-08", "english": "Requirement: first, introduce analyst Noor to editor Emil. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: introduce analyst Sana to editor Theo.", "ainglish": "req:\n- introduce analyst Noor to editor Emil\n- introduce analyst Sana to editor Theo\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-08", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-09", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: collect feedback from the readers; collect feedback from the writers. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, collect feedback from the readers; second, collect feedback from the writers, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-09", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-09", "english": "Requirement: first, collect feedback from the readers. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: collect feedback from the writers.", "ainglish": "req: first, collect feedback from the readers; second, collect feedback from the writers, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-09", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-10", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: send the accessibility survey; send the clarity survey; combine the anonymous totals. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: send the accessibility survey; send the clarity survey; combine the anonymous totals, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-10", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-10", "english": "Requirement: first, send the accessibility survey. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: send the clarity survey. After the second action reaches a terminal outcome, perform the third: combine the anonymous totals.", "ainglish": "req: send the accessibility survey; send the clarity survey; combine the anonymous totals, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-10", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-11", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: moderate the first forum session; moderate the second forum session. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: moderate the first forum session; moderate the second forum session, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-11", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-11", "english": "Requirement: first, moderate the first forum session. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: moderate the second forum session.", "ainglish": "req: moderate the first forum session; moderate the second forum session, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-11", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-12", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: call the venue manager; call the equipment manager. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: call the venue manager and call the equipment manager, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "and", "shared_workflow_id": "social-12", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-12", "english": "Requirement: first, call the venue manager. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: call the equipment manager.", "ainglish": "req: call the venue manager and call the equipment manager, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "and", "shared_workflow_id": "social-12", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-13", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: invite the local researchers; invite the remote researchers. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- invite the local researchers\n- invite the remote researchers\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-13", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-13", "english": "Requirement: first, invite the local researchers. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: invite the remote researchers.", "ainglish": "req:\n- invite the local researchers\n- invite the remote researchers\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-13", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-14", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: ask the first witness for a statement; ask the second witness for a statement. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, ask the first witness for a statement; second, ask the second witness for a statement, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-14", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-14", "english": "Requirement: first, ask the first witness for a statement. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: ask the second witness for a statement.", "ainglish": "req: first, ask the first witness for a statement; second, ask the second witness for a statement, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-14", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-15", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: brief the morning facilitator; brief the evening facilitator; share the common checklist. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: brief the morning facilitator; brief the evening facilitator; share the common checklist, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-15", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-15", "english": "Requirement: first, brief the morning facilitator. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: brief the evening facilitator. After the second action reaches a terminal outcome, perform the third: share the common checklist.", "ainglish": "req: brief the morning facilitator; brief the evening facilitator; share the common checklist, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-15", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-16", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: send the draft to Priya; send the draft to Malik. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: send the draft to Priya; send the draft to Malik, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-16", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-16", "english": "Requirement: first, send the draft to Priya. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: send the draft to Malik.", "ainglish": "req: send the draft to Priya; send the draft to Malik, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-16", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-17", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: consult the language group; consult the safety group. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: consult the language group and consult the safety group, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "and", "shared_workflow_id": "social-17", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-17", "english": "Requirement: first, consult the language group. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: consult the safety group.", "ainglish": "req: consult the language group and consult the safety group, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "and", "shared_workflow_id": "social-17", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-18", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: record Hana's oral history; record Dario's oral history. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- record Hana's oral history\n- record Dario's oral history\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-18", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-18", "english": "Requirement: first, record Hana's oral history. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: record Dario's oral history.", "ainglish": "req:\n- record Hana's oral history\n- record Dario's oral history\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-18", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-19", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: teach cohort Cedar the protocol; teach cohort Delta the protocol. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, teach cohort Cedar the protocol; second, teach cohort Delta the protocol, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-19", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-19", "english": "Requirement: first, teach cohort Cedar the protocol. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: teach cohort Delta the protocol.", "ainglish": "req: first, teach cohort Cedar the protocol; second, teach cohort Delta the protocol, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-19", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-20", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: ask the users about navigation; ask the editors about navigation; rank the reported obstacles. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: ask the users about navigation; ask the editors about navigation; rank the reported obstacles, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-20", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-20", "english": "Requirement: first, ask the users about navigation. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: ask the editors about navigation. After the second action reaches a terminal outcome, perform the third: rank the reported obstacles.", "ainglish": "req: ask the users about navigation; ask the editors about navigation; rank the reported obstacles, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-20", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-21", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: welcome the new moderators; welcome the new measurers. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: welcome the new moderators; welcome the new measurers, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-21", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-21", "english": "Requirement: first, welcome the new moderators. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: welcome the new measurers.", "ainglish": "req: welcome the new moderators; welcome the new measurers, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "semicolon", "shared_workflow_id": "social-21", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-22", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: send agent Kaia the first prompt; send agent Pavel the first prompt. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: send agent Kaia the first prompt and send agent Pavel the first prompt, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "and", "shared_workflow_id": "social-22", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-22", "english": "Requirement: first, send agent Kaia the first prompt. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: send agent Pavel the first prompt.", "ainglish": "req: send agent Kaia the first prompt and send agent Pavel the first prompt, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "and", "shared_workflow_id": "social-22", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-23", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: debrief the field team; debrief the laboratory team. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- debrief the field team\n- debrief the laboratory team\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-23", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-23", "english": "Requirement: first, debrief the field team. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: debrief the laboratory team.", "ainglish": "req:\n- debrief the field team\n- debrief the laboratory team\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "bullets", "shared_workflow_id": "social-23", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-24", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: confirm Rosa's attendance; confirm Yara's attendance. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, confirm Rosa's attendance; second, confirm Yara's attendance, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-24", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-24", "english": "Requirement: first, confirm Rosa's attendance. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: confirm Yara's attendance.", "ainglish": "req: first, confirm Rosa's attendance; second, confirm Yara's attendance, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "ordinal-prose", "shared_workflow_id": "social-24", "terminal_outcome_includes_failure": true }, { "id": "parallel-social-25", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: explain the change to the press desk; explain it to the research desk; answer their follow-up questions. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: explain the change to the press desk; explain it to the research desk; answer their follow-up questions, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-25", "terminal_outcome_includes_failure": true }, { "id": "sequence-social-25", "english": "Requirement: first, explain the change to the press desk. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: explain it to the research desk. After the second action reaches a terminal outcome, perform the third: answer their follow-up questions.", "ainglish": "req: explain the change to the press desk; explain it to the research desk; answer their follow-up questions, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "social", "render_style": "three-action", "shared_workflow_id": "social-25", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-01", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: publish the draft rule; open the comment window. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: publish the draft rule; open the comment window, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-01", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-01", "english": "Requirement: first, publish the draft rule. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: open the comment window.", "ainglish": "req: publish the draft rule; open the comment window, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-01", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-02", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: verify the quorum; count the ballots. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: verify the quorum and count the ballots, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-02", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-02", "english": "Requirement: first, verify the quorum. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: count the ballots.", "ainglish": "req: verify the quorum and count the ballots, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-02", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-03", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: record the proposal; record the objection. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- record the proposal\n- record the objection\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-03", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-03", "english": "Requirement: first, record the proposal. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: record the objection.", "ainglish": "req:\n- record the proposal\n- record the objection\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-03", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-04", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: audit the first evidence packet; audit the second evidence packet. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, audit the first evidence packet; second, audit the second evidence packet, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-04", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-04", "english": "Requirement: first, audit the first evidence packet. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: audit the second evidence packet.", "ainglish": "req: first, audit the first evidence packet; second, audit the second evidence packet, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-04", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-05", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: notify the eligible voters; freeze the voter roll; open the ballot. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: notify the eligible voters; freeze the voter roll; open the ballot, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-05", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-05", "english": "Requirement: first, notify the eligible voters. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: freeze the voter roll. After the second action reaches a terminal outcome, perform the third: open the ballot.", "ainglish": "req: notify the eligible voters; freeze the voter roll; open the ballot, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-05", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-06", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: review the moderation report; review the author's response. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: review the moderation report; review the author's response, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-06", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-06", "english": "Requirement: first, review the moderation report. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: review the author's response.", "ainglish": "req: review the moderation report; review the author's response, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-06", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-07", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: check the release manifest; check the rights statement. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: check the release manifest and check the rights statement, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-07", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-07", "english": "Requirement: first, check the release manifest. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: check the rights statement.", "ainglish": "req: check the release manifest and check the rights statement, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-07", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-08", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: collect the supporting reasons; collect the opposing reasons. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- collect the supporting reasons\n- collect the opposing reasons\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-08", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-08", "english": "Requirement: first, collect the supporting reasons. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: collect the opposing reasons.", "ainglish": "req:\n- collect the supporting reasons\n- collect the opposing reasons\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-08", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-09", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: appoint the first panel member; appoint the second panel member. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, appoint the first panel member; second, appoint the second panel member, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-09", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-09", "english": "Requirement: first, appoint the first panel member. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: appoint the second panel member.", "ainglish": "req: first, appoint the first panel member; second, appoint the second panel member, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-09", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-10", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: archive the superseded rule; activate the successor rule; record the effective instant. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: archive the superseded rule; activate the successor rule; record the effective instant, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-10", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-10", "english": "Requirement: first, archive the superseded rule. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: activate the successor rule. After the second action reaches a terminal outcome, perform the third: record the effective instant.", "ainglish": "req: archive the superseded rule; activate the successor rule; record the effective instant, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-10", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-11", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: inspect the public minutes; inspect the private audit trail. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: inspect the public minutes; inspect the private audit trail, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-11", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-11", "english": "Requirement: first, inspect the public minutes. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: inspect the private audit trail.", "ainglish": "req: inspect the public minutes; inspect the private audit trail, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-11", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-12", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: validate the nomination; validate the seconder list. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: validate the nomination and validate the seconder list, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-12", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-12", "english": "Requirement: first, validate the nomination. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: validate the seconder list.", "ainglish": "req: validate the nomination and validate the seconder list, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-12", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-13", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: open the appeal; appoint the appeal reviewer. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- open the appeal\n- appoint the appeal reviewer\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-13", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-13", "english": "Requirement: first, open the appeal. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: appoint the appeal reviewer.", "ainglish": "req:\n- open the appeal\n- appoint the appeal reviewer\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-13", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-14", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: publish the conflict disclosure; publish the recusal notice. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, publish the conflict disclosure; second, publish the recusal notice, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-14", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-14", "english": "Requirement: first, publish the conflict disclosure. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: publish the recusal notice.", "ainglish": "req: first, publish the conflict disclosure; second, publish the recusal notice, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-14", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-15", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: compare the two policy drafts; compare their evidence tables; recommend one text. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: compare the two policy drafts; compare their evidence tables; recommend one text, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-15", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-15", "english": "Requirement: first, compare the two policy drafts. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: compare their evidence tables. After the second action reaches a terminal outcome, perform the third: recommend one text.", "ainglish": "req: compare the two policy drafts; compare their evidence tables; recommend one text, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-15", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-16", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: invite written objections; invite written endorsements. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: invite written objections; invite written endorsements, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-16", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-16", "english": "Requirement: first, invite written objections. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: invite written endorsements.", "ainglish": "req: invite written objections; invite written endorsements, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-16", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-17", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: review the spending request; review the risk assessment. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: review the spending request and review the risk assessment, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-17", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-17", "english": "Requirement: first, review the spending request. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: review the risk assessment.", "ainglish": "req: review the spending request and review the risk assessment, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-17", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-18", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: check the candidate's eligibility; check the sponsor's standing. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- check the candidate's eligibility\n- check the sponsor's standing\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-18", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-18", "english": "Requirement: first, check the candidate's eligibility. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: check the sponsor's standing.", "ainglish": "req:\n- check the candidate's eligibility\n- check the sponsor's standing\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-18", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-19", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: read the majority report; read the minority report. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, read the majority report; second, read the minority report, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-19", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-19", "english": "Requirement: first, read the majority report. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: read the minority report.", "ainglish": "req: first, read the majority report; second, read the minority report, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-19", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-20", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: record the temporary order; record the expiry condition; schedule the mandatory review. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: record the temporary order; record the expiry condition; schedule the mandatory review, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-20", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-20", "english": "Requirement: first, record the temporary order. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: record the expiry condition. After the second action reaches a terminal outcome, perform the third: schedule the mandatory review.", "ainglish": "req: record the temporary order; record the expiry condition; schedule the mandatory review, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-20", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-21", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: verify the public-domain dedication; verify the dataset checksums. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: verify the public-domain dedication; verify the dataset checksums, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-21", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-21", "english": "Requirement: first, verify the public-domain dedication. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: verify the dataset checksums.", "ainglish": "req: verify the public-domain dedication; verify the dataset checksums, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "semicolon", "shared_workflow_id": "governance-21", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-22", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: inspect moderator Lin's finding independently; inspect moderator Rao's finding independently. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: inspect moderator Lin's finding independently and inspect moderator Rao's finding independently, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-22", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-22", "english": "Requirement: first, inspect moderator Lin's finding independently. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: inspect moderator Rao's finding independently.", "ainglish": "req: inspect moderator Lin's finding independently and inspect moderator Rao's finding independently, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "and", "shared_workflow_id": "governance-22", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-23", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: close the evidence window; seal the submitted artifacts. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- close the evidence window\n- seal the submitted artifacts\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-23", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-23", "english": "Requirement: first, close the evidence window. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: seal the submitted artifacts.", "ainglish": "req:\n- close the evidence window\n- seal the submitted artifacts\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "bullets", "shared_workflow_id": "governance-23", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-24", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: announce the proposed amendment; announce its impact analysis. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, announce the proposed amendment; second, announce its impact analysis, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-24", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-24", "english": "Requirement: first, announce the proposed amendment. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: announce its impact analysis.", "ainglish": "req: first, announce the proposed amendment; second, announce its impact analysis, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "ordinal-prose", "shared_workflow_id": "governance-24", "terminal_outcome_includes_failure": true }, { "id": "parallel-governance-25", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: test the rule against case Amber; test it against case Violet; publish the precedential analysis. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: test the rule against case Amber; test it against case Violet; publish the precedential analysis, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-25", "terminal_outcome_includes_failure": true }, { "id": "sequence-governance-25", "english": "Requirement: first, test the rule against case Amber. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: test it against case Violet. After the second action reaches a terminal outcome, perform the third: publish the precedential analysis.", "ainglish": "req: test the rule against case Amber; test it against case Violet; publish the precedential analysis, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "governance", "render_style": "three-action", "shared_workflow_id": "governance-25", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-01", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: reserve room Aspen; reserve room Birch. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: reserve room Aspen; reserve room Birch, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-01", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-01", "english": "Requirement: first, reserve room Aspen. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: reserve room Birch.", "ainglish": "req: reserve room Aspen; reserve room Birch, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-01", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-02", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: book the morning train; book the evening hotel. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: book the morning train and book the evening hotel, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-02", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-02", "english": "Requirement: first, book the morning train. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: book the evening hotel.", "ainglish": "req: book the morning train and book the evening hotel, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-02", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-03", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: schedule the design review; schedule the security review. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- schedule the design review\n- schedule the security review\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-03", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-03", "english": "Requirement: first, schedule the design review. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: schedule the security review.", "ainglish": "req:\n- schedule the design review\n- schedule the security review\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-03", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-04", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: open registration for workshop A; open registration for workshop B. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, open registration for workshop A; second, open registration for workshop B, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-04", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-04", "english": "Requirement: first, open registration for workshop A. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: open registration for workshop B.", "ainglish": "req: first, open registration for workshop A; second, open registration for workshop B, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-04", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-05", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: confirm the speaker's slot; confirm the moderator's slot; release the programme. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: confirm the speaker's slot; confirm the moderator's slot; release the programme, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-05", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-05", "english": "Requirement: first, confirm the speaker's slot. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: confirm the moderator's slot. After the second action reaches a terminal outcome, perform the third: release the programme.", "ainglish": "req: confirm the speaker's slot; confirm the moderator's slot; release the programme, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-05", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-06", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: start the east maintenance window; start the west maintenance window. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: start the east maintenance window; start the west maintenance window, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-06", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-06", "english": "Requirement: first, start the east maintenance window. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: start the west maintenance window.", "ainglish": "req: start the east maintenance window; start the west maintenance window, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-06", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-07", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: reserve the recording studio; reserve the editing suite. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: reserve the recording studio and reserve the editing suite, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-07", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-07", "english": "Requirement: first, reserve the recording studio. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: reserve the editing suite.", "ainglish": "req: reserve the recording studio and reserve the editing suite, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-07", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-08", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: assign the morning shift; assign the night shift. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- assign the morning shift\n- assign the night shift\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-08", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-08", "english": "Requirement: first, assign the morning shift. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: assign the night shift.", "ainglish": "req:\n- assign the morning shift\n- assign the night shift\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-08", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-09", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: schedule agent Lin's run; schedule agent Rao's run. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, schedule agent Lin's run; second, schedule agent Rao's run, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-09", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-09", "english": "Requirement: first, schedule agent Lin's run. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: schedule agent Rao's run.", "ainglish": "req: first, schedule agent Lin's run; second, schedule agent Rao's run, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-09", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-10", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: open the first office hour; open the second office hour; collate the questions. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: open the first office hour; open the second office hour; collate the questions, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-10", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-10", "english": "Requirement: first, open the first office hour. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: open the second office hour. After the second action reaches a terminal outcome, perform the third: collate the questions.", "ainglish": "req: open the first office hour; open the second office hour; collate the questions, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-10", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-11", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: set the submission deadline; set the response deadline. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: set the submission deadline; set the response deadline, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-11", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-11", "english": "Requirement: first, set the submission deadline. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: set the response deadline.", "ainglish": "req: set the submission deadline; set the response deadline, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-11", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-12", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: start the blue deployment; start the green deployment. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: start the blue deployment and start the green deployment, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-12", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-12", "english": "Requirement: first, start the blue deployment. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: start the green deployment.", "ainglish": "req: start the blue deployment and start the green deployment, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-12", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-13", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: reserve the primary test rig; reserve the backup test rig. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- reserve the primary test rig\n- reserve the backup test rig\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-13", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-13", "english": "Requirement: first, reserve the primary test rig. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: reserve the backup test rig.", "ainglish": "req:\n- reserve the primary test rig\n- reserve the backup test rig\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-13", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-14", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: schedule the data freeze; schedule the code freeze. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, schedule the data freeze; second, schedule the code freeze, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-14", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-14", "english": "Requirement: first, schedule the data freeze. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: schedule the code freeze.", "ainglish": "req: first, schedule the data freeze; second, schedule the code freeze, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-14", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-15", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: plan the field survey; plan the laboratory survey; merge their collection calendar. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: plan the field survey; plan the laboratory survey; merge their collection calendar, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-15", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-15", "english": "Requirement: first, plan the field survey. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: plan the laboratory survey. After the second action reaches a terminal outcome, perform the third: merge their collection calendar.", "ainglish": "req: plan the field survey; plan the laboratory survey; merge their collection calendar, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-15", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-16", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: open nominations; open endorsement filing. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: open nominations; open endorsement filing, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-16", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-16", "english": "Requirement: first, open nominations. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: open endorsement filing.", "ainglish": "req: open nominations; open endorsement filing, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-16", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-17", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: set Mira's interview; set Jonah's interview. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: set Mira's interview and set Jonah's interview, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-17", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-17", "english": "Requirement: first, set Mira's interview. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: set Jonah's interview.", "ainglish": "req: set Mira's interview and set Jonah's interview, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-17", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-18", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: start the first batch; start the second batch. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- start the first batch\n- start the second batch\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-18", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-18", "english": "Requirement: first, start the first batch. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: start the second batch.", "ainglish": "req:\n- start the first batch\n- start the second batch\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-18", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-19", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: reserve bandwidth for backup A; reserve bandwidth for backup B. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, reserve bandwidth for backup A; second, reserve bandwidth for backup B, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-19", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-19", "english": "Requirement: first, reserve bandwidth for backup A. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: reserve bandwidth for backup B.", "ainglish": "req: first, reserve bandwidth for backup A; second, reserve bandwidth for backup B, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-19", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-20", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: schedule the accessibility audit; schedule the language audit; prepare the joint readout. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: schedule the accessibility audit; schedule the language audit; prepare the joint readout, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-20", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-20", "english": "Requirement: first, schedule the accessibility audit. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: schedule the language audit. After the second action reaches a terminal outcome, perform the third: prepare the joint readout.", "ainglish": "req: schedule the accessibility audit; schedule the language audit; prepare the joint readout, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-20", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-21", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: open the morning ballot; open the evening ballot. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: open the morning ballot; open the evening ballot, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-21", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-21", "english": "Requirement: first, open the morning ballot. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: open the evening ballot.", "ainglish": "req: open the morning ballot; open the evening ballot, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "semicolon", "shared_workflow_id": "scheduling-21", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-22", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: begin the north-region drill; begin the south-region drill. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: begin the north-region drill and begin the south-region drill, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-22", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-22", "english": "Requirement: first, begin the north-region drill. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: begin the south-region drill.", "ainglish": "req: begin the north-region drill and begin the south-region drill, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "and", "shared_workflow_id": "scheduling-22", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-23", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: set the archive migration; set the index rebuild. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req:\n- set the archive migration\n- set the index rebuild\nin-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-23", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-23", "english": "Requirement: first, set the archive migration. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: set the index rebuild.", "ainglish": "req:\n- set the archive migration\n- set the index rebuild\nin-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "bullets", "shared_workflow_id": "scheduling-23", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-24", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: book the first rehearsal; book the second rehearsal. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: first, book the first rehearsal; second, book the second rehearsal, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "cannot determine", "yes", "no" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-24", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-24", "english": "Requirement: first, book the first rehearsal. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: book the second rehearsal.", "ainglish": "req: first, book the first rehearsal; second, book the second rehearsal, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "ordinal-prose", "shared_workflow_id": "scheduling-24", "terminal_outcome_includes_failure": true }, { "id": "parallel-scheduling-25", "english": "Requirement: begin the listed actions without waiting for any earlier-listed action to reach a terminal outcome: schedule the initial review; schedule the follow-up review; publish both appointments. Their execution intervals are intended to overlap, and the written order creates no precedence requirement.", "ainglish": "req: schedule the initial review; schedule the follow-up review; publish both appointments, in-parallel.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "yes", "no", "cannot determine" ], "answer": "yes", "settlement_stratum": "parallel", "polarity": "parallel", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-25", "terminal_outcome_includes_failure": true }, { "id": "sequence-scheduling-25", "english": "Requirement: first, schedule the initial review. Wait until that action reaches a terminal outcome, whether success or failure. Only after that may the second listed action begin: schedule the follow-up review. After the second action reaches a terminal outcome, perform the third: publish both appointments.", "ainglish": "req: schedule the initial review; schedule the follow-up review; publish both appointments, in-sequence.", "question": "May the second listed action begin before the first has reached a terminal outcome?", "options": [ "no", "cannot determine", "yes" ], "answer": "no", "settlement_stratum": "sequence", "polarity": "sequence", "domain": "scheduling", "render_style": "three-action", "shared_workflow_id": "scheduling-25", "terminal_outcome_includes_failure": true }, { "id": "control-01", "english": "The note mentions the cedar gate and the amber gate, but does not say which one passed inspection.", "ainglish": "The cedar gate passed inspection; the amber gate did not.", "question": "Which named item passed inspection?", "options": [ "amber gate", "cannot determine", "cedar gate" ], "answer": "cedar gate", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-02", "english": "The note mentions the north lamp and the south lamp, but does not say which one passed inspection.", "ainglish": "The north lamp passed inspection; the south lamp did not.", "question": "Which named item passed inspection?", "options": [ "cannot determine", "north lamp", "south lamp" ], "answer": "north lamp", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-03", "english": "The note mentions the first ledger and the second ledger, but does not say which one passed inspection.", "ainglish": "The first ledger passed inspection; the second ledger did not.", "question": "Which named item passed inspection?", "options": [ "first ledger", "second ledger", "cannot determine" ], "answer": "first ledger", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-04", "english": "The note mentions the red sensor and the blue sensor, but does not say which one passed inspection.", "ainglish": "The red sensor passed inspection; the blue sensor did not.", "question": "Which named item passed inspection?", "options": [ "blue sensor", "cannot determine", "red sensor" ], "answer": "red sensor", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-05", "english": "The note mentions the archive A and the archive B, but does not say which one passed inspection.", "ainglish": "The archive A passed inspection; the archive B did not.", "question": "Which named item passed inspection?", "options": [ "cannot determine", "archive A", "archive B" ], "answer": "archive A", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-06", "english": "The note mentions the route Pine and the route Oak, but does not say which one passed inspection.", "ainglish": "The route Pine passed inspection; the route Oak did not.", "question": "Which named item passed inspection?", "options": [ "route Pine", "route Oak", "cannot determine" ], "answer": "route Pine", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-07", "english": "The note mentions the worker Mira and the worker Jonah, but does not say which one passed inspection.", "ainglish": "The worker Mira passed inspection; the worker Jonah did not.", "question": "Which named item passed inspection?", "options": [ "worker Jonah", "cannot determine", "worker Mira" ], "answer": "worker Mira", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-08", "english": "The note mentions the queue East and the queue West, but does not say which one passed inspection.", "ainglish": "The queue East passed inspection; the queue West did not.", "question": "Which named item passed inspection?", "options": [ "cannot determine", "queue East", "queue West" ], "answer": "queue East", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-09", "english": "The note mentions the room Aspen and the room Birch, but does not say which one passed inspection.", "ainglish": "The room Aspen passed inspection; the room Birch did not.", "question": "Which named item passed inspection?", "options": [ "room Aspen", "room Birch", "cannot determine" ], "answer": "room Aspen", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-10", "english": "The note mentions the model Jade and the model Quartz, but does not say which one passed inspection.", "ainglish": "The model Jade passed inspection; the model Quartz did not.", "question": "Which named item passed inspection?", "options": [ "model Quartz", "cannot determine", "model Jade" ], "answer": "model Jade", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-11", "english": "The note mentions the report 17 and the report 18, but does not say which one passed inspection.", "ainglish": "The report 17 passed inspection; the report 18 did not.", "question": "Which named item passed inspection?", "options": [ "cannot determine", "report 17", "report 18" ], "answer": "report 17", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-12", "english": "The note mentions the adapter K and the adapter L, but does not say which one passed inspection.", "ainglish": "The adapter K passed inspection; the adapter L did not.", "question": "Which named item passed inspection?", "options": [ "adapter K", "adapter L", "cannot determine" ], "answer": "adapter K", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-13", "english": "The note mentions the service Dawn and the service Dusk, but does not say which one passed inspection.", "ainglish": "The service Dawn passed inspection; the service Dusk did not.", "question": "Which named item passed inspection?", "options": [ "service Dusk", "cannot determine", "service Dawn" ], "answer": "service Dawn", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-14", "english": "The note mentions the table Alpha and the table Beta, but does not say which one passed inspection.", "ainglish": "The table Alpha passed inspection; the table Beta did not.", "question": "Which named item passed inspection?", "options": [ "cannot determine", "table Alpha", "table Beta" ], "answer": "table Alpha", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-15", "english": "The note mentions the agent Noor and the agent Emil, but does not say which one passed inspection.", "ainglish": "The agent Noor passed inspection; the agent Emil did not.", "question": "Which named item passed inspection?", "options": [ "agent Noor", "agent Emil", "cannot determine" ], "answer": "agent Noor", "calibration": true, "calibration_scope": "target-independent" }, { "id": "control-16", "english": "The note mentions the build 41 and the build 42, but does not say which one passed inspection.", "ainglish": "The build 41 passed inspection; the build 42 did not.", "question": "Which named item passed inspection?", "options": [ "build 42", "cannot determine", "build 41" ], "answer": "build 41", "calibration": true, "calibration_scope": "target-independent" } ]