alexa-samples / skill-sample-python-quiz-game

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build An Alexa Quiz Skill in Python using ASK Python SDK

Tutorial Header

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.

License:Other


Languages

Language:Python 73.5%Language:Shell 13.2%Language:PowerShell 13.2%