glitch before open ended question


Author
Message
nrouhani
nrouhani
Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)
Group: Forum Members
Posts: 83, Visits: 261
hello, 
i am wondering if there is a way to reduce what appears to be a glitch before the appearance of an open ended question. here, right before the text box displays, there is appearance of the underlying desktop (see picture below for the screen before the open ended question and video below for example - attached screen occurs after the fan stimulus and before the text box). i've also included relevant code below. is there any way to prevent this from happening? thank you for your help!
 (if photo doesn't load, it's the background with what looks like a square cut out showing the desktop)


<openended estimate_lr_4060>
/ position = (50, 50)
/ buttonlabel = " press enter to submit"
/ fontstyle = ("Arial",15)
/ inputdevice = keyboard
/ stimulustimes = [0=sceneStim_current, estimateQ]
/ linelength = 3
/ range = (0,100)
/ numlines = 1
/ responsefontstyle = ("Arial",30)
/ beginresponsetime = 0
/ responseinterrupt = trial
/ posttrialpause = list.jitter_estimate.nextvalue
/ trialduration = 3000 + list.jitter_estimate.currentvalue
/ branch = [
    if (list.lr_4060.currentvalue==1){
        trial.outcome_lr_4060_nat;
    }else{
        trial.outcome_lr_4060_art;
    };    
]
</openended>

<picture sceneStim_current>
/ items = sceneStims
/ size = (100%, 100%)
/ select = list.learningScenes.currentvalue
/ erase = false
</picture>

<text estimateQ>
/ items = ("please estimate the value of this category (artificial or natural) from 0 to 100 cents")
/ halign = center
/ vjustify = center
/ size = (500,90)
/ fontstyle = ("Helvetica", 2.48%, true, false, false, false, 5, 0)
/ vposition = (30)
/ hposition = (50)
/ txbgcolor = white
/ txcolor = darkgray
/ erase = false
</text>
nrouhani
nrouhani
Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)Distinguished Member (3.3K reputation)
Group: Forum Members
Posts: 83, Visits: 261
nrouhani - 11/20/2021
hello, 
i am wondering if there is a way to reduce what appears to be a glitch before the appearance of an open ended question. here, right before the text box displays, there is appearance of the underlying desktop (see picture below for the screen before the open ended question and video below for example - attached screen occurs after the fan stimulus and before the text box). i've also included relevant code below. is there any way to prevent this from happening? thank you for your help!
 (if photo doesn't load, it's the background with what looks like a square cut out showing the desktop)


<openended estimate_lr_4060>
/ position = (50, 50)
/ buttonlabel = " press enter to submit"
/ fontstyle = ("Arial",15)
/ inputdevice = keyboard
/ stimulustimes = [0=sceneStim_current, estimateQ]
/ linelength = 3
/ range = (0,100)
/ numlines = 1
/ responsefontstyle = ("Arial",30)
/ beginresponsetime = 0
/ responseinterrupt = trial
/ posttrialpause = list.jitter_estimate.nextvalue
/ trialduration = 3000 + list.jitter_estimate.currentvalue
/ branch = [
    if (list.lr_4060.currentvalue==1){
        trial.outcome_lr_4060_nat;
    }else{
        trial.outcome_lr_4060_art;
    };    
]
</openended>

<picture sceneStim_current>
/ items = sceneStims
/ size = (100%, 100%)
/ select = list.learningScenes.currentvalue
/ erase = false
</picture>

<text estimateQ>
/ items = ("please estimate the value of this category (artificial or natural) from 0 to 100 cents")
/ halign = center
/ vjustify = center
/ size = (500,90)
/ fontstyle = ("Helvetica", 2.48%, true, false, false, false, 5, 0)
/ vposition = (30)
/ hposition = (50)
/ txbgcolor = white
/ txcolor = darkgray
/ erase = false
</text>

from my end it doesn't look like the photo nor video are loading, here's the link to the video again: https://www.youtube.com/watch?v=dxqhlc9IbEM
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
nrouhani - 11/20/2021
nrouhani - 11/20/2021
hello, 
i am wondering if there is a way to reduce what appears to be a glitch before the appearance of an open ended question. here, right before the text box displays, there is appearance of the underlying desktop (see picture below for the screen before the open ended question and video below for example - attached screen occurs after the fan stimulus and before the text box). i've also included relevant code below. is there any way to prevent this from happening? thank you for your help!
 (if photo doesn't load, it's the background with what looks like a square cut out showing the desktop)


<openended estimate_lr_4060>
/ position = (50, 50)
/ buttonlabel = " press enter to submit"
/ fontstyle = ("Arial",15)
/ inputdevice = keyboard
/ stimulustimes = [0=sceneStim_current, estimateQ]
/ linelength = 3
/ range = (0,100)
/ numlines = 1
/ responsefontstyle = ("Arial",30)
/ beginresponsetime = 0
/ responseinterrupt = trial
/ posttrialpause = list.jitter_estimate.nextvalue
/ trialduration = 3000 + list.jitter_estimate.currentvalue
/ branch = [
    if (list.lr_4060.currentvalue==1){
        trial.outcome_lr_4060_nat;
    }else{
        trial.outcome_lr_4060_art;
    };    
]
</openended>

<picture sceneStim_current>
/ items = sceneStims
/ size = (100%, 100%)
/ select = list.learningScenes.currentvalue
/ erase = false
</picture>

<text estimateQ>
/ items = ("please estimate the value of this category (artificial or natural) from 0 to 100 cents")
/ halign = center
/ vjustify = center
/ size = (500,90)
/ fontstyle = ("Helvetica", 2.48%, true, false, false, false, 5, 0)
/ vposition = (30)
/ hposition = (50)
/ txbgcolor = white
/ txcolor = darkgray
/ erase = false
</text>

from my end it doesn't look like the photo nor video are loading, here's the link to the video again: https://www.youtube.com/watch?v=dxqhlc9IbEM

I would try setting the /erase attribute for the fan stimulus to /false.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search