Skip to content

Standardized Definitions For Variable Names

knod edited this page Apr 23, 2019 · 10 revisions

The point of this list is to allow you to use interview questions someone else wrote and design shareable interviews that require the minimum of adaptation. If you choose the names and object types listed below, your interview should be maximally compatible.

Actors: variable names for various parties or people who might be named in an interview

Some common actors might be both singular or plural. Your template (and interview) should handle both situations with an if/else statement.

  • client: Individual
  • clients: DAList of Individuals
  • spouse: Individual
  • household: DAList of Individuals
  • children: DAList of Individuals
  • adverse_party: Person
  • adverse_parties: DAList of Persons
  • advocate: Individual
  • judge: Individual
  • hearing_officer: Individual

Entities: non-person entities that might be named in an interview

  • court: Court

Elements: legal elements that might be referenced in a template or interview

  • claims
  • defenses
  • affirmative_defenses
  • counterclaims

Clone this wiki locally