Dataform view access block: Difference between revisions
From MoodleDocs
Module administration
Creating an activity
- Overview
- Activity administration
- Building an activity
- CSS tips and tricks
- JS tips and tricks
- Activating RSS
- Activity workflow
- Grading
Working with the activity
See also
No edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
The Dataform view access block provides context and settings for [Dataform_module|Dataform activity] view access rules. The view access rules allow for controlling access to specific views. | The Dataform view access block provides context and settings for [[Dataform_module|Dataform activity]] view access rules. The view access rules allow for controlling access to specific views. | ||
==Features== | ==Features== |
Latest revision as of 11:58, 16 March 2015
The Dataform view access block provides context and settings for Dataform activity view access rules. The view access rules allow for controlling access to specific views.
Features
- General Dataform rule settings
Installation
Git clone
- Type the following command in the root of your Moodle install: git clone git://github.com/itamart/moodle-block_dataformaccessview.git blocks/dataformaccessview
- Add /blocks/dataformaccessview to your .git/info/exclude.
- Visit http://yoursite.com/admin to finish the installation.
Download
- Download zip from: https://github.com/itamart/moodle-block_dataformaccessview/zipball/master or http://moodle.org/plugins/pluginversions.php?plugin=block_dataformaccessview
- Unzip into the 'blocks' subfolder of your Moodle install.
- Rename the new folder to dataform_view.
- Visit http://yoursite.com/admin to finish the installation.