How to Create a Multiple Question ?

Posted by user537422 on Stack Overflow See other posts from Stack Overflow or by user537422
Published on 2010-12-21T04:14:27Z Indexed on 2010/12/21 5:00 UTC
Read the original article Hit count: 178

Filed under:
|
|
|
|

Hi Guys,

I need to retrieve 6 questions from a plist and check the answer if is correct from the plist itself??

i will use a QR code scanner api to scan for answer, the api will covert to a string and read from the plist to check if the answer is correct... is there any tutorial or references for me to look @ ??

In my plist there is: question ~ Dictionary with the following strings:

NumberOfOption ~ which define if the question is a multiple choice or a QR code question Question ~ question itself Answer ~ Answer itself Option 1 ~ 4 ~ if it is a multiple choice question

Thanks in advance for answering my questions, i appreciated it

cheers

Desmond

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c