diff --git a/challenges/jquery-ajax-and-json.json b/challenges/jquery-ajax-and-json.json
deleted file mode 100644
index 26cdb46b8a..0000000000
--- a/challenges/jquery-ajax-and-json.json
+++ /dev/null
@@ -1,895 +0,0 @@
-{
- "name": "jQuery",
- "order": 0.004,
- "challenges": [
- {
- "id": "bad87fee1348bd9acdd08826",
- "title": "Learn how Script Tags and Document Ready Work",
- "difficulty": 3.01,
- "description": [
- "Now we're ready to learn jQuery, the most popular JavaScript tool of all time. Don't worry about JavaScript itself - we will cover it soon.",
- "Before we can start using jQuery, we need to add some things to our HTML.",
- "First, add a script
element at the top of your page. Be sure to close it on the following line.",
- "Your browser will run any JavaScript inside a script
element, including jQuery.",
- "Inside your script
element, add this code: $(document).ready(function() {
to your script
. Then close it on the following line (still inside your script
element) with: });
"
- ],
- "tests": [
- "assert(editor.match(/