|
238 | 238 | </script>'; |
239 | 239 |
|
240 | 240 | $userForm->addStartPanel('diagnostic', get_lang('Skills and objectives assessment')); |
241 | | -$userForm->addHtml(get_lang('Welcome to the platforme! Do you want to brush up on your skills? The platform offers you a personalized program where, depending on your priorities and availability, you have access to numerous resources and can participate in learning courses. </br></br>The following questionnaire has two objectives: on the one hand, to make you reflect on your needs and understand your interests and on the other hand, to gather information to offer you a tailor-made learning trail.</br></br>Happy learning on the platform!')); |
| 241 | +$userForm->addHtml(get_lang('Welcome to the platform! Do you want to brush up on your skills? The platform offers you a personalized program where, depending on your priorities and availability, you have access to numerous resources and can participate in learning courses. <br><br>The following questionnaire has two objectives: on the one hand, to make you reflect on your needs and understand your interests and on the other hand, to gather information to offer you a tailor-made learning trail.<br><br>Happy learning on the platform!')); |
242 | 242 | $userForm->addEndPanel(); |
243 | 243 |
|
244 | 244 | $userForm->addStartPanel('filiere', get_lang('I would like to choose a sector')); |
245 | | -$userForm->addHtml('<p class="text-info">'.get_lang('The platform offers specialized course session. Your answers will allow you to access the sessions corresponding to your field if it exists.</br></br>Check one or more answers or fill in the blank.').'</p>'); |
| 245 | +$userForm->addHtml('<p class="text-info">'.get_lang('The platform offers specialized course session. Your answers will allow you to access the sessions corresponding to your field if it exists.<br><br>Check one or more answers or fill in the blank.').'</p>'); |
246 | 246 |
|
247 | 247 | $fieldsToShow = [ |
248 | 248 | 'statusocial', |
|
289 | 289 | $userForm->addEndPanel(); |
290 | 290 |
|
291 | 291 | $userForm->addStartPanel('dispo', get_lang('Availability before my internship/mobility')); |
292 | | -$userForm->addHtml('<p class="text-info">'.get_lang('The platform offers numerous resources and learning courses available on specific dates. The first step is to assess your availability to be able to offer you a suitable learning program.</br></br>Indicate the dates and your availability').'</p>'); |
| 292 | +$userForm->addHtml('<p class="text-info">'.get_lang('The platform offers numerous resources and learning courses available on specific dates. The first step is to assess your availability to be able to offer you a suitable learning program.<br><br>Indicate the dates and your availability').'</p>'); |
293 | 293 |
|
294 | 294 | $extra = $extraFieldSession->addElements( |
295 | 295 | $userForm, |
|
344 | 344 | $userForm->addEndPanel(); |
345 | 345 |
|
346 | 346 | $userForm->addStartPanel('dispo_pendant_stage', get_lang('Availability during my internship/mobility')); |
347 | | -$userForm->addHtml('<p class="text-info">'.get_lang('You can continue working on the platform during your internship. Your answers will help us offer you a personalized program based on your availability. </br></br>Indicate the dates and your availability').'</p>'); |
| 347 | +$userForm->addHtml('<p class="text-info">'.get_lang('You can continue working on the platform during your internship. Your answers will help us offer you a personalized program based on your availability. <br><br>Indicate the dates and your availability').'</p>'); |
348 | 348 |
|
349 | 349 | $fieldsToShow = [ |
350 | 350 | 'datedebutstage', |
|
386 | 386 | $userForm->addHtml("<p class=\"text-info\">".get_lang("The platform offers numerous resources and thematic learning courses to develop your skills. Now it's time to take stock of your interests to be offer you a personalized course program.")."</p>"); |
387 | 387 |
|
388 | 388 | $introductionTextList = [ |
389 | | - 'domaine' => get_lang('The learning courses are designed around the following main areas. Choose them in order of preference according to your priorities and interests.</br></br>'), |
390 | | - $theme => get_lang('Once the areas have been selected, choose 5 themes and objectives in order of preference.</br></br>'), |
| 389 | + 'domaine' => get_lang('The learning courses are designed around the following main areas. Choose them in order of preference according to your priorities and interests.<br><br>'), |
| 390 | + $theme => get_lang('Once the areas have been selected, choose 5 themes and objectives in order of preference.<br><br>'), |
391 | 391 | ]; |
392 | 392 |
|
393 | 393 | $fieldsToShow = [ |
|
431 | 431 | $userForm->addEndPanel(); |
432 | 432 |
|
433 | 433 | $userForm->addStartPanel('niveau_langue', get_lang('My language level')); |
434 | | -$userForm->addHtml('<p class="text-info">'.get_lang("The platform's resources are adapted to different language levels. The goal here is to take stock of what you can or already know how to do.</br></br>Tick the level that best suits you for each skill (listening, reading, participating in a conversation, speaking continuously, and writing).</br></br>").'</p>'); |
| 434 | +$userForm->addHtml('<p class="text-info">'.get_lang("The platform's resources are adapted to different language levels. The goal here is to take stock of what you can or already know how to do.<br><br>Tick the level that best suits you for each skill (listening, reading, participating in a conversation, speaking continuously, and writing).<br><br>").'</p>'); |
435 | 435 |
|
436 | 436 | $fieldsToShow = [ |
437 | 437 | //'competenceniveau' |
|
0 commit comments