We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug: the study hangs on the frame below because generateProperties code produces a condition not defined error.
generateProperties
condition not defined
Code:
"remember-my-condition": { "kind": "exp-lookit-text", "generateProperties": "function(expData, sequence, child, pastSessions, conditions) {var conditions = expData['3-condition-text-trials'].conditions;if (conditions['conditionNum'] == 0) {console.log('condition 1');} else {console.log('condition 2');}}", "blocks":[{"text":"some text"}] }
See here for description: lookit/lookit-api#1139 (comment)
See Conditions and Logic study on staging for an example.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Possible bug: the study hangs on the frame below because
generateProperties
code produces acondition not defined
error.Code:
See here for description: lookit/lookit-api#1139 (comment)
See Conditions and Logic study on staging for an example.
The text was updated successfully, but these errors were encountered: