Changes for page Beispielaufgabe Schnittpunkt x-Achse II
Last modified by Anna Paul-Hasenfuss on 19.06.2025
From version 3.1
edited by Anna Paul-Hasenfuss
on 19.06.2025
on 19.06.2025
Change comment:
There is no comment for this version
To version 4.1
edited by Anna Paul-Hasenfuss
on 19.06.2025
on 19.06.2025
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -60,10 +60,10 @@ 60 60 {{/warning}} 61 61 62 62 (% class="western" style="margin-bottom:11px" %) 63 -The method **brd.create()** with the identifier **'point' **is used to draw a point with the given coordinates and a given name which is displayed in the graphic at the beginning. 63 +The method **brd.create()** with the identifier **'point' **is used to draw a point with the given coordinates and a given name, which is displayed in the graphic at the beginning. If no name is specified, it is labelled automatically. 64 64 65 65 (% class="western" style="margin-bottom:11px" %) 66 -The method **brd.create()** with the identifier** 'button'** is used to create a button. The button title and a method for accepting the input from the gap are passed in the arguments.66 +The method **brd.create()** with the identifier** 'button'** is used to create a button. The button title and a method for accepting the input from the gap are passed in the arguments. 67 67 68 68 69 69 {{info}}