From addd782159b7a046f185588e357c53132c78d8c9 Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Mon, 13 Nov 2023 10:35:03 +0100 Subject: [PATCH] corrections json --- Assets/Resources/1.1. C.O.json | 12 ++++++------ Assets/Resources/3.2. segmentation.json | 3 ++- Assets/Resources/test_full_test.json | 12 ++++++------ Assets/Scenes/MainScene.unity | 10 +++++++++- 4 files changed, 23 insertions(+), 14 deletions(-) diff --git a/Assets/Resources/1.1. C.O.json b/Assets/Resources/1.1. C.O.json index faef3589..fc6b937f 100644 --- a/Assets/Resources/1.1. C.O.json +++ b/Assets/Resources/1.1. C.O.json @@ -8334,7 +8334,7 @@ { "id": "it4_three", "type": "test", - "consigne": "C.Lcl_chrs_nmbrs_thr", + "consigne": "C.Lcl_dnll_nmbrs_thr", "randomiser": true, "enumerer": false, "surligner": false, @@ -8682,25 +8682,25 @@ ] }, { - "id": "it14_nbers", + "id": "it14_colours", "type": "test", - "consigne": "C.Tm14", + "consigne": "C.Clrs", "randomiser": true, "enumerer": false, "surligner": false, - "description": "nbers", + "description": "Colours", "choix": [ { "id": "C.Tm17-bl", "image": "C.Tm17-bl", "description": "nbers", - "correct": true + "correct": false }, { "id": "C.Tm17-br", "image": "C.Tm17-br", "description": "colors", - "correct": false + "correct": true }, { "id": "C.Tm17-tl", diff --git a/Assets/Resources/3.2. segmentation.json b/Assets/Resources/3.2. segmentation.json index 9848d151..f12ed5ad 100644 --- a/Assets/Resources/3.2. segmentation.json +++ b/Assets/Resources/3.2. segmentation.json @@ -8028,7 +8028,8 @@ "image": "M.F.Fd-14.0", "son": "seg_t-f", "description": null, - "numZone": 1 + "numZone": 1, + "imgZone": "General/zone" }, { "id": "t-I-k", diff --git a/Assets/Resources/test_full_test.json b/Assets/Resources/test_full_test.json index 2add3e65..ddd0494d 100644 --- a/Assets/Resources/test_full_test.json +++ b/Assets/Resources/test_full_test.json @@ -8334,7 +8334,7 @@ { "id": "it4_three", "type": "test", - "consigne": "C.Lcl_chrs_nmbrs_thr", + "consigne": "C.Lcl_dnll_nmbrs_thr", "randomiser": true, "enumerer": false, "surligner": false, @@ -8682,25 +8682,25 @@ ] }, { - "id": "it14_nbers", + "id": "it14_colours", "type": "test", - "consigne": "C.Tm14", + "consigne": "C.Clrs", "randomiser": true, "enumerer": false, "surligner": false, - "description": "nbers", + "description": "Colours", "choix": [ { "id": "C.Tm17-bl", "image": "C.Tm17-bl", "description": "nbers", - "correct": true + "correct": false }, { "id": "C.Tm17-br", "image": "C.Tm17-br", "description": "colors", - "correct": false + "correct": true }, { "id": "C.Tm17-tl", diff --git a/Assets/Scenes/MainScene.unity b/Assets/Scenes/MainScene.unity index f4f9fe3b..227d6792 100644 --- a/Assets/Scenes/MainScene.unity +++ b/Assets/Scenes/MainScene.unity @@ -982,7 +982,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3c4520771b043844483afc6db50e0401, type: 3} m_Name: m_EditorClassIdentifier: - jsonFileName: test_full_test + jsonFileName: 3.2. segmentation data: sessions: [] --- !u!82 &761270580 @@ -2648,6 +2648,10 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 1622342606050405238, guid: d2cfb9fe5fe33e648ad7a1a7f16e43f2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} - target: {fileID: 1662885419867454579, guid: d2cfb9fe5fe33e648ad7a1a7f16e43f2, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -8764,6 +8768,10 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 9085209344251126382, guid: d2cfb9fe5fe33e648ad7a1a7f16e43f2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -12.599976 + objectReference: {fileID: 0} - target: {fileID: 9103235354127013563, guid: d2cfb9fe5fe33e648ad7a1a7f16e43f2, type: 3} propertyPath: m_AnchorMax.y value: 0 -- GitLab