SCCapstone / CognitoFormsDev

MIT License
0 stars 0 forks source link

Use better wording for rating scale questions #90

Closed josemvidal closed 5 years ago

josemvidal commented 5 years ago

Like: how would you rate the "professionalism" of "Your Physician".

alexa developer console 2019-03-05 20-19-25

tjcocklin commented 5 years ago

@josemvidal , this is an issue on the form itself and not the skill.

josemvidal commented 5 years ago

Nope.

Say "How would you rate the Question Label of Label of Rating Scale?"

Then just get rid of the word "Rate" in your form labels.

rtd - build 2019-03-05 20-50-38

changed them to:

rtd - build 2019-03-05 20-53-15

Or, maybe you can come up with something more clever.

tjcocklin commented 5 years ago

Ok, we'll look into that.

tjcocklin commented 5 years ago

close issue #90 updated the form and skill's handling of rate scale questions.

josemvidal commented 5 years ago

When you close an issue by writing code, either fixing a bug or creating a new feature, you should add a link to the git-commit(s) that did it.

This can be done automatically if you just write "closes #X" in the comment of the git-commit, where X is the issue number you want to close. See closing issues using keywords for more information.