text
{
caption = "Please sound out the characters\n you see as correctly and quickly\n as possible.";
font_size = 36;
font_color = 100,200,200;
} hello_text;
picture
{
text hello_text;
x = 0; y =0;
text
{
caption = "(Press response button to continue)";
};
x = 0; y = -200;
} pic_welcome;
text
{
caption = "(Press response button to continue)";
};
x = 0; y = -200;
scenario = "Test Sce 1";
active_buttons = 2;
button_codes = 1, 2;
begin;
trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture pic_welcome;
};
scenario = "Test Sce 1";
active_buttons = 2;
button_codes = 1, 2;
begin; text
{
caption = "Please sound out the characters\n you see as correctly and quickly\n as possible.";
font_size = 36;
font_color = 100,200,200;
} hello_text; picture
{
text hello_text;
x = 0; y =0;
text
{
caption = "(Press response button to continue)";
};
x = 0; y = -200;
} pic_welcome; trial {
trial_type = specific_response;
trial_duration = forever;
terminator_button = 2;
picture pic_welcome;
};
標籤: 實用軟體