from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class Survey(Page): form_model = 'player' form_fields = ['blameworthy', 'jittery', 'ashamed', 'guilty', 'interested', 'strong', 'scared', 'angry_at_self', 'hostile', 'enthusiastic', 'proud', 'irritable', 'disgusted_with_self', 'inspired', 'loathing', 'scornful', 'determined', 'dissatisfied_with_self', 'attentive', 'active', 'afraid', 'disgusted', 'angry', 'excited', 'alert'] page_sequence = [Survey]