-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.txt
87 lines (61 loc) · 3.25 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
-----------------------------------------------------------------------------
Webinar module for Moodle
Copyright (C) 2012 Epic (http://www.epic.co.uk/)
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see http://www.gnu.org/copyleft/gpl.html.
-----------------------------------------------------------------------------
Summary
------------
This is an activity module for web conferencing which enables Adobe Connect webinar
sessions to be added as an activity to any course.
UPDATE May 2014: this has been updated for Moodle 2.6, and bugs fixed that previously prevented use on Adobe Connect 9.
Description
------------
The Webinar activity module enables Adobe Connect hosted webinars to be added as an
activity to any course. This is intended for hosted Adobe deployments, not on-premise
deployments - see http://www.adobe.com/products/adobeconnect.html
The Webinar activity module includes the following functionality:
* Add/edit/delete webinar session
* Assign a host user to a session - based on 'teacher' system role
* Register for session / assign students to a session
* Unregister for session / unassign students from a session
* Automated email notifications to registered students
* Join session
* View / record webinar
* Run attendance report
All webinar administration is done from within Moodle from setting up webinar sessions,
registering users on webinar sessions and joining sessions. Only when the student clicks
on Join Session do they leave Moodle and view the webinar in the Adobe Connect Player
window. Upon exiting the webinar session they will be returned to the Moodle course page.
It has been tested using Adobe Connect Pro 9 hosted accounts, using the Adobe Connect
Web Services API - see http://help.adobe.com/en_US/connect/9.0/webservices/index.html.
Requirements
-------------
* Moodle 2.6
* An Adobe Connect account - register for a 30-day free trial at
http://www.adobe.com/cfusion/adobeconnect/index.cfm?event=trial
* All users attending session will be required to have Flash Player 10.1 or higher,
with the ability to install Adobe Connect Add-Ins in order to share their screen.
Installation
-------------
1- Unpack the module into your moodle install in order to create a mod/webinar directory.
2- Visit the /admin/index.php page to trigger the database installation.
3- (Optional) Change the default options in the activity modules configuration.
4- (Optional) Assign roles of teacher or non-editing teacher to one or more users to be able
to assign them as webinar hosts.
Bugs/patches
--------------
Feel free to send bug reports (and/or patches!) to the current maintainer:
Mark Aberdour ([email protected])
Joe Barber ([email protected])
Changes
-------------
(see the ChangeLog.txt file)