It wouldn't meet the requirement. The point is to assign a grade without having to rate each entry, and even without rating any entry. This is particularly important where the activity grade is not a simple aggregation of the entries' ratings. Consider, for instance, that each entry could be evaluated as Good but the overall would be Excellent, taking into account also number of constributions or some other factor. In such a case you can't get the overall from an aggregation, and rating Excellent a representative entry may give the wrong impression about the actual evaluation of the particular entry.
Itamar Tzadok
Posts made by Itamar Tzadok
Consider for example module subplugins such as a Database module field. This subplugin has no designated plugin type in pluginlib and hence falls under the general type plugintype_general. But plugintype_general is empty and the parent plugintype_base offers only minimal means of plugin management. In particular it doesn't offer plugin settings.
Is there a good reason for that, or is there API underway?
After all, there is no limit to the possible plugin and subplugin types in moodle and there should be some means for managing them (uninstall, settings, etc.).
In blocks/settings/block_settings.php around line 69:
function instance_can_be_hidden() {
return false;
}
change to
return true;
hth
Clear understanding of conceptual or materialized paths remains one's responsibility, for it is always under one's standing.
I'm not planning to release the sections format before I have the oppotunity to adjust it to 2.3. If anyone is interested in commissioning its release earlier please let me know.
I put everything aside to create this preview especially for you. There is a demo site with guest access at http://substantialmethods.com/course/view.php?id=11. It allows you to locally change some of the format settings so that you could see how it works. But you don't have real edit permissions so you can't add/delete sections etc. I added a preliminary implementation of collapsibility just as a proof of concept.
I will add on that site feedback box for comments and suggestions when I have the time. In the meantime comments and suggestions are welcome here.

You should have an 'Add an activity' dropdown in each course section and you should select 'Database' from there. See illustration.
