Skip to content

Commit

Permalink
Merge pull request #3163 from rtibbles/load_testing_video
Browse files Browse the repository at this point in the history
Fixes exercise answering for nalanda-rct3
  • Loading branch information
jamalex committed Feb 28, 2015
2 parents 0299599 + e890a2d commit b289d0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
this.goto("/math/arithmetic/addition-subtraction/basic_addition/e/addition_1/", callback);
},
function(input, callback) {
var numbers = this.$("span[class=mord][style]")
var numbers = this.$("span.mn")
var answer = 0
if (Math.random() > 0.5) {
for (var i=0; i < numbers.length; i++){
Expand Down

0 comments on commit b289d0f

Please sign in to comment.