aantix / turkee

Blurring the line between Mechanical Turk, Rails and usability testing..
http://github.com/aantix/turkee
MIT License
152 stars 39 forks source link

Why is duration limited to hour increments? #28

Open djburdick opened 10 years ago

djburdick commented 10 years ago

Ideally, I'd like to be able to specify seconds (not hours).

this line make it not possible: hit.duration = duration.to_i.hours.seconds.to_i if duration

Any thoughts on changing this to seconds? I'm happy to write the code.

aantix commented 9 years ago

Are you still interested in creating a pull request for this?