Good day
I'm new to C# programming so I need to ask C# experts here, what techniques should I use for a multiple choice exam application I'm planning to develop. I'd like my quiz app to be like this:
1.) What is the capital city of UK?
a. London
b. Washington D.C.
c. Tokyo
d. Manila
2.) What is the capital city of Russia?
a. Bangkok
b. Beijing
c. Islamabad
d. Moscow
After the user has choose any of the answers there will be a button at the end of the questions that will grade the user according to correct answers.
Reply soon
5 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
JOHN JOHNNNYPosted Oct 13, 2014, 12:05 PM
Thank you for your reply i have been studying the code from the link you directed me to, but i still have a little hitch.
How can i translate that kind of code be redered in xaml assuming the xaml.cs is below
JOHN JOHNNNYPosted Oct 13, 2014, 5:23 AM
Munesh SharmaPosted Oct 13, 2014, 12:23 AM
JOHN JOHNNNYPosted Oct 12, 2014, 5:16 PM
Thank you for this reply have been having a hitch connecting the dots together
Can you recomend a tutorial on this for me
Regards
Guest UserPosted Aug 19, 2014, 12:11 AM
var random=new Random();
random.Next();
to generate random numbers & show up random questions rather following same question in series
Please accept answer if you find it helpful!