Skip to content

Commit

Permalink
refactor: 컨텐츠 목데이터 추가 #442
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Dec 26, 2024
1 parent e85b2c9 commit 521d24b
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions frontend-admin/src/mocks/data/balanceContent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"contents": [
{
"contentId": 26,
"question": "100억 부자 송강호 vs 100억 빚 송강",
"firstOption": {
"optionId": 55,
"name": "100억 부자 송강호",
"count": 15,
"percent": 50
},
"secondOption": {
"optionId": 56,
"name": "100억 부자 송강호",
"count": 15,
"percent": 50
}
},
{
"contentId": 27,
"question": "100억 부자 송강호 vs 100억 빚 송강",
"firstOption": {
"optionId": 57,
"name": "100억 부자 송강호",
"count": 15,
"percent": 50
},
"secondOption": {
"optionId": 58,
"name": "100억 부자 송강호",
"count": 15,
"percent": 50
}
},
{
"contentId": 28,
"question": "100억 부자 송강호 vs 100억 빚 송강",
"firstOption": {
"optionId": 59,
"name": "100억 부자 송강호",
"count": 15,
"percent": 50
},
"secondOption": {
"optionId": 60,
"name": "100억 부자 송강호",
"count": 15,
"percent": 50
}
}
]
}

0 comments on commit 521d24b

Please sign in to comment.