Mobile Quiz - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Today we are going to look at another classic goal in Mobile development, data collection. You might need it for a line of business application, for example a field service application where workers need to inspection equipment and fill out a questionnaire. Or you might need it in a mobile poll taker application. You could even use it in a trivia game. There are few applications actually that couldn't take advantage of a question and answer system like the Mobile Quiz.
There is so much potential with this application. I hope you can see the concept and see the potential here. There are a world of possibilities here. Hopefully this application will help you get ever so slightly closer to realizing some of them.
The UI is a straight-forward and clean design, which was easy to make but should appeal to users. Everything is meant to be intuitive and self explanatory. Users should simple be able to look at the screen and get it.
The first screen is an quiz introduction form. All we have here is some eye candy, the name of the quiz, and some basic menu options: Start, About, and Exit.
After this the user is presented with the questions screen. This is the main meat of the application.
Questions are pulled from an XML file which could be retrieved from a remote server.
It's a snap to open the XML file and read in all of our data.
DataSet dataSet = new DataSet();
// read quiz data file
dataSet.ReadXml(@"/Program Files/MobileQuiz/quiz.xml");
One thing that I decided was important was to avoid showing modal MessageBox dialogs often. Instead
I choose to use a label, place it at the top, set it's background color to Info, and use it accordingly. This works out great and I think is a much better user experience. Data entry on a mobile device is a huge pain, and if you can take a dialog out of the equation that's a good thing.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional
Similar Software:
Fitaly Letris for the Pocket PC Fitaly Letris for the Pocket PC is a training game to help speed text input into the Pocket PC.
The idea of FitalyLetris is to write the words that fall down. To complete a word, enter a space after it.
There are several modes ? Test, Drill, Game ? that focus on different demands and therefore handle speed and other parameters in different ways
Quiz Expert Quiz Expert is a quiz builder to help you build multimedia quiz on Pocket PC, and even generate a single exe to run on other''s Pocket PC without Quiz Expert installed. It''s that easy! Download Quiz Expert to build quiz for learning or funny and share with your friends
Aristotle Virtuousness Test for Pocket PCs Aristotle Virtuousness Test This program is a simple 11 step test which determines how much virtuous you are according to Aristotle. Who is Aristotle? I can't help you with that! This test should be done by someone who knows you very well. (E.g.: Family, partner, friend...) Don't do it yourself! After the test you will be given a score out of 100
CBQuiz CBQuiz - This program can be used to quiz a person on the CB 10 codes.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer. Simply unzip the file for your processor and place the DLL file in the 'Windows' folder of your PocketPC computer. For free support on installing email me
WordGuess WordGuess - This program has 7,108 of the larger words in the English language. The program picks a random word. Guess it with the least amount of correct words or cycle the PocketPC in a group.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
WordGuesser WordGuesser - WordGuesser - guess various words in this tiny game.
WordGuesser requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer. Simply unzip the file for your processor and place the DLL file in the 'Windows' folder of your PocketPC computer. For free support on installing, email the author
CASH CAB CASH CAB - Enter the CASH CAB and experience the Discovery Channel hit gameshow. As the meter ticks, the questions get harder and the stakes get higher. Miss three questions, and the CASH CAB pulls over and ejects the contestants onto the curb. CASH CAB mobile features nearly 1,000 questions pulled from subjects as diverse as History, Pop Culture, Language and Science
TextTwist Turbo for HTC 8525/ HTC Mogul /HTC 6800 TextTwist Turbo has finally landed on your mobile! This classic word game has stirred millions of players around the world with its laid-back style and brain-teasing action. Now you can enjoy it wherever you go! Twist words out of the letters provided to progress to longer words and bigger challenges, all at your own pace
HangGuy HangGuy - Very cool game of Hangman. Has 427 words. 377 standard words and 50 kids words in two seperate lists. All words come with hints. The program always remembers the last word you were on. Option to restrict the list to words you have missed in the past. Option to reveal the word when you loose
CanadaQuiz CanadaQuiz - This program is a quick quiz on Canadian provinces and the capitols, birds, flower and trees for them. Select the right answers to go to the next province.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Other Software by developer «Chris Craft»:
Mobile Weather Mobile Weather - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Pocket Death Clock Pocket Death Clock - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Let's have some fun today. And do an application that is just for kicks
Mobile SMS Remote Mobile SMS Remote - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Prize Picker Prize Picker - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
There is probably someone out there who doesn't think this is the best looking application ever
Community Megaphone Reader Community Megaphone Reader - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
SMS Logger SMS Logger - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
I've had a lot of requests for SMS related applications
Lunch-O-Matic Lunch-O-Matic - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Being a geek, I have a lot of geek friends. Being friends, we tend to eat lunch together
What Is My IP? What Is My IP? - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
You may have seen sites like WhatIsMyIP.com, IPChicken.com, and my favorite IPCow.com
Mobile Signature Mobile Signature - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Mobile Speedometer Mobile Speedometer - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET