% Stil für gar keine Formatierung, aber Punkte am Rand
% z.B. für Vokabeltests

\xsimstyle{schule-keintitel}

\DeclareExerciseEnvironmentTemplate{schule-keintitel}{%
	% Stil für Punkteanzeige
	\GetExercisePropertyT{points}{%
		\marginpar
		{%
			\IfInsideSolutionF{\rule{0.8cm}{1pt}\slash}%
			\PropertyValue
			\GetExercisePropertyT{bonus-points}
			{\nobreakspace(+\PropertyValue)}%
			\nobreakspace\XSIMtranslate{point-abbr}%
		}%
	}%
}
{}
