alexa-samples / skill-sample-nodejs-buttons-trivia

This is a sample trivia skill that will allow developers to get a head start on their trivia games using Echo Buttons. It allows for roll-call of the players, asking trivia questions, and determining whether the voice inputs matched the answers.
Other
32 stars 35 forks source link

Amazon Presentation Language #13

Open CraigHDev opened 5 years ago

CraigHDev commented 5 years ago

Hi,

I was wondering if this skill used the Amazon Presentation language (APL)

If not is there an easy way to convert this to do so?

Any help would be great

justinpecott commented 5 years ago

The master branch does not. There is a branch called 'apl' that does. It keeps the same basic screens but updated to use APL - should be a good starting point for you.

CraigHDev commented 5 years ago

Thanks for the help

CraigHDev commented 5 years ago

Hey,

I have downloaded the APL branch and added some questions in to see how it works and when attempting to test the code (Simulator and Beta Test) i am getting a "There is a problem with the requested skills response" message. However if i use the same questions with the master branch everything works fine.

Any help with this would be useful. Thanks