Quiz Skill Overview This skill teaches and quizzes customers about the 50 States. It teaches about the state name, capital, abbreviation, year founded,

Slides:



Advertisements
Similar presentations
MFA for Business Banking – Security Code Multifactor Authentication: Quick Tip Sheets Note to Financial Institutions: We are providing these QT sheets.
Advertisements

Welcome to Jeff’s baseball game! Here is how to play. You are asked a math question and you have to get it right or you will repeat the question until.
How to use WordSmart in the Skills Center Vocabulary building software to improve reading, writing, speaking and comprehension of the English Language.
Question Bank (School or institute), (Teacher’s name) (Subject) (Topic) Start.
Conversation Lesson 23: Leaving or Taking a Message.
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.
Quiz Me Tutorial. Introduction QuizMe is a trivia game (the example uses baseball) you can use as a template to build quizzes on any topic. The user steps.
10 August 2005Benchmark/Mentor Student Guide Page 1 CPS Benchmark/Mentor Student Guide Internet Edition.
Quiz. Quiz One Type your name, ID and address in the.asm file. MUST DO or ZERO SCORE. Change q1 to yourStudentID_q1. You were working as a programming.
3 rd Grade Parent Meeting Union Cross Elementary October 05, 2010.
1 Quiz Template: Using the ‘ask user’ functions By Deborah Nelson Duke University Under the direction of Professor Susan Rodger July 2009.
Programming Fundamentals I Java Programming Spring 2009 Instructor: Xuan Tung Hoang TA: Tran Minh Trung Lab 03.
Submarine Math Prepare to Dive! Two Submarines  Which Sub is faster?  Why?
Lesson 1. Security At the menu bar at the top you will see the word Tools. Click your mouse on Tools scroll down to Macro. Move the Mouse over and down.
More Sequences. Review: String Sequences  Strings are sequences of characters so we can: Use an index to refer to an individual character: Use slices.
Decimals Day 2 Multiply and Divide Decimals. DO NOT line up decimals Multiply with first number, then continue with next number Place decimal point in.
THE “COLLEGES I AM THINKING ABOUT” LIST IN YOUR FAMILY CONNECTIONS ACCOUNT.
Counting Change By: Hannah Leigh Reagan. Instructions: This assignment is an interactive quiz. Each slide will have a question and multiple-choice answers.
2.1: IDENTIFYING POLYGONS Click anywhere to begin.
Addition and Subtraction With Eddy the Calculator! By: Paris Andrew.
11 Making Decisions in a Program Session 2.3. Session Overview  Introduce the idea of an algorithm  Show how a program can make logical decisions based.
Scratch Programming Cards
Special Triangles Review
Multiplying Decimals.
ELPA21 Data Entry Interface (DEI) Overview
Standard and Expanded Form
Welcome to the random dots experiment!
She Loves Me. She Loves Me Not. To Setup Game (How to Edit):
Control Structures II Chapter 3
Reporting Overview Business Goals Demystify the report menu
Chapter 5: Loops and Files.
Error Handling Summary of the next few pages: Error Handling Cursors.
DIRECT A PRINT JOB TO HP PRINTER BY SPEAKING TO ALEXA
Fill in answers. Answer format is as follows – [Answer word number of people who said answer] Topic = colours - [Red.
Study Island Student Demo:
Study Island Student Demo:
Introduction to Object-Oriented Programming
10 Saying Goodbye Main Page Previous Next.
Data Entry Interface (DEI) Overview
Objective: Be able to add and subtract directed numbers.
Exception Handling.
Multiplying Decimals.
Hi, DON here again.
Loops A portion of a program that repeats a statement or a group of statements is called a loop. The statement or group of statements to be repeated is.
Study Island Student Demo:
Copyright © 2007 Training Games, Inc.
Study Island Student Demo:
Introduction to TouchDevelop
IST256 : Applications Programming for Information Systems
IB English a HL Y2 Class Rules: Areas of Study 40% 15% 5%
She Loves Me. She Loves Me Not.
Planning backward, teaching forward
Data Quality: Why it Matters
1.) What does it mean to be living? 2.) When is something truly dead?
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.
BeerScout Open with No Intent R E1 R
Quiz Name Here Click to start.
Nouns.
STAYING SAFE ON THE INTERNET
The arrows in the bottoms corners will take you forward and backwards through the slides, the home button will take you here, in case you want to start.
Objective: Be able to add and subtract directed numbers.
Study Island Student Demo:
Writing Focus: Sentence About Events
English for Business Presentation
While Loops in Python.
This shows running the first guess number program which only allows one guess - I show the correct answer for testing purposes.
Multiplication and Division Begin to know the 5x tables facts
Module 4 Loops and Repetition 9/19/2019 CSE 1321 Module 4.
Multiplication and Division
Presentation transcript:

