mathmaker  0.4(alpha)
Public Member Functions | Public Attributes
sheet.exercise.X_Model.X_Model Class Reference

Use it as a copy/paste model to create new exercises. More...

Inherits X_Structure.

List of all members.

Public Member Functions

def __init__
 Constructor.

Public Attributes

 derived
 text

Detailed Description

Use it as a copy/paste model to create new exercises.

Definition at line 70 of file X_Model.py.


Constructor & Destructor Documentation

def sheet.exercise.X_Model.X_Model.__init__ (   self,
  embedded_machine,
  x_kind = 'default_nothing',
  options 
)

Constructor.

Parameters:
embedded_machineThe machine that will be used to write output.
  • x_kind=<string> see AVAILABLE_X_KIND_VALUES to check the possible values to use and their matching x_subkind options
**optionsOptions detailed below :
  • x_subkind=<string> ... ...
  • start_number=<integer> (should be >= 1)
  • number_of_questions=<integer> /!\ probably only useful if you use bypass (should be >= 1)
Returns:
One instance of exercise.Model

Definition at line 94 of file X_Model.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.X_Calculation.X_Calculation.derived, sheet.exercise.question.Q_RightTriangle.Q_RightTriangle.derived, sheet.AlgebraMiniTest1.AlgebraMiniTest1.derived, sheet.exercise.X_AlgebraExpressionReduction.X_AlgebraExpressionReduction.derived, sheet.exercise.question.Q_MentalCalculation.Q_MentalCalculation.derived, sheet.exercise.question.Q_AlgebraExpressionExpansion.Q_AlgebraExpressionExpansion.derived, sheet.exercise.X_MentalCalculation.X_MentalCalculation.derived, sheet.exercise.X_Model.X_Model.derived, sheet.exercise.X_AlgebraExpressionExpansion.X_AlgebraExpressionExpansion.derived, sheet.exercise.question.Q_AlgebraExpressionReduction.Q_AlgebraExpressionReduction.derived, sheet.exercise.question.Q_Calculation.Q_Calculation.derived, sheet.exercise.X_Factorization.X_Factorization.derived, sheet.exercise.X_Equation.X_Equation.derived, sheet.exercise.question.Q_Factorization.Q_Factorization.derived, sheet.exercise.question.Q_Structure.Q_Structure.options, sheet.exercise.X_Structure.X_Structure.options, sheet.AlgebraBalance_01.AlgebraBalance_01.text, sheet.AlgebraFactorization_01.AlgebraFactorization_01.text, sheet.AlgebraFactorization_03.AlgebraFactorization_03.text, sheet.AlgebraFactorization_02.AlgebraFactorization_02.text, sheet.AlgebraMiniTest0.AlgebraMiniTest0.text, sheet.AlgebraExpressionExpansion.AlgebraExpressionExpansion.text, sheet.EquationsShortTest.EquationsShortTest.text, sheet.AlgebraShortTest.AlgebraShortTest.text, sheet.EquationsClassic.EquationsClassic.text, sheet.EquationsTest.EquationsTest.text, sheet.AlgebraTest.AlgebraTest.text, sheet.AlgebraTest2.AlgebraTest2.text, sheet.AlgebraExpressionReduction.AlgebraExpressionReduction.text, sheet.EquationsHarder.EquationsHarder.text, sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.text, sheet.EquationsBasic.EquationsBasic.text, sheet.ConverseAndContrapositiveOfPythagoreanTheoremShortTest.ConverseAndContrapositiveOfPythagoreanTheoremShortTest.text, sheet.exercise.X_Calculation.X_Calculation.text, sheet.AlgebraMiniTest1.AlgebraMiniTest1.text, sheet.exercise.X_AlgebraExpressionReduction.X_AlgebraExpressionReduction.text, sheet.exercise.X_MentalCalculation.X_MentalCalculation.text, sheet.exercise.X_Model.X_Model.text, sheet.exercise.X_AlgebraExpressionExpansion.X_AlgebraExpressionExpansion.text, sheet.exercise.X_Factorization.X_Factorization.text, and sheet.exercise.X_Equation.X_Equation.text.


The documentation for this class was generated from the following file: