From 32cfde7e89cdf86e032e0ccc9da4c21ae62ddcc6 Mon Sep 17 00:00:00 2001 From: Serge Bibauw <sbibauw@gmail.com> Date: Thu, 13 Mar 2025 01:18:31 +0100 Subject: [PATCH] ktests: Fix improper ordering of groups by duplicating APVT-fr-0.1-C1 --- scripts/surveys/groups.csv | 1 + scripts/surveys/tests_task.csv | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/surveys/groups.csv b/scripts/surveys/groups.csv index a4e572ab..3dacc51c 100644 --- a/scripts/surveys/groups.csv +++ b/scripts/surveys/groups.csv @@ -17,6 +17,7 @@ id,title,demo,options 22,Vocabulary test T1,false,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230 23,Vocabulary test T2,false,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245 24,Vocabulary test T3,false,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260 +29,APVT-fr-0.1-C1-15i,false,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105 30,LJT-fr-demo1,true,10081 31,LJT-fr-demo2,true,10080 32,LJT-fr-0.1-A1-16i,false,10010,10011,10020,10021,10030,10031,10040,10041,10090,10091,10110,10111,10120,10121,10130,10131 diff --git a/scripts/surveys/tests_task.csv b/scripts/surveys/tests_task.csv index 4f050191..38153885 100644 --- a/scripts/surveys/tests_task.csv +++ b/scripts/surveys/tests_task.csv @@ -6,5 +6,5 @@ id,title,groups 5,Vocabulary test T2,21,23 6,Vocabulary test T3,21,24 10,LJT Français,30,31,32,33,34,35,36 -11,LJT+APVT Français,30,31,32,33,34,35,36,10,16,17,18,19,15 -12,APVT Français,10,16,17,18,19,15 \ No newline at end of file + +12,APVT Français,10,16,17,18,19,29 \ No newline at end of file -- GitLab