File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed
pages/administration/exercices Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 44 <h1 >{{title}}</h1 >
55
66 <p >
7- Vous pouvez importer des exercices depuis cette interface en tenant compte de ce
8- <a href =" https://sourcecodeoer.github.io/sourcecode_api/#operation/createMultipleExercises" target =" _blank" >
9- format</a >. Votre fichier doit être en UTF-8 !
7+ Vous pouvez importer des exercices depuis cette interface de deux façons (fichier en <b >UTF-8</b > !!) :
108 </p >
9+
10+ <ul >
11+ <li >
12+ <a href =" https://sourcecodeoer.github.io/sourcecode_api/#operation/createMultipleExercises" target =" _blank" >
13+ Format d'import classique
14+ </a >
15+ </li >
16+ <li >
17+ <a href =" https://sourcecodeoer.github.io/sourcecode_api/#operation/ExportExercises" target =" _blank" >
18+ Format d'export de ressources informatiques
19+ </a >
20+ </li >
21+ </ul >
22+
1123 <ValidationObserver ref =" observer"
1224 tag =" form"
1325 @submit.prevent =" validateBeforeSubmit" >
199211
200212<style lang="scss" scoped>
201213 @import " ../../assets/css/exercise-gestion" ;
214+ @import " ../../assets/css/_variables" ;
215+
216+ a {
217+ color : $TERNARY_COLOR ;
218+ }
219+
220+ ul {
221+ margin-bottom : 30px ;
222+ }
202223 </style >
Original file line number Diff line number Diff line change 5757 }
5858 </script >
5959
60+ <style scoped>
61+ .wrapper {
62+ margin-bottom : 40px ;
63+ }
64+ </style >
You can’t perform that action at this time.
0 commit comments