Update app.py
Browse files
app.py
CHANGED
@@ -13,39 +13,39 @@ items = [
|
|
13 |
{'BFI': 'BFI_9', 'question': 'Is relaxed, handles stress well', 'reverse': True},
|
14 |
{'BFI': 'BFI_10', 'question': 'Is curious about lots of different things', 'reverse': False},
|
15 |
{'BFI': 'BFI_11', 'question': 'Has a lot of energy', 'reverse': False},
|
16 |
-
{'BFI_12'
|
17 |
-
{'BFI_13'
|
18 |
-
{'BFI_14'
|
19 |
-
{'BFI_15'
|
20 |
-
{'BFI_16'
|
21 |
-
{'BFI_17'
|
22 |
-
{'BFI_18'
|
23 |
-
{'BFI_19'
|
24 |
-
{'BFI_20'
|
25 |
-
{'BFI_21'
|
26 |
-
{'BFI_22'
|
27 |
-
{'BFI_23'
|
28 |
-
{'BFI_24'
|
29 |
-
{'BFI_25'
|
30 |
-
{'BFI_26'
|
31 |
-
{'BFI_27'
|
32 |
-
{'BFI_28'
|
33 |
-
{'BFI_29'
|
34 |
-
{'BFI_30'
|
35 |
-
{'BFI_31'
|
36 |
-
{'BFI_32'
|
37 |
-
{'BFI_33'
|
38 |
-
{'BFI_34'
|
39 |
-
{'BFI_35'
|
40 |
-
{'BFI_36'
|
41 |
-
{'BFI_37'
|
42 |
-
{'BFI_38'
|
43 |
-
{'BFI_39'
|
44 |
-
{'BFI_40'
|
45 |
-
{'BFI_41'
|
46 |
-
{'BFI_42'
|
47 |
-
{'BFI_43'
|
48 |
-
{'BFI_44'
|
49 |
]
|
50 |
|
51 |
# Define which items belong to which traits
|
|
|
13 |
{'BFI': 'BFI_9', 'question': 'Is relaxed, handles stress well', 'reverse': True},
|
14 |
{'BFI': 'BFI_10', 'question': 'Is curious about lots of different things', 'reverse': False},
|
15 |
{'BFI': 'BFI_11', 'question': 'Has a lot of energy', 'reverse': False},
|
16 |
+
{'BFI_12': 'question': 'Starts arguments with others', 'reverse': True},
|
17 |
+
{'BFI_13': 'question': 'Is a good, hard worker', 'reverse': False},
|
18 |
+
{'BFI_14': 'question': 'Can be tense; not always easy going', 'reverse': False},
|
19 |
+
{'BFI_15': 'question': 'Clever; thinks a lot', 'reverse': False},
|
20 |
+
{'BFI_16': 'question': 'Makes things exciting', 'reverse': False},
|
21 |
+
{'BFI_17': 'question': 'Forgives others easily', 'reverse': False},
|
22 |
+
{'BFI_18': 'question': 'Isn\'t very organized', 'reverse': True},
|
23 |
+
{'BFI_19': 'question': 'Worries a lot', 'reverse': False},
|
24 |
+
{'BFI_20': 'question': 'Has a good, active imagination', 'reverse': False},
|
25 |
+
{'BFI_21': 'question': 'Tends to be quiet', 'reverse': True},
|
26 |
+
{'BFI_22': 'question': 'Usually trusts people', 'reverse': False},
|
27 |
+
{'BFI_23': 'question': 'Tends to be lazy', 'reverse': True},
|
28 |
+
{'BFI_24': 'question': 'Doesn\'t get upset easily; steady', 'reverse': True},
|
29 |
+
{'BFI_25': 'question': 'Is creative and inventive', 'reverse': False},
|
30 |
+
{'BFI_26': 'question': 'Has a good, strong personality', 'reverse': False},
|
31 |
+
{'BFI_27': 'question': 'Can be cold and distant with others', 'reverse': True},
|
32 |
+
{'BFI_28': 'question': 'Keeps working until things are done', 'reverse': False},
|
33 |
+
{'BFI_29': 'question': 'Can be moody', 'reverse': False},
|
34 |
+
{'BFI_30': 'question': 'Likes artistic and creative experiences', 'reverse': False},
|
35 |
+
{'BFI_31': 'question': 'Is kind of shy', 'reverse': True},
|
36 |
+
{'BFI_32': 'question': 'Kind and considerate to almost everyone', 'reverse': False},
|
37 |
+
{'BFI_33': 'question': 'Does things quickly and carefully', 'reverse': False},
|
38 |
+
{'BFI_34': 'question': 'Stays calm in difficult situations', 'reverse': True},
|
39 |
+
{'BFI_35': 'question': 'Likes work that is the same every time', 'reverse': True},
|
40 |
+
{'BFI_36': 'question': 'Is outgoing; likes to be with people', 'reverse': False},
|
41 |
+
{'BFI_37': 'question': 'Is sometimes rude to others', 'reverse': True},
|
42 |
+
{'BFI_38': 'question': 'Makes plans and sticks to them', 'reverse': False},
|
43 |
+
{'BFI_39': 'question': 'Gets nervous easily', 'reverse': False},
|
44 |
+
{'BFI_40': 'question': 'Likes to think and play with ideas', 'reverse': False},
|
45 |
+
{'BFI_41': 'question': 'Doesn\'t like artistic things (plays, music)', 'reverse': True},
|
46 |
+
{'BFI_42': 'question': 'Likes to cooperate; goes along with others', 'reverse': False},
|
47 |
+
{'BFI_43': 'question': 'Has trouble paying attention', 'reverse': True},
|
48 |
+
{'BFI_44': 'question': 'Knows a lot about art, music, and books', 'reverse': False},
|
49 |
]
|
50 |
|
51 |
# Define which items belong to which traits
|