This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Reviewing Badges: Zusätzliche Icons"

Merged Michael Breu requested to merge 397-reviewing-badges-zusatzliche-icons into development
Viewing commit b96fc04e
Show latest version
5 files
+ 47
10
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -106,6 +106,8 @@ public class ArtemisExerciseInfo extends ExerciseInfo {
exerciseInfo.setDescription(this.getDescription());
if (this.getDifficulty() != null) {
exerciseInfo.setDifficulty(this.getDifficulty());
} else {
exerciseInfo.setDifficulty("medium");
}
if (this.getEducationalAlignment() != null) {
exerciseInfo.setEducationalAlignment(this.getEducationalAlignment());