Skip to content

Commit

Permalink
the qualtrics ID will be shared with us if the user agrees to donate …
Browse files Browse the repository at this point in the history
…the network data and/or survey data
  • Loading branch information
crazyideas21 committed Sep 28, 2024
1 parent 83a7316 commit ba4afad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/data_donation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ def start():

if donation_option in ('donation_with_survey', 'donation_only'):
donate_network_data(user_key)

if donation_option == 'donation_with_survey':
donate_survey_data(user_key)
donate_qualtrics_id(user_key)



Expand Down Expand Up @@ -166,7 +164,7 @@ def donate_network_data(user_key):



def donate_survey_data(user_key):
def donate_qualtrics_id(user_key):

# Get the qualtrics ID
qualtrics_id = config.get('qualtrics_id', '')
Expand Down

0 comments on commit ba4afad

Please sign in to comment.