Page Navigator

A debug panel for survey authors to inspect and navigate the survey structure.

Overview

The Page Navigator is a slide-out panel accessible from the top-right corner of any active survey. It is designed for survey authors and testers; not for respondents. It provides a structural overview of the entire survey so the survey author can quickly navigate between different pages of the survey. It also contains tools for debugging conditional logic, which can be useful to find syntax errors while designing the survey.

Opening the Navigator

  • Click the menu icon in the top-right corner of the survey
  • Or press Cmd+/ (Ctrl+/ on Windows) to toggle
  • Press Escape to close, or click outside the panel

Features

  • See all pages grouped by block, with a count of how many are visible — useful for verifying the survey structure matches your intended layout
  • Hidden pages and blocks appear dimmed with their SHOW_IF conditions displayed, so you can verify that conditions are working correctly
  • Click any visible page to jump directly to it, making it easy to test different paths through the survey
  • View all response variables and their current values as JSON, helpful for debugging computed expressions
  • View block-level and page-level computed variable values
  • Return to the upload page to load a different survey