Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logical routing in config file PAGE_LIST #33

Open
colbyj opened this issue Apr 5, 2024 · 0 comments
Open

Logical routing in config file PAGE_LIST #33

colbyj opened this issue Apr 5, 2024 · 0 comments
Milestone

Comments

@colbyj
Copy link
Owner

colbyj commented Apr 5, 2024

Defined similarly to the conditional routing (where participants are randomly assigned to a condition) inside of PAGE_LIST.

Should be able to route participants based on any of the following:

  • a past response to a questionnaire (questionnaires.<questionnaire_name>.<question_id>)
  • a table value (tables.<table_name>.<column_name>)
  • condition (condition)

These vars (questionnaires, tables, condition) should also be accessible by the custom questions, and later on maybe also by questionnaires.

Logical operators should be parsed >, <, >=, <=, ==, !=. as well as "and" and "or", maybe also "not()"

Will need to update methods in PageList.py.

@colbyj colbyj added this to the 2.1 milestone Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant