Exporting chat sessions
This package contains objects for exporting chat sessions. We want to support
- Different export formats: HTML, XML, Text for Excel import, Text for SPSS import, Chatline
- Different chat session formats: pure chat, roleplay, ScreenshotChat, MaterialChat etc
- Different output destinations: (local) File, StringBuffer, OutputStream.
Chat session formats
Different kinds of chat session vary with the number of chat rooms which must be exported as
well with the kind of materials used in that session.
To me generic in the way, different materials are handled, appropriate IMaterialHandler
must be added to the export handler.
Different Export Formats
Different export formats vary in the ways,
- the content of the material
- the content of a chat message
- headings for the materials and chat rooms
- the descriptions of the references
- header and footer of the export data
are exported.