From 77a297d2748c11508e7fdc56dfef586523ec49c5 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Fri, 20 Apr 2007 07:54:42 +0000 Subject: [PATCH] Fixed many xhtml errors --- admin/auth_config.php | 6 +++-- admin/block.php | 2 +- admin/filter.php | 6 ++--- admin/mnet/index.php | 4 ++-- admin/mnet/mnet_review.html | 2 +- admin/module.php | 2 +- admin/roles/allowassign.php | 4 ++-- admin/roles/allowoverride.php | 4 ++-- auth/cas/config.html | 2 +- auth/cas/index_form.html | 22 ++++++++--------- auth/db/config.html | 2 +- auth/email/config.html | 4 ++-- auth/fc/config.html | 2 +- auth/imap/config.html | 2 +- auth/ldap/config.html | 2 +- auth/manual/config.html | 4 ++-- auth/nntp/config.html | 2 +- auth/none/config.html | 4 ++-- auth/pam/config.html | 4 ++-- auth/pop3/config.html | 2 +- auth/radius/config.html | 6 ++--- auth/shibboleth/config.html | 2 +- blocks/blog_tags/config_instance.html | 20 ++++++++-------- blocks/mentees/config_instance.html | 2 +- blocks/search/config_global.html | 6 ++--- enrol/flatfile/config.html | 6 ++--- enrol/imsenterprise/config.html | 24 +++++++++---------- enrol/paypal/config.html | 6 ++--- filter/censor/filterconfig.html | 2 +- lang/en_utf8/auth.php | 8 +++---- lang/en_utf8/help/assignroles.html | 2 +- lang/en_utf8/help/install.html | 32 ++++++++++++------------- lang/en_utf8/help/quiz/adaptive.html | 6 ++--- lang/en_utf8/help/quiz/grademethod.html | 16 ++++--------- lang/en_utf8/help/quiz/popup.html | 3 +-- lang/en_utf8/help/roles.html | 6 ++--- mod/assignment/config.html | 3 ++- mod/chat/config.html | 3 ++- mod/data/config.html | 3 ++- mod/forum/config.html | 3 ++- mod/glossary/config.html | 5 ++-- mod/hotpot/config.html | 4 ++-- mod/lams/config.html | 15 ++++++------ mod/quiz/config.html | 5 ++-- mod/scorm/config.html | 3 ++- theme/index.php | 8 +++---- theme/standard/styles_layout.css | 2 ++ 47 files changed, 143 insertions(+), 140 deletions(-) diff --git a/admin/auth_config.php b/admin/auth_config.php index 4dd5976253..7a65ba4ea0 100644 --- a/admin/auth_config.php +++ b/admin/auth_config.php @@ -63,6 +63,7 @@ admin_externalpage_print_header($adminroot); // choose an authentication method echo "
frametarget id=\"authmenu\" method=\"post\" action=\"auth_config.php\">\n"; +echo "
\n"; echo "sesskey."\" />\n"; echo "\n"; @@ -75,7 +76,8 @@ print_simple_box_end(); echo "
\n"; $authplugin->config_form($frm, $err, $user_fields); print_simple_box_end(); -echo '

\n"; +echo '

