mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
add forum helps
This commit is contained in:
parent
893e0c5c0b
commit
09026b19d9
4 changed files with 23 additions and 42 deletions
|
@ -1,20 +1,12 @@
|
|||
<P ALIGN=CENTER><B>Allowing new posts</B></P>
|
||||
<P ALIGN=CENTER><B>允许发新贴</B></P>
|
||||
|
||||
<P>This option allows you to restrict students from posting
|
||||
new content in this forum.
|
||||
<P>该选项可以让您限制学生在此论坛中发表新内容。
|
||||
|
||||
<P>For most forums you will want to leave students unrestricted
|
||||
and choose the first option to allow them to start new discussion
|
||||
topics (threads), and also to post replies within those threads.
|
||||
<P>对于多数论坛,你将不会限制学生,所以你可以选择第一个选项允许他们发起新话题(主线),当然也可以在其它主线中发表回贴。
|
||||
|
||||
<P>Sometimes, however, you will want to disable this ability. For
|
||||
example, this is useful for the News forum when you only want
|
||||
teachers to post new items that appear on the course main page.
|
||||
In this case you might choose the third option "No discussions, no replies".
|
||||
<P>但有时你需要屏蔽这项功能。例如,对每个课程主页中的新闻讨论区,你只希望让教师发表新贴。这时你就必须选择第三个选项“不能发起新论题,也不能回贴”。
|
||||
|
||||
<P>Sometimes you might want to only allow teachers to start new
|
||||
discussions, but still allow students to reply within those
|
||||
threads (for example within the news forum on the site home page).
|
||||
In this case you would choose the second option, "No discussions, but
|
||||
replies are allowed".
|
||||
<P>有时你也许需要只允许教师发起新话题,但又允许学生在这些话题内回贴(例如在站点首页的新闻讨论区)。这时你可以选择第二个选项,“不能发起新论题,但允许回贴”。
|
||||
|
||||
|
||||
<html><script language="JavaScript">
|
||||
|
|
|
@ -1,21 +1,13 @@
|
|||
<P ALIGN=CENTER><B>Attachments for posts</B></P>
|
||||
<P ALIGN=CENTER><B>关于附件</B></P>
|
||||
|
||||
<P>You can optionally attach ONE file from your own computer
|
||||
to any post in the forums. This file is uploaded to the
|
||||
server and stored with your post.
|
||||
<P>你可以从你的电脑中上传<B>一个</B>文件作为你的贴子的附件。这个文件和你的贴子一同储存在服务器上。
|
||||
|
||||
<P>This is useful when you want to share a picture, for example,
|
||||
or a Word document.
|
||||
<P>这让你可以和别人分享图片或文档等。
|
||||
|
||||
<P>This file can be of any type, however it is highly recommended
|
||||
that the file is named using standard 3-letter internet
|
||||
suffixes such as .doc for a Word document, .jpg or .png
|
||||
for an image, and so on. This will make it easier for others
|
||||
to download and view your attachment in their browsers.
|
||||
<P>这个文件可以是任何文件类型,但要注意尽量使用3个字母的扩展名,如Word文档为.doc,图形为.jpg或png等等。这便于其他人下载和观看你的附件。
|
||||
|
||||
<P>If you re-edit a posting and attach a new file, then any
|
||||
previous attached files for that post will be replaced.
|
||||
<P>如果重新编辑你已发表的贴子并附加一个新文件,那么原先那么附件将被新上传的文件取代。
|
||||
|
||||
<P>If you re-edit a posting with an attachment and leave
|
||||
this space blank, then the original attachment will be
|
||||
retained.
|
||||
<P>当你重新编辑已发表的贴子时,附件空格留空不填,那么原先那个附件将原封不动。
|
||||
|
||||
<html><script language="JavaScript">
|
|
@ -1,16 +1,11 @@
|
|||
<P ALIGN=CENTER><B>Forum Types</B></P>
|
||||
<P ALIGN=CENTER><B>论坛类型</B></P>
|
||||
|
||||
<P>There are several different types of forum to choose from:
|
||||
<P>以下有几种不同类型的论坛可供选择:
|
||||
|
||||
<P><B>A single simple discussion</B> - is just a single topic, all on one page.
|
||||
Useful for short, focussed discussions.
|
||||
<P><B>单一简单论题</B>—只有单个论题,只有一个页面。用于简短、集中的讨论。
|
||||
|
||||
<P><B>Standard forum for general use</B> - is an open forum where any one can
|
||||
start a new topic at any time. This is the best general-purpose forum.
|
||||
<P><B>作为一般用途的标准论坛</B>—这是个开放型的论坛,任何人任何时候均可发起新论题。这是最好的通用论坛形式。
|
||||
|
||||
<P><B>Each person posts one discussion</B> - Each person can post exactly one
|
||||
new discussion topic (everyone can reply to them though). This is useful when
|
||||
you want each student to start a discussion about, say, their reflections on
|
||||
the week's topic, and everyone else responds to these.
|
||||
<P><B>每个人发起一个论题</B>—每个人只能发起一个新的论题(但所有人都能回复)。比如这可用于你在一周课程结束时让每个学生发表他们的心得,而其他学生可以参与讨论。
|
||||
|
||||
<P>(More development to come in future versions of Moodle)
|
||||
<html><script language="JavaScript">
|
||||
|
|
|
@ -68,3 +68,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<html><script language="JavaScript">
|
Loading…
Add table
Add a link
Reference in a new issue