Skip to content

Use Case: Incentive Payout

Bob Evans edited this page Feb 25, 2015 · 5 revisions

Goal: When an experiment is over, the researcher may want to pay those who have participated. They should be able to mark each participant to pay and possibly reduce the default amount to pay them based on the level of their participation. Then they should be able to save (or send for payment) this list of payees and amounts. It could be exported as a csv file. It could be saved internally, possibly, for another system (say a payment fulfillment system authorized as the researcher) to query it later. Or, saving the list could cause a call to a payment management system.

Most likely, this makes sense on the participation stats screen which shows the summary of payment for each participant. One idea is to put it a payment checkbox and payment amount on the right and add a pay button at the bottom. Also, it would be nice to select all.

Participation Stats Report in Paco
-------------------------------------
select_all_checkbox
person_name_1 | response_rate | pay_checkbox | default_amt_field
person_name_2 | response_rate | pay_checkbox | default_amt_field
....
-------------------------------------
pay_selected_button
Clone this wiki locally