\n"; +echo "
\n"; echo "
\n"; admin_externalpage_print_footer($adminroot); @@ -146,7 +148,7 @@ function print_auth_lock_options ($auth, $user_fields, $helptext, $retrieveopts, echo ''; echo "$varname}\" />"; - echo '
'; + echo '
'; echo ' '; choose_from_menu($updatelocaloptions, "lockconfig_field_updatelocal_{$field}", $pluginconfig->{"field_updatelocal_$field"}, ""); echo '
'; diff --git a/admin/block.php b/admin/block.php index 7690e81c3e..2b580ef5a5 100644 --- a/admin/block.php +++ b/admin/block.php @@ -59,7 +59,7 @@ print_heading($strblockname); - print_simple_box('
'.get_string('configwarning', 'admin').'
', 'center', '50%'); + print_simple_box(get_string('configwarning', 'admin'), 'center', '50%'); echo '
'; echo '
'; diff --git a/admin/filter.php b/admin/filter.php index 6fb383b439..f65627d30f 100644 --- a/admin/filter.php +++ b/admin/filter.php @@ -74,21 +74,21 @@ admin_externalpage_print_header($adminroot); print_heading( $filtername ); - print_simple_box("
".get_string("configwarning", "admin")."
", "center", "50%"); + print_simple_box(get_string("configwarning", "admin"), "center", "50%"); echo "
"; print_simple_box_start("center",''); ?> +
dirroot/$param->filter/filterconfig.html"; ?> -
-
+
: - mnet_dispatcher_mode)? 'checked="true"' : '' ?> />
- mnet_dispatcher_mode)? 'checked="true"' : '' ?> />
+ mnet_dispatcher_mode)? 'checked="checked"' : '' ?> />
+ mnet_dispatcher_mode)? 'checked="checked"' : '' ?> />
diff --git a/admin/mnet/mnet_review.html b/admin/mnet/mnet_review.html index 8733b51661..52d99f6dda 100644 --- a/admin/mnet/mnet_review.html +++ b/admin/mnet/mnet_review.html @@ -102,7 +102,7 @@ if (isset($mnet_peer->deleted) && $mnet_peer->deleted > 0){ : -
+

diff --git a/admin/module.php b/admin/module.php index c80f16978a..314e57788a 100644 --- a/admin/module.php +++ b/admin/module.php @@ -55,7 +55,7 @@ print_heading($strmodulename); - print_simple_box("
".get_string("configwarning", 'admin')."
", "center", "60%"); + print_simple_box(get_string("configwarning", 'admin'), "center", "60%"); echo "
"; print_simple_box_start("center", ""); diff --git a/admin/roles/allowassign.php b/admin/roles/allowassign.php index c871ef421d..7354095efa 100755 --- a/admin/roles/allowassign.php +++ b/admin/roles/allowassign.php @@ -80,9 +80,9 @@ echo '
'; print_table($table); - echo '
'; + echo '
'; echo ''; // this is needed otherwise we do not know a form has been submitted - echo ''; + echo '
'; admin_externalpage_print_footer($adminroot); diff --git a/admin/roles/allowoverride.php b/admin/roles/allowoverride.php index 3d7e7119f9..cd2615880c 100755 --- a/admin/roles/allowoverride.php +++ b/admin/roles/allowoverride.php @@ -78,9 +78,9 @@ echo '
'; print_table($table); - echo '
'; + echo '
'; echo ''; // this is needed otherwise we do not know a form has been submitted - echo ''; + echo '
'; admin_externalpage_print_footer($adminroot); diff --git a/auth/cas/config.html b/auth/cas/config.html index d666ce1283..8ce11b4b7a 100644 --- a/auth/cas/config.html +++ b/auth/cas/config.html @@ -36,7 +36,7 @@ } ?> - +
diff --git a/auth/cas/index_form.html b/auth/cas/index_form.html index 2e1fa1ca69..5a1c85e2e3 100644 --- a/auth/cas/index_form.html +++ b/auth/cas/index_form.html @@ -1,11 +1,11 @@ - +
@@ -16,7 +16,8 @@

-
-

+

-

+

+
+
@@ -25,14 +26,17 @@
+ guestloginbutton) { ?>

:

+
" /> +
@@ -43,7 +47,7 @@

- +
@@ -55,11 +59,9 @@ case "email": print_string("loginsteps", "", "signup.php"); ?> -
- " /> +
" />
-
config->user_create) and method_exists($authplugin, 'user_create')) { ?> -
- " /> +
" />
-
- +
diff --git a/auth/email/config.html b/auth/email/config.html index da2b148f55..a2c1bcd5fa 100644 --- a/auth/email/config.html +++ b/auth/email/config.html @@ -1,7 +1,7 @@ -
+
-
+
-
+
diff --git a/auth/imap/config.html b/auth/imap/config.html index e2b2311fd9..bbb9723f72 100644 --- a/auth/imap/config.html +++ b/auth/imap/config.html @@ -15,7 +15,7 @@ if (!isset($config->changepasswordurl)) { } ?> -
:
+
diff --git a/auth/ldap/config.html b/auth/ldap/config.html index a1a1f24fe9..c4ca71203d 100644 --- a/auth/ldap/config.html +++ b/auth/ldap/config.html @@ -63,7 +63,7 @@ if (!function_exists('ldap_connect')) { // Is php4-ldap really there? } ?> -
:
+
diff --git a/auth/manual/config.html b/auth/manual/config.html index 14e4de4175..05459fa172 100644 --- a/auth/manual/config.html +++ b/auth/manual/config.html @@ -1,7 +1,7 @@ -
+
- +
changepasswordurl)) { } ?> -
+
diff --git a/auth/none/config.html b/auth/none/config.html index cdc7ff7962..abeada0524 100644 --- a/auth/none/config.html +++ b/auth/none/config.html @@ -1,7 +1,7 @@ -
+
-
:
+
-
+
-
+
changepasswordurl)) { } ?> -
+
diff --git a/auth/radius/config.html b/auth/radius/config.html index f0b6b8f087..449f0c0694 100644 --- a/auth/radius/config.html +++ b/auth/radius/config.html @@ -3,8 +3,8 @@ // TODO: this generates broken file errors, needs safer test -JH // Is Auth/RADIUS really there? -if ((!include_once('Auth/RADIUS.php')) or (!class_exists(Auth_RADIUS_PAP))) { - print '

