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:
parent
0bddef2b78
commit
7fcb15da88
54 changed files with 8521 additions and 60 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue