learnweb / moodle-mod_moodleoverflow

:speech_balloon: Non-linear discussion module for Q&A forums
GNU General Public License v3.0
13 stars 22 forks source link

Feature request - Exporting the forum content into a document #133

Open acquaalta opened 1 year ago

acquaalta commented 1 year ago

Hi, In regular Moodle forum there is an option to export the forums content to a document. I don't find any such feature in Moodleoverflow. Is it something that you can implement into the plugin? Thanks

NinaHerrmann commented 1 year ago

Hey @acquaalta Thanks for submitting the issue/feature request! Just a short follow up question, would you prefer a word/txt style document or a excel, and if an excel how should it be structured? 🤔 Cheers!

acquaalta commented 1 year ago

Hi @NinaHerrmann, I prefer an Excel or at least CSV file format. Regarding the structure of it, I was told by the teachers that the format of the regular/core forum export feature is good enough.

BTW, regarding the Excel or CSV, we always prefer to also have the Excel file format, because of text encoding issues that we have in our language, that are not present in the Excel file format. But we can also handle the CSV format, it's just that it need a little tweaking of the encoding.

Thanks :-)