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:
Word Search II Word Search II - The classic word search game! Find and connect the words hidden in the puzzle. Words can appear in any direction (horizontal, vertical, diagonal), either backwards or forwards
Boggs Boggs - Update: Just made several cosmetic improvements.
New, updated version. This version uses a dictionary of over 80,000 words to verify your words.
Uses a 5x5 grid with jumbled letters.
Has adjustable timer.
You can play against another player, and it will score your results according to Boggle® rules
4Word Play 4Word Play - 5 word games for the price of 1 - Give your brain its daily workout.
Word Search: A classic game which involves finding a list of words in a grid of random letters. Words can appear horizontally, vertically, diagonally, and even backwards.
Code Breaker: A crossword type game where each letter of a completed crossword is substituted by a number
"Form the words" for Pocket PC 2002 "Form the words" for Pocket PC 2002 -
Discover the hidden words from the HINTS (only first letters or middle letters of the word are shown). Click and drag on the letters that make up the word.
Beginner? Start playing 'level 1' and find the words in given time. Confident with 'level 1'? Advance to 'level 2' to find the words in half the time
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
emWord Jotto for Pocket PC 2002 / 2003 "emWord Jotto" for Pocket PC 2002 / 2003 - First time on Pocket PC. Play and enjoy the unique game emWord Jotto on your Pocket PC.
emWord Jotto is a very interesting word game where the player has to find out the word
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
Merriam-Webster Word Search Merriam-Webster Word Search - From the world-renowned publisher of the most widely used dictionaries and language references comes the OFFICIAL version of the world's most popular word search game!
Find and connect the words hidden in the puzzle! Words can appear in any direction (horizontal, vertical, diagonal), either backwards or forwards
General Trivia #2 This question set for "The Great Money Grab" contains additional trivia questions for hours of extended play. Categories: History, Geography, Sports, People, Music and Movies
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
Other Software by developer «Chris Craft»:
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
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
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
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
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
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 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
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 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