Skip to content

Commit

Permalink
Add JSDoc
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed May 21, 2024
1 parent cfa2cc2 commit 571e7ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mixins/QuestionMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,11 @@ export default {
}
},

/**
* Handles multiple options for a question.
*
* @param {Array<string>} answers - The array of answers for the question.
*/
async handleMultipleOptions(answers) {
const options = this.options.slice()
this.isLoading = true
Expand Down

0 comments on commit 571e7ef

Please sign in to comment.