Qualtrics: Have specific subjects receive specific pictures to rateRandomization in Qualtrics using Photos or Graphics and Loop and MergeLoop and merge in Qualtrics - Random & Equal Allocation?How to code the javascript in Qualtrics to recognize the current loop?Preset image for 1 secondQualtrics & Javascript Precise Timer Using Time Spend on a PageLoop reload same trial instead of next one QualtricsHow to loop over hundreds of images in Qulatrics - help needed to implement codeQualtrics: Is there a good way to call these embedded data field?Qualtrics scoring Loop & Merge questionsHow to integrate a keyboard response in qualtrics using JavaScript
A way of getting tenure for a non-creative person
Overprovisioning SSD on ubuntu. How? Ubuntu 19.04 Samsung SSD 860
Protect a 6 inch air hose from physical damage
Can living where (rare) earth magnetic ore is abundant provide any protection from cosmic radiation?
Why have both: BJT and FET transistors on IC output?
Can it be useful for a player block with a hanging piece in a back rank mate situation?
Why interlaced CRT scanning wasn't done back and forth?
If a Shadow Magic sorcerer casts Darkness using the Eyes of the Dark feature, can they cast another spell that requires concentration?
How does Asimov's second law deal with contradictory orders from different people?
Does KNN have a loss function?
What is the reason behind water not falling from a bucket at the top of loop?
How does a wallet generate a public key from an address?
The grades of the students in a class
Can an alphabet for a Turing machine contain subsets of other alphabets?
Is Illustrator accurate for business card sizes?
How were x-ray diffraction patterns deciphered before computers?
Transistor design with beta variation
How to set Adobe DC PDF reader as default for ALL pdfs without having to open security preferences every time
What do the screens say after you are set free?
How do I safety check that there is no light in Darkroom / Darkbag?
Misrepresentation on DS-160
Should I take up a Creative Writing online course?
"Will flex for food". What does this phrase mean?
"Fewer errors means better products" or "Fewer errors mean better products"?
Qualtrics: Have specific subjects receive specific pictures to rate
Randomization in Qualtrics using Photos or Graphics and Loop and MergeLoop and merge in Qualtrics - Random & Equal Allocation?How to code the javascript in Qualtrics to recognize the current loop?Preset image for 1 secondQualtrics & Javascript Precise Timer Using Time Spend on a PageLoop reload same trial instead of next one QualtricsHow to loop over hundreds of images in Qulatrics - help needed to implement codeQualtrics: Is there a good way to call these embedded data field?Qualtrics scoring Loop & Merge questionsHow to integrate a keyboard response in qualtrics using JavaScript
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I created a Qualtrics project to have subjects rate faces. I uploaded faces to the graphics library. I used Loop & Merge to repeat the same question for different faces.
How can I have a specific subject rate specific faces?
For example, consider a comma-separated-value file (or JavaScript code, or Python code, ...), with the following two lines:
123,31,41,59
124,26,31,41
Subject 123 should rate face 31, face 41, and face 59.
Subject 124 should rate face 26, face 31, and face 41.
(A face could have an alternate name, such a Qualtrics-generated image name.)
Thank you in advance.
qualtrics
add a comment |
I created a Qualtrics project to have subjects rate faces. I uploaded faces to the graphics library. I used Loop & Merge to repeat the same question for different faces.
How can I have a specific subject rate specific faces?
For example, consider a comma-separated-value file (or JavaScript code, or Python code, ...), with the following two lines:
123,31,41,59
124,26,31,41
Subject 123 should rate face 31, face 41, and face 59.
Subject 124 should rate face 26, face 31, and face 41.
(A face could have an alternate name, such a Qualtrics-generated image name.)
Thank you in advance.
qualtrics
add a comment |
I created a Qualtrics project to have subjects rate faces. I uploaded faces to the graphics library. I used Loop & Merge to repeat the same question for different faces.
How can I have a specific subject rate specific faces?
For example, consider a comma-separated-value file (or JavaScript code, or Python code, ...), with the following two lines:
123,31,41,59
124,26,31,41
Subject 123 should rate face 31, face 41, and face 59.
Subject 124 should rate face 26, face 31, and face 41.
(A face could have an alternate name, such a Qualtrics-generated image name.)
Thank you in advance.
qualtrics
I created a Qualtrics project to have subjects rate faces. I uploaded faces to the graphics library. I used Loop & Merge to repeat the same question for different faces.
How can I have a specific subject rate specific faces?
For example, consider a comma-separated-value file (or JavaScript code, or Python code, ...), with the following two lines:
123,31,41,59
124,26,31,41
Subject 123 should rate face 31, face 41, and face 59.
Subject 124 should rate face 26, face 31, and face 41.
(A face could have an alternate name, such a Qualtrics-generated image name.)
Thank you in advance.
qualtrics
qualtrics
asked Mar 27 at 0:24
Winston YangWinston Yang
31 bronze badge
31 bronze badge
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Add the faces to your contact list, so your csv contact list upload would look like:
ExternalDataReference,face1,face2,face3
123,31,41,59
124,26,31,41
Then pipe the face variables into your loop & merge setup:
1 $e://Field/face1
2 $e://Field/face2
3 $e://Field/face3
I am not that familiar with contact lists. Could Qualtrics email each subject an individualized URL for the survey? When the subject opens the URL, will the subject see only the faces assigned to him or her?
– Winston Yang
Mar 27 at 14:55
Answers to your questions are: yes and yes.
– T. Gibbons
Mar 27 at 18:14
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55368062%2fqualtrics-have-specific-subjects-receive-specific-pictures-to-rate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Add the faces to your contact list, so your csv contact list upload would look like:
ExternalDataReference,face1,face2,face3
123,31,41,59
124,26,31,41
Then pipe the face variables into your loop & merge setup:
1 $e://Field/face1
2 $e://Field/face2
3 $e://Field/face3
I am not that familiar with contact lists. Could Qualtrics email each subject an individualized URL for the survey? When the subject opens the URL, will the subject see only the faces assigned to him or her?
– Winston Yang
Mar 27 at 14:55
Answers to your questions are: yes and yes.
– T. Gibbons
Mar 27 at 18:14
add a comment |
Add the faces to your contact list, so your csv contact list upload would look like:
ExternalDataReference,face1,face2,face3
123,31,41,59
124,26,31,41
Then pipe the face variables into your loop & merge setup:
1 $e://Field/face1
2 $e://Field/face2
3 $e://Field/face3
I am not that familiar with contact lists. Could Qualtrics email each subject an individualized URL for the survey? When the subject opens the URL, will the subject see only the faces assigned to him or her?
– Winston Yang
Mar 27 at 14:55
Answers to your questions are: yes and yes.
– T. Gibbons
Mar 27 at 18:14
add a comment |
Add the faces to your contact list, so your csv contact list upload would look like:
ExternalDataReference,face1,face2,face3
123,31,41,59
124,26,31,41
Then pipe the face variables into your loop & merge setup:
1 $e://Field/face1
2 $e://Field/face2
3 $e://Field/face3
Add the faces to your contact list, so your csv contact list upload would look like:
ExternalDataReference,face1,face2,face3
123,31,41,59
124,26,31,41
Then pipe the face variables into your loop & merge setup:
1 $e://Field/face1
2 $e://Field/face2
3 $e://Field/face3
answered Mar 27 at 13:40
T. GibbonsT. Gibbons
3,8842 gold badges9 silver badges24 bronze badges
3,8842 gold badges9 silver badges24 bronze badges
I am not that familiar with contact lists. Could Qualtrics email each subject an individualized URL for the survey? When the subject opens the URL, will the subject see only the faces assigned to him or her?
– Winston Yang
Mar 27 at 14:55
Answers to your questions are: yes and yes.
– T. Gibbons
Mar 27 at 18:14
add a comment |
I am not that familiar with contact lists. Could Qualtrics email each subject an individualized URL for the survey? When the subject opens the URL, will the subject see only the faces assigned to him or her?
– Winston Yang
Mar 27 at 14:55
Answers to your questions are: yes and yes.
– T. Gibbons
Mar 27 at 18:14
I am not that familiar with contact lists. Could Qualtrics email each subject an individualized URL for the survey? When the subject opens the URL, will the subject see only the faces assigned to him or her?
– Winston Yang
Mar 27 at 14:55
I am not that familiar with contact lists. Could Qualtrics email each subject an individualized URL for the survey? When the subject opens the URL, will the subject see only the faces assigned to him or her?
– Winston Yang
Mar 27 at 14:55
Answers to your questions are: yes and yes.
– T. Gibbons
Mar 27 at 18:14
Answers to your questions are: yes and yes.
– T. Gibbons
Mar 27 at 18:14
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55368062%2fqualtrics-have-specific-subjects-receive-specific-pictures-to-rate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown