@if (showAsPercentage === true) { {{ (score / total) * 100 | number : "1.0-0" }}% } @else { {{ score }}/{{ total }} }

{{ description }}

@if (showProgressBar === true) {
}