Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Move progress bar o the bottom of the page and remove numbers

  • FeCanever
  • FeCanever's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 2 months ago - 5 years 2 months ago #179788 by FeCanever
Hi all,

Is it possible to move the progress bar to the bottom of the page and remove the numbers/percentage?

My research supervisor has just brought to me attention that there's been research on the most effective ways of displaying a progress bar, and results suggest it's best to have the progress bar at the bottom, no numbers, just the visual proportion.

Thanks (a lot) in advance!

~Fernanda
Last edit: 5 years 2 months ago by FeCanever.
The topic has been locked.
More
5 years 2 months ago #179790 by jelo

FeCanever wrote: Is it possible to move the progress bat to the bottom of the page and remove the numbers/percentage?

There is currently no settings inside LimeSurvey for doing that,
What version of LimeSurvey is used? There might be a workaorund possible.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • FeCanever
  • FeCanever's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 2 months ago #179791 by FeCanever
Hi Jelo,

I'm using Version 3.13.2+180709.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 months ago #179799 by holch
I would be interested in this research on the most effective ways of displaying a progress bar and how they measured this and what the definition of "most effective" in this case is.

Do you have a link for that?

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
More
5 years 2 months ago #179803 by jelo

holch wrote: Do you have a link for that?

I'm interested too.

I can provide two links to papers
www.researchgate.net/publication/2633153...uality_and_Enjoyment
www.onlineumfragen.com/pic/matzat_progress_indicators.pdf

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 months ago #179810 by tpartner
To move the progress bar, extend your theme, remove this block from layout_global.twig and either move it to a new position at the bottom of that file or add it to the end of outerframe.twig.

Code:
{% block progress %}
  {{ include('./subviews/header/progress_bar.twig') }}
{% endblock %}

You may also want to edit the class-names in progress_bar.twig.

To hide the value, remove this from progress_bar.twig.

Code:
{{ progressValue }}%

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: DenisChenu
The topic has been locked.
More
5 years 2 months ago #179818 by jelo
Is LS3 twig support capable of allowing to predefine a top and a bottom position and place a variable in the GUI (Theme or survey)? Instead of Show/Hide we would end up with a Top,Bottom and Hide-option. Perhaps with start and stop % values and hiding them as well. Twig is capable, but how much data does LS provide.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 months ago #179821 by DenisChenu

jelo wrote: Is LS3 twig support capable of allowing to predefine a top and a bottom position and place a variable in the GUI (Theme or survey)? Instead of Show/Hide we would end up with a Top,Bottom and Hide-option. Perhaps with start and stop % values and hiding them as well. Twig is capable, but how much data does LS provide.

The issue with theme options is the number of options …

See fruity ot bootsrap.

We can not put whole in options …

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
More
5 years 2 months ago #179875 by jelo

DenisChenu wrote: We can not put whole in options …

I don't understand "put whole". Whole of what?

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 months ago #179876 by DenisChenu
Whole desired system,

For some example we can have in theme option
- More image
- Show index button : at top, at bottom, at bottom without js only, at top without js only
- Show save button : same
- Show save linl in headr
- Show index in header
- Show save link in footer (why not ?)
- etc … etc …
- Progress value : hide,show at top, show at bottom, show at both, show betwwen eah question …
- etc … etc …

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
More
5 years 2 months ago #179878 by jelo
I personally don't want to see that all in themeoptions. I would prefer to see that in the survey options. But too much technical debt is already inside LimeSurvey.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 months ago - 5 years 2 months ago #179892 by DenisChenu

jelo wrote: I personally don't want to see that all in themeoptions. I would prefer to see that in the survey options. But too much technical debt is already inside LimeSurvey.

My Opinion :

1. All views can be managed in Theme
2. For example : i make a theme where question code are always shown
3. Then all of this (Show quiestioon code, show group description, show et …) if it's related to view must be moved to Theme Option
4. But Theme option are already big
5. Then LimeSurvey core must offer
5.1. some default theme options to replace current Survey view option
5.2. Must allow Sub-menu or multiple menu (example : Theme option color, theme-option-image, … )
5.3. Must allow a template can add options settings without broke parent one : issue bugs.limesurvey.org/view.php?id=13936 , pull request : github.com/LimeSurvey/LimeSurvey/pull/1196

EDIT :
5.4 : allow put settings on any default Survey settings view

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 5 years 2 months ago by DenisChenu. Reason: 5.4.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose