Properties
Category
Uncategorized
Similar Topics
Statistics
Comments
3
Participants
4
Subscribers
4
Votes
1
Views
89
Share
Answered
Hey everyone,
I want to check if one segment - a - is equal to another - b. And if this is true, to show “yes” and if it’s false to show “no”. I want to do this when I click on a button.
Can you help me?
Thank you in advance!
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2021 International GeoGebra Institute
The check is just a==b. You can show this check automatically or by clicking on a button, see file added.
chris
equal length, equal length and parallel , same extremum????
What you need is a boolean value.
I would create 2 texts in the same position, and then:text "Yes" → Properties → Condition to show object → a ==b
text "No" → Properties → Condition to show object → a ≠ b
Comments have been locked on this page!