Yes I did set "Show welcome screen?" to NO for the javascript solution. I am extremely sorry but LS is installed on our secure servers and unfortunately the administrator has denied me to grant you permission to access LS. I am helpless here.
I used another script for url parameter (stackoverflow.com) and at the end of it added:
So it gave me a dialogue with the hitId displayed which suggests that the code works! but apparently the following code responsible for putting the information into the answer field of the questions is not doing its job:
$('input#answer78150X412X13732').val(workerId);
$('#question01').hide();
$('input#answer78150X412X13733').val(assignmentId);
$('#question02').hide();
$('input#answer78150X412X13734').val(hitId);
$('#question02').hide();
where 78150 is the survey ID, 412 is the Group ID and 13734 is the Question ID. Is there something wrong here? I double checked the IDs and they are correct. I got this code from the LS website.
For the Prefilling survey answers solution, the url is automatically generated by the mturk application, I cannot modify the link.
Thanks,
H