Once we’ve reviewed our tree, tweaked it, and decided that it’s ready for testing, it’s time to copy it from our spreadsheet into a tree-testing tool.

Sanitizing the tree text

Just before we import the tree, it’s prudent to check for certain characters that may foul things up, namely:

Before importing, we remove these offenders using the search/replace function of our spreadsheet app, searching for the leading blank or the line break (we may need to look up the character code for the latter) and replacing it with nothing.

Having trouble finding invisible special characters? Try loading the initial text into a text editor that shows them as visible symbols.

 

Importing into an online tool

Most online tree-testing tools make it easy to import a tree, either by:

In either case, the tool then parses the text into a tree of headings and subheadings.


 

Checking the imported tree

Regardless of how we import our tree into the tool, we must be sure to check that nothing got lost in translation. In particular, we watch for:

Randomizing subtopics

Some tree-testing tools offer the option to randomize the subtopics under a given parent topic.

For example, suppose that part of our tree looked like this:

If we chose the option to randomize subtopics, then during the tree test, each participant would see these subtopics in a random order:

Participant 1 sees…

Participant 2 sees…

Participant 3 sees…

  • FAQs
    • Football
    • Rowing
    • Baseball
    • Golf
    • Basketball
    • Rugby
    • Hockey
 FAQs
  • Rugby
  • Rowing
  • Basketball
  • Baseball
  • Football
  • Hockey
  • Golf
 FAQs
  • Hockey
  • Baseball
  • Rugby
  • Golf
  • Basketball
  • Football
  • Rowing

 

The purpose of this option is to compensate for participants who tend to choose items near the top of the list without looking at items near the bottom. This tends to happen when the list is long (10 subtopics or more).

However, we should only randomize subtopics like this if both of the following are true:

These are unlikely criteria for most site structures, so we don’t recommend using the “randomize subtopics” option in most cases.

 

Don’t confuse “randomizing subtopics” (described above, and rarely used) with the “randomize tasks” option (described in How many tasks? in Chapter 7, and often used).

 


Next: Chapter 6 - key points