|
1 | 1 | export const questions = [ |
2 | | - { category: '1', keyword: '๊ด์ฌ์ฌ', problem: '๋์ ๊ด์ฌ์ฌ๋ฅผ ๋ง์ถฐ์ฃผ์ธ์.', options: ['Agentic AI', 'AI Ethics', 'AI Security', 'Causal Inference', 'Computer Graphics', 'Computer Vision', 'Efficient AI', 'LLM/Multimodal', 'Physical AI', 'XAI'] }, |
3 | | - { category: '2', keyword: '๊ณ์ ', problem: '๋์ด ์ข์ํ๋ ๊ณ์ ์ ๋ง์ถฐ์ฃผ์ธ์.', options: ['๋ด', '์ฌ๋ฆ', '๊ฐ์', '๊ฒจ์ธ'] }, |
4 | | - { category: '3', keyword: 'MBTI', problem: '๋์ MBTI ์ ํ์ ๋ง์ถฐ์ฃผ์ธ์.', options: ['INFP', 'ENFP', 'INFJ', 'ENFJ', 'INTJ', 'ENTJ', 'INTP', 'ENTP', 'ISFP', 'ESFP', 'ISTP', 'ESTP', 'ISFJ', 'ESFJ', 'ISTJ', 'ESTJ'] }, |
| 2 | + { category: '1', keyword: '๊ด์ฌ์ฌ', problem: '๋์ ๊ด์ฌ์ฌ๋ฅผ ๋ง์ถฐ์ฃผ์ธ์.', options: ['Agentic AI', 'AI Ethics', 'AI Security', 'Causal Inference', 'Computer Graphics', 'Computer Vision', 'Efficient AI', 'LLM/Multimodal', 'Physical AI', 'XAI'] }, |
| 3 | + { category: '2', keyword: '๊ณ์ ', problem: '๋์ด ์ข์ํ๋ ๊ณ์ ์ ๋ง์ถฐ์ฃผ์ธ์.', options: ['๋ด', '์ฌ๋ฆ', '๊ฐ์', '๊ฒจ์ธ'] }, |
| 4 | + { category: '3', keyword: 'MBTI', problem: '๋์ MBTI ์ ํ์ ๋ง์ถฐ์ฃผ์ธ์.', options: ['INFP', 'ENFP', 'INFJ', 'ENFJ', 'INTJ', 'ENTJ', 'INTP', 'ENTP', 'ISFP', 'ESFP', 'ISTP', 'ESTP', 'ISFJ', 'ESFJ', 'ISTJ', 'ESTJ'] }, |
5 | 5 | ]; |
0 commit comments