Compare commits

...

2 Commits

Author SHA1 Message Date
Ruben van de Ven a8b981eb67 Disable block 2020-01-22 21:10:22 +01:00
Ruben van de Ven 9b007fabff Change text 2020-01-22 21:04:53 +01:00
2 changed files with 3 additions and 4 deletions

View File

@ -341,9 +341,8 @@ class CentralManagement():
self.logger.info(f'Set status progress to abandoned')
#{'event': {'HITGroupId': '301G7MYOAJ85NEW128ZDGF5DSBW53S', 'EventType': 'AssignmentAbandoned', 'EventTimestamp': '2019-10-23T20:23:06Z', 'HITId': '3JHB4BPSFKKFQ263K4EFULI3LC79QJ', 'AssignmentId': '3U088ZLJVL450PB6MJZUIIUCB6VW0Y', 'WorkerId': 'A1CK46PK9VEUH5', 'HITTypeId': '3EYXOXDEN7RX0YSMN4UMVN01AYKZJ0'}}
sqsAssignment.abandoned_at = datetime.datetime.strptime(signal.params['event']['EventTimestamp'],"%Y-%m-%dT%H:%M:%SZ")
# if updateStatus:
# self.setLight(False)
self.mturk.create_worker_block(WorkerId=signal.params['event']['WorkerId'], Reason='Accepted task without working on it.')
# TODO temporarily dissable block for workers that abandon, until we're sure it works
# self.mturk.create_worker_block(WorkerId=signal.params['event']['WorkerId'], Reason='Accepted task without working on it.')
elif signal.name == 'sqs.AssignmentReturned':
self.logger.info(f'Set status progress to returned')

View File

@ -145,7 +145,7 @@
</div>
<div id='info'>
<ul>
<li>Drag the mouse to trace the lines above.</li>
<li>Drag the mouse to trace the shape above.</li>
<li>Try to be as precise as possible: there's only one image per HIT.</li>
<li>Press submit when you're done.</li>
<li><strong>Please watch the clock!</strong> timing is strict because the tracing is live streamed to us. Unfortunately, due to high abandonment rates we have to keep the timer strict.</li>