By shareli@univ.haifa.ac.il - 11/27/2021
Hi The following script is shown with a truncated text It stops with could, somewhere at the center of the screen. This happens with all questions of this sort Thanks much Shlomo <slider Question1R> / caption = "1. What are the chances that you will be interested in purchasing this house if you could afford it?" / labels = ("No chance at all","Very high chance") / slidersize = (80%, 10%) / defaultresponse = 3 / fontstyle = ("Arial", 1.7%, false, false, false, false, 5, 1) / range = (0, 6) / increment = 1 / position = (10%,70%) </slider >
|
By Dave - 11/29/2021
+xHi The following script is shown with a truncated text It stops with could, somewhere at the center of the screen. This happens with all questions of this sort Thanks much Shlomo <slider Question1R> / caption = "1. What are the chances that you will be interested in purchasing this house if you could afford it?" / labels = ("No chance at all","Very high chance") / slidersize = (80%, 10%) / defaultresponse = 3 / fontstyle = ("Arial", 1.7%, false, false, false, false, 5, 1) / range = (0, 6) / increment = 1 / position = (10%,70%) </slider > It doesn't in isolation, i.e. with
<slider Question1R> / caption = "1. What are the chances that you will be interested in purchasing this house if you could afford it?" / labels = ("No chance at all","Very high chance") / slidersize = (80%, 10%) / defaultresponse = 3 / fontstyle = ("Arial", 1.7%, false, false, false, false, 5, 1) / range = (0, 6) / increment = 1 / position = (10%,70%) </slider>
<surveypage mypage> / questions = [1=Question1R] </surveypage>
so the issue is due to some other settings in the script which you did not share.
Please provide code that shows the problem when run.
|
By shareli@univ.haifa.ac.il - 11/29/2021
+x+xHi The following script is shown with a truncated text It stops with could, somewhere at the center of the screen. This happens with all questions of this sort Thanks much Shlomo <slider Question1R> / caption = "1. What are the chances that you will be interested in purchasing this house if you could afford it?" / labels = ("No chance at all","Very high chance") / slidersize = (80%, 10%) / defaultresponse = 3 / fontstyle = ("Arial", 1.7%, false, false, false, false, 5, 1) / range = (0, 6) / increment = 1 / position = (10%,70%) </slider > It doesn't in isolation, i.e. with <slider Question1R> / caption = "1. What are the chances that you will be interested in purchasing this house if you could afford it?" / labels = ("No chance at all","Very high chance") / slidersize = (80%, 10%) / defaultresponse = 3 / fontstyle = ("Arial", 1.7%, false, false, false, false, 5, 1) / range = (0, 6) / increment = 1 / position = (10%,70%) </slider>
<surveypage mypage> / questions = [1=Question1R] </surveypage> so the issue is due to some other settings in the script which you did not share. Please provide code that shows the problem when run. Thanks much. I rewrote the problematic parts in the script and it resolved the issue. Not that I know why
|
By inquisituser22 - 12/7/2021
Hello, I have noticed that the user who posted with this question also has the same "1" in the top left corner of the screenshot they provided of their slider. Is there any way to remove or hide this number from the screen with the slider?
Thank you
|
By Dave - 12/7/2021
+xHello, I have noticed that the user who posted with this question also has the same "1" in the top left corner of the screenshot they provided of their slider. Is there any way to remove or hide this number from the screen with the slider? Thank you That's the page number. Set https://www.millisecond.com/support/docs/v6/html/language/attributes/showpagenumbers.htm to false if you do not want it.
|
By inquisituser22 - 12/8/2021
+x Thank you!
|
|