Closed julianheinrich closed 9 years ago
Sorry, this is an error in the example (I've fixed it now). Everything is correct until you get to CreateHIT
:
CreateHIT(hit.type = newhittype$HITTypeId,
question = eq$string,
expiration = seconds(1),
assignments = 1)
Note the addition of $HITTypeId
to the first argument. Let me know if that doesn't work for you.
That works! Thanks very much!
Okay, great. Sorry about that.
First of thanks: thanks for this great package!
I'm trying to create a survey following the example. However, when I copy and paste the code given for the ExternalQuestion:
I get the following error:
Note that I'm using the sandbox as per
options()
and that I replaced the key in the snippet above. I also tested credentials and get my account balance (for the sandbox):Am I missing something here?