Please select a file to parse:




StratPal parses a list of deposition questions and visually presents them to aide lawyers follow their deposition strategies.

Input file specifications:

Questions must start with a unique question name, which consists of one alphanumeric character followed by one or more integers, terminated by a colon.
          Example: Q1:

Subquestions are questions that are asked only if their parent question was asked. Their name consists of the parent question's name, followed by a period and an alphanumeric character, terminated by a colon.
          Example: Q1.a.2.d
         
Each question may be preceded by one or more if statements that list the conditions under which this question can be asked. The if statements must be of the format: [if "keyword" to "question name"]
          Example: [if no to Q1.a]

Each question may be followed by one or more go-to statements of the format: [if "keyword" to "question name", go to "question name"]
          Example:  [if no to Q1.a, go to Q10]

Each question block must be followed by a blank line.
          Example: sample input file

StratPal parses a list of deposition questions and visually presents them to aide lawyers follow their deposition strategies.