Put ASK Instructions in a Computation Variable
When you insert an ASK instruction directly in a template, the instruction can ask only one dialog at a time. If you want to ask several dialogs in a specific order, you must insert individual ASK instructions for each dialog. Some template developers like this approach to asking dialogs. Others, however, prefer to group ASK instructions together by creating one computation that asks all the dialogs, and then inserting just the Computation variable into the template. In either case, during assembly, the dialogs appear in the interview outline in the order of the ASK instructions.
To put ASK instructions in a Computation variable
- Computation Editor ASK DIALOG Instruction models Script
- Repeat Steps 4 and 5 for each ASK instruction. Your computation script may look something like this:
ASK Attorney Information
ASK Court Information
ASK Client Information
- OK