Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Conditional activities FAQ: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
See also: added tip from Chardelle Busch in forum
See also: forum discussion link
Línia 24: Línia 24:


* Using Moodle [http://moodle.org/mod/forum/view.php?id=4295 Conditional activities forum]
* Using Moodle [http://moodle.org/mod/forum/view.php?id=4295 Conditional activities forum]
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=167914 how to clear checks on completion page as admin user] forum discussion


[[Category:FAQ]]
[[Category:FAQ]]
[[Category:Conditional activities]]
[[Category:Conditional activities]]

Revisió del 11:46, 4 feb 2011


Will the 1.9 version of activity locking cause problems when we upgrade to 2.0?

If you are using the 1.9 AL version that uses the added course format called Activity Locking, then there should not be any upgrading issues.

You could remove the code, which means deleting things from your server and data base.

If you want remove things, do this prior to upgrading to 2.0. Of course, you will be making a backup of your site, database, and even your individual courses before upgrading to 2.0.

  1. Make a note of the conditions you have set on your activities since they will be deleted.
  2. Delete the activity locking block through moodle admin--then delete the block folder.
  3. Delete the AL course format folder.
  4. This is optional--leaving these should not break things, but it would be a good idea. Delete (e.g. via phpmyadmin) the four added columns to the course_modules table:


`delay`
`visiblewhenlocked`
`checkboxforcomplete`
`checkboxesforprereqs</nowiki>s`

Now you can change your course formats back to topics, then after upgrade, reset your conditions with the new conditional activities code.

See also