from otree.api import Currency as c, currency_range from ._builtin import Page, WaitPage from .models import Constants import random class Consent_Form(Page): #This page conducts the understanding test. When the subjects answers incorrectly, an error is shown with hints. pass page_sequence = [Consent_Form ]