|
mathmaker
0.6(alpha)
|
All questions about the right triangle. More...
Inherits Q_Structure.
Public Member Functions | |
| def | __init__ |
| Constructor. | |
| def | text_to_str |
| Returns the text of the question as a str. | |
| def | answer_to_str |
| Returns the answer of the question as a str. | |
Public Attributes | |
| derived | |
| q_kind | |
| round_to | |
| use_pythagorean_triples | |
| figure_in_the_text | |
| final_unit | |
| right_triangle | |
| ___ sides_units = options['sides_units'] | |
| unknown_side | |
| known_sides | |
| q_subkind | |
All questions about the right triangle.
Definition at line 65 of file Q_RightTriangle.py.
| def sheet.exercise.question.Q_RightTriangle.Q_RightTriangle.__init__ | ( | self, | |
| embedded_machine, | |||
q_kind = 'default_nothing', |
|||
| options | |||
| ) |
Constructor.
| embedded_machine | The machine to be used |
Definition at line 77 of file Q_RightTriangle.py.
References sheet.AlgebraBalance_01.AlgebraBalance_01.derived, sheet.AlgebraFactorization_01.AlgebraFactorization_01.derived, sheet.AlgebraFactorization_02.AlgebraFactorization_02.derived, sheet.AlgebraFactorization_03.AlgebraFactorization_03.derived, sheet.AlgebraMiniTest0.AlgebraMiniTest0.derived, sheet.EquationsShortTest.EquationsShortTest.derived, sheet.AlgebraExpressionExpansion.AlgebraExpressionExpansion.derived, sheet.EquationsTest.EquationsTest.derived, sheet.AlgebraExpressionReduction.AlgebraExpressionReduction.derived, sheet.AlgebraShortTest.AlgebraShortTest.derived, sheet.AlgebraTest.AlgebraTest.derived, sheet.AlgebraTest2.AlgebraTest2.derived, sheet.EquationsClassic.EquationsClassic.derived, sheet.EquationsHarder.EquationsHarder.derived, sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.derived, sheet.EquationsBasic.EquationsBasic.derived, sheet.ConverseAndContrapositiveOfPythagoreanTheoremShortTest.ConverseAndContrapositiveOfPythagoreanTheoremShortTest.derived, sheet.exercise.question.Q_Model.Q_Model.derived, sheet.exercise.question.Q_Equation.Q_Equation.derived, sheet.exercise.question.Q_RightTriangle.Q_RightTriangle.derived, sheet.AlgebraMiniTest1.AlgebraMiniTest1.derived, sheet.exercise.question.Q_MentalCalculation.Q_MentalCalculation.derived, sheet.exercise.question.Q_AlgebraExpressionExpansion.Q_AlgebraExpressionExpansion.derived, sheet.exercise.question.Q_AlgebraExpressionReduction.Q_AlgebraExpressionReduction.derived, sheet.exercise.question.Q_Calculation.Q_Calculation.derived, and sheet.exercise.question.Q_Factorization.Q_Factorization.derived.
1.7.6.1