Warning: The Auth_RADIUS module does not seem to be present. Please ensure it is installed and enabled.

'; +if (!defined('Auth_RADIUS_PAP') or !class_exists(Auth_RADIUS_PAP) or !include_once('Auth/RADIUS.php')) { + print '

Warning: The Auth_RADIUS module does not seem to be present. Please ensure it is installed and enabled.

'; } // set to defaults if undefined @@ -22,7 +22,7 @@ if (!isset($config->changepasswordurl)) { } ?> -
:
+
diff --git a/auth/shibboleth/config.html b/auth/shibboleth/config.html index 51ef924b34..073666b757 100755 --- a/auth/shibboleth/config.html +++ b/auth/shibboleth/config.html @@ -17,7 +17,7 @@ } ?> -
:
+
diff --git a/blocks/blog_tags/config_instance.html b/blocks/blog_tags/config_instance.html index f5ffcefdff..dd1eb665b4 100644 --- a/blocks/blog_tags/config_instance.html +++ b/blocks/blog_tags/config_instance.html @@ -13,30 +13,30 @@ } ?> -
:
+
- - + + - - + + - - + + - - + + - +
:
:
:
: config->numberoftags) ?>
:
: config->timewithin) ?>
:
: config->sort) ?>
">" />
diff --git a/blocks/mentees/config_instance.html b/blocks/mentees/config_instance.html index 6379df82a3..09f765c29d 100755 --- a/blocks/mentees/config_instance.html +++ b/blocks/mentees/config_instance.html @@ -1,4 +1,4 @@ - +
diff --git a/blocks/search/config_global.html b/blocks/search/config_global.html index b16c2f4503..4f69a7da16 100644 --- a/blocks/search/config_global.html +++ b/blocks/search/config_global.html @@ -1,6 +1,6 @@
-
-

