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

Commit

Permalink
[#26099329] final correct, display student-response-field and slope u…
Browse files Browse the repository at this point in the history
  • Loading branch information
knowuh committed Mar 7, 2012
1 parent 85b629d commit 47e32ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browser/js/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ require.define("/author/slope_tool_sequence.js", function (require, module, expo
isFinalStep: true,
hideSubmitButton: true,
beforeText: "<p><b>Correct!</b></p>\n<p>The " + this.slopeVariableName + " is <b>%@</b> %@.</p>",
substitutedExpressions: ["change-y", "change-x", "student-response-field", "slope-units"],
substitutedExpressions: ["student-response-field", "slope-units"],
graphAnnotations: ["" + this.firstPoint.name, "" + this.secondPoint.name, "slope-line"]
};
};
Expand Down
2 changes: 1 addition & 1 deletion lib/author/slope_tool_sequence.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/author/slope_tool_sequence.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ exports.SlopeToolSequence = class SlopeToolSequence
<p><b>Correct!</b></p>
<p>The #{@slopeVariableName} is <b>%@</b> %@.</p>
"""
substitutedExpressions: ["change-y", "change-x", "student-response-field", "slope-units" ]
substitutedExpressions: [ "student-response-field", "slope-units" ]
graphAnnotations: [ "#{@firstPoint.name}", "#{@secondPoint.name}", "slope-line" ]
# variableAssignments: @previous_answers()
}
Expand Down

0 comments on commit 47e32ba

Please sign in to comment.