Skip to content

Commit

Permalink
add brainMeasureTest test
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 18, 2024
1 parent cfac7c3 commit a3aee8b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 16 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7052,7 +7052,9 @@
"/FMaleFluttingSimulation",
"/kapable.github.io/FMaleFluttingSimulation",
"/FFemaleFluttingSimulation",
"/kapable.github.io/FFemaleFluttingSimulation"
"/kapable.github.io/FFemaleFluttingSimulation",
"/brainMeasureTest",
"/kapable.github.io/brainMeasureTest"
]
},
"eslintConfig": {
Expand Down
76 changes: 61 additions & 15 deletions src/api/TESTS.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,52 @@ function range(start, stop, step) {

export const TESTS = [
// order tests with newly date order
// brainMeasureTest
{
info: {
mainTitle: '두뇌 측정 테스트',
subTitle: '논리 퍼즐,추리력,숫자,창의력 문제들이 제출됩니다.',
mainUrl: 'brainMeasureTest',
scoreType: 'aiSimulation',
mainImage:
'https://images.ktestone.com/introImages/brainMeasureTest-intro.jpg',
thumbImage:
'https://images.ktestone.com/main-thumbnail/brainMeasureTest-thumb.jpg',
horizontalBanner:
'https://images.ktestone.com/horizontalNewTest/Korea/dotori.png',
lang: 'Kor',
category: 'characteristic',
gptUrl:
'https://chatgpt.com/g/g-6760f95fbab481918bb124437a65d5a6-sseomnyeo-f',
},
questions: [
{
which: '',
question: '',
answers: [
{
type: 'E',
score: 2,
content: ``,
},
{
type: 'I',
score: 5,
content: ``,
},
],
},
],
results: [
{
type: '',
desc: '',
query: '',
img_src:
'',
},
],
},
// FFemaleFluttingSimulation
{
info: {
Expand All @@ -43,29 +89,29 @@ export const TESTS = [
},
questions: [
{
which: 'EI',
question: '귀찮게 구는 친구를 골라본다면?',
which: '',
question: '',
answers: [
{
type: 'E',
score: 2,
content: `나에게만 의존하며 놀아달라는 친구`,
content: ``,
},
{
type: 'I',
score: 5,
content: `쉬는 시간 없이 이야기를 멈추지 않는 친구`,
content: ``,
},
],
},
],
results: [
{
type: 'ESTJ',
type: '',
desc: '',
query: 'chfhr',
query: '',
img_src:
'https://images.ktestone.com/resultImages/jellyComicChar/ESTJ.avif',
'',
},
],
},
Expand All @@ -89,29 +135,29 @@ export const TESTS = [
},
questions: [
{
which: 'EI',
question: '귀찮게 구는 친구를 골라본다면?',
which: '',
question: '',
answers: [
{
type: 'E',
score: 2,
content: `나에게만 의존하며 놀아달라는 친구`,
content: ``,
},
{
type: 'I',
score: 5,
content: `쉬는 시간 없이 이야기를 멈추지 않는 친구`,
content: ``,
},
],
},
],
results: [
{
type: 'ESTJ',
type: '',
desc: '',
query: 'chfhr',
query: '',
img_src:
'https://images.ktestone.com/resultImages/jellyComicChar/ESTJ.avif',
'',
},
],
},
Expand Down Expand Up @@ -144,7 +190,7 @@ export const TESTS = [
{
type: 'I',
score: 5,
content: `쉬는 시간 없이 이야기를 멈추지 않는 친구`,
content: ``,
},
],
},
Expand Down

0 comments on commit a3aee8b

Please sign in to comment.