PatchedMathQuestion constructor
PatchedMathQuestion({
- int? id,
- Topic? topic,
- SubTopic? subTopic,
- List<
Skill> skillsAssessed = const [], - String? content,
- int? difficulty,
- MathQuestionCognitiveSkills? cognitiveSkills,
- int? grade,
- String? expectedTimeToSolve,
- String? hintsProvided,
- String? learningOutcomes,
- String? prerequisites,
- String? recommendedGradeLevel,
- String? image,
- DateTime? createdAt,
- DateTime? updatedAt,
- int? platform,
Returns a new PatchedMathQuestion instance.
Implementation
PatchedMathQuestion({
this.id,
this.topic,
this.subTopic,
this.skillsAssessed = const [],
this.content,
this.difficulty,
this.cognitiveSkills,
this.grade,
this.expectedTimeToSolve,
this.relatedConcepts,
this.hintsProvided,
this.learningOutcomes,
this.prerequisites,
this.recommendedGradeLevel,
this.image,
this.createdAt,
this.updatedAt,
this.platform,
});