Skip to content

Commit

Permalink
Add income and education (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumatepf authored Jul 10, 2023
1 parent e4a6ede commit 8efa51b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qualtrix/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ def get_answer_from_result(result):
"race": labels["QID36"],
"gender": labels["QID14"],
"age": values["QID15_TEXT"],
"income": labels["QID24"],
"education": labels["QID25"],
"browser": values["QID17_BROWSER"],
"version": values["QID17_VERSION"],
"os": values["QID17_OS"],
Expand Down

0 comments on commit 8efa51b

Please sign in to comment.