I need to select, at random, two different words and then get the value which is linked to both of them. Let me explain, further:
The first list would be "masculine, feminine, neuter, plural" and the second would be "nom, acc, gen, dat".
I want the program to select one from each at random, and then have the user provide the option. So, if it selected masc + nom, the user should answer (through an input option) der. When they do, I want to tell them if they're right or wrong.
I hope this makes sense.
How would you implement this? I can select the words at random just fine, but I'm just not sure about how to find the answer.
Any help would be great. Thanks!
dermean? I don't understand how it's linked to "masc" and "nom". – Kevin Nov 18 '11 at 19:13