View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
12575Bug reportsSurvey takingpublic2018-05-23 11:20
Reportermlhess Assigned ToLouisGac 
PrioritynoneSeverityminor 
Status closedResolutionwon't fix 
Product Version2.64.x 
Summary12575: Question index not showing errors
Description

The question index in 2.05 would be "red" or have a red background if there are unanswered questions. This is no longer the case.

Steps To Reproduce
  1. Create a new survey with a few sections
  2. Enable the full section index
  3. Take the survey, skip question in the first section, look at the question index and it does not indicate that anything has been skipped
Additional Information

There are also no css classes added to style on.

TagsNo tags attached.
Attached Files
Bug heat6
Complete LimeSurvey version number (& build)Version 2.64.1
I will donate to the project if issue is resolvedYes
BrowserChrome
Database type & versionMysql
Server OS (if known)Linux
Webserver software & version (if known)Apache 2.2
PHP Version5.5

Users monitoring this issue

mlhess

Activities

DenisChenu

DenisChenu

2017-12-14 18:03

developer   ~45298

All index need rework on 2.50 to 2.72 …

Currently : we only have solution for missing answers in group, quick javascript solution :
in template.js inside ready function :

$("#indexcontainer li.row").each(function( index ) {
    if($(this).hasClass("missing")) {
        $("#index-menu .dropdown-menu li").eq(index).addClass("bg-warning");
    }
});
LouisGac

LouisGac

2018-05-23 11:20

developer   ~47735

quetsion index has been redesigned in LS3

Issue History

Date Modified Username Field Change
2017-08-07 22:01 mlhess New Issue
2017-08-07 22:01 mlhess File Added: Screen Shot 2017-08-07 at 3.57.11 PM.png
2017-08-07 22:01 mlhess Issue Monitored: mlhess
2017-12-14 18:03 DenisChenu Note Added: 45298
2017-12-20 07:39 DenisChenu Category Accessibility => Survey taking
2018-05-23 11:20 LouisGac Assigned To => LouisGac
2018-05-23 11:20 LouisGac Status new => closed
2018-05-23 11:20 LouisGac Resolution open => won't fix
2018-05-23 11:20 LouisGac Note Added: 47735
2021-09-10 13:35 guest Bug heat 4 => 6