Home Reference Source

scripts/experiment-properties/data/constants/numerosity_data.js

export {NUMEROSITY_BASE, NUMEROSITY_CONDITIONS};

const NUMEROSITY_BASE = {

  foundational:
    [
        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'},

        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'},

        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'},

        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'},

        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'},

        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'},

        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'},

        {distribution_type: "random", row: 36, col: 36, target_num_points: 100, dist_num_points: 0, alternate_scaling: true, point_color: 'BLACK', axis_color: 'WHITE', text_color: 'BLACK', background_color: 'WHITE', point_size: 12, text_color: 'BLACK'}  
    ] 
}

const NUMEROSITY_CONDITIONS = {

    numerosity_blue_squares:
    [
        {point_shape: "square", point_color: "#007ebc"},

        {point_shape: "square", point_color: "#007ebc"},

        {point_shape: "square", point_color: "#007ebc"},

        {point_shape: "square", point_color: "#007ebc"},

        {point_shape: "square", point_color: "#007ebc"},

        {point_shape: "square", point_color: "#007ebc"},

        {point_shape: "square", point_color: "#007ebc"},

        {point_shape: "square", point_color: "#007ebc"}
    ],

    numerosity_red_squares:
    [
        {point_shape: "square", point_color: "#cd4c32"},

        {point_shape: "square", point_color: "#cd4c32"},

        {point_shape: "square", point_color: "#cd4c32"},

        {point_shape: "square", point_color: "#cd4c32"},

        {point_shape: "square", point_color: "#cd4c32"},

        {point_shape: "square", point_color: "#cd4c32"},

        {point_shape: "square", point_color: "#cd4c32"},

        {point_shape: "square", point_color: "#cd4c32"}
    ],

    numerosity_green_squares:
    [
        {point_shape: "square", point_color: "#20874a"},

        {point_shape: "square", point_color: "#20874a"},

        {point_shape: "square", point_color: "#20874a"},

        {point_shape: "square", point_color: "#20874a"},

        {point_shape: "square", point_color: "#20874a"},

        {point_shape: "square", point_color: "#20874a"},

        {point_shape: "square", point_color: "#20874a"},

        {point_shape: "square", point_color: "#20874a"}
    ],

    numerosity_yellow_squares:
    [
        {point_shape: "square", point_color: "#dbc667"},

        {point_shape: "square", point_color: "#dbc667"},

        {point_shape: "square", point_color: "#dbc667"},

        {point_shape: "square", point_color: "#dbc667"},

        {point_shape: "square", point_color: "#dbc667"},

        {point_shape: "square", point_color: "#dbc667"},

        {point_shape: "square", point_color: "#dbc667"},

        {point_shape: "square", point_color: "#dbc667"}
    ],

    distractor_numerosity_red_lum_1: 
    [
        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"},

        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"},

        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"},

        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"},
        
        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"},
        
        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"},

        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"},

        {target_num_points: 1, target_shape: "square", target_color: "#cd4c32", dist_num_points: 2, dist_shape: "circle", dist_color: "#c05819"}
    ]
}