Write a program that places the names of five different states in labels, and allows the user to enter guesses of the corresponding state capitals in textboxes.

Slides:



Advertisements
Similar presentations
By teacher or student name
Advertisements

MATHO x- and y-intercepts Directions: 1. Do the sixteen problems on the worksheet. 2. Transfer each answer to a square on the MATHO grid. Mix up your answers.
Alphabet Matching Game A-G Instructions In each slide there is a Capital letter and four lower case letters. Choose the correct lower case letter that.
Slides, Flips, and Turns CLICK HERE TO BEGIN THE GAME!!
Orange Boat 3Purple Boat 4Red Boat 5Yellow Boat 6Green Boat 2Blue Boat 1.
Quiz By: Steven Hancock Click START to begin the quiz. ALGEBRA.
Microsoft Visual Basic: Reloaded Chapter Six Repeating Program Instructions.
True/False. False True Subject May Go Here True / False ? Type correct answer here. Type incorrect answer here.
Creating Quiz in MOODLE. Step 1: Create Question Bank - Create Question Bank - Click Question Bank on Settings.
Click here to start round 2! You Should Know Access FunctionsSay.
BASIC POWER POINT WORDS VOCABULARY PRACTICE (corresponds with Power Point 2011)
ASP.NET Web Server Controls Basic Web Server Controls.
Clearly Visual Basic: Programming with Visual Basic 2008
Test Your Knowledge. x + 3 =6 a.5 b.4 c.3 d.2 y - 11= 78 a. 69 b. 89 c. 87 d. 68.
Working with the VB IDE. Running a Program u Clicking the”start” tool begins the program u The “break” tool pauses a program in mid-execution u The “end”
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 17 – Flag Quiz Application Introducing One-Dimensional.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Class Average Application Introducing the Do...Loop While and Do...Loop Until.
QUICK ADD / STOCK MASTER FILE MODULE User’s Guide.
Formatting of Game © Candace R. Black, Al rights reserved. Concentration!
CSC350: Learning Management Systems COMSATS Institute of Information Technology (Virtual Campus)
Roman Numeral Multiplication Quiz
You should unzip and download the beginning programs.
Moodle Quizes Staff Guide. Creating Quizzes Click Add an Activity or Resource With the course in editing mode...
In the Racing Game of Knowledge Who will finish first? By:priya ridha p Click Here to Start 5 player Click Here to Start 1 player.
Christmas Around the World Matching Quiz Directions Think about the countries we studied this week. Think about the countries we studied this week. Look.
Design the form above that calculates GPAs. It has a ComboBox of grades, a NumericUpDown control for credits, a button to add grades and credits to two.
Factorization : Difference of Two Squares and Perfect Squares.
Flashcard Quiz Program BY: KISHIN ARUWANI. Background  This program will be created as a studying tool to give students the ability to create flashcards.
1 Quiz Manager – Detail Steps. 2 Materials License Quiz Manager Create a new multiple choice or short answer quiz Reuse previously created quizzes Edit.
Selection Part 2 Using Logical Operators, how strings are compared and random numbers.
DEPARTMENT MODULE User’s Guide. Step 1. Click Files Step 2. Click Department.
Using Forms and Form Elements In Visual Basic.NET.
Quiz About Your Topic Question 1 A question about your topic: A. [Insert incorrect answer] C. [Insert incorrect answer] B. [Insert incorrect answer]
Special Triangles Review
Microsoft Access 2016 Simplify Data Entry with Forms
Internalizing The Closure Property Grades 3 – 5
Quiz # 02 Design a data type Date to hold date
Tutorial 10 – Class Average Application Introducing the Do…Loop While and Do…Loop Until Repetition Statements Outline Test-Driving the Class Average.
Tutorial 9 - Car Payment Calculator Application Introducing the while Repetition Statement Outline 9.1 Test-Driving the Car Payment Calculator Application.
EMR field in Portals Work History page
Please use speaker notes for additional information!
Simplify Data Entry with Forms Chapter 3
CLICK HERE TO BEGIN THE GAME!!
Variables and Arithmetic Operations
Christmas Quiz 2017 tekhnologic.
PRACTICE, PRACTICE AND MORE PRACTICE
Sign Up Here.
Quiz About [Your topic]
Introduction To PowerChart Quiz
More Loops.
Preliminaries Design page. Give an id to any part of the page that we take information from or write information to. Declare, instantiate and initiate.
Cheque Dishonour Enter T-Code ZCHQ_DISHONOR
True or False: {image} is one-to-one function.
Addition Project CSIT 230 (Blum).
Quiz Skill Overview This skill teaches and quizzes customers about the 50 States. It teaches about the state name, capital, abbreviation, year founded,
Blue Boat 1 Green Boat 2 Orange Boat 3 Purple Boat 4 Red Boat 5
1 To go to the next slide, click this button instead. A random slide will come up.
Press the F5 key on your keyboard to start the quiz.
Warm-up September 15, 2016 Change to a fraction and simplify: 75% 137%
June 2012 Living Environment Regents
January 2013 Living Environment Regents
Working With Progress Reports
Movie Rater.
Directions (delete slide when done)
Welcome to Jeopardy!.
BASIC 17 Mr. Husch.
Understanding Buttons and TextBoxes
CHAPTER FOUR VARIABLES AND CONSTANTS
The Properties of Mathematics
Java-Assignment #4 (Due, April. 9, 2004)
Presentation transcript:

Write a program that places the names of five different states in labels, and allows the user to enter guesses of the corresponding state capitals in textboxes. After entering his/her guesses, the user clicks the button to see the results.

The user enters his/her guesses in the textboxes and clicks the grade button. The number of correct answers are added up and that sum is divided by the total number of questions and formatted as a percent. The Grade button becomes the Another Quiz button. The textboxes are made ReadOnly, incorrect answers are changed to red font color and the correct answer is added next to the incorrect. Note that “salt lake city” was accepted as a match for “Salt Lake City”

When (what is now) the Another Quiz button is clicked, a new set of states is displayed at random. You should not have two states the same for one quiz, but it is possible that two consecutive quizzes have some of the same states. The old answers should be cleared out, the textboxes’ ReadOnly property should be set back to false. The percentage display should be cleared out. Any red font should be returned to black. The button should return to saying “Grade the quiz”