from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants class Introduction(Page): form_model = 'player' form_fields = ['DrinkQ'] class Quest(Page): form_model = 'player' form_fields = ['Age', 'Nationality', 'Educational', 'MonthIncome', 'OverseaExperience', 'OnlinePurchase', 'DrinkYears', 'DrinkCost'] class Start(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Top(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Start(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class BrandStory(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Detail(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Packing(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Service(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Comment(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Tasting(Page): form_model = 'player' form_fields = [] timeout_seconds = 600 class Thank(Page): form_model = 'player' form_fields = [] class Results(Page): form_model = 'player' form_fields = ['like_level', 'price_accepted', 'offer_accepted'] class Feedback(Page): form_model = 'player' form_fields = ['Feedback1', 'Feedback2'] page_sequence = [ Introduction, Quest, Start, Top, Tasting, BrandStory, Detail, Packing, Service, Comment, Results, Feedback, Thank, ]