Skip to content

An Alexa Skill Sample showing how to build a quiz game skill in Python.

License

Notifications You must be signed in to change notification settings

RonWang/skill-sample-python-quiz-game

 
 

Repository files navigation

Build An Alexa Quiz Skill in Python using ASK Python SDK

Tutorial Header

Voice User InterfaceLambda FunctionConnect VUI to CodeTestingCustomizationPublication

What You Will Learn

What You Will Need

What Your Skill Will Do

The Skill allows users to request a quiz about the 50 States of the USA. They will receive 10 random questions or they can ask for specific information, such as, "tell me about New York". This simple "quiz" skill will teach you how the different pieces of the Alexa Skill development process fit together.

We use will use the Skill builder UI to build the Skill although the quiz itself does not employ the new "Dialog-Delegate interface" model.

Concepts

This simple sample shows how to use render template directives in the alexa skill built using ASK Python SDK.

Get Started

About

An Alexa Skill Sample showing how to build a quiz game skill in Python.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.6%
  • Shell 13.2%
  • PowerShell 13.2%