DeliberatePractice class
Zone of Proximal Development (ZPD) targeting for deliberate practice.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
difficultyInstruction(
double recentAccuracy) → String - Build a difficulty instruction string for injection into system prompts.
-
difficultyLevel(
double recentAccuracy) → DifficultyLevel - Determine difficulty adjustment based on recent accuracy.
-
generateGoal(
String topicTitle, Map< String, double> subtopicAccuracy) → String - Generate a session micro-goal targeting the weakest subtopic area.