Skip to content

Commit

Permalink
add squidGameWinLoseEng test
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 26, 2024
1 parent 01c7a81 commit 7e1805c
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 2 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,23 @@
"/kapable.github.io/hmall/result/INTP",
"/kapable.github.io/hmall/result/INFJ",
"/kapable.github.io/hmall/result/INFP",
"/kapable.github.io/squidGameWinLoseEng/",
"/kapable.github.io/squidGameWinLoseEng/result/chfhr",
"/kapable.github.io/squidGameWinLoseEng/result/vkfks",
"/kapable.github.io/squidGameWinLoseEng/result/gksmf",
"/kapable.github.io/squidGameWinLoseEng/result/ghkfqkfgks",
"/kapable.github.io/squidGameWinLoseEng/result/wlsghl",
"/kapable.github.io/squidGameWinLoseEng/result/Qkfrks",
"/kapable.github.io/squidGameWinLoseEng/result/qhfk",
"/kapable.github.io/squidGameWinLoseEng/result/ska",
"/kapable.github.io/squidGameWinLoseEng/result/ghl",
"/kapable.github.io/squidGameWinLoseEng/result/shfks",
"/kapable.github.io/squidGameWinLoseEng/result/wnghkd",
"/kapable.github.io/squidGameWinLoseEng/result/qpdlwl",
"/kapable.github.io/squidGameWinLoseEng/result/cjdfhr",
"/kapable.github.io/squidGameWinLoseEng/result/dusqnsghd",
"/kapable.github.io/squidGameWinLoseEng/result/dusen",
"/kapable.github.io/squidGameWinLoseEng/result/gkdis",
"/kapable.github.io/squidGameWinLose/",
"/kapable.github.io/squidGameWinLose/result/chfhr",
"/kapable.github.io/squidGameWinLose/result/vkfks",
Expand Down
325 changes: 325 additions & 0 deletions src/api/TESTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,331 @@ function range(start, stop, step) {

export const TESTS = [
// order tests with newly date order
// squidGameWinLoseEng //
{
info: {
mainTitle: 'Squid Game Win/Loss Test',
subTitle: 'What if I join the squid game?',
mainUrl: 'squidGameWinLoseEng',
scoreType: 'typeCountingMBTI',
mainImage:
'https://images.ktestone.com/introImages/squidGameWinLoseEng-intro.jpg',
thumbImage:
'https://images.ktestone.com/main-thumbnail/squidGameWinLoseEng-thumb.avif',
horizontalBanner:
'https://images.ktestone.com/horizontalNewTest/Korea/dotori.png',
lang: 'Eng',
category: 'characteristic',
},
questions: [
{
which: 'EI',
question: `Before the game starts, what actions would be best?`,
answers: [
{
type: 'E',
score: 2,
content: `Talk to other participants first to identify their personality`,
},
{
type: 'I',
score: 5,
content: `Quietly watching and observing the people around me carefully`,
},
],
},
{
which: 'EI',
question: `In situations where the participants form a team?`,
answers: [
{
type: 'E',
score: 2,
content: `Take the lead and gather teammates`,
},
{
type: 'I',
score: 5,
content: `Wait for someone to approach`,
},
],
},
{
which: 'EI',
question: `If you were to appeal yourself to the participants?`,
answers: [
{
type: 'E',
score: 2,
content: `Someone confident in teamwork and communication`,
},
{
type: 'I',
score: 5,
content: `Someone cautious and calm in action`,
},
],
},
{
which: 'SN',
question: `What if you were handed a business card to participate in Squid Game?`,
answers: [
{
type: 'S',
score: 2,
content: `Hold on to the person you handed over and investigate by questioning this and that.`,
},
{
type: 'N',
score: 5,
content: `I keep looking into my business card and guess the hidden message.`,
},
],
},
{
which: 'SN',
question: `How to understand Squid Game Rules?`,
answers: [
{
type: 'S',
score: 2,
content: `Read each part quietly and carefully.`,
},
{
type: 'N',
score: 5,
content: `Think of similar games and make connections.`,
},
],
},
{
which: 'SN',
question: `What if you won and won the prize money?`,
answers: [
{
type: 'S',
score: 2,
content: `Resolving the urgent money problem first`,
},
{
type: 'N',
score: 5,
content: `Imagining himself as a building owner`,
},
],
},
{
which: 'TF',
question: `What if you found someone crying while looking around to form a team?`,
answers: [
{
type: 'T',
score: 2,
content: `Why is he crying? I don't think I should be a team since I'm crying in this situation`,
},
{
type: 'F',
score: 5,
content: `I guess the situation is very hard right now... I think I'm going to cry too...`,
},
],
},
{
which: 'TF',
question: `When choosing someone to sacrifice in a tense situation`,
answers: [
{
type: 'T',
score: 2,
content: `Make the choices you need to win the game`,
},
{
type: 'F',
score: 5,
content: `Many choose a way to avoid damage`,
},
],
},
{
which: 'TF',
question: `What if you see the weak being unfairly beaten by the strong?`,
answers: [
{
type: 'T',
score: 2,
content: `Unfortunately, it may be inevitable in this situation`,
},
{
type: 'F',
score: 5,
content: `No matter how much money it takes, it's too harsh`,
},
],
},
{
which: 'JP',
question: `What if you picked an approach to strategy games?`,
answers: [
{
type: 'J',
score: 2,
content: `We analyze the rules and solve them step by step`,
},
{
type: 'P',
score: 5,
content: `Read the contents and flexibly solve the contents first`,
},
],
},
{
which: 'JP',
question: `After the game ends, during the break?`,
answers: [
{
type: 'J',
score: 2,
content: `I would prepare for all possible outcomes`,
},
{
type: 'P',
score: 5,
content: `I would relax and enjoy the moment, thinking it's over safely`,
},
],
},
{
which: 'JP',
question: `What is your attitude in front of a choice with a low probability of success?`,
answers: [
{
type: 'J',
score: 2,
content: `As the possibility is low, we seek a choice of high probability`,
},
{
type: 'P',
score: 5,
content: `Even if you have a low chance of success, if it's worth trying, you go for it`,
},
],
},
],
results: [
{
type: 'ESTJ',
desc: '',
query: 'chfhr',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ESTJ.avif',
},
{
type: 'ESTP',
desc: '',
query: 'vkfks',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ESTP.avif',
},
{
type: 'ESFJ',
desc: '',
query: 'gksmf',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ESFJ.avif',
},
{
type: 'ESFP',
desc: '',
query: 'ghkfqkfgks',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ESFP.avif',
},
{
type: 'ENTJ',
desc: '',
query: 'wlsghl',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ENTJ.avif',
},
{
type: 'ENTP',
desc: '',
query: 'Qkfrks',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ENTP.avif',
},
{
type: 'ENFJ',
desc: '',
query: 'qhfk',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ENFJ.avif',
},
{
type: 'ENFP',
desc: '',
query: 'ska',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ENFP.avif',
},
{
type: 'ISTJ',
desc: '',
query: 'ghl',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ISTJ.avif',
},
{
type: 'ISTP',
desc: '',
query: 'shfks',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ISTP.avif',
},
{
type: 'ISFJ',
desc: '',
query: 'wnghkd',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ISFJ.avif',
},
{
type: 'ISFP',
desc: '',
query: 'qpdlwl',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/ISFP.avif',
},
{
type: 'INTJ',
desc: '',
query: 'cjdfhr',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/INTJ.avif',
},
{
type: 'INTP',
desc: '',
query: 'dusqnsghd',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/INTP.avif',
},
{
type: 'INFJ',
desc: '',
query: 'dusen',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/INFJ.avif',
},
{
type: 'INFP',
desc: '',
query: 'gkdis',
img_src:
'https://images.ktestone.com/resultImages/squidGameWinLoseEng/INFP.avif',
},
],
},
// squidGameWinLose //
{
info: {
Expand Down
Loading

0 comments on commit 7e1805c

Please sign in to comment.