FrontlineSMS And Moodle

From IHRIS Wiki
Revision as of 19:32, 23 August 2010 by Litlfred (talk | contribs) (Created page with '==FrontlineSMS== *Source: http://sourceforge.net/apps/trac/frontlinesms/browser/trunk/src * HTTP Trigger plugin: http://sourceforge.net/apps/trac/frontlinesms/browser/trunk/src/…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FrontlineSMS

FrontlineSMS Groups and Moodle Courses

  • Moodle UI to associate a course in moodle with a group in FrontlineSMS:
    • groups should already be defined in frontline SMS. also have ability to create new group
    • list/create groups should added by via an http trigger as indicated above


General Moodle Interaction

  • Moodle UI so a user can associate a contact.id from frontline SMS
    • uses puts in their mobile number
    • moodle does a lookup on frontlinesms to see if there is a contact with that number via the contracts/lookup trigger
      • if there is exactly one contact, the contact id is associated with the user profile
      • if there are no contacts, moodle will create the contact on frontlinesms via the contacts/add trigger
      • if there is more than one contact, display a drop-down list where the user can select which contact_id they should be associated to (list display name)
  • All posts to SMS messages are sent via FrontLine SMS's existing http trigger sms/send
  • Participants in a course can send a SMS to any/all other partipicpants that
  • Administrator in course can send a message to any/all partipants in the course

Moodle Forum interaction

  • Concept: Enable announcements and participation in Moodle forums via Frontline SMS
  • Reference: http://docs.moodle.org/en/Forum_module
  • Reference: http://docs.moodle.org/en/News_forum
  • Teacher/administrator of a course can choose to enable SMS forwarding of messages "News Forum" to participants that have a mobile number. defaults to enabled
  • Teacher/administrator can mark each forum that they create as SMS-enabled or not. defaults to disabled
  • sending a message on a moodle forum will initiate send the message the group registered for the course via http trigger sms/sendgroup
  • More Specification pending for posting to a forum via FrontlineSMS.

Moodle Quiz interaction


Related Moodle Plugins