Skip to content

Commit

Permalink
Adding missing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Nov 9, 2023
1 parent 7715b81 commit d1b0f18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qualtrix/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ def get_answer_from_result(result):
+ values.get("QID11_TEXT", ""),
"fake_id_type": labels.get("QID12", None),
"spoof_artifact_type": labels.get("QID13", None),
"document_type": labels.get("QID15", None),
"subject_alterations": labels.get("QID17", "")
+ values.get("QID17_TEXT", ""),
"mask_type": labels.get("QID18", "") + values.get("QID18_4_TEXT", ""),
}
else:
return {
Expand Down

0 comments on commit d1b0f18

Please sign in to comment.