Note:

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

Conditional activities: Difference between revisions

From MoodleDocs
(edit words added score lock link)
(Intro, added sections, Adaptive section, tracker references???)
Line 1: Line 1:
This is a developer's page for Moodle Version 2.0.  A conditional activity is a dependency filter that prevents a student from entering and/or seeing an activity, resource, section or other Moodle course feature. Typical conditions are based upon an overall score, a score on a specific activity and time spent. 
For example, a student will not see the second topic until they have scored 80% or higher on the first topic's quiz.
==Discussion==
Different attempts at conditional activities in the Using Moodle Conditional Activities forum; generating a course page for each user requires lots of processing (Martin).
Different attempts at conditional activities in the Using Moodle Conditional Activities forum; generating a course page for each user requires lots of processing (Martin).


Possible solution (David Delgado): add a conditional activities on/off selection for each course, being defaulted to off. Normal behaviour would be just the same as now, and conditional activities extra processing power would be used just for the courses that would need them. So, we would get the best of both sytems: fast default behaviour (no conditional activities used) and powerful adaptive e-learning posibilities (conditional activities used). Could it be a good solution? Hope so. :-)  
Possible solution (David Delgado): add a conditional activities on/off selection for each course, being defaulted to off. Normal behaviour would be just the same as now, and conditional activities extra processing power would be used just for the courses that would need them. So, we would get the best of both sytems: fast default behaviour (no conditional activities used) and powerful adaptive e-learning posibilities (conditional activities used). Could it be a good solution? Hope so. :-)  


Take a look at the [http://moodle.org/mod/forum/view.php?f=678 Conditional activities forum] at [http://moodle.org http://moodle.org].
==Adaptive learning questions==
Current (through 1.6)non standard conditional activity modules use a minimum score.
 
#Are we going to allow the teacher a choice to make the cut off a greater than or a less than condition? 
#Are we thinking of expanding the condition to defining a range of scores, greater than X and less than Y?  --[[User:chris collman|chris collman]] 14:37, 28 December 2006 (CST)


See Also:
==See also==
*Take a look at the [http://moodle.org/mod/forum/view.php?f=678 Conditional activities forum] at [http://moodle.org http://moodle.org].
*[[Activity_Locking]], a MoodleDoc page with table and descriptions of different conditional activity modules
*[[Activity_Locking]], a MoodleDoc page with table and descriptions of different conditional activity modules
*[[Score Lock]] a MoodleDoc page for another conditional activity module for 1.6
*[[Score Lock]] a MoodleDoc page for another conditional activity module for 1.6
Line 12: Line 23:
*https://docs.moodle.org/en/Adding/editing_a_lesson#Dependent_on . The lesson activity settings in V 1.6 has a specialized dependency setting. Entering the lesson can be made dependent on the % (lesson questions) correct, time spent or completion of one other specific lesson.  
*https://docs.moodle.org/en/Adding/editing_a_lesson#Dependent_on . The lesson activity settings in V 1.6 has a specialized dependency setting. Entering the lesson can be made dependent on the % (lesson questions) correct, time spent or completion of one other specific lesson.  


*Tracker reference(s) for conditional development _____________


[[Category:Future]]
[[Category:Future]]

Revision as of 20:37, 28 December 2006

This is a developer's page for Moodle Version 2.0. A conditional activity is a dependency filter that prevents a student from entering and/or seeing an activity, resource, section or other Moodle course feature. Typical conditions are based upon an overall score, a score on a specific activity and time spent.

For example, a student will not see the second topic until they have scored 80% or higher on the first topic's quiz.

Discussion

Different attempts at conditional activities in the Using Moodle Conditional Activities forum; generating a course page for each user requires lots of processing (Martin).

Possible solution (David Delgado): add a conditional activities on/off selection for each course, being defaulted to off. Normal behaviour would be just the same as now, and conditional activities extra processing power would be used just for the courses that would need them. So, we would get the best of both sytems: fast default behaviour (no conditional activities used) and powerful adaptive e-learning posibilities (conditional activities used). Could it be a good solution? Hope so. :-)

Adaptive learning questions

Current (through 1.6)non standard conditional activity modules use a minimum score.

  1. Are we going to allow the teacher a choice to make the cut off a greater than or a less than condition?
  2. Are we thinking of expanding the condition to defining a range of scores, greater than X and less than Y? --Chris collman 14:37, 28 December 2006 (CST)

See also

  • Tracker reference(s) for conditional development _____________