Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: RTCollaboration.

RTCollaboration: Difference between revisions

From MoodleDocs
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RTCollaboration}}
{{RTCollaboration}}
Warning: This plugin has not been maintained since Moodle 2.1 and is unlikely to work with current, supported versions of Moodle.


== Introduction ==  
== Introduction ==  
Line 14: Line 16:


Teachers can also "replay" the users interactions with the editor
Teachers can also "replay" the users interactions with the editor
== Instaling ==
For installing, unzip the plugin in the mod/assignment/type directory, rename the directory from jleyva-moodle-assignment_rtcollaboration-be... to rtcollaboration
Go to Administration -> Notifications
== Submitting ==
The texts are automatically submitted for grading during the 24 hours previous the due time of the assignment.
The cron job must be enabled in the server.
Teachers can view theirs students works at any time.


== Credits ==
== Credits ==
Line 29: Line 46:


[[Category:Contributed code]]
[[Category:Contributed code]]
== See also ==
* [http://moodle.org/mod/forum/discuss.php?d=169860 Help forum]
* [http://moodle.org/mod/data/view.php?d=13&rid=4621 Plugin entry]
[[es:Colaboración en tiempo real]]

Latest revision as of 19:26, 27 September 2017

Warning: This plugin has not been maintained since Moodle 2.1 and is unlikely to work with current, supported versions of Moodle.

Introduction

RTollaboration is a type of assignment.

It's a collaborative real-time editor that works like Google Docs.

Two or more users can work at the same time in the same document. When you type a word, the text is updated in real-time for the other users.

Groups are supported.

Teachers can review theirs students job, for every student the total account of chars added or deleted by him in the text is displayed in the submissions view of the assignment.

Teachers can also "replay" the users interactions with the editor

Instaling

For installing, unzip the plugin in the mod/assignment/type directory, rename the directory from jleyva-moodle-assignment_rtcollaboration-be... to rtcollaboration

Go to Administration -> Notifications

Submitting

The texts are automatically submitted for grading during the 24 hours previous the due time of the assignment.

The cron job must be enabled in the server.

Teachers can view theirs students works at any time.


Credits

Juan Leyva Moodle profile

Follow me in Twitter

RTCollaboration uses a protocol created by Neil Fraiser at Google Inc

References

See also