forked from vfremaux/moodle-block_course_ascendants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
42 lines (30 loc) · 1.31 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Course ascendant block
Release : 02/2012
Author : Valery Fremaux ([email protected])
################################
Course ascendant block allows controlling from a normal
Moodle course attachement of submodules as metacourses.
The block provides students with a short summary of attached
sub courses, standing as teaching chapters. The master
course is intended to be the enrolment location, while
attached courses being the static teaching content.
Teachers can control at any time the amount of attached metacourses
by activating them with checkboxes in a course list.
the block allows administrator to choose the top course category
in which modules reside.
Note that in the delivered version, only an administrator can
add this block to a course or changes settings, as this might
open unded accesses if freely used by unauthorised people.
As accessory option, you may choose to show or not to show surrounding categories
in the course list.
# Install
###################
Simple usual installation in /blocks, then browsing to notifications
# Patchs required
####################
No patches required, no core changes
# Related
#########################
Block course_ascendants is related to course_descendants that provides
the opposite navigation capability from a "subchapter" up to
the master course that opens it.