diff --git a/webgoat-lessons/challenge/src/main/resources/html/Challenge.html b/webgoat-lessons/challenge/src/main/resources/html/Challenge.html
index 00c0e2c2f..b5a072d9b 100644
--- a/webgoat-lessons/challenge/src/main/resources/html/Challenge.html
+++ b/webgoat-lessons/challenge/src/main/resources/html/Challenge.html
@@ -3,10 +3,40 @@
+
+
+
+
+
+
![]()
+
+
+
+
+
\ No newline at end of file
diff --git a/webgoat-lessons/challenge/src/main/resources/images/webgoat2.png b/webgoat-lessons/challenge/src/main/resources/images/webgoat2.png
new file mode 100644
index 000000000..c53a1f75b
Binary files /dev/null and b/webgoat-lessons/challenge/src/main/resources/images/webgoat2.png differ
diff --git a/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_1.adoc b/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_1.adoc
new file mode 100644
index 000000000..b1d8e837f
--- /dev/null
+++ b/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_1.adoc
@@ -0,0 +1,9 @@
+== Welcome to the WebGoat challenge (CTF)
+
+In this CTF you will need to solve a couple of challenges, each challenge will give you a flag which you will
+need to post in order to gain points.
+Flags have the following format: a7179f89-906b-4fec-9d99-f15b796e7208
+
+
+Have fun!!
+Team WebGoat
\ No newline at end of file
diff --git a/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_content1.adoc b/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_content1.adoc
deleted file mode 100644
index 987f45684..000000000
--- a/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_content1.adoc
+++ /dev/null
@@ -1 +0,0 @@
-This is the challenge
\ No newline at end of file
diff --git a/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_introduction.adoc b/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_introduction.adoc
new file mode 100644
index 000000000..b1d8e837f
--- /dev/null
+++ b/webgoat-lessons/challenge/src/main/resources/lessonPlans/en/Challenge_introduction.adoc
@@ -0,0 +1,9 @@
+== Welcome to the WebGoat challenge (CTF)
+
+In this CTF you will need to solve a couple of challenges, each challenge will give you a flag which you will
+need to post in order to gain points.
+Flags have the following format: a7179f89-906b-4fec-9d99-f15b796e7208
+
+
+Have fun!!
+Team WebGoat
\ No newline at end of file
diff --git a/webgoat-server/pom.xml b/webgoat-server/pom.xml
index 8dff0cda9..78d55dff2 100644
--- a/webgoat-server/pom.xml
+++ b/webgoat-server/pom.xml
@@ -86,11 +86,11 @@
webgoat-container
${project.version}
-
-
-
-
-
+
+ org.owasp.webgoat.lesson
+ challenge
+ ${project.version}
+
org.owasp.webgoat.lesson
client-side-filtering