Skip to content

Instantly share code, notes, and snippets.

@vivek-dhayalan
Created March 20, 2022 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivek-dhayalan/957a516b2fd07b334074b51aca1e73d2 to your computer and use it in GitHub Desktop.
Save vivek-dhayalan/957a516b2fd07b334074b51aca1e73d2 to your computer and use it in GitHub Desktop.
| Expression | Meaning |
|----------------------------------------------------------------------------------------|---------------------------------------------------------------------------|
| ["answer", "Q1"] | Gets and returns the answer for the question Q1 |
| ["equals?", "Q1A1", ["answer", "Q1"] | Check if the answer for the question Q1 os "Q1A1". Returns true or false. |
| ["and", ["equals?", "Q1A1", ["answer", "Q1"]] , ["equals?", "Q2A1", ["answer", "Q2"]]] | Check if the answer for the question Q1 os "Q1A1". Returns true or false |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment