// // GeoScript-Datei Bild- und Urbildvektor.script // showGrid = true gridSize = 20 snapToGrid = true // // Figurenbeschreibung // =================== // e[1] = O; point; fixed; 0.0, 0.0; 0;gray;gray;default; e[2] = _KO; point; coordSystem; O, 1000, 1000, 1000, 1000; 0;gray;gray;default; e[3] = A; point; fixed; 1.0, 1.0; e[4] = B; point; fixed; 4.0, 2.0; e[5] = v1; line; vector; A, B; "hideLabel" e[6] = A'; point; dragable; 1.0, 4.0; e[7] = B'; point; dragable; 4.0, 4.0; e[8] = v; line; vector; A', B'; "hideLabel" e[9] = b1; measure;button; "Auswertung","evaluate"; e[10] = fA; point; fixed; 2.0, -3.0; "hidden" e[11] = fB; point; fixed; 8.0, -6.0; "hidden" // // Antwortanalyse // ============== // MAX_ANSWER = 3 condition[1] = "isIncident(A',fA)" condition[2] = "isIncident(B',fB)" key = "condition[1] AND condition[2]" comment[1] = " Richtig. /n " key = "condition[1]" comment[1] = " Die Antwort ist teilweise richtig. /n Die Koordinaten von B stimmen noch nicht. /n Versuchen Sie noch einmal. " comment[2] = " Die Antwort ist teilweise richtig. /n Die Lösung lautet: /n A' = f(A) = f(1, 1) = (2*1, -3*1) = (2, -3) und /n B' = f(B) = f(4, 2) = (2*4, -3*2) = (8, -6). " key = "condition[2]" comment[1] = " Die Antwort ist teilweise richtig. /n Die Koordinaten von A stimmen noch nicht. /n Versuchen Sie noch einmal. " comment[2] = " Die Antwort ist teilweise richtig. /n Die Lösung lautet: /n A' = f(A) = f(1, 1) = (2*1, -3*1) = (2, -3) und /n B' = f(B) = f(4, 2) = (2*4, -3*2) = (8, -6). " key = "1" comment[1] = " Die Antwort ist nicht richtig. /n Die Koordinaten von A und B stimmen noch nicht. /n Versuchen Sie noch einmal. " comment[2] = " Die Antwort ist nicht richtig. /n Die Koordinaten von A und B stimmen noch nicht. /n Versuchen Sie noch einmal. " comment[3] = " Die Antwort ist nicht richtig. /n Die Lösung lautet: /n A' = f(A) = f(1, 1) = (2*1, -3*1) = (2, -3) und /n B' = f(B) = f(4, 2) = (2*4, -3*2) = (8, -6). "