Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 2 for mobile: Difference between revisions

From MoodleDocs
Line 28: Line 28:
Here are listed the use cases that should be possible on a mobile device.  
Here are listed the use cases that should be possible on a mobile device.  


== short==
== quick action==
When waiting in a small queue, short travel (bus). These use cases don't allow a full concentration. They are mostly going to be read-only action, that are going to be interrupted at any moment.
When waiting in a small queue, short travel (bus). These use cases don't allow a full concentration. They are most likely going to be read-only action, that are going to be interrupted at any moment.
=== All user ===
=== All user ===
* Update a location field in the profile with current location, for display with Google map
* Take a photo/video and post as attachment to a forum for discussion
* Take a photo/video and post to a database activity (including location)
* Take a photo/video and send to your private file
* Take a photo/video and send to your private file
* see messages from other people (private and forum)
=== Student specific ===
=== Student specific ===
* see my activities/assignements deadlines, specially the close ones
* see my grades (limited view)
=== Teacher specific ===
* See list of my courses
* See list of my students per course
* See new submissions
* See grades (limited view)
== full action==
When waiting for the doctor, long travel. these require full concentration


===All users ===
* Take a photo/video and post as attachment to a forum for discussion
* Take a photo/video and post to a database activity (including location)
* be able to answer a message


=== Teacher specific ===
=== Teacher specific ===
 
* Give grades if it doesn't require much effort
== long==
* See activities/assignements deadlines, with number of missing submissions
When waiting for the doctor, long travel.
* Download all assignments (eg pdfs), grade them offline, send back to students


== Urgent ==
== Urgent ==
These use cases are required actions following the reception of an alert. They can be executed in a short time and they should have the full attention of the user. Even interrupted, the user is likely going to come back to it.
These use cases are required actions following the reception of an alert. They can be executed in a short time and they should have the full attention of the user. Even interrupted, the user is likely going to come back to it.
== Settings and feature ==
* a switch to go from a Moodle Teacher app to Moodle student app, first time app is launching, select teacher or student / our implement two different app
* display a dashboard of the needs
* Update a location field in the profile with current location, for display with Google map
* Synch the participants of a course so we can have nice choose-lists of users in the app, like Contacts app or Coverflow


= See also =
= See also =

Revision as of 05:45, 17 December 2010

Moodle 2.0

This document has for purpose to define the official Moodle mobile application functionalities for Moodle 2.0. We will look to mobile phone application only.

Overview

In this section we will group all information about the current situation of Moodle for mobile.

iOS

Application

  • MTouch created by Ali OzGur (available April 2010)
  • mPage created by Mass Media, HK (available May 24, 2010)

Discussions

Documentation

Android

Discussions

Web application

Applications

  • iPhone4Moodle (available 2010)
  • Moodle for Mobiles: MoMo
  • Moodbile
  • MLE-Moodle - MLE-Moodle is a plugin for Moodle, which adds mLearning functionality to this open-source eLearning system.

Discussions

Use cases

Here are listed the use cases that should be possible on a mobile device.

quick action

When waiting in a small queue, short travel (bus). These use cases don't allow a full concentration. They are most likely going to be read-only action, that are going to be interrupted at any moment.

All user

  • Take a photo/video and send to your private file
  • see messages from other people (private and forum)

Student specific

  • see my activities/assignements deadlines, specially the close ones
  • see my grades (limited view)

Teacher specific

  • See list of my courses
  • See list of my students per course
  • See new submissions
  • See grades (limited view)

full action

When waiting for the doctor, long travel. these require full concentration

All users

  • Take a photo/video and post as attachment to a forum for discussion
  • Take a photo/video and post to a database activity (including location)
  • be able to answer a message

Teacher specific

  • Give grades if it doesn't require much effort
  • See activities/assignements deadlines, with number of missing submissions
  • Download all assignments (eg pdfs), grade them offline, send back to students

Urgent

These use cases are required actions following the reception of an alert. They can be executed in a short time and they should have the full attention of the user. Even interrupted, the user is likely going to come back to it.

Settings and feature

  • a switch to go from a Moodle Teacher app to Moodle student app, first time app is launching, select teacher or student / our implement two different app
  • display a dashboard of the needs
  • Update a location field in the profile with current location, for display with Google map
  • Synch the participants of a course so we can have nice choose-lists of users in the app, like Contacts app or Coverflow

See also