Skip to content

Implement help buttons on assessment view

Antoine Estienne requested to merge implementHelpButtonsOnAssessmentView into master

Feature Merge Request

Related Issue

resolves #386 (closed)

Description of Feature

We need to add 'help buttons' on the assessmentView, to guide the user, as per described in #386 (closed)

This help buttons trigger a tooltip that displays an explanation text

Implementation

I reconfigured the helpButton global component into a react component that has a local state and triggers a tooltip on click

What's Next?

  • Add css to help buttons
  • Add svg for questionmark not necessary because we can use a text '?' question mark instead-Alex

Edited by Antoine Estienne

Merge request reports