% Stil ohne Punktanzeige bei der Aufgabe

\xsimstyle{schule-keinepunkte}

\DeclareExerciseEnvironmentTemplate{schule-keinepunkte} {%
	\addpenalty{-300}\smallskip\noindent\textbf{%
		% Falls Zusatzaufgabe:
		\ifthenelse{\equal{\ExerciseType}{zusatzaufgabe}}{\llap{\GetExerciseProperty{symbol}$\bigstar$}~}{\llap{\GetExerciseProperty{symbol}~}}%
		\XSIMmixedcase{\GetExerciseName}\nobreakspace
		\GetExerciseProperty{counter}%
		\IfInsideSolutionF{%
			\IfExercisePropertySetT{subtitle}{
				{\nobreakspace\GetExercisePropertyT{subtitle}{\normalfont \itshape \PropertyValue}}}%
			}%
	}\smallskip\\
	% Stil für Punkteanzeige
}
{\IfInsideSolutionT{\par}}
