Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Dashboard: Puzzle Hero

Julien Dufresne edited this page May 15, 2020 · 2 revisions

Puzzle Hero features

This section shows how to configure event puzzle hero.

Puzzle Hero setting

This action is only available for super admin and event admin users.

You edit puzzle hero setting by clicking on the setting button on the top right of the screen.

After clicking on the setting button, a modal will be prompt with a form to fill.

Puzzle Hero setting form definition

Name Description State Example
Release date When attendees can view and answer puzzle hero Required 13/03/2020
End date When attendees will no longer be able to see and answer puzzle hero Required 13/03/2020
Scoreboard end date When attendees will no longer be able to see the scoreboard Required 13/03/2020
Open If the puzzzle hero can be seen and answers by attendees Optional Checked

Click on the save button to apply the changes.

Create a Puzzle Hero track

This action is only available for super admin and event admin users.

A puzzle hero can have unlimited tracks.

To create a track, click on the + Add track button.

After clicking on the button, a modal will be prompt with a form to fill.

Puzzle Hero track form definition

Name Description State Example
Track name Name of the track Required Track1
Track type Type of the track (each type has a specific icon) Required Gaming
Release date When attendees can view and answer track puzzles Required 13/03/2020
End date When attendees will no longer be able to see and answer track puzzles Required 13/03/2020

Click on the save button to create the track.

Update a Puzzle Hero track

This action is only available for super admin and event admin users.

You can edit a track setting by clicking on the setting button on the top right of the track card.

After clicking on the button, a modal will be prompt with a form to fill, see the form information for more information.

View the puzzle of Puzzle Hero track

You can view the puzzle of a track by clicking the track card.

Puzzle Hero tracks puzzle

A track can have unlimited puzzle. You can create a chain of puzzles. Each chain is independent and you can have unlimited chains for one track. A chain can contain unlimited puzzles.

Create a chain

This action is only available for super admin and event admin users.

You can create a chain by clicking on the Add puzzle + button on the track card.

After clicking on the button, a modal will be prompt with a form to fill. You can now create the first puzzle of the chain.

Puzzle form definition
Name Description State Example
Your puzzle title here Puzzle title Required Your title
Description Puzzle description, in Markdown (FR and EN) Optional Description
Puzzle type Category of the puzzle Required Debugging
Validate type Type of validation Required string
Answer The answer or a url if the validation is a function Optional the_answer
Input type The input that the participant will be answering the puzzle Required string
Puzzle value The value of the puzzle (use for the scoreboard) Required 5

View puzzle options

This action is only available for super admin and event admin users.

You can have access to a puzzle options by clicking on the puzzle tile.

After clicking on the tile, two options will appear.

  1. To edit a puzzle, click on the edit button, see the form information for more information.
  2. To add a puzzle to the chain, click on the Add + button, see the form information for more information.

Puzzle chain logic

A puzzle can have more than one child. This means that you can create branches to a chain. A complex chain can look like this.

Answer to a puzzle

This action is only available for team captain, attendees and godparent.

You can see the list of available tracks.

  1. You can star a track clicking on the start at the right of the track card.
  2. You can open track puzzle list by clicking on the track card.

  1. When a green check is on the puzzle tile, it means that the puzzle has been answered correctly.
  2. When a yellow clock is present on the puzzle tile, it means that the puzzle answer needs to be accepted manually.
  3. When a red lock is on the puzzle card, it means that the puzzle is blocked. You need to answer the previous puzzle to unlock it.

To answer a puzzle, you need to click on a puzzle tile.

After clicking on the tile, a modal will be prompt where you can enter the answer.

Click on the Validate button to send your answer. If the validation is not set to manual, you will know automatically if the answer is right. If the validation type is set to manual, the puzzle will be in the waiting for validation mode.

Validate puzzle answers

This action is only available for super admin and event admin users.

If a puzzle validation type is set to manual, you will need to approve the participants answer yourself.

To see the puzzle answers, you can click on the puzzle tile and then on the ? button.

After clicking on the tile, a modal will be prompt with the list of answers.

The validate a team answer, you can click on the Validate button.

  1. Accept the answer by clicking on the Accept button.
  2. Refuse the answer by clicking on the Refuse button.

If the answer is refused, the team that answered the puzzle will see a red cross on the puzzle tile

Clone this wiki locally