Skip to content
Open
Show file tree
Hide file tree
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 14.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Exercise 14</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 15.html'>Next Exercise</a>");
}
});
});
Expand Down
2 changes: 1 addition & 1 deletion Java Parsons Problems/Exercise 15.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<img src="http://www.ten10.com/wp-content/themes/ten10/images/ten10-logo.png" alt="Ten10">
<h2>Exercise 8</h2>
<h2>Exercise 15</h2>
<p>Your task is to construct a method, which always returns the highest of x or y</p>
<div id="sortableTrash" class="sortable-code"><p>Trash</p></div>
<div id="sortable" class="sortable-code"><p>Solution</p></div>
Expand Down
2 changes: 1 addition & 1 deletion Java Parsons Problems/Exercise 16.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<img src="http://www.ten10.com/wp-content/themes/ten10/images/ten10-logo.png" alt="Ten10">
<h2>Exercise 8</h2>
<h2>Exercise 16</h2>
<p>Your task is to construct a method, which always returns the highest of x or y</p>
<div id="sortableTrash" class="sortable-code"><p>Trash</p></div>
<div id="sortable" class="sortable-code"><p>Solution</p></div>
Expand Down
2 changes: 1 addition & 1 deletion Java Parsons Problems/Exercise 17.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<img src="http://www.ten10.com/wp-content/themes/ten10/images/ten10-logo.png" alt="Ten10">
<h2>Exercise 8</h2>
<h2>Exercise 17</h2>
<p>Your task is to construct a method, which always returns the highest of x or y</p>
<div id="sortableTrash" class="sortable-code"><p>Trash</p></div>
<div id="sortable" class="sortable-code"><p>Solution</p></div>
Expand Down
2 changes: 1 addition & 1 deletion Java Parsons Problems/Exercise 18.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<img src="http://www.ten10.com/wp-content/themes/ten10/images/ten10-logo.png" alt="Ten10">
<h2>Exercise 8</h2>
<h2>Exercise 18</h2>
<p>Your task is to construct a method, which always returns the highest of x or y</p>
<div id="sortableTrash" class="sortable-code"><p>Trash</p></div>
<div id="sortable" class="sortable-code"><p>Solution</p></div>
Expand Down
2 changes: 1 addition & 1 deletion Java Parsons Problems/Exercise 19.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<img src="http://www.ten10.com/wp-content/themes/ten10/images/ten10-logo.png" alt="Ten10">
<h2>Exercise 8</h2>
<h2>Exercise 19</h2>
<p>Your task is to construct a method, which always returns the highest of x or y</p>
<div id="sortableTrash" class="sortable-code"><p>Trash</p></div>
<div id="sortable" class="sortable-code"><p>Solution</p></div>
Expand Down
4 changes: 2 additions & 2 deletions Java Parsons Problems/Exercise 20.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<img src="http://www.ten10.com/wp-content/themes/ten10/images/ten10-logo.png" alt="Ten10">
<h2>Exercise 8</h2>
<h2>Exercise 20</h2>
<p>Your task is to construct a method, which always returns the highest of x or y</p>
<div id="sortableTrash" class="sortable-code"><p>Trash</p></div>
<div id="sortable" class="sortable-code"><p>Solution</p></div>
Expand Down Expand Up @@ -70,7 +70,7 @@ <h2>Exercise 8</h2>
var fb = parson.getFeedback();
$("#jsparson").html("<h2>Feedback from testing your program:</h2>" +
fb.feedback);
if (fb.success) { $(".testcase.pass").append("<a href='Exercise 7.html'>Next Exercise</a>"); }
if (fb.success) { $(".testcase.pass").append("<a href='Exercise 21.html'>Next Exercise</a>"); }
});
});
</script>
Expand Down