HomeSort by relevance Sort by last modified time
    Searched refs:reward (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
common.py 36 reward=0.23,
create_hit_external.py 17 create_hit_rs = conn.create_hit(question=q, lifetime=60*65, max_assignments=2, title="Boto External Question Test", keywords=keywords, reward = 0.05, duration=60*6, approval_delay=60*60, annotation='An annotation from boto external question test', response_groups=['Minimal', 'HITDetail', 'HITQuestion', 'HITAssignmentSummary',])
create_hit_with_qualifications.py 11 create_hit_rs = conn.create_hit(question=q, lifetime=60*65, max_assignments=2, title="Boto External Question Test", keywords=keywords, reward = 0.05, duration=60*6, approval_delay=60*60, annotation='An annotation from boto external question test', qualifications=qualifications)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
mturk 72 "reward": 0.50,
240 def make_hit(title, description, keywords, reward, question_url, question_frame_height, duration, assignments, approval_delay, lifetime, qualifications = []):
245 reward = con.get_price_as_price(reward),
378 sub.add_argument('-r', '--reward', dest = 'reward',
380 help = 'reward amount, in USD')
383 for k in ('question_url', 'assignments', 'reward')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
connection.py 76 def register_hit_type(self, title, description, reward, duration,
81 reward is a Price object
89 params.update(MTurkConnection.get_price_as_price(reward).get_as_params('Reward'))
185 reward=None, duration=datetime.timedelta(days=7),
233 final_price = MTurkConnection.get_price_as_price(reward)
243 additional_params.update(final_price.get_as_params('Reward'))
269 Change the HIT type of an existing HIT. Note that the reward associated
270 with the new HIT type must match the reward of the current HIT type in
581 reward you pay to the Worker when you approve the Worker'
    [all...]

Completed in 171 milliseconds