|
Post by mike on May 17, 2020 9:07:47 GMT
Hello I am new using psytoolkit and i would like to know if it is possible to do my experiment on this site: - Can i import a data file to take information from for the experiment ( for example an excel table) ? - Can i receive as input from the user a triple-digit answer?
I checked many existing experiments here and didn't find any that have the attributes i listed and that is why i am asking here.
thanks in advance.
|
|
|
Post by PsyToolkit on May 17, 2020 9:21:13 GMT
- Can i receive as input from the user a triple-digit answer?
- Can i import a data file to take information from for the experiment ( for example an excel table) ?
Can you explain what you mean with that? How exactly do you mean? It is not possible, but you can use text files instead. See include
www.psytoolkit.org/doc3.0.0/syntax.html#include
|
|
|
Post by mike on May 17, 2020 9:34:57 GMT
- Can i receive as input from the user a triple-digit answer?
- Can i import a data file to take information from for the experiment ( for example an excel table) ?
Can you explain what you mean with that? How exactly do you mean? It is not possible, but you can use text files instead. See include
www.psytoolkit.org/doc3.0.0/syntax.html#include Hi, thanks for the quick replay The first link is exactly what I need About the second, what i meant was that i have a large excel table of data for the test. It consists of 3 columns of numbers : a grade, another number , and the actual solution. In the experiment i want to show the grade and the number, then the user will need to enter his 3 digit number answer and then i will display the actual solution. For that i need to input this file and at each stage of the trail read one row of it, display the numbers in the order i need and collect the input. Is it possible? Thanks in advance
|
|
|
Post by PsyToolkit on May 17, 2020 16:59:14 GMT
|
|
|
Post by mike on May 18, 2020 16:10:24 GMT
My question is, how can i import my table from the excel file to the table in the psytoolkit code(and not by copying every line separately, because i have about 2000 rows) Is there an automated way to this kind of import? tanks in advance
|
|
|
Post by joe_butler on May 18, 2020 18:06:49 GMT
Hi Mike,
My understanding is the system is able read .csv files rather than excel.
Cheers, Joe
|
|