软件设计问题 - 上传 Word 文档还是使用 Markdown?

发布于 2024-10-18 21:07:47 字数 274 浏览 4 评论 0原文

我有一个 asp 网站,目前学生可以从 Word 复制粘贴到文本区域并以这种方式提交论文。在这种情况下,他们无法进行任何格式化。

教师调出学生的作业,并应用 html 跨度和样式作为注释。

我们考虑过建立一个系统,学生上传 Word 文档,教师在文档中发表评论,然后将其上传回供学生查看。

将系统保留为粘贴操作并可能提供一些降价或富文本控件会更有意义吗?我想知道 Word 的兼容性/病毒/格式/大小问题导致上传/下载/存储变得困难。

是的 - 这是一个设计问题..;)

I've got an asp website that currently has students copying and pasting from Word into a textarea and submitting a paper that way. In this case, they can't do any formatting.

Instructors pull up the students' work and apply html spans and styles to it as commentary.

We've thought about going to a system where the student uploads a Word doc and the instructor makes comments within the doc and uploads it back for the student to view.

Would it make more sense to keep the system as a paste operation and maybe provide some markdown or rich text controls? I'm wondering about compatibility/virus/formatting/size issues with Word making it difficult to upload/download/store.

Yeah - this is a design question.. ;)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谈下烟灰 2024-10-25 21:07:47

作为用户,我可以告诉您,使用 Word 上传功能会更容易。复制和粘贴有点麻烦,用户往往希望使用简单的方法。

另一方面,讲师也是您的用户,因此我将为讲师做的是创建基于 Web 的应用程序,将 Word 文档解析为所见即所得 富文本编辑器用于编辑或发表评论。此外,教师还可以选择下载 Word 文档并在本地计算机上编辑它们,然后将其上传回您的应用程序。

这需要一些工作,但我确信用户(学生和教师)都会喜欢它。您可以从学生的单词上传功能开始,然后转向教师的功能。

如果您担心 Word 的格式和兼容性,根据我的经验,如果代码正确解析 Word 文档,则应该不会有格式和兼容性问题。

As a users I can tell you that it's easier to have Word upload feature. Copy and paste is a little of trouble and users tend to want it the easy ways.

On the other side, instructors are also your users, so what I would do for the instructors is create web-based application that parse out Word document to a WYSIWYG rich text editor for editing or make commentary. In addition, instructors also have option to download the Word document and edit them on local computer and upload it back to your application.

It's a little of work but I am sure both users (students and instructors) would like it. You can start by working on students' Word upload feature and move on to insturctors'.

If you worry about formatting and compatibility of Word, from my experience, if the code parse the Word document right you should not have formatting and compatibility issues.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文