Martin,
Perhaps you are right about getting stuck in the wrong approach, here, but I think I still need to get to PowerPoint.
I agree that I could make a series of HTML pages that would be just as displayable in a class as PowerPoint. For many that would be an excellent solution - simple, elegant, portable, etc.
The sticking point for me is that the instructors need to be able to easily take the output and annotate it by circling things, adding text boxes, arrows, etc. As far as I can see, they need to do that in PowerPoint, as it is a known tool for them. Also, it is often used for integrating other parts of the class material. Unfortunately this is the reality I face.
However I think there is an HTML approach that might also work: use HTML as an easy intermediate step that could be imported into PowerPoint. To do that, I would need a set of HTML tags, that when interpreted by PowerPoint during import, would have the effect of:
- signaling the need for a new slide
- specifying the title of the slide, and
- putting in the graphic image
.
The difficulty is finding out the rules as to how PowerPoint intreprets HTML tags. I did some trial and error testing without too much success, and web searches but did not find anything.
Anyone have ideas on that front?