An open API service indexing awesome lists of open source software.

https://github.com/alexa-samples/skill-sample-python-quiz-game

An Alexa Skill Sample showing how to build a quiz game skill in Python.
https://github.com/alexa-samples/skill-sample-python-quiz-game

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

Build An Alexa Quiz Skill in Python using ASK Python SDK
=============

![Tutorial Header](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/fact/header._TTH_.png)

## What You Will Learn
* [AWS Lambda](http://aws.amazon.com/lambda)
* [Alexa Skills Kit (ASK)](https://developer.amazon.com/alexa-skills-kit)
* Using the [Skill builder (beta)](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/ask-define-the-vui-with-gui)
* Voice User Interface (VUI) Design

## What You Will Need
* [Amazon Developer Portal Account](http://developer.amazon.com)
* [Amazon Web Services Account](http://aws.amazon.com/)
* The sample code on [GitHub](https://github.com/alexa/skill-sample-python-quiz-game).
* [ASK Python SDK](https://github.com/alexa/alexa-skills-kit-sdk-for-python)
* A basic understanding of Python.

## 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](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/general/buttons/button_get_started._TTH_.png)](./instructions/setup-vui-alexa-hosted.md)