//
// Authors: Martti E. Pesonen and Hanna Lehtola
// Original base document by Timo Ehmke
// Systemvariablen
// ===============
APPLET_WIDTH = 400
APPLET_HEIGHT = 300
WORLD_X_MAX = +8.0
WORLD_X_MIN = -8.0
WORLD_Y_MAX = +6.0
WORLD_Y_MIN = -6.0
// Figurenbeschreibung
// ===================
e[1] = a; point; dragable; -6.0,3.0;
e[2] = b; point; dragable; -6.0,2.0;
e[3] = c; point; dragable; -6.0,1.0;
e[4] = d; point; dragable; -6.0,0.0;
e[5] = e; point; dragable; -6.0,-1.0;
e[6] = f; point; dragable; -6.0,-2.0;
e[7] = Y1keski; point; fixed; -1.0,3.5; "Hidden"
e[8] = Y1keha; point; fixed; 1.0,3.5; "Hidden"
e[9] = Y2keski; point; fixed; 4.0,1.5; "Hidden"
e[10] = Y2keha; point; fixed; 6.0,1.5; "Hidden"
e[11] = Y3keski; point; fixed; -1.0,-1.5; "Hidden"
e[12] = Y3keha; point; fixed; 1.0,-1.5; "Hidden"
e[13] = Y1; circle; radius; Y1keski,Y1keha;
e[14] = Y2; circle; radius; Y2keski,Y2keha;
e[15] = Y3; circle; radius; Y3keski,Y3keha;
e[16] = m1; measure; button; "Evaluation","evaluate";
// Aufgabenanalyse
// ===============
MAX_ANSWER = 0
condition[1] = "isIncluded(a,Y1)"
condition[2] = "isIncluded(b,Y2)"
condition[3] = "isIncluded(c,Y1)"
condition[4] = "isIncluded(d,Y3)"
condition[5] = "isIncluded(e,Y1)"
condition[6] = "isIncluded(f,Y2)"
key = "condition[1] AND condition[2] AND condition[3] AND condition[4] AND condition[5] AND condition[6]"
comment[1] = " EXACTLY!"
key = "1"
comment[1] = " Your answer is not right. /n Just try again