Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/my_first_questions.honeypot
diff options
context:
space:
mode:
Diffstat (limited to 'my_first_questions.honeypot')
-rw-r--r--my_first_questions.honeypot77
1 files changed, 0 insertions, 77 deletions
diff --git a/my_first_questions.honeypot b/my_first_questions.honeypot
deleted file mode 100644
index 729e919..0000000
--- a/my_first_questions.honeypot
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<honeypot>
- <collection name="1x1" id="collection1" author_name="Johannes Ponader" language="de" subject_name="Mathematik" subject_id="000" topic_name="kleines Einmaleins" topic_id="101" author_id="001">
- <drop id="000">
- <question>1 × 1</question>
- <answer>1</answer>
- </drop>
- <drop id="001" type="mathparse" version="1" differ="\1,\2">
- <question>[1-10] × [1-10]</question>
- <answer>{\1 * \2}</answer>
- </drop>
- </collection>
- <collection name="Terme vereinfachen" id="collection2" author_name="Johannes Ponader" language="de" subject_name="Mathematik" subject_id="000" topic_name="Terme vereinfachen" topic_id="102" author_id="001">
- <drop id="100" type="mathparse" version="1">
- <question>[1-10] + [1-10] * [1-20]</question>
- <step skip="forbidden">\1 + {\2 * \3}</step>
- <answer>{\1 + \2 * \3}</answer>
- </drop>
- <drop id="101" type="mathparse" version="1">
- <question>([1-10] + [1-10]) * ({\4 + [1-10]} - [1-10])</question>
- <way>
- <step>{\1 + \2} * ({\4 + \3} - \4)</step>
- </way>
- <way>
- <step>(\1 + \2) * \3</step>
- </way>
- <answer>{(\1 + \2) * \3}</answer>
- </drop>
- </collection>
- <collection name="Gleichungen aufloesen" id="collection3" author_name="Johannes Ponader" language="de" subject_name="Mathematik" subject_id="000" topic_name="Gleichungen Aufloesen" topic_id="103" author_id="001">
- <!-- honeypot-id: author.index -->
- <drop id="200" type="mathparse" version="1">
- <question>[1-20] + x = {\1 + [1-20]}</question>
- <answer>\2</answer>
- </drop>
- <drop id="201" type="mathparse" version="1">
- <question>x + [1-20] = {[1-40] + \1}</question>
- <answer>\2</answer>
- </drop>
- <drop id="202" type="mathparse" version="1">
- <question>x - [1-20] = [1-20]</question>
- <answer>{\1 + \2}</answer>
- </drop>
- <drop id="210" type="mathparse" version="1">
- <question>[1-10] * x = {\1 * [1-10]}</question>
- <answer>\2</answer>
- </drop>
- <drop id="211" type="mathparse" version="1">
- <question>x * [1-10] = {\1 * [1-10]}</question>
- <answer>\2</answer>
- </drop>
- <drop id="212" type="mathparse" version="1">
- <question>x : [1-10] = [1-10]</question>
- <answer>{\1 * \2}</answer>
- </drop>
- <drop id="220" type="mathparse" version="1">
- <question>([11-20] * x) - [1-10] = {\1 * [1-20] - \2}</question>
- <step skip="allowed">([11-20] * x) = {\1 * [1-20]}</step>
- <step skip="allowed">[11-20] * x = {\1 * [1-20]}</step>
- <answer>\3</answer>
- </drop>
- </collection>
- <collection name="Learning English - Unit 1: Fruits" id="collection4" author_name="Johannes Ponader" language="en" subject_name="English" subject_id="001" topic_name="Learning English - Unit 1" topic_id="201" author_id="001">
- <drop id="001" type="bidirectional" case="sensitive" blanks="loose">
- <question>an apple</question>
- <answer>ein Apfel</answer>
- </drop>
- <drop id="002" type="bidirectional" case="sensitive" blanks="loose">
- <question>a pea</question>
- <answer>eine Birne</answer>
- </drop>
- <drop id="003" type="bidirectional" case="sensitive" blanks="loose">
- <question>a pineapple</question>
- <answer>eine Ananas</answer>
- </drop>
- </collection>
-</honeypot>