You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get this to work in my application: Turkee::TurkeeTask.create_hit(host, hit_title, hit_description, Survey, num_assignments, reward, lifetime, {}, {}, {:form_url => form_url})
I had to replace the model type Survey with :Survey. Turkee::TurkeeTask.create_hit(host, hit_title, hit_description, :Survey, num_assignments, reward, lifetime, {}, {}, {:form_url => form_url})
The text was updated successfully, but these errors were encountered:
I believe there is a bug in the Advanced Usage section of the wiki: https://github.com/aantix/turkee#advanced-usage
In order to get this to work in my application:
Turkee::TurkeeTask.create_hit(host, hit_title, hit_description, Survey, num_assignments, reward, lifetime, {}, {}, {:form_url => form_url})
I had to replace the model type Survey with :Survey.
Turkee::TurkeeTask.create_hit(host, hit_title, hit_description, :Survey, num_assignments, reward, lifetime, {}, {}, {:form_url => form_url})
The text was updated successfully, but these errors were encountered: