Features/Classroom management: Difference between revisions
No edit summary |
m update link |
||
(8 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
[[Category:Feature|Classroom management]] | [[Category:Feature|Classroom management]] | ||
</noinclude> | </noinclude> | ||
[[Image:AnalyzeJournal.png|300px]] [[File:ScreenshotJournalShareActivity_client.png|300px]] | |||
== Summary == | == Summary == | ||
Line 33: | Line 35: | ||
Above and beyond these components, we need to define a workflow by which they are used: | Above and beyond these components, we need to define a workflow by which they are used: | ||
... | |||
;teacher server?:Journal Share makes use of a local webserver. Should that server be repurposed for background processing? Or should we utilize a school server? | |||
;TBD: Is this an integrated Sugar feature or one that is managed at the Sugar activity level? (Easier to customize as the latter.) | |||
;teacher buddy: [[Features/Teacher Buddy]] is a mechanism for identifying a teacher in the network neighborhood. | |||
== Benefit to Sugar == | == Benefit to Sugar == | ||
Line 50: | Line 57: | ||
;student visualizing Journal use: Simply by launching the Analyze Journal activity, a student can see a display of their activity usage, both based on instances and on the number of times each instance has been launched. Analyze Journal saves a datastore object associated with the activity that contains a json-encoded summary. | ;student visualizing Journal use: Simply by launching the Analyze Journal activity, a student can see a display of their activity usage, both based on instances and on the number of times each instance has been launched. Analyze Journal saves a datastore object associated with the activity that contains a json-encoded summary. | ||
:* what additional data should be captured? Is an accumulation of launch-times per activity adequate? | :* what additional data should be captured? Is an accumulation of launch-times per activity adequate? Do we need to worry about change over time or just the current stats? | ||
:* is it important that this be available as a background task as well? If so, when and how often? | :* is it important that this be available as a background task as well? If so, when and how often? | ||
:* or could launching it while the teacher is running Journal Share (or some equivalent) be used as an opportunity for a background upload? | :* or could launching it while the teacher is running Journal Share (or some equivalent) be used as an opportunity for a background upload? | ||
Line 69: | Line 76: | ||
;TBD: What are the privacy concerns? | ;TBD: What are the privacy concerns? | ||
;TBD: Is this always running? Or only running when the teacher is running Journal Share? | |||
== Dependencies == | == Dependencies == |