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:
Japan Crossword This program gives you pleasure of solving nonograms. There are three types of crosswords: 10x10 random, 20x20 random, 20x20 from base. The last type is mostly interesting as soon as you solve a natural crossword based on a picture
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
Fitaly Letris Fitaly Letris - The idea of Fitaly Letris is to write the words that fall down. To complete a word, enter a space after it. Also, there are several modes - Test, Drill, Game - that focus on different demands and therefore handle speed and other parameters in different ways.
FitalyLetris is word-oriented - at places, even sentence-oriented
Word Wizard Word Wizard - Time is running out, so you must work fast to find as many words as possible. Connect the scrambled letters any way you can (horizontally, vertically and diagonally) to form words. The more letters in a word, the more points you score. Includes several difficulty levels and a comprehensive, built-in dictionary
BridgeQuizzer BridgeQuizzer - BridgeQuizzer is a quiz of 302 bridge 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
XWords XWords or crosswords is a free, open source implementation of the rules of Scrabble™ for handhelds
CameraQuizzer CameraQuizzer - CameraQuizzer is a quiz of 150 digital camera 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
e-Legion Erudite e-Legion Erudite - This is a new remake of a very famous board game Erudite. This game helps you to improve your language skills and just spend time with pleasure. You can play with AI player or with your friends. The game includes soft system of options. So you can tune it for yourself
Word Seeker Word Seeker is a 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
Other Software by developer «Chris Craft»:
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
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 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
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
GPS Clock GPS 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.
I couldn't resist creating another GPS related mobile application
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
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
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 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 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