mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Renamed js files to ts
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
|
||||
###################################################################################################################################################################################
|
||||
QUESTION
|
||||
{
|
||||
"A": "Igaz",
|
||||
"data": {
|
||||
"type": "image",
|
||||
"images": [
|
||||
"image1.png"
|
||||
]
|
||||
}
|
||||
}
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
SAMES
|
||||
[
|
||||
{
|
||||
"q": {
|
||||
"A": "Igaz",
|
||||
"data": {
|
||||
"type": "image",
|
||||
"images": [
|
||||
"image1.png"
|
||||
]
|
||||
}
|
||||
},
|
||||
"match": 100,
|
||||
"detailedMatch": {
|
||||
"qMatch": 100,
|
||||
"aMatch": 100,
|
||||
"dMatch": 100,
|
||||
"matchedSubjName": "Műszaki mechanika",
|
||||
"avg": 100
|
||||
}
|
||||
}
|
||||
]
|
||||
###################################################################################################################################################################################
|
||||
QUESTION
|
||||
{
|
||||
"A": "Igaz",
|
||||
"data": {
|
||||
"type": "image",
|
||||
"images": [
|
||||
"image1.png"
|
||||
]
|
||||
}
|
||||
}
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
SAMES
|
||||
[
|
||||
{
|
||||
"q": {
|
||||
"A": "Igaz",
|
||||
"data": {
|
||||
"type": "image",
|
||||
"images": [
|
||||
"image1.png"
|
||||
]
|
||||
}
|
||||
},
|
||||
"match": 100,
|
||||
"detailedMatch": {
|
||||
"qMatch": 100,
|
||||
"aMatch": 100,
|
||||
"dMatch": 100,
|
||||
"matchedSubjName": "Műszaki mechanika",
|
||||
"avg": 100
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user