Skip to content

Commit

Permalink
surveyswaptest
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Aug 11, 2024
1 parent 459797b commit 64e82b7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
3 changes: 0 additions & 3 deletions documents/SurveyCircle.md

This file was deleted.

10 changes: 10 additions & 0 deletions documents/platforms_information.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## SurveyCircle

- short title: How do we look at AI faces?
- title: Rate images of faces and answer questionnaires (webcam required)
- keywords: AI-generated, neuropsychology, face perception, personality

## SurveySwap

- How do you look at AI-generated faces? (webcam required)
- Rate how attractive real and AI-generated faces are and answer a few questionnaires.
10 changes: 8 additions & 2 deletions experiment/demographics.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,18 @@ var demographics_endscreen = {
"https://realitybending.github.io/FakeFace2/experiment/index?exp=snow" + // Modify this link to the actual experiment
"<a/></p>"

// Deal with Prolific/SurveyCircle/SONA
// Deal with Prolific/SurveyCircle/SurveySwap/SONA
if (jsPsych.data.urlVariables()["exp"] == "surveycircle") {
text +=
"<p style='color:red;'><b>Click " +
"<a href='https://www.surveycircle.com/HZPT-7R9E-GVNM-PQ45/'>here<a/>" +
" to redeem your SurveyCircle participation</b><br>(In case the link doesn't work, the code is: HZPT-7R9E-GVNM-PQ45)</p>"
" to redeem your SurveyCircle participation</b><br>(in case the link doesn't work, the code is: HZPT-7R9E-GVNM-PQ45)</p>"
}
if (jsPsych.data.urlVariables()["exp"] == "surveyswaptest") {
text +=
"<p style='color:red;'><b>Click " +
"<a href='https://surveyswap.io/sr/9OH6-371C-NUSX/'>here<a/>" +
" to redeem your SurveySwap participation</b><br>(in case the link doesn't work, the code is: 9OH6-371C-NUSX)</p>"
}
return text + "<p><b>You can safely close the tab now.</b></p>"
},
Expand Down

0 comments on commit 64e82b7

Please sign in to comment.