-
\ No newline at end of file + diff --git a/enrol/flatfile/config.html b/enrol/flatfile/config.html index bb27df8bc0..e91df2f1aa 100644 --- a/enrol/flatfile/config.html +++ b/enrol/flatfile/config.html @@ -13,7 +13,7 @@
: ()
enrol_mailstudents: - enrol_mailstudents) echo "checked=\"true\"" ?> /> + enrol_mailstudents) echo "checked=\"checked\"" ?> /> @@ -23,7 +23,7 @@
enrol_mailteachers: - enrol_mailteachers) echo "checked=\"true\"" ?> /> + enrol_mailteachers) echo "checked=\"checked\"" ?> /> @@ -33,7 +33,7 @@
enrol_mailadmins: - enrol_mailadmins) echo "checked=\"true\"" ?> /> + enrol_mailadmins) echo "checked=\"checked\"" ?> /> diff --git a/enrol/imsenterprise/config.html b/enrol/imsenterprise/config.html index 8a37b58453..73215ec246 100644 --- a/enrol/imsenterprise/config.html +++ b/enrol/imsenterprise/config.html @@ -21,7 +21,7 @@
: - enrol_mailadmins) echo "checked=\"true\"" ?> /> + enrol_mailadmins) echo "checked=\"checked\"" ?> /> @@ -35,7 +35,7 @@
: - enrol_createnewusers) echo "checked=\"true\"" ?> /> + enrol_createnewusers) echo "checked=\"checked\"" ?> /> @@ -45,7 +45,7 @@
: - enrol_imsdeleteusers) echo "checked=\"true\"" ?> /> + enrol_imsdeleteusers) echo "checked=\"checked\"" ?> /> @@ -55,7 +55,7 @@
: - enrol_fixcaseusernames) echo "checked=\"true\"" ?> /> + enrol_fixcaseusernames) echo "checked=\"checked\"" ?> /> @@ -65,7 +65,7 @@
: - enrol_fixcasepersonalnames) echo "checked=\"true\"" ?> /> + enrol_fixcasepersonalnames) echo "checked=\"checked\"" ?> /> @@ -75,7 +75,7 @@
: - enrol_imssourcedidfallback) echo "checked=\"true\"" ?> /> + enrol_imssourcedidfallback) echo "checked=\"checked\"" ?> /> @@ -87,7 +87,7 @@ Photo processing is deactivated until we hear from Moodle dev forum about modifi
: - enrol_processphoto) echo "checked=\"true\"" ?> /> + enrol_processphoto) echo "checked=\"checked\"" ?> /> @@ -145,7 +145,7 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
: - enrol_createnewcourses) echo "checked=\"true\"" ?> /> + enrol_createnewcourses) echo "checked=\"checked\"" ?> /> @@ -155,7 +155,7 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
: - enrol_createnewcategories) echo "checked=\"true\"" ?> /> + enrol_createnewcategories) echo "checked=\"checked\"" ?> /> @@ -165,7 +165,7 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
: - enrol_imsunenrol) echo "checked=\"true\"" ?> /> + enrol_imsunenrol) echo "checked=\"checked\"" ?> /> @@ -187,7 +187,7 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
: - enrol_imscapitafix) echo "checked=\"true\"" ?> /> + enrol_imscapitafix) echo "checked=\"checked\"" ?> /> @@ -196,4 +196,4 @@ foreach($this->imsroles as $imsrolenum=>$imsrolename){
-

.

\ No newline at end of file +

.

diff --git a/enrol/paypal/config.html b/enrol/paypal/config.html index be03a5c231..73be98db06 100644 --- a/enrol/paypal/config.html +++ b/enrol/paypal/config.html @@ -33,7 +33,7 @@
enrol_mailstudents: - enrol_mailstudents) echo "checked=\"true\"" ?> /> + enrol_mailstudents) echo "checked=\"checked\"" ?> /> @@ -43,7 +43,7 @@
enrol_mailteachers: - enrol_mailteachers) echo "checked=\"true\"" ?> /> + enrol_mailteachers) echo "checked=\"checked\"" ?> /> @@ -53,7 +53,7 @@
enrol_mailadmins: - enrol_mailadmins) echo "checked=\"true\"" ?> /> + enrol_mailadmins) echo "checked=\"checked\"" ?> /> diff --git a/filter/censor/filterconfig.html b/filter/censor/filterconfig.html index 406ec5fec5..df551f5651 100644 --- a/filter/censor/filterconfig.html +++ b/filter/censor/filterconfig.html @@ -18,7 +18,7 @@ - + diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index dd85a3879b..21a555d8eb 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -244,7 +244,7 @@ $string['auth_nonedescription'] = 'Users can sign in and create valid accounts i $string['auth_nonetitle'] = 'No authentication'; // PAM plugin -$string['auth_pamdescription'] = 'This method uses PAM to access the native usernames on this server. You have to install PHP4 PAM Authentication in order to use this module.'; +$string['auth_pamdescription'] = 'This method uses PAM to access the native usernames on this server. You have to install PHP4 PAM Authentication in order to use this module.'; $string['auth_pamtitle'] = 'PAM (Pluggable Authentication Modules)'; $string['auth_passwordisexpired'] = 'Your password is expired. Do you want change your password now?'; @@ -266,7 +266,7 @@ $string['auth_pop3host_key'] = 'Host'; // RADIUS plugin $string['auth_radiustitle'] = 'RADIUS server'; -$string['auth_radiusdescription'] = 'This method uses a RADIUS server to check whether a given username and password is valid.'; +$string['auth_radiusdescription'] = 'This method uses a RADIUS server to check whether a given username and password is valid.'; $string['auth_radiushost'] = 'Address of the RADIUS server'; $string['auth_radiusnasport'] = 'Port to use to connect'; $string['auth_radiussecret'] = 'Shared secret'; @@ -276,7 +276,7 @@ $string['auth_radiushost_key'] = 'Host'; $string['auth_radiussecret_key'] = 'Secret'; // Shibboleth plugin -$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth'; +$string['auth_shibbolethdescription'] = 'Using this method users are created and authenticated using Shibboleth.
Be sure to read the README for Shibboleth on how to set up your Moodle with Shibboleth'; $string['auth_shibbolethtitle'] = 'Shibboleth'; $string['auth_shibboleth_login'] = 'Shibboleth Login'; $string['auth_shibboleth_manual_login'] = 'Manual Login'; @@ -285,7 +285,7 @@ $string['auth_shib_only_description'] = 'Check this option if a Shibboleth authe $string['auth_shib_username_description'] = 'Name of the webserver Shibboleth environment variable that shall be used as Moodle username'; $string['auth_shib_instructions'] = 'Use the Shibboleth login to get access via Shibboleth, if your institution supports it.
Otherwise, use the normal login form shown here.'; $string['auth_shib_convert_data'] = 'Data modification API'; -$string['auth_shib_convert_data_description'] = 'You can use this API to further modify the data provided by Shibboleth. Read the README for further instructions.'; +$string['auth_shib_convert_data_description'] = 'You can use this API to further modify the data provided by Shibboleth. Read the README for further instructions.'; $string['auth_shib_instructions_help'] = 'Here you should provide custom instructions for your users to explain Shibboleth. It will be shown on the login page in the instructions section. The instructions must include a link to \"$a\" that users click when they want to log in.'; $string['auth_shib_convert_data_warning'] = 'The file does not exist or is not readable by the webserver process!'; $string['auth_shib_changepasswordurl'] = 'Password-change URL'; diff --git a/lang/en_utf8/help/assignroles.html b/lang/en_utf8/help/assignroles.html index 42cccbe79f..cbbb98bc69 100644 --- a/lang/en_utf8/help/assignroles.html +++ b/lang/en_utf8/help/assignroles.html @@ -9,13 +9,13 @@ in that role, for the current context and all

