serlo-abc icon indicating copy to clipboard operation
serlo-abc copied to clipboard

Right chosen letters are not highlighted in green

Open ChristineOmeltschenko opened this issue 6 years ago • 1 comments

Right chosen letters are not highlighted in green for all letters in exercise "markieren sie alle (A/...)".

It should be clearly visible, that the participant's choice of letter was right by being highlighted in green colour.

Please make the right chosen letter more visible by being highlighted in green colour for all letters in exercise "markieren sie alle(A/.../Z)

ChristineOmeltschenko avatar May 04 '18 11:05 ChristineOmeltschenko

To approach this:

  • The relevant component is https://github.com/serlo-org/serlo-abc/blob/development/src/components/exercises/find-letter.component.js
  • The current logic for handling highlighting is defined here: https://github.com/serlo-org/serlo-abc/blob/development/src/components/exercises/find-letter.component.js#L66
  • if the passed feedback isn't correct, you can change the exercise logic in https://github.com/serlo-org/serlo-abc/blob/development/packages/entities/exercises/find-letter.exercise.ts

inyono avatar Aug 24 '18 13:08 inyono