diff options
author | Sashi20 | 2019-07-26 17:45:16 +0530 |
---|---|---|
committer | Sashi20 | 2019-07-26 17:45:16 +0530 |
commit | 0694f4739a45b77a305e46cf801688efa7547872 (patch) | |
tree | 5ae201e1986c97c963d1c5dd0e07fe555f3f198b | |
parent | 42f2824ede19b610662db6b9c4ef2a293c4117dc (diff) | |
download | esim_workshop_form-0694f4739a45b77a305e46cf801688efa7547872.tar.gz esim_workshop_form-0694f4739a45b77a305e46cf801688efa7547872.tar.bz2 esim_workshop_form-0694f4739a45b77a305e46cf801688efa7547872.zip |
Minor changes in the instructions
-rwxr-xr-x | esim_workshop_form.module | 2 | ||||
-rw-r--r-- | esim_workshop_form_2019.inc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/esim_workshop_form.module b/esim_workshop_form.module index 07b9bf0..141902d 100755 --- a/esim_workshop_form.module +++ b/esim_workshop_form.module @@ -188,7 +188,7 @@ function esim_workshop_file_path() function workshop_project_file_check_valid_filename($file_name) { - if (!preg_match('/^[0-9]{4}$/', $file_name)) + if (!preg_match('/^[0-9]{4}/', $file_name)) return FALSE; else if (substr_count($file_name, ".") > 1) return FALSE; diff --git a/esim_workshop_form_2019.inc b/esim_workshop_form_2019.inc index 7a4389f..0ed39c5 100644 --- a/esim_workshop_form_2019.inc +++ b/esim_workshop_form_2019.inc @@ -215,11 +215,11 @@ function esim_workshop_step2_form($form, &$form_state, $no_js_use = FALSE) { $form['step2_field1_fieldset']['step2_field1_question1'] = array( '#markup' => '<h4>Important instructions for participants during the workshop</h4><ol> -<li style="font-weight: 400;"><span style="font-weight: 400;">The list of tasks to do during the workshop is available in the subsequent pages. Every page will describe some activity. It may also ask you to input some text or mark a note in order for you to proceed to the next page.</span></li> +<li style="font-weight: 400;"><span style="font-weight: 400;">The list of tasks to do during the workshop is available in the subsequent pages. Every page will describe some activity. It may also ask you to input some text or make a note in order for you to proceed to the next page.</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">Use the <next page>, <previous page> buttons to navigate between the tasks.</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">It is important for you to finish all tasks during the workshop in order to avail a certificate etc. In case if you could not finish all tasks, use the <save draft> button (if available) to save your progress until the current page. </span></li> -<li style="font-weight: 400;"><span style="font-weight: 400;">If you come across a difficulty during the workshop, you are expected to post a question on the forums.</span> +<li style="font-weight: 400;"><span style="font-weight: 400;">If you come across any difficulty during the workshop, you are expected to post a question on the forums.</span> <ol> <li style="font-weight: 400;"><span style="font-weight: 400;">For questions related to the workshop activity, eSim software or the PCB that will be given to you, post on </span><a href="https://forums.fossee.in/" target="_blank"><span style="font-weight: 400;">https://forums.fossee.in/</span></a></li> <li style="font-weight: 400;"><span style="font-weight: 400;">For questions related to the eSim Spoken Tutorials, post on </span><a href="https://forums.spoken-tutorial.org/" target="_blank" target="_blank"><span style="font-weight: 400;">https://forums.spoken-tutorial.org/</span></a></li> @@ -257,11 +257,11 @@ function esim_workshop_step2_form($form, &$form_state, $no_js_use = FALSE) { $form['step2_field1_fieldset']['step2_field1_question1'] = array( '#markup' => '<h4>Important instructions for participants during the workshop</h4><ol> -<li style="font-weight: 400;"><span style="font-weight: 400;">The list of tasks to do during the workshop is available in the subsequent pages. Every page will describe some activity. It may also ask you to input some text or mark a note in order for you to proceed to the next page.</span></li> +<li style="font-weight: 400;"><span style="font-weight: 400;">The list of tasks to do during the workshop is available in the subsequent pages. Every page will describe some activity. It may also ask you to input some text or make a note in order for you to proceed to the next page.</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">Use the <next page>, <previous page> buttons to navigate between the tasks.</span></li> <li style="font-weight: 400;"><span style="font-weight: 400;">It is important for you to finish all tasks during the workshop in order to avail a certificate etc. In case if you could not finish all tasks, use the <save draft> button (if available) to save your progress until the current page. </span></li> -<li style="font-weight: 400;"><span style="font-weight: 400;">If you come across a difficulty during the workshop, you are expected to post a question on the forums.</span> +<li style="font-weight: 400;"><span style="font-weight: 400;">If you come across any difficulty during the workshop, you are expected to post a question on the forums.</span> <ol> <li style="font-weight: 400;"><span style="font-weight: 400;">For questions related to the workshop activity, eSim software or the PCB that will be given to you, post on </span><a href="https://forums.fossee.in/" target="_blank"><span style="font-weight: 400;">https://forums.fossee.in/</span></a></li> <li style="font-weight: 400;"><span style="font-weight: 400;">For questions related to the eSim Spoken Tutorials, post on </span><a href="https://forums.spoken-tutorial.org/" target="_blank"><span style="font-weight: 400;">https://forums.spoken-tutorial.org/</span></a></li> |