Problem of setting up BIAT on my GithubPage

24 views
Skip to first unread message

WENWEN XU

unread,
Aug 22, 2024, 11:25:16 AM8/22/24
to Minno.js
HI

I’m following the instruction on https://minnojs.github.io/minnojs-blog/qualtrics-biat/ to set up an example BIAT experiment on my own GithubPage, and I organize the directory with the exact same code and images as in the instruction ( the directory is the attached file). I’m able to set up an demo IAT experiment successfully, but failed with this BIAT demo (got a blank page). I’ve modified some relative paths in the original code to display images but I have no clue about how to fix it. May I have some clarification on whether all my files are organized properly to be run or anywhere I should modify, thanks! here is the shared link to the directory datapipe.biat.examples I built: https://drive.google.com/file/d/1p2Mpo2klzyTvIkRaR7bGUQxrla5C83f7/view?usp=sharing

Thank you for your advice!

Best,
Scarlett

Yoav Bar-Anan

unread,
Aug 22, 2024, 12:50:49 PM8/22/24
to WENWEN XU, Minno.js

Hi Scarlett,

The instruction you linked to in your question pertains to running the BIAT through qualtrics — an option we do not support anymore (although it probably still works).

This is a different solution than running the BIAT as a stand-alone directly from your github page, and recording the data on the OSF, the solution that we currently support. The instruction for the stand-alone solution are in this post (see this section about running tasks other than the IAT). If you are trying to run the standalone version, then line 27 in your exampleiat.html file should activate a manager file, rather than directly the BIAT script.

To clarify, in our stand-alone example relevant for running the BIAT, the htm file runs a manager file that, among other indirect measures, also allows the participant to select a BIAT and run it, as implemented in this script. Note that the BIAT script in the stand-alone example uses the script biat6.js for implementing the BIAT, rather than script we once developed for qualtrics (qbiat6.js), used in your “example.js” file:

define(['pipAPI', 'https://cdn.jsdelivr.net/gh/baranan/minno-tasks@0.*/BIAT/biat6.js'], function(APIConstructor, batExtension){


Assuming you are interested in the stand-alone solution, rather than our discontinued Qualtrics solution, I recommend first implementing the IAT solution, following the post, and then using the multiple-measures example to create a study that runs our BIAT.

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/6d39562c-382d-4487-b845-e99ebcc5123bn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages