Full Screen in Qualtrics

303 views
Skip to first unread message

Julie Beadle

unread,
Jun 10, 2021, 2:12:51 PM6/10/21
to Minno.js
Hi there, 

How do I add  fullscreen: true to my IAT script, so that it will run as fullscreen on Qualtrics? 


Thank you, 

Julie 

Mayan Navon

unread,
Jun 14, 2021, 3:03:38 AM6/14/21
to Julie Beadle, Minno.js
Hi Julie,

Normally, it would be best to place that line of code right after the base_url definition. However, we think there's a bug with this feature at the moment. We are looking into it.

Best,
Mayan

--
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/8441084a-6fa2-431c-a819-a1d68a117e1an%40googlegroups.com.


--
Mayan

Julie Beadle

unread,
Jun 17, 2021, 10:11:08 AM6/17/21
to Minno.js
Hi Mayan, 

Thanks for you response. 

Best, 

Julie 

Mayan Navon

unread,
Jun 30, 2021, 4:48:39 AM6/30/21
to Julie Beadle, Minno.js
Hi Julie,

Just updating that the issue is solved.

Best,
Mayan



--
Mayan

Julie Beadle

unread,
Jul 25, 2021, 3:35:50 PM7/25/21
to Minno.js
Hi Mayan, 

What do you mean by right after the base url definition? I have tried the following and I am not able to get fullscreen. 

Thanks, 

Julie 


},

base_url : {//Where are your images at?

image : 'https://jbeadlebc.github.io/pictures_j17/'

},

fullscreen:true

});

});

Mayan Navon

unread,
Jul 26, 2021, 3:24:05 AM7/26/21
to Julie Beadle, Minno.js
Hi Julie,

Here is an example of what I meant:
This will present the survey in full screen as soon as you press 'Preview'
define(['pipAPI', 'https://cdn.jsdelivr.net/gh/baranan/minno-tasks@0.*/IAT/qualtrics/quiat9.js'], function(APIConstructor, iatExtension){
    var API = new APIConstructor();

    return iatExtension({
        category1 : {
            name : 'Black people', //Will appear in the data.
            title : {
                media : {word : 'Black people'}, //Name of the category presented in the task.
                css : {color:'#31940F','font-size':'2em'}, //Style of the category title.
                height : 4 //Used to position the "Or" in the combined block.
            }, 
            stimulusMedia : [ //Stimuli content as PIP's media objects
                {image : 'black1.jpg'}, 
                {image : 'black2.jpg'}, 
                {image : 'black3.jpg'}, 
                {image : 'black4.jpg'}, 
                {image : 'black5.jpg'}, 
                {image : 'black6.jpg'}
            ], 
            //Stimulus css (style)
            stimulusCss : {color:'#31940F','font-size':'1.8em'}
        },    
        category2 :    {
            name : 'White people', //Will appear in the data.
            title : {
                media : {word : 'White people'}, //Name of the category presented in the task.
                css : {color:'#31940F','font-size':'2em'}, //Style of the category title.
                height : 4 //Used to position the "Or" in the combined block.
            }, 
            stimulusMedia : [ //Stimuli content as PIP's media objects
                {image : 'yf1.jpg'}, 
                {image : 'yf4.jpg'}, 
                {image : 'yf5.jpg'}, 
                {image : 'ym2.jpg'}, 
                {image : 'ym3.jpg'}, 
                {image : 'ym5.jpg'}            ], 
            //Stimulus css
            stimulusCss : {color:'#31940F','font-size':'1.8em'}
        },    

        base_url : {//Where are your images at?
            image : 'https://baranan.github.io/minno-tasks/images/'
        },
        fullscreen:true
    });
});



--
Mayan

Julie Beadle

unread,
Jul 28, 2021, 1:22:48 PM7/28/21
to Minno.js
Thank you!
Reply all
Reply to author
Forward
0 new messages