Hi Julia,
In Project Implicit, that was programmed as a task separate from the IAT. Here is a link to the script of that task.
I think you will need to change two things:
Remove ths code :
API.addSettings('logger',{
pulse: 64,
url : '/implicit/PiPlayerApplet'
});
And change the base_url for the images (lines 16-18), to your own images folder.
You will need to define that task in your manager file. In the call for API.addTasksSet, something like:
sortingtask: [{type: 'time',name: 'sortingtask',scriptUrl: 'sortingtask.js'}],
And add it to the study sequence.
I hope that helps.
Yoav
--
You received this message because you are subscribed to the Google Groups "Minno.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minnojs+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/minnojs/1b85dd4b-5fe2-465e-bea4-4444f42839d5n%40googlegroups.com.