![]() |
![]() |
|||||
|
Response Analysis
Content:
The Cycle of Learning Module:
Geometria-examples with Response Analysis
Defining a response analysis with GeoScript A response analysis a is an effective procedure, where every possible answer a is related to a special answer value vi. The response analysis can be taken as a function a : A -> V. For every answer a a special answer value vi = a(a) is calculated. An answer value consists of two things: an answer key (realized by a function with boolean values) and a list Kt[] of commentaries (which are shown separately, if this answer value is used). An answer key is practically realized as a function with boolean values, which is descriped with some GeoScript-commands. This function checks if the geometrical figure is to be in a special state. For example, the answer key calculates, if two points are incident or if a controller has a special value.
The structure of the response analysis in Geometria is shown in following diagramm.
How to describe a response analysis in GeoScript? The definition of an answer analysis in a script is divided into a main section and several subsections. Main section: In the main section the total maximum number of MAX_ANSWER is specified by possible answer attempts. If the value is set to 0, then the pupil has an unlimited number of attempts. Furthermore a list condition[1..n] is to be indicated by GeoScript-functions in the main section. The main section is enclosed by the two commands <problem> and </problem>. Example: <Problem> Comment: The leaner has got three trials to solve the problem. The four conditions include GeoScript-functions, which checks, if the variable r has got a special value. The value of every variable condition must be always true (1) or false (0).
Sub sections: In each subsection an answer value vi and an associated list Kt[] with answer comments are defined. To the description of an answer value belongs the indication of the answer key, which is specified by a boolean connection of the GeoScript functions (condition[1..n]) defined in the main section. The answer comments are described in a list commment[1..h]. Every answer comment must be written only in one line. To force a line break one can use the command"/n". Each subsection for the definition of an answer value is enclosed by the two commands <Answer i> and </Answer i>. Example: <Answer 1> <Answer 3>
Notes:
Exercise 1 a) Change the response analysis in figure Algebra
of Sets, b) Choose an equation on your own and construct an according figure
Exercise 2 Choose one of the discrete math examples and
develop a similar
Exercise 3 a) Change the response analysis in figure Image
vector that b) Choose a function f(x, y) equation on your own
and construct an according figure
|
|||||