🍀
Lucky Cycle
GamesCampaigns (FR)
  • 🕹️Games
    • Games
      • Explosion
      • Black-Jack
      • Brelan
      • Candy Crush
      • Catch'Em All!
      • Dino Run
      • Endless Runner
      • Flip Cards
      • Grabber
      • Hidden Object
      • Memory
      • Millionaire
      • Paper Toss
      • Penalty
      • Personality
      • Pinata
      • Scratch Card
      • Scratch Nine
      • Shooter
      • Short
      • Shuffler
      • Slicer
      • Slot Machine
      • Snake
      • Tinder
      • Vintage Wheel
      • Wheel
  • 🍄Campaigns (FR)
    • Campagnes
      • Template Standard
      • Template Wheel
Powered by GitBook
  1. Games
  2. Games

Personality

Last updated 6 months ago

Demo:

  1. Configuration

  2. Options

  3. Assets

Configuration

JSON
{
  "options": {
    "tags": [
      {
        "id": 1,
        "name": "italy"
      },
      {
        "id": 2,
        "name": "japan"
      },
      {
        "id": 3,
        "name": "pizza"
      },
      {
        "id": 4,
        "name": "pasta"
      },
      {
        "id": 5,
        "name": "ossobucco"
      },
      {
        "id": 6,
        "name": "lasagna"
      },
      {
        "id": 7,
        "name": "sushi"
      },
      {
        "id": 8,
        "name": "ramen"
      }
    ],
    "questions": {
      "en": [
        {
          "id": 1,
          "question": "1. What do you prefer?",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": "",
          "rows": 1,
          "cols": 2,
          "min": 1,
          "max": 1,
          "answers": [
            {
              "id": 1,
              "tags": [1],
              "next": 2,
              "image": "",
              "text": "Italian cuisine"
            },
            {
              "id": 2,
              "tags": [2],
              "next": 3,
              "image": "",
              "text": "Japanese cuisine"
            }
          ],
          "explanation": []
        },
        {
          "id": 2,
          "question": "2A. What do you prefer? (2 answers possible)",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": -1,
          "rows": 2,
          "cols": 2,
          "min": 1,
          "max": 2,
          "answers": [
            {
              "id": 1,
              "tags": [3],
              "next": "",
              "image": "",
              "text": "Pizza"
            },
            {
              "id": 2,
              "tags": [4],
              "next": "",
              "image": "",
              "text": "Pasta"
            },
            {
              "id": 3,
              "tags": [3],
              "next": "",
              "image": "",
              "text": "Osso Bucco"
            },
            {
              "id": 4,
              "tags": [4],
              "next": "",
              "image": "",
              "text": "Lasagne"
            }
          ],
          "explanation": []
        },
        {
          "id": 3,
          "question": "2B. What do you prefer?",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": -1,
          "rows": 1,
          "cols": 2,
          "min": 1,
          "max": 1,
          "answers": [
            {
              "id": 1,
              "tags": [7],
              "next": "",
              "image": "",
              "text": "Sushi"
            },
            {
              "id": 2,
              "tags": [8],
              "next": "",
              "image": "",
              "text": "Ramen"
            }
          ],
          "explanation": []
        }
      ],
      "fr": [
        {
          "id": 1,
          "question": "1. Que préférez-vous ?",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": "",
          "rows": 1,
          "cols": 2,
          "min": 1,
          "max": 1,
          "answers": [
            {
              "id": 1,
              "tags": [1],
              "next": 2,
              "image": "",
              "text": "Cuisine italienne"
            },
            {
              "id": 2,
              "tags": [2],
              "next": 3,
              "image": "",
              "text": "Cuisine japonaise"
            }
          ],
          "explanation": []
        },
        {
          "id": 2,
          "question": "2A. Que préférez-vous ? (2 réponses possibles)",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": -1,
          "rows": 2,
          "cols": 2,
          "min": 1,
          "max": 2,
          "answers": [
            {
              "id": 1,
              "tags": [3],
              "next": "",
              "image": "",
              "text": "Pizza"
            },
            {
              "id": 2,
              "tags": [4],
              "next": "",
              "image": "",
              "text": "Pâtes"
            },
            {
              "id": 3,
              "tags": [3],
              "next": "",
              "image": "",
              "text": "Osso Bucco"
            },
            {
              "id": 4,
              "tags": [4],
              "next": "",
              "image": "",
              "text": "Lasagne"
            }
          ],
          "explanation": []
        },
        {
          "id": 3,
          "question": "2B. Que préférez-vous ?",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": -1,
          "rows": 1,
          "cols": 2,
          "min": 1,
          "max": 1,
          "answers": [
            {
              "id": 1,
              "tags": [7],
              "next": "",
              "image": "",
              "text": "Sushi"
            },
            {
              "id": 2,
              "tags": [8],
              "next": "",
              "image": "",
              "text": "Ramen"
            }
          ],
          "explanation": []
        }
      ],
      "nl": [
        {
          "id": 1,
          "question": "1. Waar geef je de voorkeur aan?",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": "",
          "rows": 1,
          "cols": 2,
          "min": 1,
          "max": 1,
          "answers": [
            {
              "id": 1,
              "tags": [1],
              "next": 2,
              "image": "",
              "text": "Italiaanse keuken"
            },
            {
              "id": 2,
              "tags": [2],
              "next": 3,
              "image": "",
              "text": "Japanse keuken"
            }
          ],
          "explanation": []
        },
        {
          "id": 2,
          "question": "2A. Waar geef je de voorkeur aan? (2 mogelijke antwoorden)",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": -1,
          "rows": 2,
          "cols": 2,
          "min": 1,
          "max": 2,
          "answers": [
            {
              "id": 1,
              "tags": [3],
              "next": "",
              "image": "",
              "text": "Pizza"
            },
            {
              "id": 2,
              "tags": [4],
              "next": "",
              "image": "",
              "text": "Pasta"
            },
            {
              "id": 3,
              "tags": [3],
              "next": "",
              "image": "",
              "text": "Osso Bucco"
            },
            {
              "id": 4,
              "tags": [4],
              "next": "",
              "image": "",
              "text": "Lasagne"
            }
          ],
          "explanation": []
        },
        {
          "id": 3,
          "question": "2B. Waar geef je de voorkeur aan?",
          "question_color": "white",
          "question_background_color": "black",
          "answer_color": "white",
          "answer_background_color": "rgba(0, 0, 0, .75)",
          "next": -1,
          "rows": 1,
          "cols": 2,
          "min": 1,
          "max": 1,
          "answers": [
            {
              "id": 1,
              "tags": [7],
              "next": "",
              "image": "",
              "text": "Sushi"
            },
            {
              "id": 2,
              "tags": [8],
              "next": "",
              "image": "",
              "text": "Ramen"
            }
          ],
          "explanation": []
        }
      ]
    },
    "use_images": true,
    "use_explanation": false,
    "use_recommandation": false,
    "recommandation_products": 4,
    "recommandation_rows": 2,
    "recommandation_cols": 2,
    "products": {
      "en": [
        {
          "name": "Lucky Cycle",
          "url": "https://www.lucky-cycle.com/en?utm_source=lck_demo",
          "image": "",
          "tags": [1, 2, 3, 4, 5, 6, 7, 8]
        }
      ],
      "fr": [
        {
          "name": "Lucky Cycle",
          "url": "https://www.lucky-cycle.com/fr?utm_source=lck_demo",
          "image": "",
          "tags": [1, 2, 3, 4, 5, 6, 7, 8]
        }
      ],
      "nl": [
        {
          "name": "Lucky Cycle",
          "url": "https://www.lucky-cycle.com/nl?utm_source=lck_demo",
          "image": "",
          "tags": [1, 2, 3, 4, 5, 6, 7, 8]
        }
      ]
    },
    "redirect": false,
    "default_lang": "fr",
    "reset_button": false
  },
  "texts": {
    "en": {
      "confirm": "Confirm",
      "next": "Next question",
      "redirect": "Next page"
    },
    "fr": {
      "confirm": "Je valide",
      "next": "Question suivante",
      "redirect": "Page suivante"
    },
    "nl": {
      "confirm": "Bevestigen",
      "next": "Volgende vraag",
      "redirect": "Volgende pagina"
    }
  },
  "sounds": {},
  "images": {}
}

Options

Key
Type
Explanation
Default

Assets

Key
Size
Explanation
Default

X x Ypx

🕹️
https://campaigns.lucky-cycle.com/game-demo/jeu/personality-quizz