But, for anyone to help:
- What is "little experience"? Have you read the entire getting started guide and/or additional material (linked before)?
- Where do you get stuck?
Best,
Mich
Michiel Spapé
Research Fellow
Perception & Action group
University of Nottingham
School of Psychology
www.cognitology.eu
Hi all,
Best regards
Alexander
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-p...@googlegroups.com.
To unsubscribe from this group, send email to e-prime+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
Stock reminder: 1) I do not work for PST. 2)
PST's trained staff takes any and all questions
at
http://support.pstnet.com/e%2Dprime/support/login.asp
, and they strive to respond to all requests in
24-48 hours -- this is pretty much their
substitute for proper documentation, so make full
use of it. 3) If you do get an answer from PST
Web Support, please extend the courtesy of
posting their reply back here for the sake of others.
(And to Mich, hat's off for saying what I so often say.)
That said, here is my take...
As liw hinted, you could collect multiple mouse
clicks for a single stimulus & input mask by
making use of the InputMask.Responses property in
inline code -- see that topic in the E-Basic Help
facility, and the MultipleResponseCollection.es
example in the PST Web Downloads area. But to
get the stimulus to change upon each response
would take more work. I think liw's approach
using multiple objects may be easier to for a
begginner, but if you don't mind diving in to a
bunch of code then an alternative (and not
necessarily better) approach would be to use the
InputMask.Responses property along with the .Draw
method of each of the various sub-objects on your
stimulus Slide. The VAS example from PST shows
how to do something like this (note that their
VAS example is *not* a VAS, it is a Likert
scale!). (And if you do resort to the PST
examples, take them as only a starting point for
coding ideas -- they have the virtue of providing
actual working code, but beyond that the code is
not a good model of good programming practices.)
-- David McFarlane, Professional Faultfinder
"For a successful technology, reality must take
precedence over public relations, for nature
cannot be fooled." (Richard Feynman, Nobel prize-winning physicist)