You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jspsych is powerful and has very well community. But saddly, I find it dose not support any modern frontend framework, So I create a vue component to use Jspsych.
Basically seapking, when trial is called, it will choose a component to render, and user can do any thing trial used to do in component setup function, onMouted function, and so on.
The most exciting thing is that, you can use any of jsPsych Plugin in the vue component, and do things like create custom component instead of plugin, use third-party vue component.
It is still under development, and not will tested.(I am afraid I do not know jsPsych very well), If you want to take a look and give me some advice, here is the url: https://github.com/HGGshiwo/jspsych-vue.git
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Jspsych is powerful and has very well community. But saddly, I find it dose not support any modern frontend framework, So I create a vue component to use Jspsych.
Basically seapking, when trial is called, it will choose a component to render, and user can do any thing trial used to do in component setup function, onMouted function, and so on.
The most exciting thing is that, you can use any of jsPsych Plugin in the vue component, and do things like create custom component instead of plugin, use third-party vue component.
It is still under development, and not will tested.(I am afraid I do not know jsPsych very well), If you want to take a look and give me some advice, here is the url: https://github.com/HGGshiwo/jspsych-vue.git
Beta Was this translation helpful? Give feedback.
All reactions