From 456f76571caeaa81b49c33c90caf7c7bcdba253f Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Thu, 6 May 2010 21:32:30 +0000 Subject: [PATCH] MDL-21695 Removing remained completion help files --- lang/en/help/completion/completion.html | 26 ---------- .../help/completion/completionexpected.html | 19 -------- lang/en/help/completion/completionicons.html | 34 -------------- lang/en/help/completion/completionlocked.html | 46 ------------------ .../help/completion/completionusegrade.html | 47 ------------------- lang/en/help/completion/completionview.html | 14 ------ 6 files changed, 186 deletions(-) delete mode 100644 lang/en/help/completion/completion.html delete mode 100644 lang/en/help/completion/completionexpected.html delete mode 100644 lang/en/help/completion/completionicons.html delete mode 100644 lang/en/help/completion/completionlocked.html delete mode 100644 lang/en/help/completion/completionusegrade.html delete mode 100644 lang/en/help/completion/completionview.html diff --git a/lang/en/help/completion/completion.html b/lang/en/help/completion/completion.html deleted file mode 100644 index 352492ef4a0..00000000000 --- a/lang/en/help/completion/completion.html +++ /dev/null @@ -1,26 +0,0 @@ -

Completion tracking

- -

-If this option is turned on, the system will track whether students have -completed the activity. Activity completion is shown to students beside each -activity, and can also be viewed (for all their students) by teachers. -

- -

-There are three values for this option: -

- - - -

-Some types of activity do not support automatic conditions, so you can only -choose Off or Manual. -

- - diff --git a/lang/en/help/completion/completionexpected.html b/lang/en/help/completion/completionexpected.html deleted file mode 100644 index 28ff989c947..00000000000 --- a/lang/en/help/completion/completionexpected.html +++ /dev/null @@ -1,19 +0,0 @@ -

Expect completed on

- -

-This optional field lets you associate a date with the activity. Dates do not -affect the behaviour of the system (for example, you can still complete an -activity after the date passes) and are not shown to students. -They are displayed only when viewing the progress report. -

- -

-Teachers can use the dates on the progress report to help determine whether -or not certain students might be falling behind. They could then decide to -contact students and offer assistance. -

- -

-There is no need to complete this field unless you want a date to show in the -progress report. -

\ No newline at end of file diff --git a/lang/en/help/completion/completionicons.html b/lang/en/help/completion/completionicons.html deleted file mode 100644 index 5a1e63d367e..00000000000 --- a/lang/en/help/completion/completionicons.html +++ /dev/null @@ -1,34 +0,0 @@ -

Progress tick box

- -

-Tick boxes are displayed alongside some activities. These are -a way for you to track your progress through a course. -

- -

-When you see a box with a dotted tick mark, you can click it to tick the -box. (You can click it again to remove the tick if you change your mind.) -

- -

-These icons are for you to keep track of your own progress, and are entirely -optional. If you like, tick the box when you think you've finished something. -

- -

-Some courses may include blank tick boxes - empty spaces which do not have a -dotted tick mark. You can't tick these boxes yourself, but they will be ticked -automatically according to conditions that were set up when creating the course -website. For example, a resource might automatically be ticked after you have -downloaded the file. (You sometimes need to reload the course page to see this -type of change.) -

- -

-Some staff, such as your teacher, may have access to see which -boxes you've ticked. However the information is not used in assessment and -does not count toward your course mark. You don't need to tick boxes if you -don't want to. -

- - diff --git a/lang/en/help/completion/completionlocked.html b/lang/en/help/completion/completionlocked.html deleted file mode 100644 index 7f3338c58cb..00000000000 --- a/lang/en/help/completion/completionlocked.html +++ /dev/null @@ -1,46 +0,0 @@ -

Locked completion options

- -

-If at least one person has completed an activity, completion options are -'locked'. This is because changing these options may result in -unexpected behaviour. -

- -

Potential confusion

- -

-If somebody has ticked an activity as -manually completed, and you then set it to automatic completion, the activity will -become unticked - very confusing for the student who had already ticked it! -

- -

-It is best not to unlock options unless you are sure it won't cause problems -- for example, if you know that students don't have access to the course yet, -so it will only be staff who have marked the activity completed when testing. -

- -

What happens when you unlock

- -

-Once you unlock options and then click -'Save changes', all completion information for the activity will be deleted and, -if possible, regenerated according to the new settings. -

- - - -

-If you change completion options while a student is logged in, they may not see -the changes for some minutes. -

- diff --git a/lang/en/help/completion/completionusegrade.html b/lang/en/help/completion/completionusegrade.html deleted file mode 100644 index 2f6e48dbf9f..00000000000 --- a/lang/en/help/completion/completionusegrade.html +++ /dev/null @@ -1,47 +0,0 @@ -

Require grade

- -

-When this option is turned on, students have to get a grade on the activity in -order to complete it. For example, a quiz would be -marked completed as soon as the user submits it. -

- -

-It does not matter how well the student did. Getting any grade will mark -the activity completed. -

- -

Distinguishing between pass and fail

- -

-It is possible to distinguish between 'pass' and 'fail' grades so that the -activity becomes 'completed, passed' or 'completed, not passed' instead of just -'completed'. These results show a different icon and alternative text. -

- -

-To set this up, you need to specify the pass value for this activity's -individual grade: -

- -
    -
  1. Go to the course gradebook by clicking the 'Grades' link on the course administration -block.
  2. -
  3. From the 'Choose an action' dropdown, pick 'Categories and items'.
  4. -
  5. Click the Edit icon next to the grade item for this activity.
  6. -
  7. Turn on 'Show Advanced'.
  8. -
  9. Type a grade value (e.g. 5.0) in the 'Grade to pass' box.
  10. -
- -

-Once you have done this, anybody submitting the quiz will receive either the -pass or fail completion icon. If the quiz can be taken multiple times, the -completion icon will automatically update whenever the grade does. -

- -

-There is one limitation: this only works if grades are immediately visible to -students. The grade must be neither permanently hidden, nor hidden until a certain -date. If a grade is hidden then only the standard 'completed' state will be -displayed - even once the hidden date has passed. -

\ No newline at end of file diff --git a/lang/en/help/completion/completionview.html b/lang/en/help/completion/completionview.html deleted file mode 100644 index b54888d7ab7..00000000000 --- a/lang/en/help/completion/completionview.html +++ /dev/null @@ -1,14 +0,0 @@ -

Require view

- -

-When this option is turned on, students have to view the activity in order -to complete it. -

- - -