Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,8 +50,8 @@ COLS_TO_SAVE = ['comment_id','comment','confidence_score']
|
|
50 |
agreement_labels = ['strongly disagree', 'disagree', 'neither agree no disagree', 'agree', 'strongly agree']
|
51 |
quality_labels = ['very poor', 'poor', 'acceptable', 'good', 'very good']
|
52 |
priority_labels = ['not a priority', 'low priority', 'neutral', 'moderate priority', 'high priority']
|
53 |
-
yes_no_labels = ['
|
54 |
-
yes_no_other_labels = ['
|
55 |
default_labels = agreement_labels
|
56 |
|
57 |
function_choices = ['Broadening Discussion',
|
@@ -134,7 +134,7 @@ Please indicate, in the box below, that you are at least 18 years old, have read
|
|
134 |
- *I am comfortable using the English language to participate in this survey.*
|
135 |
- *I agree to participate in this research and I want to continue with the survey.*
|
136 |
'''
|
137 |
-
guidelines_text = 'Please read <a href="https://acrobat.adobe.com/id/urn:aaid:sc:EU:
|
138 |
study_code = 'CE552C7F'
|
139 |
failed_sanity_check_code = 'C17NFPW5'
|
140 |
redirect_url = f'https://app.prolific.com/submissions/complete?cfc={study_code}'
|
|
|
50 |
agreement_labels = ['strongly disagree', 'disagree', 'neither agree no disagree', 'agree', 'strongly agree']
|
51 |
quality_labels = ['very poor', 'poor', 'acceptable', 'good', 'very good']
|
52 |
priority_labels = ['not a priority', 'low priority', 'neutral', 'moderate priority', 'high priority']
|
53 |
+
yes_no_labels = ['no','yes']
|
54 |
+
yes_no_other_labels = ['no','yes','other']
|
55 |
default_labels = agreement_labels
|
56 |
|
57 |
function_choices = ['Broadening Discussion',
|
|
|
134 |
- *I am comfortable using the English language to participate in this survey.*
|
135 |
- *I agree to participate in this research and I want to continue with the survey.*
|
136 |
'''
|
137 |
+
guidelines_text = 'Please read <a href="https://acrobat.adobe.com/id/urn:aaid:sc:EU:2b52aa11-43eb-448d-89c3-5880055adda9">the guidelines</a>'
|
138 |
study_code = 'CE552C7F'
|
139 |
failed_sanity_check_code = 'C17NFPW5'
|
140 |
redirect_url = f'https://app.prolific.com/submissions/complete?cfc={study_code}'
|