Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Expose Khan.initReportLink to interactive API
Browse files Browse the repository at this point in the history
Summary: Used for the new "Report a problem" link in Bibliotron!

Test Plan: * n/a

Reviewers: oliver

Reviewed By: oliver

Subscribers: emily, jared, #bibliotron

Differential Revision: https://phabricator.khanacademy.org/D27250
  • Loading branch information
jdan authored and allofthenorthwood committed May 12, 2016
1 parent 844554d commit ae080da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ _.extend(Exercises, {
goToNextProblem: triggerNextProblem,
skipQuestion: handleSkipEvent,
showHint: onHintButtonClicked,
initReportIssueLink: Khan.initReportIssueLink,
},
// These functions allow a client to interact imperatively with the
// exercises machinery, instead of simulating button clicks, listening for
Expand Down

0 comments on commit ae080da

Please sign in to comment.