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

Commit

Permalink
Change answer type name
Browse files Browse the repository at this point in the history
  • Loading branch information
beneater committed Nov 9, 2011
1 parent b694783 commit c956ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/exploring_mean_and_median.html
Expand Up @@ -87,7 +87,7 @@
});
</div>
</div>
<div class="solution" data-type="custom">
<div class="solution" data-type="exploringMeanMedian">
<span>Move the orange dots to select your answer.</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion utils/mean-and-median.js
Expand Up @@ -250,7 +250,7 @@ jQuery.extend( KhanUtil, {


jQuery.extend( Khan.answerTypes, {
custom: function( solutionarea, solution, fallback, verifier, input ) {
exploringMeanMedian: function( solutionarea, solution, fallback, verifier, input ) {
jQuery( solutionarea ).append( jQuery( solution ).clone().contents().tmpl() );

ret = function() {
Expand Down

0 comments on commit c956ce2

Please sign in to comment.