Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Activity Locking: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 3: Line 3:
Activity Locking for the purpose of this Wiki page is any code that allows the user to make decisions on the next available resource or item the student will see based on student events or quiz performance. There is some activity locking code that is very quick and dirty to simply lock future activities and then there is much more complex code based on the conditional activity though structure which attempts to progress the student through the course in a thought out progression based on activities and performance. Again we hope to clarify some of this here..
Activity Locking for the purpose of this Wiki page is any code that allows the user to make decisions on the next available resource or item the student will see based on student events or quiz performance. There is some activity locking code that is very quick and dirty to simply lock future activities and then there is much more complex code based on the conditional activity though structure which attempts to progress the student through the course in a thought out progression based on activities and performance. Again we hope to clarify some of this here..


Please visit the Moodle Forum for more information concerning this feature -  
Please visit the Moodle Forum for more information concerning Activity Locking and Conditional Activities-


http://moodle.org/mod/forum/view.php?id=4295
http://moodle.org/mod/forum/view.php?id=4295


Please be patient as this page is new and under development.
Please be patient as this page is new and under development.

Revision as of 19:11, 21 June 2006

This page is an attempt to consolidate and explain the available activity locking code that is present for Moodle 1.5.x and 1.6.x. This page will hopefully help explain all the available versions and their respective features. Some of the reference here will overlap with the existing Wiki page covering Conditional activities.

Activity Locking for the purpose of this Wiki page is any code that allows the user to make decisions on the next available resource or item the student will see based on student events or quiz performance. There is some activity locking code that is very quick and dirty to simply lock future activities and then there is much more complex code based on the conditional activity though structure which attempts to progress the student through the course in a thought out progression based on activities and performance. Again we hope to clarify some of this here..

Please visit the Moodle Forum for more information concerning Activity Locking and Conditional Activities-

http://moodle.org/mod/forum/view.php?id=4295

Please be patient as this page is new and under development.