aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/code/1_list_animals/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark/challenges/deprecated/code/1_list_animals/data.json')
-rw-r--r--benchmark/agbenchmark/challenges/deprecated/code/1_list_animals/data.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/benchmark/agbenchmark/challenges/deprecated/code/1_list_animals/data.json b/benchmark/agbenchmark/challenges/deprecated/code/1_list_animals/data.json
new file mode 100644
index 000000000..530f20c38
--- /dev/null
+++ b/benchmark/agbenchmark/challenges/deprecated/code/1_list_animals/data.json
@@ -0,0 +1,28 @@
+{
+ "category": [
+ "code"
+ ],
+ "cutoff": 90,
+ "dependencies": [
+ "TestWritingCLIFileOrganizer"
+ ],
+ "eval_id": "94ef736e-c2f1-4fa9-8cbf-a1c0873ee1ee",
+ "ground": {
+ "answer": "A web app where we can list animals and have details about dogs.",
+ "eval": {
+ "type": "python"
+ },
+ "files": [
+ "test.py"
+ ],
+ "should_contain": [],
+ "should_not_contain": []
+ },
+ "info": {
+ "description": "Tests the agent's ability to build a basic html app.",
+ "difficulty": "basic",
+ "side_effects": []
+ },
+ "name": "WebAppListAnimals",
+ "task": "Build a web page with a list of animals. When someone clicks on the word 'Dog', a message should appear that says 'Dogs are known as man's best friend!'. You'll need to make a list with the name 'Dog' and then write a little bit of JavaScript to make the message appear when the name is clicked. Mark the div containing dog with the id 'dog'. Put the message inside a <div> with the id 'info'. Create a single html file called animal_list.html."
+}