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

Adapt color coding of submitted answers #84

Merged
merged 1 commit into from
May 10, 2024

Conversation

christophblessing
Copy link
Collaborator

@christophblessing christophblessing commented May 10, 2024

Description

This PR changes the color coding of submitted answers.
As described in #81.

Correct answer

Screenshot 2024-05-10 at 10 24 54

Partly correct answer

Screenshot 2024-05-10 at 10 24 42

Wrong answer

Screenshot 2024-05-10 at 10 24 30

Result

Screenshot 2024-05-10 at 10 25 27

Resolves #81

Decisions / Choices I made

All answers have a default light-grey color in the ResultViewer.

The adjustment could be made with pure CSS on the Answers component. The ResultViewer does not have a input:checked, so I had to use JS.

Checklist

  • All checks pass successfully
  • All related commits are squashed together
  • The changes are properly documented / the relevant documentation is updated (if applicable)
  • Appropriate labels are added to this pull request

@christophblessing christophblessing self-assigned this May 10, 2024
@christophblessing christophblessing added the enhancement New feature or request label May 10, 2024
@christophblessing christophblessing merged commit f3a42e7 into main May 10, 2024
4 checks passed
@christophblessing christophblessing deleted the cb/adapt-color-coding-of-selected-answers branch May 10, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt color coding of submitted answers
2 participants