Quiz Skill Overview This skill teaches and quizzes customers about the 50 States. It teaches about the state name, capital, abbreviation, year founded, and statehood order. Users can take a 10 question quiz to test their knowledge or ask Alexa about the points listed above to learn about a state. Welcome Teach / define Quiz Error response (no slots matched) Help What’s my score?

Launch Welcome Play a game? LaunchRequest Open Quiz Game Any time the skill is launched Welcome Welcome to the United States Quiz Game! Play a game? You can ask me about any of the fifty states and their capitals, or you can ask me to start a quiz. What would you like to do? General Launch

Teach definition - valid Answer Intent An Answer is given but we are NOT in a quiz (states.QUIZ != true) The Answer given is a valid slot value Slots: State Name, Capital, Year founded, Order added to union, abbreviation New York Give Definition Valid Slot Give definition “{State name} is the {number} state, admitted to the Union in {year}. The capital of {state} is {capital}, and the abbreviation for {state} is {abbreviation}. I’ve added {stateName} to your Alexa app.” “Which other state or capital would you like to know about?” New York is the 11th state, admitted to the union in 1788. The capitol of New York is Albany and the abbreviation for New York is NY. I’ve added New York to your Alexa app. Learn More? Which other state or capital would you like to know about? Teach definition - valid

Teach definition – NOT valid Answer Intent An Answer is given but we are NOT in a quiz (states.QUIZ != true) The Answer given is NOT a valid slot value Slots: State Name, Capital, Year founded, Order added to union, abbreviation Pickles Give Definition Not a Valid Slot Unknown Answer “I’m sorry ${item} is not something I know very much about in this skill. I know lots of things about the United States.” “You can ask me about a state or a capital, and I’ll tell you what I know. You can also test your knowledge by asking me to start a quiz. What would you like to do?” I’m sorry, pickles is not something I know very much about in this skill. I know lots of things about the United States. Play a game? You can ask me about a state or a capital, and I’ll tell you what I know. You can also test your knowledge by asking me to start a quiz. What would you like to do? Teach definition – NOT valid

Repeat as many times as the user would like, until they end the session or start a quiz

Quiz Intent Start Quiz Question Quiz Intent or a AMAZON.StartOverIntent Quiz me Start a new quiz Start Quiz Start the quiz (states.QUIZ == true) Lead with “Here is your ${counter}th question.” then randomize between the following question formats What is the {abbreviation} of {State}? What is the {capital} of {State}? When was {State} made a state? What was the order that {State} was added to the union? On screens, display without the ordinal. Remember the current question and set the number of questions to 10. Clear any current score or question count OK. I will ask you 10 questions about the United States. Question Here is your 1st question. What is the capitol of New York state? Start a quiz

