Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Import PowerPoint.

Talk:Import PowerPoint: Difference between revisions

From MoodleDocs
m (Now have PowerPoint 2002 zip file.)
(update Chris's note)
Line 1: Line 1:
The Lesson/Import.Php  says
The Lesson/Importppt.Php  says
//This is a very rough importer for powerpoint slides
//This is a very rough importer for powerpoint slides
     //Export a powerpoint presentation with powerpoint as html pages
     //Export a powerpoint presentation with powerpoint as html pages
Line 7: Line 7:
     // supports book and lesson
     // supports book and lesson


I used this to write the initial drafting of the page. I followed these instructions with Office 2003 & Office 2000, and now Office 2002.
Note from chris:  I am waiting to hear if this wonderful feature will be part of 1.6.  This feature is not working on many platform and has been reported as bug #5444. Wondering if Lesson developer might consider altering it to ImportOO.php to import web files created with Open Office Impress. TBC  --[[User:chris collman 2|chris collman 2]] 00:38, 5 June 2006 (WST)
 
Note from chris:
  I desperately look forward to this feature working on my setup.  I will put a bug in this morning.  I have 1.6 Beta 5 2006050500 that is 8 hours oldI have MS PowerPoint 2003 SP2 and MS PowerPoint 2000. I hope it is real close because it will be a killer app when it works in different versions of PPoint and perhaps OOImpress. -- first written 7 May 2006 (WST) Today I found a computer lab with PowerPoint 2002 --[[User:chris collman 2|chris collman 2]] 06:16, 9 May 2006 (WST)

Revision as of 16:38, 4 June 2006

The Lesson/Importppt.Php says //This is a very rough importer for powerpoint slides

   //Export a powerpoint presentation with powerpoint as html pages
   //Do it with office 2002 (I think?) and no special settings
   //Then zip the directory with all of the html pages 
   //and the zip file is what you want to upload
   // supports book and lesson

Note from chris: I am waiting to hear if this wonderful feature will be part of 1.6. This feature is not working on many platform and has been reported as bug #5444. Wondering if Lesson developer might consider altering it to ImportOO.php to import web files created with Open Office Impress. TBC --Chris collman 2 00:38, 5 June 2006 (WST)