Please design your communication plan by choosing what messages to send to the two participants in the two scenarios below.
{% if show_low_first %}
Imagine the return factor on the shared account is 0.6.
{{ formfield 'struct_message_sent_multiplier_low' }}
Imagine the return factor on the shared account is 1.1.
{{ formfield 'struct_message_sent_multiplier_high' }}
{% else %}
Imagine the return factor on the shared account is 1.1.
{{ formfield 'struct_message_sent_multiplier_high' }}
Imagine the return factor on the shared account is 0.6.
{{ formfield 'struct_message_sent_multiplier_low' }}
{% endif %}
{{ next_button }}