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
Thanks for releasing labjs! I am trying to build an experiment where I use a sequence element to play an audio file while a screen element is repeatedly displayed to collect responses (see the screenshot attached; I am browsing in Firefox115.13.0esr 64-bit for Windows 10).
The issue I am having is that the online builder stops me from uploading the audio file (11 MB). I can upload a snippet (1 MB), but this is no good for my experiment.
How can I include large files in the experiment?
I would appreciate your help!
The text was updated successfully, but these errors were encountered:
Let me reply to myself here, so that other users who might be struggling with the same issue can benefit.
I found two work-around solutions:
(1) create the experiment in the builder using a small placeholder file; export the experiment, upload to JATOS; in JATOS in the folder: \...\study_assets_root\ [NAME OF YOUR STUDY] \embedded substitute the placeholder file with the actual file; note that you must name the actual file using the name of the placeholder file as appears in the assets folder
(2) cut the actual file into chunks under 2.5 MB each and reconstruct it by running the chunks one after another in your script; this has the disadvantage that in case of slower internet connection there might be pauses between chunks
Hi,
Thanks for releasing labjs! I am trying to build an experiment where I use a sequence element to play an audio file while a screen element is repeatedly displayed to collect responses (see the screenshot attached; I am browsing in Firefox115.13.0esr 64-bit for Windows 10).
The issue I am having is that the online builder stops me from uploading the audio file (11 MB). I can upload a snippet (1 MB), but this is no good for my experiment.
How can I include large files in the experiment?
I would appreciate your help!
The text was updated successfully, but these errors were encountered: