File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
class SpeakerQuestion :
5
- affiliation = "Company / Organization / Educational Institution"
5
+ affiliation = "Company/ Organization/ Educational Institution"
6
6
homepage = "Social (Homepage)"
7
7
twitter = "Social (X/Twitter)"
8
8
mastodon = "Social (Mastodon)"
9
9
linkedin = "Social (LinkedIn)"
10
- gitx = "Social (Github/Gitlab )"
10
+ gitx = "Social (GitHub/GitLab )"
11
11
12
12
13
13
class SubmissionQuestion :
14
14
outline = "Outline"
15
- tweet = "Abstract as a tweet / toot "
16
- delivery = "My presentation can be delivered"
15
+ tweet = "Abstract as a short post (150 character max) "
16
+ delivery = "My presentation can be delivered in-person "
17
17
level = "Expected audience expertise"
18
18
19
19
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def extract_answers(cls, values) -> dict:
168
168
values ["tweet" ] = answer .answer_text
169
169
170
170
if answer .question_text == SubmissionQuestion .delivery :
171
- if "in-person " in answer .answer_text :
171
+ if "Yes " in answer .answer_text :
172
172
values ["delivery" ] = "in-person"
173
173
else :
174
174
values ["delivery" ] = "remote"
You can’t perform that action at this time.
0 commit comments