multiple choice questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm new in this forum and you can say I'm a new M Access user.
Is it possiple to use M Access to make a programe that displays multiple
choice questions for sudents?
 
Raiya,
Yes, MSAccess can do that.
Using OptionGroups for the responses would be the best method. If you had 4 possible
answers per question, an OptionGroup will allow the user to select ONLY one of those
answers per question.
 
Thanks alot for reply.
In fact I started to work on it using MSAccess. I used two tables; one for
questions and another for answers. I tried to display them in a form for the
questions including a subform for the answers. The subform is displayed as
datasheet. I tried to use the OptionGroup but it didn't work..
 
Back
Top