SCCapstone / CognitoFormsDev

MIT License
0 stars 0 forks source link

The Display is never updated #112

Closed josemvidal closed 5 years ago

josemvidal commented 5 years ago

From my testing, the display is never updated, after the first screen with the form names.

Alexa Developer Console 2019-04-09 17-04-12

tjcocklin commented 5 years ago

Hello, we've also taken notice of this and have found that Alexa output from the Test simulator, doesn't always match that which is displayed by the Alexa App. For example we found similar issues in a built in Alexa weather skill. See below:

Visual output to Test simulator:

image

Visual output to the Alexa app:

image

We are unable to apply a fix to this aberration, as its outside the scope of our project. We will add a note in the testing instructions about this, and suggest the user verify visuals using Alexa.amazon.com, or the Alexa app.

josemvidal commented 5 years ago

Yes, but the bug is that there is only one screen. Did you implement other screens? If so, give instructions on how to get to them.

tjcocklin commented 5 years ago

If I understand correctly you are referring to different visual cards. The visual cards are accessible from the Alexa.amazon.com, or through the Alexa app. For example:

image

After loading form multichoice you'll see:

image

After giving the start command you'll see:

image

tjcocklin commented 5 years ago

Testing instructions on the wiki have been updated to suggest usage of the Alexa.amazon.com, or the device's Alexa app to view visual cards.

tjcocklin commented 5 years ago

The aforementioned changes should fix the issue close #112