Closed FilippoQuattrocchi closed 2 months ago
Filippo's image is the pair of casual one and slang one both in Japanese.
@FilippoQuattrocchi I modified. The return data sample is following. As meaning, "奴ら (やつら)" corresponds to "彼ら(かれら)". "正直に言うと、... (しょうじきにいうと、...)" corresponds to "ぶっちゃけて言うと、... (ぶっちゃけていうと、...)".
{
"data": [
{
"front": "J-Town",
"back": "正直に言うと、... (しょうじきにいうと、...)",
"match": 2
},
{
"front": "J-Town",
"back": "奴ら (やつら)",
"match": 3
},
{
"front": "J-Town",
"back": "ぶっちゃけて言うと、... (ぶっちゃけていうと、...)",
"match": 0
},
{
"front": "J-Town",
"back": "彼ら(かれら)",
"match": 1
},
{
"front": "J-Town",
"back": "ウケる! (うける!)",
"match": 12
},
{
"front": "J-Town",
"back": "最近どうですか?(さいきんどうですか)",
"match": 7
},
{
"front": "J-Town",
"back": "えぐい ",
"match": 10
},
{
"front": "J-Town",
"back": "調子どう? (ちょうしどう?)",
"match": 5
},
{
"front": "J-Town",
"back": "はじめまして。よろしくお願いします。",
"match": 13
},
{
"front": "J-Town",
"back": "うざい",
"match": 14
},
{
"front": "J-Town",
"back": "ひどい ",
"match": 6
},
{
"front": "J-Town",
"back": "めっちゃいい!",
"match": 15
},
{
"front": "J-Town",
"back": "面白いですね。 (おもしろいですね。)",
"match": 4
},
{
"front": "J-Town",
"back": "はじめまして!",
"match": 8
},
{
"front": "J-Town",
"back": "煩わしい (わずらわしい)",
"match": 9
},
{
"front": "J-Town",
"back": "とてもいいですね",
"match": 11
}
]
}
@FilippoQuattrocchi Now memo game works after your integration with frontend, I close this issue.
Endpoint for memo game The pair should be with japanese slang and forma way like: すげぇな match with すごいですね
Example:
Match is the array index of the correct answer, like: ありがと! match with ありがとう that has index 4 ありがとう match with ありがと that has index 3
Example: