Skip to content

SAMM Toolbox - incorrect references to answer sets in the SAMM roadmap #180

@marleinevankampen

Description

@marleinevankampen

While using the SAMM toolbox and specifically the roadmap functionality I noticed a bug. Some of the answers do not match the correct answer set.
The effect of this is that the new scores and gap scores are calculated incorrectly.

For example:

In the interview tab I select "Yes, some of them" for V-RT-A-1-1

Image

In the roadmap this will result in "Yes, some of them" in all the phases.

Image

Although, when selecting the dropdown for phase 1, I get a different set of possible answers

Image

Selecting one of those will result in a lower score, as the given answer can't be matched to the original list of possible answers

Image


Digging into the Excel spreadsheet logic and unhiding some of the hidden columns, I found the issue.
The data validation is referencing incorrect answer sets in one or more columns.

Row 111 (V-RT-A-1-1) is using the data validation =I_DM_B_3_1 instead of =V_RT_A_1_1

Image

The list of rows I found this issue for (and fixed in my own roadmap)

  • V-AA-A-1-1
  • V-AA-B-1-1
  • V-AA-B-2-1
  • V-AA-B-3-1
  • V-RT-A-1-1
  • V-RT-A-2-1
  • V-RT-A-3-1
  • V-RT-B-1-1
  • V-RT-B-2-1
  • V-RT-B-3-1
  • V-ST-A-1-1
  • V-ST-A-2-1
  • V-ST-A-3-1
  • V-ST-B-1-1
  • V-ST-B-2-1
  • V-ST-B-3-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions