2021-09-16 00:12:25 +02:00
|
|
|
|
# Using Zulip for a class
|
|
|
|
|
|
|
|
|
|
Welcome to Zulip! This pages offers some tips for [using Zulip for a
|
2023-03-23 04:25:08 +01:00
|
|
|
|
class](https://zulip.com/for/education/). If this is your first time using Zulip, we
|
2021-09-16 00:12:25 +02:00
|
|
|
|
recommend checking out [Getting started with
|
|
|
|
|
Zulip](/help/getting-started-with-zulip) to get oriented.
|
|
|
|
|
|
|
|
|
|
Zulip works great as the communication hub for your class, providing a
|
|
|
|
|
single place for:
|
|
|
|
|
|
2023-01-23 22:23:36 +01:00
|
|
|
|
* [Posting lecture notes and announcements](#posting-lecture-notes-and-announcements)
|
|
|
|
|
* [Answering students’ questions](#answering-students-questions)
|
2021-09-16 00:12:25 +02:00
|
|
|
|
* Collecting feedback from students
|
2023-01-23 22:23:36 +01:00
|
|
|
|
* [Coordination among teaching staff](#coordination-among-teaching-staff)
|
|
|
|
|
* [Virtual office hours](#virtual-office-hours)
|
2021-09-16 00:12:25 +02:00
|
|
|
|
|
|
|
|
|
## Posting lecture notes and announcements
|
|
|
|
|
|
|
|
|
|
!!! tip ""
|
2024-05-01 19:47:14 +02:00
|
|
|
|
[Subscribe to email notifications](/help/channel-notifications) for
|
2024-05-06 09:20:58 +02:00
|
|
|
|
channels such as **#announcements** to make sure you never miss an important message.
|
2021-09-16 00:12:25 +02:00
|
|
|
|
|
2024-05-06 09:20:58 +02:00
|
|
|
|
Many classes use a dedicated channel to post general announcements, e.g.:
|
2021-09-16 00:12:25 +02:00
|
|
|
|
|
|
|
|
|
* **\#announcements** > **office hours**: My office hours this week
|
|
|
|
|
will be rescheduled from `Mon, Oct 11 2021, 1:00 PM` to `Thu, Oct 14 2021, 3:30 PM`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Share lecture notes and reading materials with [drag-and-drop file
|
|
|
|
|
uploads](/help/share-and-upload-files), e.g.:
|
|
|
|
|
|
|
|
|
|
* **\#Unit 3: Sorting algorithms** > **lecture notes**: Here are the notes
|
|
|
|
|
from today’s lecture. [lecture notes 10/2.pdf]() You can view a recording of the lecture [here]().
|
|
|
|
|
|
|
|
|
|
### Formatting tips
|
|
|
|
|
|
2021-11-05 18:20:47 +01:00
|
|
|
|
* You can [post a time](/help/format-your-message-using-markdown#global-times)
|
2022-02-24 21:15:43 +01:00
|
|
|
|
that everyone will see in their own time zone.
|
2021-09-16 00:12:25 +02:00
|
|
|
|
* Share URLs as [named links](/help/format-your-message-using-markdown#links).
|
|
|
|
|
|
|
|
|
|
## Answering students’ questions
|
|
|
|
|
|
2024-05-06 09:20:58 +02:00
|
|
|
|
In Zulip, channels determine who receives a message. Topics are
|
2021-09-16 00:12:25 +02:00
|
|
|
|
light-weight subjects for individual conversations. You can more about
|
2024-05-07 09:51:46 +02:00
|
|
|
|
[channels](introduction-to-channels) and [topics](/help/introduction-to-topics).
|
2021-09-16 00:12:25 +02:00
|
|
|
|
|
|
|
|
|
Zulip works best when each conversation has its own topic. When you
|
|
|
|
|
have a question to ask, simply start a new topic! For example, one
|
2024-05-06 09:20:58 +02:00
|
|
|
|
might see the following topics in a channel where a lecture and the
|
2021-09-16 00:12:25 +02:00
|
|
|
|
corresponding assignment are being discussed:
|
|
|
|
|
|
|
|
|
|
* problem 2a clarification
|
|
|
|
|
* question about slide 7
|
|
|
|
|
* code not compiling
|
|
|
|
|
* LaTeX diagram help
|
|
|
|
|
|
|
|
|
|
Zulip will show auto-complete suggestions for existing topics as you
|
|
|
|
|
type, which helps surface relevant previous conversations. You can
|
|
|
|
|
also use the search bar to check whether a question has already
|
|
|
|
|
been addressed.
|
|
|
|
|
|
|
|
|
|
You can [mention](/help/mention-a-user-or-group) the person who asked
|
|
|
|
|
a question to make sure they see timely answers.
|
|
|
|
|
|
|
|
|
|
### Resolving topics
|
|
|
|
|
|
|
|
|
|
When a question has been answered, you can [mark a topic as
|
|
|
|
|
resolved](/help/resolve-a-topic). This makes it easy for course
|
|
|
|
|
staff to see which conversations still require their attention.
|
|
|
|
|
|
|
|
|
|
## Coordination among teaching staff
|
|
|
|
|
|
2024-05-06 09:20:58 +02:00
|
|
|
|
Use private channels to coordinate among course staff, e.g.:
|
2021-09-16 00:12:25 +02:00
|
|
|
|
|
|
|
|
|
* **\#staff** > **homework 2 exercise 3b**: How many points should I
|
|
|
|
|
take off for this? The assignment says clearly to use Python 3 syntax.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
print result
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Virtual office hours
|
|
|
|
|
|
|
|
|
|
Zulip works great for virtual office hours! With a dedicated thread
|
|
|
|
|
for each question, it's easy to have several discussions at once.
|
|
|
|
|
|
|
|
|
|
* Course staff can respond to multiple questions in parallel, making
|
|
|
|
|
efficient use of their time.
|
|
|
|
|
* Students can participate in real time, or learn by reading the
|
|
|
|
|
conversations afterwards.
|
|
|
|
|
|
|
|
|
|
## Related articles
|
|
|
|
|
|
|
|
|
|
* [Getting started with Zulip](/help/getting-started-with-zulip)
|
|
|
|
|
* [Setting up your organization](/help/getting-your-organization-started-with-zulip)
|
2022-12-09 02:27:52 +01:00
|
|
|
|
* [Message formatting](/help/format-your-message-using-markdown)
|