fix reference package Chronos
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
[
|
||||
{
|
||||
"code": "C-NIV",
|
||||
"label": "Niveau de la compétence",
|
||||
"values": [
|
||||
{
|
||||
"code": "DEBUTANT",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"code": "INTERMEDIAIRE",
|
||||
"label": "Intermédiaire",
|
||||
"rank": 2
|
||||
},
|
||||
{
|
||||
"code": "CERTIFIE",
|
||||
"label": "Certifié",
|
||||
"rank": 3
|
||||
},
|
||||
{
|
||||
"code": "CONFIRME",
|
||||
"label": "Confirmé",
|
||||
"rank": 4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "C-LOG",
|
||||
"label": "Logique",
|
||||
"values": [
|
||||
{
|
||||
"code": "OUI",
|
||||
"label": "A la compétence",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"code": "NON",
|
||||
"label": "N'a pas la compétence",
|
||||
"rank": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user