In a quiz – Correct Answer AnswerIntent An Answer is given and we are in a quiz (states.QUIZ == true) Slots: State Name, Capital, Year founded, Order added to union, abbreviation Albany Quiz in progress Respond to Answer Increment question count WHEN correct Increment score Add a positive interjection WHEN incorrect or an invalid answer Add a negative interjection WHEN always “{State name} is the {number} state, admitted to the Union in {year}. The capital of {state} is {capital}, and the abbreviation for {state} is {abbreviation}. “ “Your current score is x out of y.” WHEN question count is less that 10 “Here is your x question.” then ask one of the following randomly, “What is the {abbreviation} of {State}?” “What is the {capital} of {State}?” “When was {State} made a state?” “What was the order that {State} was added to the union?” WHEN question count is 10 or more “Your final score is x out of y” Read Exit Message and end the session Woohoo! New York is the 11th state, admitted to the union in 1788. The capitol of New York is Albany and the abbreviation for New York is NY. Your current score is 1 out of 10. Question Here is your 2nd question. What is the abbreviation of Missouri? In a quiz – Correct Answer

In a quiz – incorrect Answer AnswerIntent An Answer is given and we are in a quiz (states.QUIZ == true) Slots: State Name, Capital, Year founded, Order added to union, abbreviation Spokane Quiz in progress Respond to Answer Increment question count WHEN correct Increment score Add a positive interjection WHEN incorrect or invalid answer Add a negative interjection WHEN always “{State name} is the {number} state, admitted to the Union in {year}. The capital of {state} is {capital}, and the abbreviation for {state} is {abbreviation}. “ “Your current score is x out of y.” WHEN question count is less that 10 “Here is your x question.” then ask one of the following randomly, “What is the {abbreviation} of {State}?” “What is the {capital} of {State}?” “When was {State} made a state?” “What was the order that {State} was added to the union?” WHEN question count is 10 or more “Your final score is x out of y” Read Exit Message and end the session Womp womp. Missouri is the 24th state, admitted to the union in 1821. The capitol of Missouri is Jefferson City and the abbreviation for Missouri is MO. Your current score is 1 out of 10. Question Here is your 3rd question. What is the capitol of Texas? In a quiz – incorrect Answer

Repeat NA Question AMZON.RepeatHandler In a quiz (states.QUIZ == true) What was that? In a quiz NA “Here is your x question.” then ask one of the following randomly, “What is the {abbreviation} of {State}?” “What is the {capital} of {State}?” “When was {State} made a state?” “What was the order that {State} was added to the union?” NA Question Here is your 3rd question. What is the capitol of Texas?

repeat Repeat until user reaches 10th question

AnswerIntent Respond to Answer Exit Message An Answer is given and we are in a quiz (states.QUIZ == true) Slots: State Name, Capital, Year founded, Order added to union, abbreviation Dallas Quiz in progress Respond to Answer Increment question count WHEN correct Increment score Add a positive interjection WHEN incorrect or invalid answer Add a negative interjection WHEN always “{State name} is the {number} state, admitted to the Union in {year}. The capital of {state} is {capital}, and the abbreviation for {state} is {abbreviation}. “ “Your current score is x out of y.” WHEN question count is less that 10 “Here is your x question.” then ask one of the following randomly, “What is the {abbreviation} of {State}?” “What is the {capital} of {State}?” “When was {State} made a state?” “What was the order that {State} was added to the union?” WHEN question count is 10 or more “Your final score is x out of y” Read Exit Message and end the session Womp womp. Texas is the 28th state, admitted to the union in 1845. The capitol of Texas is Austin and the abbreviation for Texas is TX. Your current score is 8 out of 10. Exit Message Thank you for playing the United States Quiz Game! Let’s play again soon. In a quiz – end of game

Help NA Help Message AMAZON.HelpIntent or Error `I know lots of things about the United States. You can ask me about a state or a capital, and I'll tell you what I know. You can also test your knowledge by asking me to start a quiz. What would you like to do?` NA Help Message `I know lots of things about the United States. You can ask me about a state or a capital, and I'll tell you what I know. You can also test your knowledge by asking me to start a quiz. What would you like to do?`

Exit Exit Message AMAZON.StopIntent AMAZON.PauseIntent AMAZON.CancelIntent I’m done NA End session “Thank you for playing the United States Quiz Game! Let's play again soon!`” Exit Message Thank you for playing the United States Quiz Game! Let's play again soon!`