Shaobin Jiang

Results 16 comments of Shaobin Jiang

That would be great @becky-gilbert! Appreciate that. I think I will be keeping the Chinese documentation updated, and I will probably get to working on that upon the release of...

Back again, and apologies for this delay in my work progress. I have now **finished with the translation of version 7.1 documentation into Chinese**, which is available at [https://shaobin-jiang.github.io/jsPsych-Chinese-Documentation/latest/](https://shaobin-jiang.github.io/jsPsych-Chinese-Documentation/latest/). The...

> have it trigger anytime the jsPsych.data object is updated I think what @jodeleeuw means here is that we monitor the change of the `jsPsych.data` object somehow, like adding a...

Confirmed that this is true for this code snippet: ```javascript let jsPsych = initJsPsych(); const trial = { type: jsPsychSurvey, pages: [ [ { type: 'likert-table', prompt: ' ', randomize_statement_order:...

Each trial is bound to be displayed on a separate page, and you are adding the questions and follow-up questions by inserting multiple trials. The correct way would be to...

I choose to use multi-choice here because, with the addition of the follow-up question, the trial does not consist only of likert items. A yes-or-no question would be troublesome should...

Great idea @jodeleeuw . Changed that bit in the latest commit.

I am unsure whether these below would qualify as they are only available in Chinese: I would first recommend my own videos on bilibili: [https://www.bilibili.com/video/BV1Qs4y1y7c9/](https://www.bilibili.com/video/BV1Qs4y1y7c9/). While it is purely in...

Just make the change in `on_load`: ```javascript let jsPsych = initJsPsych(); let trial = { type: jsPsychIatHtml, stimulus: 'Joyous', stim_key_association: 'left', html_when_wrong: 'X', bottom_instructions: 'If you press the wrong key,...

I have also another issue that I want to address when using the cli tool but am unsure as to whether I should include it in a commit. The prompt...