Contexts: +

  1. Site/System
  2. Course Categories
  3. Courses
  4. Blocks and Activities
-

So for example, if you grant a Student role to a diff --git a/lang/en_utf8/help/install.html b/lang/en_utf8/help/install.html index bf7e5049ca..0ff1f86101 100644 --- a/lang/en_utf8/help/install.html +++ b/lang/en_utf8/help/install.html @@ -1,12 +1,12 @@

Installing Moodle

-

Dont panic!

+

Don't panic! don't panic!

This guide explains how to install Moodle for the first time. For some of these steps it goes into a lot of detail to try and cover the majority of possible web server setups, so this document may look long and complicated. Don't panic, once you know how to do it you can install Moodle in minutes!

If you have problems please read this document carefully - most common issues are answered in here. If you still have trouble, you can seek help from - Moodle Help

-

Another option is to contact a web hosting company + Moodle Help

+

Another option is to contact a web hosting company who can completely maintain Moodle for you, so that you can ignore all this and get straight into educating!

 

@@ -34,13 +34,13 @@ and on Windows XP, Mac OS X and Netware 6 operating systems

The requirements for Moodle are as follows:

    -
  1. Web server software. Most people use Apache, +
  2. Web server software. Most people use Apache, but Moodle should work fine under any web server that supports PHP, such as IIS on Windows platforms.
  3. -
  4. PHP scripting language (version 4.1.0 +
  5. PHP scripting language (version 4.1.0 or later). PHP 5 is supported as of Moodle 1.4.
  6. -
  7. a working database server: MySQL - or PostgreSQL are +
  8. a working database server: MySQL + or PostgreSQL are completely supported and recommended for use with Moodle.

Most web hosts support all of this by default. If you are signed up with @@ -53,7 +53,7 @@

2. Download and copy files into place

There are two ways to get Moodle, as a compressed package and via CVS. These - are explained in detail on the download page: http://moodle.org/download/

+ are explained in detail on the download page: http://moodle.org/download/

After downloading and unpacking the archive, or checking out the files via CVS, you will be left with a directory called "moodle", containing a number of files and folders.

@@ -70,7 +70,7 @@ you oriented:

badwordslist; ?>
 
- + @@ -264,10 +264,10 @@ php_value post_max_size 2M unsigned NOT NULL default '0', enddate int(10) unsigned NOT NULL default '0', timemodified int(10) unsigned NOT NULL default '0', PRIMARY KEY (id)) TYPE=MyISAM

-

