emvecchi commited on
Commit
63e180e
1 Parent(s): e2055cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -129,10 +129,10 @@ study_code = 'some code here'
129
 
130
  intro_fields: List[Field] = [
131
  Field(type="container", title="**Introductory Questions**", children=[
132
- Field(name="intro_moderation_goals", type="text", title="As a moderator, what are your goals/objectives for the comment section?"),
133
- Field(name="intro_experience", type="text", title="What do you feel contributes to a good experience for the users/discussion?"),
134
- Field(name="intro_valuable_comment", type="text", title="What makes a comment or contribution valuable?"),
135
- Field(name="intro_bad_comment", type="text", title="What makes a comment or contribution of poor quality, unconstructive or detrimental to the discussion?"),
136
  ]),
137
  ]
138
 
 
129
 
130
  intro_fields: List[Field] = [
131
  Field(type="container", title="**Introductory Questions**", children=[
132
+ Field(name="intro_moderation_goals", type="textarea", title="As a moderator, what are your goals/objectives for the comment section?"),
133
+ Field(name="intro_experience", type="textarea", title="What do you feel contributes to a good experience for the users/discussion?"),
134
+ Field(name="intro_valuable_comment", type="textarea", title="What makes a comment or contribution valuable?"),
135
+ Field(name="intro_bad_comment", type="textarea", title="What makes a comment or contribution of poor quality, unconstructive or detrimental to the discussion?"),
136
  ]),
137
  ]
138