Watts-Lab / deliberation-empirica

Empirica V2 framework
MIT License
5 stars 0 forks source link

Update display component to use `reference` syntax #810

Open JamesPHoughton opened 1 month ago

JamesPHoughton commented 1 month ago

We should change the syntax for display elements from:

- type: display
  promptName: individualOpenResponse
  position: 1

to reflect the new reference syntax used by conditions:

- type: display
  reference: prompt.individualOpenResponse
  position: 1