All Projects → alexa-labs → skill-sample-nodejs-movie-quotes-quiz

alexa-labs / skill-sample-nodejs-movie-quotes-quiz

Licence: other
Sample multi-modal skill

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to skill-sample-nodejs-movie-quotes-quiz

ask-toolkit-for-vscode
ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills.
Stars: ✭ 90 (+800%)
Mutual labels:  alexa-presentation-language
skill-sample-nodejs-level-up-riddles
A workshop featuring the Level Up Riddles Skill and breaking it into 4 sections: Initialization, Advanced Voice Design, ISP, and APL
Stars: ✭ 16 (+60%)
Mutual labels:  alexa-presentation-language
alexa-skill-clean-code-template
Alexa Skill Template with clean code (eslint, sonar), testing (unit tests, e2e), multi-language, Alexa Presentation Language (APL) and In-Skill Purchases (ISP) support. Updated to ASK-CLI V2.
Stars: ✭ 34 (+240%)
Mutual labels:  alexa-presentation-language
skill-sample-nodejs-firetv-vlogs
Sample multi-modal skill
Stars: ✭ 14 (+40%)
Mutual labels:  alexa-presentation-language
skill-sample-nodejs-pager-karaoke
Sample multi-modal skill
Stars: ✭ 15 (+50%)
Mutual labels:  alexa-presentation-language
skill-sample-nodejs-space-explorer
Sample multi-modal skill.
Stars: ✭ 46 (+360%)
Mutual labels:  alexa-presentation-language

Movie Quote Quiz

How Well Do You Know: Movie Quote Quiz was built to showcase the abilities of APL. A user can open up the skill, select a movie from a list, and then hear partial quotes from the selected movie. Then, they have to complete the quote.

With APL, you can develop custom visual templates quickly. Within the VUI code, you can layer in as many modular components as you'd like. In the movie scrolling screen, there's a text component at the top, and several repeating components that include a background image, and side-by-side text and image for each movie (and on a round screen, the text and image is stacked).

Almost all of the components in the skill are inside a ScrollView, inside the larger container with a background image. All of these modular components make it easier to both write and test the visual aspects of the skill.

License

This library is licensed under the Amazon Software License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].