Post by jessicaz on Nov 22, 2020 7:47:50 GMT
Hi,
I got an error while compiling.
My experiment includes two parts, a reading task and a verification task. The stimulus are long sentences. Now I have a trouble that it seems my stimulus could not be read. I tried to revise the scripts several times, but still got the same error. Could you please help me with what the specific error I made? Thank you!
The scripts looks like this:
##### TABLES para todas las fases
## Fase 1 : Readstory
table practicestoryread
001 "Montse would like to go to Alcampo"
002 "Jordi would like to go to Mercadona."
## Fase 2: Verification
table practicestoryveri
001 "L1AM" "A quién le gustaría ir a Alcampo..." "Montse" j
002 "L1AM" "A quién le gustaría ir al Mercadona…" "Jordi" j
#### TASKS
## Fase 1. story reading
task practicestoryread
table practicestoryread
show bitmap fixation 0 0
delay 500
clear 1
font myfont1
show text @2 0 0 255 255 255
delay 3000
clear 2
##Fase 2. Verification
task practicestoryveri
font myfont1
table practicestoryveri
keys f j
show bitmap fixation 0 0
delay 500
clear 1
show text @3
delay 1000
show text @4
clear 2
readkeys @5 3000
clear screen
delay 300
save @1 @2 STATUS RT
I got a error report:
experiment.js:2612: ERROR - [JSC_INVALID_OCTAL_LITERAL] This style of octal literal is not supported in strict mode.
new practicestoryreadtype( 001, "Montse would like to go to Alcampo",0),
^
experiment.js:2613: ERROR - [JSC_INVALID_OCTAL_LITERAL] This style of octal literal is not supported in strict mode.
new practicestoryreadtype( 002, "Jordi would like to go to Mercadona.",0),
22 error(s), 0 warning(s)
mv: cannot stat 'tmp_.js': No such file or directory
I got an error while compiling.
My experiment includes two parts, a reading task and a verification task. The stimulus are long sentences. Now I have a trouble that it seems my stimulus could not be read. I tried to revise the scripts several times, but still got the same error. Could you please help me with what the specific error I made? Thank you!
The scripts looks like this:
##### TABLES para todas las fases
## Fase 1 : Readstory
table practicestoryread
001 "Montse would like to go to Alcampo"
002 "Jordi would like to go to Mercadona."
## Fase 2: Verification
table practicestoryveri
001 "L1AM" "A quién le gustaría ir a Alcampo..." "Montse" j
002 "L1AM" "A quién le gustaría ir al Mercadona…" "Jordi" j
#### TASKS
## Fase 1. story reading
task practicestoryread
table practicestoryread
show bitmap fixation 0 0
delay 500
clear 1
font myfont1
show text @2 0 0 255 255 255
delay 3000
clear 2
##Fase 2. Verification
task practicestoryveri
font myfont1
table practicestoryveri
keys f j
show bitmap fixation 0 0
delay 500
clear 1
show text @3
delay 1000
show text @4
clear 2
readkeys @5 3000
clear screen
delay 300
save @1 @2 STATUS RT
I got a error report:
experiment.js:2612: ERROR - [JSC_INVALID_OCTAL_LITERAL] This style of octal literal is not supported in strict mode.
new practicestoryreadtype( 001, "Montse would like to go to Alcampo",0),
^
experiment.js:2613: ERROR - [JSC_INVALID_OCTAL_LITERAL] This style of octal literal is not supported in strict mode.
new practicestoryreadtype( 002, "Jordi would like to go to Mercadona.",0),
22 error(s), 0 warning(s)
mv: cannot stat 'tmp_.js': No such file or directory