diff --git a/Java Parsons Problems/Exercise 14.html b/Java Parsons Problems/Exercise 14.html
index 531c3f9..6d654c3 100644
--- a/Java Parsons Problems/Exercise 14.html
+++ b/Java Parsons Problems/Exercise 14.html
@@ -59,7 +59,7 @@
Exercise 14
var fb = parson.getFeedback();
$("#unittest").html("Feedback from testing your program:
" + fb.feedback);
if (fb.success) {
- $(".testcase.pass").append("Next Exercise");
+ $(".testcase.pass").append("Next Exercise");
}
});
});
diff --git a/Java Parsons Problems/Exercise 15.html b/Java Parsons Problems/Exercise 15.html
index 615db22..85bc963 100644
--- a/Java Parsons Problems/Exercise 15.html
+++ b/Java Parsons Problems/Exercise 15.html
@@ -10,7 +10,7 @@
- Exercise 8
+ Exercise 15
Your task is to construct a method, which always returns the highest of x or y
diff --git a/Java Parsons Problems/Exercise 16.html b/Java Parsons Problems/Exercise 16.html
index 10ef98d..0537694 100644
--- a/Java Parsons Problems/Exercise 16.html
+++ b/Java Parsons Problems/Exercise 16.html
@@ -10,7 +10,7 @@
- Exercise 8
+ Exercise 16
Your task is to construct a method, which always returns the highest of x or y
diff --git a/Java Parsons Problems/Exercise 17.html b/Java Parsons Problems/Exercise 17.html
index 26ed16c..9538d16 100644
--- a/Java Parsons Problems/Exercise 17.html
+++ b/Java Parsons Problems/Exercise 17.html
@@ -10,7 +10,7 @@
- Exercise 8
+ Exercise 17
Your task is to construct a method, which always returns the highest of x or y
diff --git a/Java Parsons Problems/Exercise 18.html b/Java Parsons Problems/Exercise 18.html
index de033ad..7aa004e 100644
--- a/Java Parsons Problems/Exercise 18.html
+++ b/Java Parsons Problems/Exercise 18.html
@@ -10,7 +10,7 @@
- Exercise 8
+ Exercise 18
Your task is to construct a method, which always returns the highest of x or y
diff --git a/Java Parsons Problems/Exercise 19.html b/Java Parsons Problems/Exercise 19.html
index 4afe263..1fcca35 100644
--- a/Java Parsons Problems/Exercise 19.html
+++ b/Java Parsons Problems/Exercise 19.html
@@ -10,7 +10,7 @@
- Exercise 8
+ Exercise 19
Your task is to construct a method, which always returns the highest of x or y
diff --git a/Java Parsons Problems/Exercise 20.html b/Java Parsons Problems/Exercise 20.html
index ee61a59..5fbc338 100644
--- a/Java Parsons Problems/Exercise 20.html
+++ b/Java Parsons Problems/Exercise 20.html
@@ -10,7 +10,7 @@
- Exercise 8
+ Exercise 20
Your task is to construct a method, which always returns the highest of x or y
@@ -70,7 +70,7 @@ Exercise 8
var fb = parson.getFeedback();
$("#jsparson").html("Feedback from testing your program:
" +
fb.feedback);
- if (fb.success) { $(".testcase.pass").append("Next Exercise"); }
+ if (fb.success) { $(".testcase.pass").append("Next Exercise"); }
});
});