+x Dave - 4/15/2020+x James Rounds - 4/15/2020Hi all,I'm putting the finishing touches on an experiment, and launching it on Inquisit 6, Web version. However, on my local machine I use Inquisit 4. The pre-experiment instruction pages look fine on my local computer - they are centered and inside a box.But on the Web version, they are pushed up to the top left corner (vertical alignment top, I guess, and left-aligned). Does anyone know why this might be? I can't easily play with the carats in the <page> elements and re-upload, because my advisor has the web license and I can't keep bugging her to test each iteration.The experiment online is at this address: https://mili2nd.co/b6qbThe <page> and <instruct> elements are near the top of the script.Thank you so much!JamesInquisit 6 has done away with the box around instructions on <page> elements, so that's normal. Text on instruction pages has always been left- and top-aligned, including under Inquisit 4. The only difference is that Inquisit 6 uses a different default for the size of instruction pages. If you wish to approximate the Inquisit 4 behavior under Inquisit 6, set a /windowsize to your liking in the script's <instruct> element. E.g.<instruct> / nextlabel = "Click to continue"/ prevlabel = "Click to go back"/ inputdevice = mouse/ screencolor = white/ finishlabel = "Click to continue"/ windowsize = (50%, 50%)</instruct>which will give you something like this:
+x James Rounds - 4/15/2020Hi all,I'm putting the finishing touches on an experiment, and launching it on Inquisit 6, Web version. However, on my local machine I use Inquisit 4. The pre-experiment instruction pages look fine on my local computer - they are centered and inside a box.But on the Web version, they are pushed up to the top left corner (vertical alignment top, I guess, and left-aligned). Does anyone know why this might be? I can't easily play with the carats in the <page> elements and re-upload, because my advisor has the web license and I can't keep bugging her to test each iteration.The experiment online is at this address: https://mili2nd.co/b6qbThe <page> and <instruct> elements are near the top of the script.Thank you so much!James