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:
Scrobble Scrobble is a port of the popular word game Scrabble for Windows Mobile.
Scrobble runs best on VGA-resolution displays, but it should also work on QVGA and WVGA displays. Use your device's d-pad to move the board around so you can see all of it.
Notes
- Scrobble plays exactly the same as Scrabble, with the following differences:
..
ShippingQuizzer ShippingQuizzer - This program is a quiz of 342 shipping/delivery terms/meanings. Select 'start quiz' on the toolbar to start the quiz. The program tracks your scores.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
UnJumble UnJumble is a simple game in which the user is presented with a jumbled 8 letter word. A target is set and time is alloted for each level. The user has to find the possible words having 3 or more letters. With each word found the target is reduced. Once, the user has found enough words to reach to the target, a new level is presented to the user.
CHANGES:
1
Crosswords Crazy! Crosswords Crazy! - Containing over 1,000 puzzles, Crosswords Crazy! provides hundreds of hours of puzzling fun for even the most accomplished crossword fanatic. It includes small, 10x10 magazine-style puzzles that you can solve during a commute, newspaper-style 13x13 and 15x15 puzzles, and giant 17x17 and 19x19 monsters that will keep you up at night
Custom Word Tracer" for Pocket PC 2002/2003 "Custom Word Tracer" for Pocket PC 2002/2003 - Have you ever seen a self-targeting and an interesting game that inclines to your own interest? Get it started right now.
Trace out exact word from the grid of 'jumbled letters of same word'.
You have two options to be played upon, System words and Custom words with easy and hard levels
Pocket DoND Pocket DoND is based on the hit TV show Deal or No Deal. In the game, players attempt to beat the Banker by choosing boxes to open, each of which has a random amount of money inside
JEOPARDY!® JEOPARDY!® - A great quiz game at your fingertips? What is JEOPARDY! The Pocket PC version of JEOPARDY! offers the same excitement as the TV show but in a smaller package. With hundreds of fun, informative, brain-teasing answers and questions, you'll be entertained for hours
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
Trivia Pack Trivia Pack - 3 great titles at a big discount! Find out how much you know, and how much you don't. Trivia Pack is sure to teach you a thing or two! Includes hit games Trivia King, Brainstorm, and Quiz Master. Each title offers a new set of challenges, which cover a range of topics and difficulty levels
Other Software by developer «Chris Craft»:
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
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
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
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
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
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
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
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