diff --git a/mod/feedback/lang/en/feedback.php b/mod/feedback/lang/en/feedback.php index a687ed24e2c..74124facfae 100644 --- a/mod/feedback/lang/en/feedback.php +++ b/mod/feedback/lang/en/feedback.php @@ -62,28 +62,26 @@ $string['delete_item'] = 'Delete question'; $string['delete_old_items'] = 'Delete old items'; $string['delete_template'] = 'Delete template'; $string['delete_templates'] = 'Delete template...'; -$string['depending'] = 'depending items'; -$string['depending_help'] = 'Depending items allow you to show items depend on values from other items.
-Here an build example to use it:
+$string['depending'] = 'Dependencies'; +$string['depending_help'] = 'It is possible to show an item depending on the value of another item.
+Here is an example.
-The structure should looks like this: +The item structure should look like this.
    -
  1. Item Q: do you have a car? A: yes/no
  2. +
  3. Item Q: Do you have a car? A: yes/no
  4. Pagebreak
  5. -
  6. Item Q: what color has your car?
    +
  7. Item Q: What colour is your car?
    (this item depends on item 1 with value = yes)
  8. -
  9. Item Q: why you have not a car?
    +
  10. Item Q: Why don\'t you have a car?
    (this item depends on item 1 with value = no)
  11. ... other items
  12. -
-That is all. Have fun!'; -$string['dependitem'] = 'depend item'; -$string['dependvalue'] = 'depend value'; +'; +$string['dependitem'] = 'Dependence item'; +$string['dependvalue'] = 'Dependence value'; $string['description'] = 'Description'; $string['do_not_analyse_empty_submits'] = 'Do not analyse empty submits'; $string['dropdown'] = 'Multiple choice - single answer allowed (dropdownlist)';