Voice: Alexa skill Starship Captain Quiz

Who would not want to know which legendary space opera starship captain one would most closely resemble?

To solve this pressing question on everybody’s mind I set out to help determine the answer in an Alexa Skill, namely a quick five question exchange and a roster of five popular commander characters:

Of course this is nowhere near anything serious, and the questions reflect that (example below). In order to allow Alexa to come up with an answer, I assigned value points to the user replies.

  {
    question: "Are you likely to shoot first and ask questions later?",
    questionDisplay: "Shoot first, ask later. Is that you?",
    //background: "https://s3.amazonaws.com/coach-courses-us/public/courses/voice/2.7/q5.jpg", 
    background: "Earth.JPG",
    points: {
      result1: 2,
      result2: 2,
      result3: 5,
      result4: 3,
      result5: 0
    }
  }
];

Want to find out for yourself?