We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937ff0c commit 638433dCopy full SHA for 638433d
1 file changed
lib/utils/exercise_datamodell.dart
@@ -13,6 +13,6 @@ class ExerciseDatamodell {
13
required this.task,
14
required this.solution,
15
required this.difficultyLevel,
16
- this.hint = "No hint!",
+ this.hint = "No hint available.",
17
});
18
}
0 commit comments