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
m removing new features template
Línia 1: Línia 1:
{{Conditional activities}}
{{Conditional activities}}
==What ARE Conditional activities?==
==What ARE Conditional activities?==


Línia 13: Línia 12:


==Can I set conditional activities for a whole section, not just individual activities?==
==Can I set conditional activities for a whole section, not just individual activities?==
{{New features}}
Yes you can. The settings are within each course section when you click the "edit" icon. [http://www.youtube.com/watch?v=5Z0pYuOiZ5E&list=UUCRg_EbhU9tdpLdiGGN1Mgg&index=1&feature=plcp|See Screencast here]
==We had Activity Locking in 1.9. Will it cause problems when upgrading to Moodle 2?==
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.
#Make a note of the conditions you have set on your activities since they will be deleted.
#Delete the activity locking block through moodle admin--then delete the block folder.
#Delete the AL course format folder.
#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.
Yes you can. The settings are within each course section when you click the "edit" icon. See the screencast [http://www.youtube.com/watch?v=5Z0pYuOiZ5E&list=UUCRg_EbhU9tdpLdiGGN1Mgg&index=1&feature=plcp|Restrict access to course sections in Moodle 2.3].


==See also==
==See also==

Revisió del 16:02, 6 nov 2012

What ARE Conditional activities?

Conditional activities is a feature that enables a teacher to release resources and activities for their students based on certain criteria such as date, grade received or participation.

Where are the settings to use Conditional activities?

The Moodle admin needs to enable it site wide in Settings>Site administration>Advanced features and a teacher will then see "restrict access" options in the setup screen of each activity.

Can I make access to a course conditional upon completing another course?

Not currently, no. It is not possible to restrict access to course B until a student has completed course A. There are workarounds such as setting a final page at the end of course A which is only revealed once the student has completed course A. In this page you can include the enrolment key for course B. However - this relies on trusting students not to pass the key onto others.

Can I set conditional activities for a whole section, not just individual activities?

Yes you can. The settings are within each course section when you click the "edit" icon. See the screencast access to course sections in Moodle 2.3.

See also