Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Build An Alexa Quiz Game Skill πŸ‡ΊπŸ‡Έ

This Alexa sample skill is a template for a basic quiz game skill. Provided a list of interesting facts about a topic, Alexa will quiz a user with facts from the list.

You can see an example of this skill in action - just enable the [United States Quiz](https://www.amazon.com/Jeff-Blankenburg-United-States-Quiz/dp/B06X9GQBRL) from the [Alexa app](http://amazon.com/skills).

## Skill Architecture
Each skill consists of two basic parts, a front end and a back end.
The front end is the voice interface, or VUI.
The voice interface is configured through the voice interaction model.
The back end is where the logic of your skill resides.

## Three Options for Skill Setup
There are a number of different ways for you to setup your skill, depending on your experience and what tools you have available.

* If this is your first skill, choose the [Alexa-Hosted backend instructions](./instructions/setup-vui-alexa-hosted.md) to get started quickly.
* If you want to manage the backend resources in your own AWS account, you can follow the [AWS-Hosted instructions](https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html).
* Developers with the ASK Command Line Interface configured may follow the [ASK CLI instructions](https://developer.amazon.com/en-US/docs/alexa/smapi/quick-start-alexa-skills-kit-command-line-interface.html).

---

## Additional Resources

### Community
* [Amazon Developer Forums](https://forums.developer.amazon.com/spaces/165/index.html) - Join the conversation!
* [Hackster.io](https://www.hackster.io/amazon-alexa) - See what others are building with Alexa.

### Tutorials & Guides
* [Voice Design Guide](https://developer.amazon.com/designing-for-voice/) - A great resource for learning conversational and voice user interface design.
* [Codecademy: Learn Alexa](https://www.codecademy.com/learn/learn-alexa) - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!
* [Situation Design for Quiz Skill](https://s3.amazonaws.com/ask-samples-resources/templates/situational-design-quiz-skill.pptx) - step through the design of the quiz skill, and how it handles different situations. Apply it to your skill too! Also available in [PDF](https://s3.amazonaws.com/ask-samples-resources/templates/situational-design-quiz-skill.pdf).

### Documentation
* [Alexa Skills Kit SDK for Node.js](https://alexa.design/node-sdk-docs)
* [Alexa Skills Kit Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html)