Difference between revisions of "Using Moodle as an Activity Host"

From Sugar Labs
Jump to navigation Jump to search
(/code)
 
(updated)
Line 3: Line 3:
 
         make it easy for students to upload work straight to Moodle servers
 
         make it easy for students to upload work straight to Moodle servers
 
             with and w/o logins?
 
             with and w/o logins?
 +
        reproduce enthusiasm found on Scratch for programming with etoys. turtle art, writing etc
 
         activity uploads
 
         activity uploads
             python
+
             etoys etc
                 start here with a basic test prompt interface
+
            speak
 +
                 personally I think if speak had a better interface more people would want to edit and share thier speak files
 
             TA
 
             TA
 +
            pippy
 
             labyrinth
 
             labyrinth
             etoys etc
+
                nice for mind mapping but it's clumsy
 +
    where to begin
 +
        python
 +
             why python?
 +
                Nubae knows it
 +
            hello world
 +
            nubae's pyclic?
 +
                nice to get that into Pippy examples
 +
            start here with a basic test prompt interface
 +
            question builder
 +
    New activity
 +
        quiz builder and admin
 +
            o
 
     users
 
     users
 
         XO users
 
         XO users
Line 16: Line 31:
 
         child security etc
 
         child security etc
 
     fields
 
     fields
 +
        questions
 +
            can we pull the machine specs XO or otherswise
 +
            version of Sugar?
 
         user ID
 
         user ID
 
             encourage firstname, last initial and maybe weight
 
             encourage firstname, last initial and maybe weight
Line 24: Line 42:
 
             teacher name
 
             teacher name
 
             class name
 
             class name
        questions
+
 
            can we pull the machine specs XO or otherswise
+
</code>--19:48, 5 September 2009 (UTC)
            version of Sugar?
 
</code>
 

Revision as of 15:48, 5 September 2009

Moodle Linking to Sugar Activities

   goal
       make it easy for students to upload work straight to Moodle servers
           with and w/o logins?
       reproduce enthusiasm found on Scratch for programming with etoys. turtle art, writing etc
       activity uploads
           etoys etc
           speak
               personally I think if speak had a better interface more people would want to edit and share thier speak files
           TA
           pippy
           labyrinth
               nice for mind mapping but it's clumsy
   where to begin
       python
           why python?
               Nubae knows it
           hello world
           nubae's pyclic?
               nice to get that into Pippy examples
           start here with a basic test prompt interface
           question builder
   New activity
       quiz builder and admin
           o
   users
       XO users
       non XO users
   viewing of materials
       only logged in to moodle server
       child security etc
   fields
       questions
           can we pull the machine specs XO or otherswise
           version of Sugar?
       user ID
           encourage firstname, last initial and maybe weight
       IP
           should tell us country and city... maybe that could be the intial log in UserID? last 3 digits of IP?
       voluntary
           school name
           teacher name
           class name

--19:48, 5 September 2009 (UTC)