Tag Cloud API
Available Formats:
Parameters:
- sr - Cloud data source [MANDATORY]
- cs - Number of tag classes [OPTIONAL, default: 7]
- tags - The total number of tags shown [OPTIONAL, default show all]
- th - frequency thresholds for tag classes [OPTIONAL, default: none]
-
A comma separated list of integers.
-
Must have cs+1 number of values. Each value represents the frequency threshold for
the corresponding tag class. The last value represents the upper limit of the highest class.
-
Eg. cs=5&th=0,20,40,80,160,320 specifies 5 tag classes as follows:
| tag class | lower bound | upper bound |
| tagSize1 | 0 | 19 |
| tagSize2 | 20 | 39 |
| tagSize3 | 40 | 79 |
| tagSize4 | 80 | 159 |
| tagSize5 | 160 | 320 |
Custom parameters:
- Arbitrary parameters required for specific cloud data source
-
Eg. sr=foobar&foobar.report=2&foobar.size=20
-
These custom parameters are supplied to the cloud-specific XSL, and optionally
configurable to be passed to source URL.
Available data sources
activegroups
- A tag cloud representing the most active edna groups
- Custom parameters:
- report - The activity report [Optional, default 11]
- 11 (Most Active Courses)
- 12 (Most active courses, weighted)
- 13 (Most participatory courses by enrolments)
- 14 (Most participatory courses by views/posts)
- time - The time period of the report [Optional, default 4]
- 1 (1 week)
- 2 (2 weeks)
- 3 (3 weeks)
- 4 (4 weeks)
- 12 (2 months)
- 13 (3 months)
- 14 (4 months)
- 15 (5 months)
- 16 (6 months)
- numcourses - The number of courses to return [Optional, default 20]
activegroupslist
- A ranked list showing the most active edna groups
- Custom parameters:
- report - The activity report [Optional, default 11]
- 11 (Most active groups)
- 12 (Most active groups, weighted)
- 13 (Most participatory groups by enrolments)
- 14 (Most participatory groups by views/posts)
- time - The time period of the report [Optional, default 4]
- 1 (1 week)
- 2 (2 weeks)
- 3 (3 weeks)
- 4 (4 weeks)
- 12 (2 months)
- 13 (3 months)
- 14 (4 months)
- 15 (5 months)
- 16 (6 months)
- numcourses - The number of courses to return [Optional, default 20]
- show-summary - Determines if we should show summaries [Optional, default false]
- true (show summaries)
- false (do not show summaries)
- summary-length - The maximum length of displayed summeries (if shown) [Optional, default 1000]
|