o
    ,[h                     @   st   d dl T G dd deZG dd deZG dd deZG dd	 d	eZG d
d de	Z
G dd de	Ze
egZdS )    )*c                   @   s   e Zd ZdZdZdZdS )CsurveyN   )__name__
__module____qualname__NAME_IN_URLPLAYERS_PER_GROUP
NUM_ROUNDS r   r   _/home/ubuntu/experiments/live_experiments/Pythonexperiments/Otree/experiment/survey/__init__.pyr      s    r   c                   @      e Zd ZdS )
SubsessionNr   r   r   r   r   r   r   r   
       r   c                   @   r   )GroupNr   r   r   r   r   r      r   r   c                   @   s^   e Zd ZejddddZejddgddggdejdZ	ejd	d
Z
ejdd
Zejdd
ZdS )PlayerzWhat is your age?   }   )labelminmaxZMaleZFemalezWhat is your gender?)choicesr   widgetz
        A bat and a ball cost 22 dollars in total.
        The bat costs 20 dollars more than the ball.
        How many dollars does the ball cost?)r   z
        If it takes 5 machines 5 minutes to make 5 widgets,
        how many minutes would it take 100 machines to make 100 widgets?
        z
        In a lake, there is a patch of lily pads.
        Every day, the patch doubles in size.
        If it takes 48 days for the patch to cover the entire lake,
        how many days would it take for the patch to cover half of the lake?
        N)r   r   r   modelsIntegerFieldageStringFieldwidgetsRadioSelectgendercrt_bat
crt_widgetcrt_laker   r   r   r   r      s     
r   c                   @   s   e Zd ZdZddgZdS )Demographicsplayerr   r!   Nr   r   r   
form_modelform_fieldsr   r   r   r   r%   1       r%   c                   @   s   e Zd ZdZg dZdS )CognitiveReflectionTestr&   )r"   r#   r$   Nr'   r   r   r   r   r+   6   r*   r+   N)	otree.apiBaseConstantsr   BaseSubsessionr   	BaseGroupr   
BasePlayerr   Pager%   r+   page_sequencer   r   r   r   <module>   s    