Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/my_first_questions.honeypot
blob: 729e919f4b08f78bbe1748a9109b5867c6533044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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>