- Posts: 105
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { var progressValue = 32; $('.progress-bar').css({ 'transition': 'width 0s ease 0s', 'width': progressValue+'%' }).attr('aria-valuenow', progressValue).text(progressValue+'%'); }); </script>
LouisGac wrote: just for information, in the next LS major release the assessments page will be easy to customise from any template (even the calculation of scores):
github.com/LimeSurvey/LimeSurvey/blob/de...ews/assessments.twig