Mass Actions block
Maintained by
Matthew Davidson
This block allows instructors to perform actions upon multiple resources or activities, rather than having to perform repeated actions on individual items.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I just tried to translate some strings, but your plugin doesn't seem to be integrated into AMOS. Do you know wether this is normal? Is it a bug?
Nicolas
The problem she reported should be fixed. The block was previously coded to work only with certain course formats. The latest version available does not possess this limitation.
-- Clem
I am not aware of a block or plug-in that could do this for you. I'll bring the idea up to our analysts and see how useful they feel this might be for our users. If they like the idea, then I'll see about getting work on that prioritised, whether that is my coding such a thing from start to finish or merely contributing to someone else's work. I'm not sure how you could set such a thing up to affect multiple courses and multiple activities within those courses simultaneously. Obviously, you probably could, but it would probably be easiest to make it work at a course level. Also, how often would changing these settings across multiple courses really be useful?
Clem
Do you know any way to do something similar with activity settings? I need to change the "Allow access from" and "Allow access until" settings to a series of activities in one go.
Even better: being able to do this across many different courses, instead of just one at a time.
Running 2.6.4 and can confirm it's not appear in Blocks list, though has installed.
Any ideas? Would be a huge help!
Thanks!
In debug mode, I've got an error easy to fix : (Moodle 2.5)
Invalid get_string() identifier: 'massaction:addinstance' or component 'block_massaction'. Perhaps you are missing $string['massaction:addinstance'] = ''; in /var/www/moodle/www/blocks/massaction/lang/en/block_massaction.php?
Can you add a line like this in lang/en.php ?
$string['massaction:addinstance'] = 'Add a new Mass Action block';
Thanks !
Invalid get_string() identifier: 'massaction:addinstance' or component 'block_massaction'.
Perhaps you are missing $string['massaction:addinstance'] = '';
in ../moodle/blocks/massaction/lang/en/block_massaction.php?
And indeed that file is missing such a line...
But i can't find it in AMOS to make/upgrade the french translation...
To move a single resource/activity position within a unit, you have to clear this add-on block.
Hope anyone can confirm or show me other ways to make this two task can work together. Otherwise, hope the future version can address this problem