|
Post by jabernet on Apr 10, 2020 19:34:11 GMT
I am attempting to implement the Language Experience and Proficiency Questionnaire in psytoolkit and have run into a peculiar error that does not seem to be reported. It seems that quoted text in the same table needs to be the same length or psytoolkit throws the 'table_unequal_row_strings' error.
The table below generates the error as the questions seen in the 4th table cell have an unequal number of words.
table langdomquesttable "LD1" 1 "Acquire1" "At what age did you begin ACQUIRING this language?" "LD1" 1 "Fluent1" "At what age did you become FLUENT in this language?"
Forcing each question to include the same number of words fixes this error, but is not possible due to the wide range of question lengths required by the questionnaire. It is also not possible to implement this questionnaire as a psytoolkit survey as the questionnaire requires the use of variables. Is there a workaround to address this issue?
Thank you.
|
|
|
Post by PsyToolkit on Apr 10, 2020 21:16:23 GMT
Hi,
This does not generate an error, it creates a warning. Warnings can be ignored, the experiment will be compiled and it runs fine.
If not, please let me know via psytoolkit@gmx.com (tell me your email and experiment name so that I can look it up).
All best,
Gijsbert Stoet
|
|
|
Post by jabernet on Apr 15, 2020 21:08:08 GMT
This was correct, thank you for the help!
|
|