Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: Typo in the questionView.getResponse deprecated message #530

Closed
cahirodoherty-learningpool opened this issue May 2, 2024 · 0 comments · Fixed by #531
Closed

Minor: Typo in the questionView.getResponse deprecated message #530

cahirodoherty-learningpool opened this issue May 2, 2024 · 0 comments · Fixed by #531
Assignees

Comments

@cahirodoherty-learningpool
Copy link
Contributor

cahirodoherty-learningpool commented May 2, 2024

Subject of the issue/enhancement/features

QuestionView.getResponse:

getResponse() {
log.deprecated('QuestionView.getInteractionObject, please use QuestionModel.getInteractionObject');
return this.model.getResponse();
}

Copy/paste error
log reads 'QuestionView.getInteractionObject, please use QuestionModel.getInteractionObject'. Referencing another function than it means

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants