Pages

Showing posts with label mean. Show all posts
Showing posts with label mean. Show all posts

Monday, March 9, 2015

What does storage quota unification mean for the Drive API


Earlier this month, we announced that storage quota is now shared between Google Drive, GMail, and Google+ photos. As part of this change, the Google Drive API and the Google Documents List API will be updated over the next few weeks to start returning the updated storage quota information.

In the Google Drive API, this appears in the about collection.

GET https://www.googleapis.com/drive/v2/about


{
 "kind": "drive#about",
 "quotaBytesTotal": 16106127360,
 "quotaBytesUsed": 17936436,
 …
}


In the Documents List API, this appears in the metadata feed.

GET https://docs.google.com/feeds/metadata/default


<entry>
 <gd:quotaBytesTotal>16106127360</gd:quotaBytesTotal>
 <gd:quotaBytesUsed>17936436</gd:quotaBytesUsed>
 …
</entry>

The new values in the quotaBytesTotal field reflect total storage quota across all the unified products. If you rely on this value, you may notice a change in your apps, but we expect it to behave as if a user has just purchased more storage.

The new values for quotaBytesUsed field will reflect the total amount of storage used across the unified products.  (This field used to reflect the total amount of storage used by Google Drive.)



Ali Afshar profile | twitter

Tech Lead, Google Drive Developer Relations. As an eternal open source advocate, he contributes to a number of open source applications, and is the author of the PIDA Python IDE. Once an intensive care physician, he has a special interest in all aspects of technology for healthcare
Read more »

Thursday, February 26, 2015

Student centred learning What does it mean

Link to article (By Geraldine O?Neill and Tim McMahon)
Full Title: Student-centred learning: What does it mean for students and lecturers?

"..Edwards (2001) emphasises the value of student-centred learning: ?Placing learners at the heart of the learning process and meeting their needs, is taken to a progressive step in which learner-centred approaches mean that persons are able to learn what is relevant for them in ways that are appropriate. Waste in human and educational resources is reduced as it suggested learners no longer have to learn what they already know or can do, nor what they are uninterested in?. (Edwards 2001:37)."

"In summary, it appears from the literature that some view student-centred learning as: the concept of the student?s choice in their education; others see it as the being about the student doing more than the lecturer (active versus passive learning); while others have a much broader definition which includes both of these concepts but, in addition, describes the shift in the power relationship between the student and the teacher."

"Learning is often presented in this dualism of either student-centred learning or teacher-centred learning. In the reality of practice the situation is less black and white. A more useful presentation of student-centred learning is to see these terms as either end of a continuum, using the three concepts (choice, doing, and power relationship) regularly used to describe student-centred learning "

These are just a few gems from this excellent article about student-centred learning, which also includes a lot of examples lecturers can utilize to facilitate a more student-centred learning environment. It also discusses the effectiveness and critiques of student-centred learning, which is very crucial to know, especially in learning environments where there are limited resources, different learning cultures, beliefs, and understandings of what it actually means. When we take everything into account and minimize the potential pitfalls, surely a student-centred learning environment is an approach worth pursuing and facilitating .

Read more »