I need to build an e-teaching applications, the application allows teachers write lesson plans, presentations. Basically, this is a similar type of application software of microsoft powerpoint, but I have no ambition to build fully functional as all microsoft did.
The idea is like that, but when deploying it faced many difficulties in the design solution:
System development on the Windows platform, desktop application, c #, WPF.
System management lecture materials (application for permission to open multiple documents and each document can have multiple pages)
Each page in a document will display editor that allows teachers to create lesson (drawings, images, audio, video, flash objects, java object (jar))
The editor should I use objects? Canvas or custom Canvas or enything else.(future function there will be zoom in / out...)
The graphic object in as rectangles, circles, .. images, flash, jar ... I should use objects or inherit from frameworkelement or drawingvisual .. (these objects can be rotated, animation, resize ...)
Photo bellow illustration a brief idea of the application for you to understand better: Main application image
Thank you