Skip to content

Events

Events are the central building block of MooveTeam CMS. Every team, challenge, route, and score belongs to an event. This page covers the event list, creating new events, and the management operations available for existing events: editing, deleting, duplicating, and exporting/importing as XML.

Login → Events (main page after login, or sidebar → Events)

Events list showing a paginated table of events with action buttons


The events list is the main landing page of the admin panel. It displays all events belonging to your company in a paginated, searchable table.

ColumnDescription
Start StartGreen button — starts the event (see Live Control)
NameEvent name (clickable — opens Edit view)
DateEvent creation date
LocationGeographic location set for the event
TeamsNumber of teams assigned
ChallengesNumber of challenges created
ActionsRow icons: results, details, dropdown menu

Each event row has a dropdown menu (Actions toolbox briefcase icon with dropdown arrow) providing quick access to operational actions:

Row dropdown menu showing all operational actions
ActionIconDescription
Photo slideshowPictureOpens the event photo slideshow display Premium
Print QR CodesQR codeGenerates printable QR codes for team registration
Clear results or delete eventRefreshClears accumulated data or permanently deletes the event
DetailsBookOpens the event details/statistics page
DuplicateShareCreates a copy of the event (see Copy event)
ExportDownloadExports the event as XML (see Export event)
ReportPrintGenerates the event performance report
Distances reportRoadGenerates team distance/movement report
ResultsEditOpens the admin results table (see Results)
Export resultsDownload altExports results data for external analysis

Row dropdown menu (screenshot)

Use the search box to filter across all columns, and the pagination controls to change page size (10, 25, 50, 100 entries per page).


Events list → click New

Event creation form showing the basic fields

FieldTypeDescriptionRequired
NameTextEvent display name (visible to participants and in the admin list)Yes
Number of TeamsText (numeric)Maximum number of teams for this eventYes
Duration of game in daysText (numeric)How many days the event window stays open after starting (default: 15, minimum: 3, maximum: 120)Yes
LocationText + MapGeographic center of the event — type an address or click the map to place a pinNo
Event ThemeSelectVisual theme for the participant app: Default, Christmas, Pirates, HalloweenNo
ActionDescription
SaveCreates the event and redirects to the Edit page with all 10 tabs
CancelReturns to the events list without creating
  • After saving, you are redirected to the Event Edit page where the 10 configuration tabs are available.
  • The event starts in a non-active state — it must be explicitly started via Live Control.

Events list → click event name, or Events list → New → Save

The Edit page is the main workspace for configuring an event. It displays 10 tabs across the top, each controlling a different aspect of the event:

Tab #Tab nameWhat it configuresDoc page
1EventGeneral data, gameplay options, location, themeEvent — General Data
2LogoEvent logo and custom bottom-bar logoEvent — Logo
3AlliancesTeam alliance groupsEvent — Alliances
4TeamsTeam management with sub-tabs: List, QR Code, Export Text ElementsEvent — Teams
5ChallengesChallenge creation and the 14 challenge typesEvent — Challenges
6RoutesRoute editor with map and ordering controlsEvent — Routes
7Objects / GadgetsCollectible objects and sabotage gadgetsEvent — Objects / Gadgets
8SegmentsGame phases and progressive unlockingEvent — Segments
9Custom MapMap overlay images and GPX tracksEvent — Custom Map
10DocumentsAttached files for teams, staff, and AREvent — Documents

The top-right action bar is always visible across all tabs:

ActionDescription
StartOpens the pre-start confirmation page (see Live Control)
PublishMarks the event as published — makes the event visible to MooveGoXR self-service players who browse available experiences. Unlike Start (which activates gameplay), Publish only controls visibility in the public event listing. For staffed MooveXR events, you typically Start without publishing.
ExportExports the event as XML
View on mapOpens a full map view showing all challenge locations as pins
BackReturns to the events list

Event edit page showing tabs and action bar


Events list → row dropdown → Clear results or delete event

The delete page provides two destructive operations:

Removes all results, photos, GPS positions, gadget inventories, and team messages for the event. The event configuration (teams, challenges, routes, segments) is preserved.

Permanently removes the entire event and all associated data. To prevent accidental deletion, type the event name exactly into the confirmation field before the Delete button becomes active.

FieldTypeDescriptionRequired
Event name confirmationTextMust match the event name exactly to enable the Delete buttonYes
ActionDescription
Clear ResultsDeletes results and operational data only. Event structure is kept
Delete EventPermanently deletes the event and all associated data. Cannot be undone
Back to event listReturns without making changes
  • The Delete button remains disabled until you type the event name exactly as it appears.

Events list → row dropdown → Duplicate

Copying creates a complete duplicate of an event, including all its configuration. This is a critical workflow for agencies that reuse event templates across clients or dates.

ElementCopied?Notes
Event settingsYesName appended with “(Copy DD/MM/YYYY HH:MM)“
RoutesYesIncluding challenge ordering within routes
SegmentsYesIncluding segment-challenge assignments
ChallengesYesIncluding images, GPS coordinates, and all type-specific fields
GadgetsYesIncluding stock levels and effect types
AlliancesYesIncluding alliance names
TeamsYesIncluding route and alliance assignments
ResultsNoThe copy starts clean with no results
GPS positionsNoNo tracking data carried over
ActionDescription
DuplicateOne-click action from the dropdown — no confirmation dialog

A confirmation page displays:

  • The name of the copied event (with the “(Copy …)” suffix)
  • The number of routes in the copy
  • A Back button to return to the events list

The copied event appears in the events list. Open it to change the name and adjust any settings as needed.


Events list → row dropdown → Export, or Event Edit → action bar → Export

Exports the complete event configuration as an XML file. The browser downloads a file named Event_{eventName}.

On success: An XML file is downloaded directly to the browser.

On failure: If any gallery images referenced by challenges or segments are missing, MooveTeam CMS shows an error page listing each missing image. The error page links to the affected challenges and segments so you can fix the missing references before retrying.

Exports all events belonging to your company as a single XML file.

Admin menu → Import event

Imports an event from a previously exported XML file.

FieldTypeDescriptionRequired
FileFile uploadThe XML file to import (must be a valid MooveTeam CMS event export)Yes
ActionDescription
UploadReads the XML file and creates the event with all its configuration

After importing, a confirmation page shows the import results including any errors encountered during the process.

  • The XML format preserves all event configuration: settings, challenges (with images), routes, segments, gadgets, alliances, and teams.
  • If images are missing from the gallery during export, the export fails and shows which images you need to re-upload.