you need one top-level list object, List1, with 2 rows and two columns.<br><br>first, the columns:<br>column 1 = FirstWord<br>column 2 = SecondWord<br>under FirstWord you'll want to write [Word1]<br>under SecondWord write [Word2]<br>
<br>now the rows:<br>both rows will call run the same procedure, ShowWordsProc.<br>row 1's nested lists = MainWordList and WordListA<br>row 2's nested lists = MainWordList and WordListB<br><br>in MainWordList you'll need to add a column called Word1<br>
in both WordListA and WordListB you'll need to add a column called Word2<br><br>add all you main words to the column, Word1<br>and add all your list2 and list3 words to the column Word2 in WordListA and WordListB, respectively.<br>
<br>set all the lists to select at random.<br><br>this should do it.<br><br><div class="gmail_quote">On Thu, Jul 10, 2008 at 11:31 AM, Spencer S <<a href="mailto:undressmerobot@gmail.com">undressmerobot@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Ben, thanks for the suggestion. Unfortunately (and I did not make this<br>
clear originally), I am looking to pair MAIN with ONLY either WORD2 or<br>
WORD3. That is, each MAIN word is shown once, with either WORD2 or<br>
WORD3, such that 50% of the trials have the MAIN word shown with<br>
WORD2, and 50% have it with WORD3. For instance, if BORED and BEARD<br>
were selected, then BORED and BOARD would not be shown later.<br>
<br>
Sorry if I am not explaining this well.<br>
<div><div></div><div class="Wj3C7c"><br>
On Jul 10, 10:43 am, Ben Meyers <<a href="mailto:benjamin.d.mey...@gmail.com">benjamin.d.mey...@gmail.com</a>> wrote:<br>
> There are a couple different ways you could do this.<br>
><br>
> The solution that I think is least complicated would be to make one<br>
> list randomly call between two procedures.  The only item in each of<br>
> those procedures would be a list with two additional attributes:<br>
> MAIN, WORD, where the WORD attribute contains the corresponding word<br>
> to each MAIN.  Then you have your presentation procedure and you're<br>
> done.<br>
><br>
> On Jul 8, 4:11 pm, Spencer S <<a href="mailto:undressmero...@gmail.com">undressmero...@gmail.com</a>> wrote:<br>
><br>
> > What I have is a list of homophones, like the following:<br>
><br>
> > MAIN            WORD2           WORD3<br>
><br>
> > bored           board           beard<br>
> > cede            seed            seen<br>
> > sell                    cell                    call<br>
> > cent                    sent            seat<br>
><br>
> > I want to show pairs of words such that the MAIN word is always shown,<br>
> > and then either WORD2 or WORD3 is chosen to be shown at random. Half<br>
> > the time WORD2 would be shown, half the time WORD3 would be shown.<br>
><br>
> > For example, using the above words, a sample set of trials would be:<br>
><br>
> > StimA   StimB<br>
><br>
> > bored   beard<br>
> > cede    seed<br>
> > sell            cell<br>
> > cent            seat<br>
><br>
> > Or: MAIN/WORD3, MAIN/WORD2, MAIN/WORD2, MAIN/WORD3.<br>
<br>
</div></div></blockquote></div><br><br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime-unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en <br> -~----------~----~----~----~------~----~------~--~---<br>
<br>