Reply To: How to add page breaks in between randomized items?

PennController for IBEX Forums Support How to add page breaks in between randomized items? Reply To: How to add page breaks in between randomized items?

#8529
lilymelodyli
Participant

Hi Jeremy,

Thanks for answering the different questions! I’m now done with the page break, reaction time and aesthetic.

I followed your advice to create an Amazon S3 bucket to host my zip file, and then changed the CORS settings with the following JSON configuration (taken from the other post you sent me).

[
    {
        "AllowedHeaders": [
            "*"
        ],
        "AllowedMethods": [
            "GET"
        ],
        "AllowedOrigins": [
            "https://farm.pcibex.net"
        ],
        "ExposeHeaders": []
    }
]

However, when I tried to run the script, I got an error message and the experiment got stuck with the preloading process:

[17:15:38] Error downloading https://s3.ap-southeast-1.amazonaws.com/nus.qe.cantonese.cl/Stimuli_mp3.zip:;Error: Ajax error for https://s3.ap-southeast-1.amazonaws.com/nus.qe.cantonese.cl/Stimuli_mp3.zip : 403 Forbidden (newTrial: 0-welcome)

I also tried to open the URL of my Amazon bucket, and it also said “AccessDenied”. Do you know what may have happened here?

Lily