SUCCESS

+

SUCCESS

-

...and so on, followed by: Main databases set up - successfully.

+

...and so on, followed by: Main databases set up + successfully.

If you don't see these, then there must have been some problem with the database or the configuration settings you defined in config.php. Check that PHP isn't @@ -288,7 +288,7 @@ php_value post_max_size 2M This is easy to fix: just turn off the "secureforms" setting, then try to continue again.

-

Next you will see more pages that print lots of status messages as they set up all the tables required by the various Moodle module. As before, they should all be green.

+

Next you will see more pages that print lots of status messages as they set up all the tables required by the various Moodle module. As before, they should all be green.

Scroll down the very bottom of the page and press the "Continue" link.

The next page is a form where you can define parameters for your Moodle site and the front page, such as the name, format, description and so on. Fill @@ -357,7 +357,7 @@ php_value post_max_size 2M regularly.

On Windows systems

-

The simplest way is to use this little package moodle-cron-for-windows.zip which makes this whole thing very easy by installing a small Windows service. Run it and forget about it!

+

The simplest way is to use this little package moodle-cron-for-windows.zip which makes this whole thing very easy by installing a small Windows service. Run it and forget about it!

On web hosting services

@@ -419,6 +419,6 @@ php_value post_max_size 2M

See the "Teacher Documentation" for more details on course-building.

 

-

Happy exploring and happy Moodling!

-

If you like Moodle, please consider donating to help us cover our costs!

+

Happy exploring and happy Moodling!

+

If you like Moodle, please consider donating to help us cover our costs!

diff --git a/lang/en_utf8/help/quiz/adaptive.html b/lang/en_utf8/help/quiz/adaptive.html index 94c131651f..037ee8a4b9 100644 --- a/lang/en_utf8/help/quiz/adaptive.html +++ b/lang/en_utf8/help/quiz/adaptive.html @@ -5,8 +5,8 @@

This mode also allows adaptive questions that can change themselves in response to a student's answer. Here is how the IMS QTI specification defines adaptive questions (items):

-An adaptive item is an item that adapts either its appearance, its scoring (Response Processing) or both in response to each of the candidate's attempts. For example, an adaptive item may start by prompting the candidate with a box for free-text entry but, on receiving an unsatisfactory answer, present a simple choice interaction instead and award fewer marks for subsequently identifying the correct response. Adaptivity allows authors to create items for use in formative situations which both help to guide candidates through a given task while also providing an outcome that takes into consideration their path -
+

An adaptive item is an item that adapts either its appearance, its scoring (Response Processing) or both in response to each of the candidate's attempts. For example, an adaptive item may start by prompting the candidate with a box for free-text entry but, on receiving an unsatisfactory answer, present a simple choice interaction instead and award fewer marks for subsequently identifying the correct response. Adaptivity allows authors to create items for use in formative situations which both help to guide candidates through a given task while also providing an outcome that takes into consideration their path +

In adaptive mode an additional button is shown for each question. If the student presses this button then the response to that particular question is submitted to be scored and the mark achieved @@ -14,4 +14,4 @@ is displayed to the student. If the question is an adaptive question then it is student's answer into account and will in many cases ask the student for another input. In the simplest adaptive questions this new state may differ only in the feedback text and prompt the student to try again; in more complicated question also the question text and even the interaction elements can change. -

\ No newline at end of file +

diff --git a/lang/en_utf8/help/quiz/grademethod.html b/lang/en_utf8/help/quiz/grademethod.html index f12bf4b383..f7ef42eb31 100644 --- a/lang/en_utf8/help/quiz/grademethod.html +++ b/lang/en_utf8/help/quiz/grademethod.html @@ -4,22 +4,14 @@ you can use the grades to calculate the student's final grade for the quiz.

-

Highest grade

-

    +

    Highest grade

    The final grade is the highest (best) grade in any attempt.

    -
-

Average grade

-

    +

    Average grade

    The final grade is the average (simple mean) grade of all attempts.

    -
-

First grade

-

    +

    First grade

    The final grade is the grade gained on the first attempt (other attempts are ignored).

    -
-

Last grade

-

    +

    Last grade

    The final grade is the grade gained on the most recent attempt only.

    -
