Multiple choice quiz graying out incorrect answers until correct chosen

ben robinson baltimore.ben at gmail.com
Thu Jul 28 14:39:51 UTC 2011


i don't fully understand what you are asking, but one simple method for
using information from one experiment in another that i've used myself is to
have your first experiment create a text file and write, say, your accuracy
score into the text file.  save the text file with the subject number in the
filename, use the same subject number in your next experiment, and have that
next experiment look for a text file with the appropriate filename.  open
the text file, read the accuracy, and viola, you have the information from a
previous experiment available to you in your next experiment.

ben

On Wed, Jul 27, 2011 at 8:40 PM, David Nicholson <
david.averill.nicholson at gmail.com> wrote:

> Hey Ben,
>
> Thanks for your response.  I eventually got it and opted for having
> the participant choose a,b,c,d then press enter.  This way there was
> not an accidental choice and they could think about it before they
> answer.  I did it a very similar way as you described.  I did end up
> using a single slide with four separate text boxes for a,b,c,d and one
> for the question of course.  I then compared their answer using instr
> and if the accuracy was 0, i used if then statements to grey out the
> incorrect and just go to the beginning of the slide.  This would
> repeat until correct.  I then cleared the slide of incorrect and
> picked another question by random.  I implemented a counter to keep
> score of correct and deductions, then terminated the question list
> once a minimum score was reached.  My next step it to export this
> score along with subject number and session to use in the next test as
> a base score.  I'm pretty sure I have a good idea how to write that
> up.  I'm also looking into a way to take the data from multiple
> sources and automate it giving an overall score comparison.  I know e-
> kick no longer works but I just need to devote more time to get the
> coding right for this.  I was also thinking I may have to end up using
> a CSV but I would rather not as that seems like it would take too much
> time.  If you have any ideas feel free to make suggestions.
>
> Thanks,
> David
>
> On Jul 27, 3:30 pm, ben robinson <baltimore.... at gmail.com> wrote:
> > did you ever figure this out?
> > my suggestion would be something to have a single slide object display
> the
> > question and each of four possible answers as five separate slidetext
> > objects within that slide.  enable mouse responding, and terminate the
> slide
> > after a response.  use HitTest to determine which answer was clicked.  if
> > the correct answer was clicked, jump to a label at the end of the trial.
>  if
> > an incorrect response was clicked, the next slide object in the trial
> > procedure would redisplay everything from the original slide object but
> with
> > the just-selected incorrect answer presented in gray font.  and repeat.
> >
> > ben
> >
> > On Mon, Jul 18, 2011 at 11:50 AM, David Nicholson <
> >
> >
> >
> >
> >
> >
> >
> > david.averill.nichol... at gmail.com> wrote:
> > > Hello,
> >
> > > I'm creating an experiment where the participant first chooses a
> > > difficulty level and is directed to one of three tests.  I already
> > > have this part created and working correctly.  It is not the most
> > > nicely structured program as the best way I found to accomplish this
> > > is to use unreferenced e-objects, but it works.  That is not my
> > > current problem or what I am focusing on at the moment.  But I'm open
> > > to suggestions if a better method is known.
> >
> > > What i'm currently trying to do is create a slide with a question and
> > > four multiple choice answers.  The subject will choose an answer until
> > > the correct answer is chosen.  I will be using a ranking system of
> > > points to score them.  (4pts for first try, 3 for second, etc.)  I
> > > will also require a certain percentage correct or it will kick them
> > > out and have to restart, or just jump back to the start.
> >
> > > What I cannot figure out is how to keep the same question and answers
> > > displayed and gray out the incorrect answer(s).  Then move forward to
> > > the next question when the correct answer is picked.  I've been
> > > thinking of a few ideas but I am still unsure what the best way to
> > > structure and write this.
> >
> > > Thanks in advance for all your help!
> > > David Nicholson
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "E-Prime" group.
> > > To post to this group, send email to e-prime at googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > e-prime+unsubscribe at googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/e-prime?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "E-Prime" group.
> To post to this group, send email to e-prime at googlegroups.com.
> To unsubscribe from this group, send email to
> e-prime+unsubscribe at googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/e-prime?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com.
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.linguistlist.org/pipermail/eprime/attachments/20110728/d73e8f45/attachment.htm>


More information about the Eprime mailing list