EduploneLearningSequence EduploneActivity.py,1.13,1.14 README.txt,1.2,1.3

Jens Klein <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneLearningSequence
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20849

Modified Files:
	EduploneActivity.py README.txt 
Log Message:
fixed bug in IMS Export and updated docs.


Index: EduploneActivity.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneLearningSequence/EduploneActivity.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** EduploneActivity.py	18 Sep 2004 14:17:44 -0000	1.13
--- EduploneActivity.py	27 Sep 2004 10:37:10 -0000	1.14
***************
*** 119,126 ****
      def additional_items(self,):
          """ hook to add additional items to each folderish parent of an item. """
!         at=getToolByName(self,'archetype_tool')
!         envref= self.getEnvironmentref()
!         if envref:
!             env=at.lookupObject(envref)
              return [env,]
          return []
--- 119,124 ----
      def additional_items(self,):
          """ hook to add additional items to each folderish parent of an item. """
!         env= self.getEnvironmentref()
!         if env:
              return [env,]
          return []
***************
*** 128,135 ****
      # IMSBaseXML Methods
      def appendIMSXMLEnvironments(self,document,envnode,envuidlist=[]):
!         at=getToolByName(self,'archetype_tool')
!         envref= self.getEnvironmentref()
!         if envref:
!             env=at.lookupObject(envref)
              env.appendIMSXMLEnvironments(document,envnode)
  
--- 126,131 ----
      # IMSBaseXML Methods
      def appendIMSXMLEnvironments(self,document,envnode,envuidlist=[]):
!         env= self.getEnvironmentref()
!         if env:
              env.appendIMSXMLEnvironments(document,envnode)
  

Index: README.txt
===================================================================
RCS file: /cvsroot/eduplone/EduploneLearningSequence/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt	14 Jun 2004 16:05:24 -0000	1.2
--- README.txt	27 Sep 2004 10:37:10 -0000	1.3
***************
*** 1,7 ****
  EduploneLearningSequence
  
!  a simple IMS-Learning Design Level A aware workflow
   
!  also read INSTALL.txt and see http://eduplone.net/
  
  
--- 1,7 ----
  EduploneLearningSequence
  
!  A simple and powerful IMS-Learning Design Level A aware workflow.
   
!  Also read INSTALL.txt and see http://eduplone.net/
  
  
***************
*** 16,29 ****
  EduploneEnvironment (equivalent to a unit of learning), see Product EduploneTypes.
  
  Credits 
  
!  The OpenSource Business Network EEIG provides you EduploneLearningSequence. 
! It is initially sponsored by:
  
   * "Blue Dynamics GmbH":http://bluedynamics.com/
  
!  * "jens quadrat GbR":http://jensquadrat.de/
  
   * "Solution2u.net GmbH":http://solution2u.net/
  
-  * "OpenSource AGentur":http://opensource.ag/
--- 16,33 ----
  EduploneEnvironment (equivalent to a unit of learning), see Product EduploneTypes.
  
+ All workflow transitions, equivalent to the actions a learner did, are kept for 
+ future statistics.
+ 
  Credits 
  
!  The eduplopne Open Source Business Network EEIG provides you 
!  EduploneLearningSequence. It is initially sponsored by:
  
   * "Blue Dynamics GmbH":http://bluedynamics.com/
  
!  * "jens quadrat, Klein & Partner KEG":http://jensquadrat.com/
! 
!  * "OpenSource AGentur":http://opensource.ag/
  
   * "Solution2u.net GmbH":http://solution2u.net/
  



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.