diff --git a/_docs/instructor/course_settings/live_lecture_chat.md b/_docs/instructor/course_settings/live_lecture_chat.md new file mode 100644 index 00000000..3cb5c92f --- /dev/null +++ b/_docs/instructor/course_settings/live_lecture_chat.md @@ -0,0 +1,25 @@ +--- +category: Instructor > Course Settings +title: Live Lecture Chat +--- + +See also [Student -- Communication -- Live Lecture Chat](/student/communication/live_lecture_chat). + +## Enabling Live Lecture Chat + +To enable Live Lecture Chat for a course, an instructor must go to the "Course Settings" page and click the checkbox labelled "Enable Live Lecture Chat". You can then access Live Lecture Chat from the left sidebar. When you enter the Live Lecture chat menu, you will be shown a list of currently enabled and disabled Lecture Chats: + +![](/images/live_lecture_chat/live_lecture_chat_menu_admin.png){height="500px"} + +To create a new chat, click the New Chatroom button and enter your desired name, description, and anonymity (the description may be blank): + +![](/images/live_lecture_chat/live_lecture_chat_creation.png){height="500px"} + + +You will then see your newly created channel, and you will be able to click Start Session to allow students to join the Lecture Chat. Additionally, you can edit the Lecture Chat or delete the Lecture Chat if the chat is disabled. + +![](/images/live_lecture_chat/live_lecture_chat_edit.png){height="500px"} + +An instructor can join the chatroom and leave messages while it is enabled or disabled: + +![](/images/live_lecture_chat/live_lecture_chat_instructor_access.png){height="500px"} \ No newline at end of file diff --git a/_docs/student/communication/live_lecture_chat.md b/_docs/student/communication/live_lecture_chat.md new file mode 100644 index 00000000..8c6412ca --- /dev/null +++ b/_docs/student/communication/live_lecture_chat.md @@ -0,0 +1,24 @@ +--- +category: Student > Communication +title: Live Lecture Chat +--- + +Live lecture chat is a feature which allows Submitty users to engage in real time communication via their course page. Its primary use case is to allow for live participation within lectures, creating a similar ease of communication to an online lecture. + +## Live Lecture Chat Usage + +Once your instructor has enabled Live Lecture Chat, it will appear on the sidebar for student use: + +![](/images/live_lecture_chat/live_lecture_chat_icon_example.png){height="400px"} + +Upon clicking on Live Lecture Chat, you will be met with this menu: + +![](/images/live_lecture_chat/live_lecture_chat_menu.png){height="500px"} + +When an instructor enables live chat, a chat entry will appear. Your instructor may have enabled the ability to join Anonymously as shown below: + +![](/images/live_lecture_chat/live_lecture_enabled_chat.png){height="500px"} + +You can now enter Live Lecture Chat. There you will see messages from other Submitty users in your course: + +![](/images/live_lecture_chat/live_lecture_chat.png){height="500px"} \ No newline at end of file diff --git a/images/live_lecture_chat/live_lecture_chat.png b/images/live_lecture_chat/live_lecture_chat.png new file mode 100644 index 00000000..05c399d5 Binary files /dev/null and b/images/live_lecture_chat/live_lecture_chat.png differ diff --git a/images/live_lecture_chat/live_lecture_chat_creation.png b/images/live_lecture_chat/live_lecture_chat_creation.png new file mode 100644 index 00000000..7b2effdd Binary files /dev/null and b/images/live_lecture_chat/live_lecture_chat_creation.png differ diff --git a/images/live_lecture_chat/live_lecture_chat_edit.png b/images/live_lecture_chat/live_lecture_chat_edit.png new file mode 100644 index 00000000..d282716f Binary files /dev/null and b/images/live_lecture_chat/live_lecture_chat_edit.png differ diff --git a/images/live_lecture_chat/live_lecture_chat_icon_example.png b/images/live_lecture_chat/live_lecture_chat_icon_example.png new file mode 100644 index 00000000..2e4fcd44 Binary files /dev/null and b/images/live_lecture_chat/live_lecture_chat_icon_example.png differ diff --git a/images/live_lecture_chat/live_lecture_chat_instructor_access.png b/images/live_lecture_chat/live_lecture_chat_instructor_access.png new file mode 100644 index 00000000..424de02f Binary files /dev/null and b/images/live_lecture_chat/live_lecture_chat_instructor_access.png differ diff --git a/images/live_lecture_chat/live_lecture_chat_menu.png b/images/live_lecture_chat/live_lecture_chat_menu.png new file mode 100644 index 00000000..d2c579ff Binary files /dev/null and b/images/live_lecture_chat/live_lecture_chat_menu.png differ diff --git a/images/live_lecture_chat/live_lecture_chat_menu_admin.png b/images/live_lecture_chat/live_lecture_chat_menu_admin.png new file mode 100644 index 00000000..b2761780 Binary files /dev/null and b/images/live_lecture_chat/live_lecture_chat_menu_admin.png differ diff --git a/images/live_lecture_chat/live_lecture_enabled_chat.png b/images/live_lecture_chat/live_lecture_enabled_chat.png new file mode 100644 index 00000000..5b789936 Binary files /dev/null and b/images/live_lecture_chat/live_lecture_enabled_chat.png differ