can you edit a thread on blackboard as a student

by Dario Goodwin 3 min read

https://help.blackboard.com/Learn/Instructor/Interact/Discussions/Manage Edit a thread You can edit posts in any thread. If a student added inappropriate or inaccurate content, you can edit the post.

Students can delete only their own discussions, responses, and replies. Students can't edit their discussion titles after they create discussions. Open the menu for a response or reply to access the Edit and Delete functions. If you delete an initial response, all replies remain.

Full Answer

How do you edit a post on Blackboard?

Enter Blackboard and open the course. Edit Mode – On. Open the Discussion Board. Find a Forum that has posts. Open the forum. Click the top left checkbox to select all the threads. Optional: Uncheck any message to be kept. Click Delete to remove the student posts.

How should I create a background thread?

Jan 21, 2022 · Edit a thread Open a forum and select a thread. On the thread’s page, point to a post so that all of the functions appear and select Edit. The editor appears. Make edits while you view the original post. 3. Discussion Boards – Blackboard Student Support Discussion Boards Click Edit to modify the message or click Delete and confirm its removal.

How to create thread in discussion board, blackboard?

Sep 22, 2021 · Edit a thread You can edit posts in any thread. If a student added inappropriate or inaccurate content, you can edit the post. When you create or edit a forum, you control if students may edit their published posts. Open a forum and select a thread. 2. Manage Discussions | Blackboard Help. …

How do you delete your own thread?

Oct 11, 2021 · How do I delete my discussion post on Blackboard as a student? Editing and Deleting Discussion Posts On the Thread Detail page, click the title of one of your own … 4. Delete Threads and Edit/Delete Replies – eLearning https://elearning.uq.edu.au/guides/discussion-board/delete-threads-and-editdelete-replies

How do I edit my discussion post on Blackboard as a student?

When you create or edit a forum, you control if students may edit their published posts.Open a forum and select a thread.On the thread's page, point to a post so that all of the functions appear and select Edit.The editor appears. Make edits while you view the original post.Select Submit.

How do I edit a thread on blackboard?

Edit or delete repliesOpen a thread in a forum.On the thread's page, point to a post to view the available functions.Select Edit or Delete. The delete action is irreversible. ... When you edit, the page expands so that you can make edits in the editor while you view the original post.Select Submit.

Can students create new threads in Blackboard?

While an instructor can always create a thread, students can only create threads if the instructor allows thread creation. Open Blackboard and navigate to a course with a discussion board. Click the Discussion Board link from the navigation menu. ... Click Create Thread.

Can a student delete a submission on blackboard?

Once a file has been successfully submitted to an assignments, you can't delete it. However, if you have the ability to make another submission, re-submit the file …Nov 2, 2020

Can you delete an assignment on blackboard?

0:001:01How to Delete an Assignment - YouTubeYouTubeStart of suggested clipEnd of suggested clipButton. This will remove the student's document from blackboard and you will no longer be able toMoreButton. This will remove the student's document from blackboard and you will no longer be able to access it. This should be used in situations where the student submitted the wrong document.

How do you add a new thread on blackboard?

0:041:55How to Create a Thread in Blackboard Discussion Forum - YouTubeYouTubeStart of suggested clipEnd of suggested clipAnd we'll take you into the forum itself and you may see other threads from other students in hereMoreAnd we'll take you into the forum itself and you may see other threads from other students in here create your own thread you go up to the left hand side and just click create thread.

What are the ways in creating discussion thread?

How to Create a ThreadNavigate to your course Home Page.From the Course Menu, click Discussion Boards (Note: faculty must add a Tool link to the Course Menu), OR...From the Course Menu, click Tools and then click Discussion Boards.Select a Forum to open.Click Create Thread Entry.Enter a name for your Thread.More items...

How do I start a new thread?

Starting a Thread With a Runnable Thread thread = new Thread(runnable); thread. start(); When the thread is started it will call the run() method of the MyRunnable instance instead of executing it's own run() method. The above example would print out the text "MyRunnable running".Mar 9, 2021