Question
How can I get the text of a selected choice in Javascript?
I'm trying to get the answer-text of a multiple choice question before submitting it.
Based on the provided API, I tried:
```javascript
foo = this.getSelectedAnswers();
```
This gives me an object but not the answer text. What I'm doing wrong?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
