Millisecond Forums

A weird picture shows up on the screen

https://forums.millisecond.com/Topic10839.aspx

By gsu - 7/7/2013

Hi Dave,


I have just started using Version 4 in the web version and as soon as I upgraded to that version, a weird picture started to show up when I run the original script I have been using. The picture is attached (it's the weird 1 I'm talking about). I tried everything but couldn't find a way to fix it.  Below is my syntax for this specific block. The same number appears in a later block, which was again working perfectly fine before. Let me know what I can do to fix this problem.


Thanks!



<block IDENTIFIERsurvey>



/ trials = [1=IDENTIFIERsurvey]



</block>





<surveypage IDENTIFIERsurvey>



/ questions = [1=IDENTIFIER; 2=IDENTIFIER2; 3=IDENTIFIER3]



/ finishlabel = "Click here to continue"



/ showquestionnumbers = false



</surveypage>





<textbox IDENTIFIER>



/ caption = "Please type in the initial of your mother's first name."



/ fontstyle = ("Arial", -18, false, false, false, false, 5, 0)



/ required = true



/ maxchars = 1



</textbox>




<textbox IDENTIFIER2>



/ caption = "Please type in the initial of your father's first name."



/ fontstyle = ("Arial", -18, false, false, false, false, 5, 0)



/ required = true



/ maxchars = 1



</textbox>




<textbox IDENTIFIER3>



/ caption = "Please type in your birth date (e.g., if your birth date is June 21st, 1998, you should type in 06211998)"



/ fontstyle = ("Arial", -18, false, false, false, false, 5, 0)



/ required = true



/ maxchars = 8



</textbox>



 

By Dave - 7/7/2013

You need to set the /showpagenumbers attribute to false. See the documentation for details.