Back
Login
Register
Login
Register
Millisecond Forums
Home
»
Millisecond Forums
»
Inquisit 5
»
blank screen during instructions
blank screen during instructions
Post Reply
Like
83
blank screen during instructions
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
graheje@plu.edu
graheje@plu.edu
posted 9 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 3,
Visits: 5
for some reason, the instructions before experimental trials only show as a black/blank screen. i have attached the code.
the experiment works other than the instructions.
this is working on collaborators programs so it seems to be something locally that is the problem
Attachments
AMP.Replic.Eng2.exp
(
548 views,
13.00 KB
)
Reply
Like
83
Dave
Dave
posted 9 Years Ago
ANSWER
Post Details
Share Post
Group: Administrators
Posts: 13K,
Visits: 105K
+
x
graheje@plu.edu
- Monday, November 28, 2016
for some reason, the instructions before experimental trials only show as a black/blank screen. i have attached the code.
the experiment works other than the instructions.
this is working on collaborators programs so it seems to be something locally that is the problem
Always specify the unit in the <instruct> element's /windowsize attribute. Inquisit 5 will interpret the values as percentages if no unit is given, i.e., instruction pages may be sized far larger than the actual screen, giving the appearance of a "blank screen." In your specific case, instead of
<instruct>
...
/ windowsize = (1024,768)
</instruct>
specify
<instruct>
...
/ windowsize = (1024px,768px)
</instruct>
Reply
Like
77
graheje@plu.edu
graheje@plu.edu
posted 9 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 3,
Visits: 5
+
x
Dave - Monday, November 28, 2016
+
x
graheje@plu.edu
- Monday, November 28, 2016
for some reason, the instructions before experimental trials only show as a black/blank screen. i have attached the code.
the experiment works other than the instructions.
this is working on collaborators programs so it seems to be something locally that is the problem
Always specify the unit in the <instruct> element's /windowsize attribute. Inquisit 5 will interpret the values as percentages if no unit is given, i.e., instruction pages may be sized far larger than the actual screen, giving the appearance of a "blank screen." In your specific case, instead of
<instruct>
...
/ windowsize = (1024,768)
</instruct>
specify
<instruct>
...
/ windowsize = (1024px,768px)
</instruct>
Reply
Like
62
graheje@plu.edu
graheje@plu.edu
posted 9 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 3,
Visits: 5
+
x
graheje@plu.edu
- Monday, November 28, 2016
+
x
Dave - Monday, November 28, 2016
+
x
graheje@plu.edu
- Monday, November 28, 2016
for some reason, the instructions before experimental trials only show as a black/blank screen. i have attached the code.
the experiment works other than the instructions.
this is working on collaborators programs so it seems to be something locally that is the problem
Always specify the unit in the <instruct> element's /windowsize attribute. Inquisit 5 will interpret the values as percentages if no unit is given, i.e., instruction pages may be sized far larger than the actual screen, giving the appearance of a "blank screen." In your specific case, instead of
<instruct>
...
/ windowsize = (1024,768)
</instruct>
specify
<instruct>
...
/ windowsize = (1024px,768px)
</instruct>
Thanks Dave, that really worked!
Reply
Like
89
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
83
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Facebook
Explore
Messages
Mentions
Search