Hide the Rise 360 Quiz Results screen

/* hide initial quiz card feedback */
.quiz-card__feedback.quiz-card__feedback--active.quiz-card__feedback--frame {
  display: none;
}

/* hide quiz lesson ending feedback */
.quiz-results {display:none}

/* add generic text message for completed quiz */
.quiz-end__container::before {
  content: "Quiz complete!";
  font-size: 22px;
}
.quiz-end__container::after {
  content: "You may continue to the next lesson.";
}

/* let's vertically center our message */
div.quiz-end__container {
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

/* hide the 'failed' progress indicator */
.progress-circle.progress-circle--current.progress-circle--sidebar {
display:none;
}

Getting started with theme components? Download the blank theme component css file.
Watch: installing a theme component.


Posted

in

Tags: