Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Java Parsons Problems/Exercise 13.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Exercise 13</h2>
var fb = parson.getFeedback();
$("#unittest").html("<h2>Feedback from testing your program:</h2>" + fb.feedback);
if (fb.success) {
$(".testcase.pass").append("<a href='Exercise 6.html'>Next Exercise</a>");
$(".testcase.pass").append("<a href='Exercise 14.html'>Next Exercise</a>");
}
});
});
Expand Down