diff --git a/lang/en_utf8/help/quiz/popup.html b/lang/en_utf8/help/quiz/popup.html index cd23030596..7493663cef 100644 --- a/lang/en_utf8/help/quiz/popup.html +++ b/lang/en_utf8/help/quiz/popup.html @@ -4,14 +4,13 @@ (making copying and cheating more difficult) by restricting some of the things that students can do with their browsers.

-

What happens is that: +

What happens is that:

  • Javascript is made a requirement.
  • The quiz appears in a new fullscreen window.
  • Some mouse actions on the text are prevented.
  • Some keyboard commands are prevented.
-

NOTE: This security is NOT watertight. Do NOT rely on these protections as your sole strategy. It is impossible to implement complete protection diff --git a/lang/en_utf8/help/roles.html b/lang/en_utf8/help/roles.html index f7f9ca2680..dd645810d8 100644 --- a/lang/en_utf8/help/roles.html +++ b/lang/en_utf8/help/roles.html @@ -13,7 +13,7 @@ for that course. You could also assign the role to a user in the course category to make them a "Teacher" for all the courses under that category, or assign the role to a user just in a single forum, giving that user those capabilities just in that forum. -

+

A role must have a name. If you need to name the role for multiple @@ -27,12 +27,12 @@ languages you can use multilang syntax if you wish, such as

 The shortname is necessary for other plugins in Moodle that may need
 to refer to your Roles (eg when uploading users from a file or setting 
 enrolments via an enrolment plugin).
-

+

The description is simply to describe the role in your own words, so that everyone has a common understanding about the role. -

+

See also diff --git a/mod/assignment/config.html b/mod/assignment/config.html index 332fea1ee9..6eedcdff2d 100644 --- a/mod/assignment/config.html +++ b/mod/assignment/config.html @@ -1,4 +1,5 @@
+

config.phpconfig.php - contains basic settings. This file does not come with Moodle - you will create it.
@@ -33,5 +34,5 @@ " />
- + diff --git a/mod/chat/config.html b/mod/chat/config.html index 6746049f89..c3796c2f01 100644 --- a/mod/chat/config.html +++ b/mod/chat/config.html @@ -1,4 +1,5 @@
+
@@ -125,5 +126,5 @@ " />
- +
diff --git a/mod/data/config.html b/mod/data/config.html index bdf91edf43..422f822d84 100644 --- a/mod/data/config.html +++ b/mod/data/config.html @@ -1,4 +1,5 @@
+
@@ -39,5 +40,5 @@ " />
- +
diff --git a/mod/forum/config.html b/mod/forum/config.html index 738eb59add..85b6c3fdc2 100644 --- a/mod/forum/config.html +++ b/mod/forum/config.html @@ -1,4 +1,5 @@
+
@@ -174,5 +175,5 @@ " />
- +
diff --git a/mod/glossary/config.html b/mod/glossary/config.html index 3a0b158b38..5180488fb2 100644 --- a/mod/glossary/config.html +++ b/mod/glossary/config.html @@ -3,6 +3,7 @@ $no = get_string("no"); ?>
+
@@ -230,7 +231,7 @@ } $vicon = "wwwroot/mod/glossary/formats.php?id=$formatid&mode=visible\">\"$vtitle\""; - echo ''; + echo ''; echo ''; } print_simple_box_end(); @@ -244,5 +245,5 @@ " />
' . $eicon . '  ' . $vicon . '' . $eicon . '  ' . $vicon . '
- +
diff --git a/mod/hotpot/config.html b/mod/hotpot/config.html index 536e994305..096b72d3e5 100644 --- a/mod/hotpot/config.html +++ b/mod/hotpot/config.html @@ -1,6 +1,6 @@
- +
@@ -21,5 +21,5 @@
hotpot_showtimes:" />
- +
diff --git a/mod/lams/config.html b/mod/lams/config.html index f44214e211..33257c22b4 100644 --- a/mod/lams/config.html +++ b/mod/lams/config.html @@ -1,23 +1,24 @@
- +
+ - + - + - + - +
server_url:server_url:
server_id:server_id:
server_key:server_key: @@ -25,9 +26,9 @@
- "> + " />
- +
diff --git a/mod/quiz/config.html b/mod/quiz/config.html index d5a1019001..aed19c2dcc 100644 --- a/mod/quiz/config.html +++ b/mod/quiz/config.html @@ -88,6 +88,7 @@
+
@@ -108,7 +109,7 @@ ?> - +
@@ -385,7 +386,7 @@
 
- +