from ._builtin import Page, WaitPage from .models import Constants import time # class consent(Page): # pass class GIntro1(Page): pass class GIntro2(Page): def before_next_page(self): self.participant.vars['wait_page_arrival'] = time.time() self.participant.vars['time'] = 0 # class ReturnHIT(Page): # def is_displayed(self): # return self.player.returnHIT == 1 page_sequence = [ #consent, GIntro1, GIntro2, ]