Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nutzung von Multiple-Choice bei Fill #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nimec01
Copy link
Collaborator

@nimec01 nimec01 commented Oct 8, 2024

Pro korrekter Zeile erhält man 1 / length missingValues an Punkten.

Closes #186

submission)
$ translate $ do
german $ "Die Lösung beinhaltet " ++ displayMistake ++ " Fehler."
english $ "Your solution contains " ++ displayMistake ++ " mistakes."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this be printed now even when the student's submission was correct?

And when the student's submission was incorrect and a correct solution was shown due to showSolution, it could be unclear here (depending on the order of output, I guess) what "Die Lösung" is meant as referred here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple-Choice-Bewertung mit Teilpunkten für Fill?
2 participants