  dict(
        name='broadgoal_assigned_40',
        display_name='broadgoal_assigned_40',
        num_demo_participants=13,
        app_sequence=['broadgoal_assigned_40'],
        participation_fee=2.50,
        payByTable=0.20,
        seedPractice="test",
        seedTask="banana",
        seedTask1="apple",
        seedTask2="orange",
        seedTask3="mango",
        seedTask4="pineapple",
        seedTask5="kiwi",
        seedTask6="blueberry",
        seedTask7="peach",
        seedTask8="cherry",
        rows=6,
        columns=6,
        minValue=0,
        maxValue=3,
        timeGlobalPractice=180000,
        timeRestPractice=60000,
        timeGlobal=2400000,
        timeRest=120000,
        timeGlobal1=300000,
        timeRest1=120000,
        timePracticeFeedback=30000,
        timePreTask=5000,
        timeTaskFeedback=120000,
        colorOK="#19fc04",
        colorNotOK="red",

        doc="""
        Edit the seedTrial parameter to change the random number in trial table.
        </br>Edit seedPractice to change the seed of init to randomize tables in practice.
        </br>Edit seedTask to change the seed of init to randomize tables.
        </br>Edit the rows parameter to change number of rows in tables;
        </br>Edit the columns parameter to change number of columns in the table;
        </br>Edit the minValue parameter to change the minimum value in each cell of tables;
        </br>Edit the maxValue parameter to change the maximum value in each cell of tables;
        </br>Edit the timeGlobalPractice parameter to change time total to do practice and rests in miliseconds;
        </br>Edit the timeRestPractice parameter to change time total to do rests in practice in miliseconds;
        </br>Edit the timeGlobal parameter to change time total to do tasks and rests in miliseconds;
        </br>Edit the timeRest parameter to change time total to do rests in miliseconds;
        </br>Edit the colorOK parameter to change the color when participant result is correct each cell of tables;
        </br>Edit the colorNotOK parameter to change the color when participant result is correct each cell of tables;
        """
    ),

    dict(
        name='narrowgoal_assigned_5',
        display_name='narrowgoal_assigned_5',
        num_demo_participants=13,
        app_sequence=['narrowgoal_assigned_5'],
        participation_fee=2.50,
        payByTable=0.20,
        seedPractice="test",
        seedTask="banana",
        seedTask1="apple",
        seedTask2="orange",
        seedTask3="mango",
        seedTask4="pineapple",
        seedTask5="kiwi",
        seedTask6="blueberry",
        seedTask7="peach",
        seedTask8="cherry",
        rows=6,
        columns=6,
        minValue=0,
        maxValue=3,
        timeGlobalPractice=180000,
        timeRestPractice=60000,
        timeGlobal=2400000,
        timeRest=120000,
        timeGlobal1=300000,
        timeRest1=120000,
        timePracticeFeedback=30000,
        timePreTask=5000,
        timeTaskFeedback=120000,
        colorOK="#19fc04",
        colorNotOK="red",

        doc="""
        Edit the seedTrial parameter to change the random number in trial table.
        </br>Edit seedPractice to change the seed of init to randomize tables in practice.
        </br>Edit seedTask to change the seed of init to randomize tables.
        </br>Edit the rows parameter to change number of rows in tables;
        </br>Edit the columns parameter to change number of columns in the table;
        </br>Edit the minValue parameter to change the minimum value in each cell of tables;
        </br>Edit the maxValue parameter to change the maximum value in each cell of tables;
        </br>Edit the timeGlobalPractice parameter to change time total to do practice and rests in miliseconds;
        </br>Edit the timeRestPractice parameter to change time total to do rests in practice in miliseconds;
        </br>Edit the timeGlobal parameter to change time total to do tasks and rests in miliseconds;
        </br>Edit the timeRest parameter to change time total to do rests in miliseconds;
        </br>Edit the colorOK parameter to change the color when participant result is correct each cell of tables;
        </br>Edit the colorNotOK parameter to change the color when participant result is correct each cell of tables;
        """
    ),
    dict(
        name='baselineHL_24',
        app_sequence=['baselineHL_24'],
        num_demo_participants=24,
    ),
    dict(
        name='baselineLH_24',
        app_sequence=['baselineLH_24'],
        num_demo_participants=24,
    ),
    dict(
        name='exogenous_24',
        app_sequence=['exogenous_24'],
        num_demo_participants=24,
    ),
    dict(
        name='individual_24',
        app_sequence=['individual_24'],
        num_demo_participants=24,
    ),
    dict(
        name='responsibility_24',
        app_sequence=['responsibility_24'],
        num_demo_participants=24,
    ),
    dict(
        name='baseline',
        app_sequence=['baseline'],
        num_demo_participants=8,
    ),
    dict(
        name='exogenous',
        app_sequence=['exogenous'],
        num_demo_participants=8,
    ),
    dict(
        name='responsibility',
        app_sequence=['responsibility'],
        num_demo_participants=8,
    ),
    dict(
        name='individual',
        app_sequence=['individual'],
        num_demo_participants=8,
    ),
    dict(
        name='dictator',
        app_sequence=['dictator'],
        num_demo_participants=60,
        timePreTask=5000,
        timeGlobal=300000
    ),