Was ist eine Quest?

A quest is a kind of tour that is designed around a game or an adventure.

If the point of a typical tour is to tell the user about the surrounding attractions, then the quest has a slightly different purpose. Users are invited to stop being passive listeners and to become adventurers, detectives, etc. The user’s goal is to complete the whole quest while earning the maximum number of points along the way. During the quest, the user will have to solve a variety of tasks, answer questions, and find hidden objects in a particular area.

In order to implement the game component, the quest is divided into segments (tour stages).

QST_01

Initially, all of the segments except for the starting one are hidden from the user in the mobile app (1). As the user completes the tasks and answers the questions (2) or finds hidden checkpoints, the next segment on the quest will open up, enabling the users to earn points (3) until they reach the final point . After completing the entire quest, the user will receive statistical data about how well they did.

QST_02

You may already be familiar with such objects as attractions and navigation tips from traditional tours, so we will focus on the new type of objects: the Segment, Checkpoint, and Route Fragment.

Segment

A quest consists of a series of stages on the tour. Each stage in the izi.TRAVEL CMS is called a segment. A segment is a collection of objects belonging to one of the stages of the quest. They can be attractions (4), including hidden ones (8), navigation tips (5), and route sections (6) that are relevant to this segment.

One of the attractions from the segment must be designated as a checkpoint (7). The segment can only contain one checkpoint.

QST_03

Checkpoint

Checkpoint (7) is used to open the next quest segment in the mobile app. The checkpoint is designated as one of the attractions in the segment. It can be either a visible or a hidden object (8). Hidden checkpoints are used for tasks in which users must find objects in a given area.

The mobile app will open the next segment on the quest upon completion of the checkpoint’s objective. Tasks are defined according to their properties:

  • the correct answer to the quiz question at the checkpoint (9);
  • crossing the checkpoint trigger zone (10).

QST_04

In the first case, the user must not only reach the checkpoint’s trigger zone, but also correctly answer the quiz question.

In the second case, the user needs only to cross the trigger zone of the checkpoint.

The user earns points for crossing the attraction trigger area and correctly answering the quiz question.

Route Fragment

The route fragment is a part of the overall quest that belongs to a specific segment (6). Like other objects along the segment, the route fragment will be displayed in the mobile app only when the last task from the previous segment of the quest has been completed.