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:
Hangman Hangman! We have all played hangman before with friends and family or as a child, now you can play against your phone when ever you like!
With over 2000 words and phrases in 6 different categories, our hangman will keep you entertained for hours at a time.
But be careful - you only get 7 attempts at getting it wrong... or you could be hung out to dry
emWord Source for Pocket PC 2002 / 2003 "emWord Source" for Pocket PC 2002 / 2003 - as the name explains, you can source the alphabets required to form the word from the given set of words.
Form the word before poor man hangs.
Keep a tab on 'no. of chances left' counter and we warn you not to use any other alphabets since you miss a chance
Brainstorm Brainstorm - An extremely addictive word game! You receive a word and a hint, and must alter only ONE letter in the word to fit the hint. Each game lasts 6 rounds, during which the original word is completely transformed
"emWord Hang" for Pocket PC 2002 / 2003 "emWord Hang" for Pocket PC 2002 / 2003 is a CHALLENGING TEXT/WORD game for the PLAYERS who wish to test their GENERAL KNOWLEDGE ability
Word Seeker Word Seeker-classic concentration game that helps children learn word skills.
The object of the game is to match the first word with the second word that is exactly the same, a synonym, an antonym, or a homonym.
The game begins with eighteen blocks faced down. The user clicks on a block to reveal the hidden word
XWords XWords or crosswords is a free, open source implementation of the rules of Scrabble™ for handhelds
PocketAcquire PocketAcquire - PocketAcquire is a Pocket PC game based on Acquire by Avalon Hill. Players take turns placing tiles on the game board. Companies are started by the tiles on the board. They can grow, merge, and reform. You make money by buying the right stock and merging the right companies.
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
"emLetter Bank" for Pocket PC 2002/2003 "emLetter Bank" for Pocket PC 2002/2003 provided with few alphabets and minimum chances to form a word. No need to use all alphabets of Keyboard to form the word. Just use only given alphabets and form meaningful word and get the score.
Alphabets are provided under each question and these alphabets differ from question to question
Other Software by developer «Chris Craft»:
Trippr Trippr - 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've probably already figured out what this application does
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
MobileInfo MobileInfo - 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.
Information is power. And with the .NET Compact Framework we can have all the information we want
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
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
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
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 SMS Contact Mobile SMS Contact - 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 one of my readers, Paul Diston, made the following request
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