View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09527Feature requestsSurvey takingpublic2015-02-18 18:30
Reporterpmonstad Assigned To 
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary09527: better progress bar
Description

I find it rather odd the progress bar always starts at position 0% in the first question. If I have 10 questions in a survey I believe it should be 10% on the first question, and 100% at the last, not 0% on the first and 90% on the last.

I have temperarely fixed this issue by editing the file application/helpers/SurveyRuntimeHelper.php

At line 898 I added +1:
$percentcomplete = makegraph($_SESSION[$LEMsessid]['step']+1, $_SESSION[$LEMsessid]['totalsteps']);

after the step parameter

If most users are satisfied with staring at 0% this could perhaps be configurable?

TagsNo tags attached.
Bug heat4
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2015-02-18 18:14

developer   ~31689

No,

BUT : allow easily update the progressbar is a better idea.

1st solution : allow update in JS
Better solution : new plugin event somewhere to add own progressbar (and remove this one from CORE, only leave it in a core plugin)

pmonstad

pmonstad

2015-02-18 18:30

updater   ~31696

Instead of dealing with this one, are there any drawbacks making the suggestion about starting one step further on in the progress bar a permanent change in the code?

It could be called a bug instead of a feature request, or am I wrong about this?

Issue History

Date Modified Username Field Change
2015-02-18 18:06 pmonstad New Issue
2015-02-18 18:14 DenisChenu Note Added: 31689
2015-02-18 18:30 pmonstad Note Added: 31696