View Categories

How to see different versions of questions

Accessing question pool #

To access the question pool, select the Tests/Question pools tab and select the desired pool.

View all versions of questions #

To view all versions of the questions:

  1. Navigate to the Questions tab.
  2. Click the three dots icon for the desired questions.
  3. Select View all versions.

The following features are available for all versions:

  1. Active Version: Easily identify the currently active version
  2. Track who made changes, along with the timestamp and any associated comments

Powered by BetterDocs

function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');