Finding items using the tag hierarchy browser

The Tag Hierarchy Browser allows users to filter items by tag hierarchies and additional tag types within the Content Manager

The Tag Hierarchy Browser allows users to filter items by tag hierarchies and additional tag types within the Content Manager. This filtering option can also be accessed in the Find Questions interface when adding questions to an activity in the Content Manager or when creating an assessment.

Setup Requirements

To enable the Tag Hierarchy Browser:

  1. Define your tag hierarchy in Learnosity via author.learnosity.com.
    Share the following details with Atomic Jolt:
    • The names of the hierarchies you want to filter on.
    • Any additional tag types to include as filters.

Atomic Jolt Configuration Steps

Add the following configuration to the app instance:


"author_itemlist_toolbar_browse_controls": [

  {

    "type": "hierarchy",

    "hierarchies": [

      {

        "label": "Level 1",

        "reference": "level1"

      },

      {

        "label": "Outcomes",

        "reference": "outcomes"

      }

    ]

  },

  {

      "tag": {

        "type": "Level 2"

      },

      "type": "tag"

    },

    {

      "tag": {

        "type": "module"

      },

      "type": "tag"

    }

]

Configuration Guidelines

  • Each hierarchy must include a label (display name) and a reference (must match the hierarchy name in Learnosity).
    Use "type": "separator" to visually separate hierarchies from additional tag filters.
  • Add any additional tag types you'd like to support using "type": "tag" and specifying the tag type.
  • Save the configuration after making changes.

Additional Notes

  • Enabling this configuration also applies tag filtering in the Find Questions interface when editing activities or assessments.
  • Tag types must be part of at least one hierarchy to be available for filtering.
  • The tag dropdown currently supports a limited number of tags.