From 0694f4739a45b77a305e46cf801688efa7547872 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 26 Jul 2019 17:45:16 +0530 Subject: Minor changes in the instructions --- esim_workshop_form.module | 2 +- 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' => '

Important instructions for participants during the workshop

    -
  1. 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.
  2. +
  3. 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.
  4. Use the <next page>, <previous page> buttons to navigate between the tasks.
  5. 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.
  6. -
  7. If you come across a difficulty during the workshop, you are expected to post a question on the forums. +
  8. If you come across any difficulty during the workshop, you are expected to post a question on the forums.
    1. For questions related to the workshop activity, eSim software or the PCB that will be given to you, post on https://forums.fossee.in/
    2. For questions related to the eSim Spoken Tutorials, post on https://forums.spoken-tutorial.org/
    3. @@ -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' => '

      Important instructions for participants during the workshop

        -
      1. 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.
      2. +
      3. 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.
      4. Use the <next page>, <previous page> buttons to navigate between the tasks.
      5. 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.
      6. -
      7. If you come across a difficulty during the workshop, you are expected to post a question on the forums. +
      8. If you come across any difficulty during the workshop, you are expected to post a question on the forums.
        1. For questions related to the workshop activity, eSim software or the PCB that will be given to you, post on https://forums.fossee.in/
        2. For questions related to the eSim Spoken Tutorials, post on https://forums.spoken-tutorial.org/
        3. -- cgit