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

Add rank question type to ref-table #231

Merged
merged 1 commit into from Oct 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/survey.csv
Expand Up @@ -45,6 +45,7 @@ Regular questions,,,,,,
,select_one_from_file [file],User can choose one of several choices from an external file,✔,✔,,"Optional settings in parameters column: 'value' (string, default = 'name') for the choice value column in the external file, 'label' (string, default = 'label') for the choice label column in the external file, 'randomize' (bool, default = 'false') to activate choice randomization, and 'seed' (number, default = none) to set the randomization seed value."
,select_multiple_from_file [file],User can choose one or more of several choices from an external file,✔,✔,,"Optional settings in parameters column: 'value' (string, default = 'name') for the choice value column in the external file, 'label' (string, default = 'label') for the choice label column in the external file, 'randomize' (bool, default = 'false') to activate choice randomization, and 'seed' (number, default = none) to set the randomization seed value."
,select_one_external,,✕,✔,,
,rank [choices],User can rank a list of choices,✔,✔,,
,text,User can enter a text response,✔,✔,,
,integer,User can enter an integer,✔,✔,,
,decimal,User can enter a decimal number,✔,✔,,
Expand Down