Skip to content

Commit 78629c5

Browse files
committed
Version 2.3.0
1 parent ff67baf commit 78629c5

File tree

9 files changed

+77
-44
lines changed

9 files changed

+77
-44
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default defineConfig({
5454
{ text: "Questions", link: "/usage/qa" },
5555
{ text: "Forms", link: "/usage/forms" },
5656
{ text: "Polls", link: "/usage/polls" },
57+
{ text: "Quizzes", link: "/usage/quizzes" },
5758
{ text: "Web Content", link: "/usage/webcontent" },
5859
{ text: "Reports", link: "/usage/reports" },
5960
],

integration/lti.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# LTI integration (Beta)
22

3-
You can integrate Claper with other tools using LTI: Moodle, Canvas...
3+
You can integrate Claper with other tools LMS using LTI. Currently, only **Moodle** has been tested and we recommand you to use it.
44

5-
Claper uses LTI 1.3 to connect with your LMS and allow your students to join events directly from your LMS.
5+
Claper uses LTI 1.3 to connect with your LMS and allow your students to join events directly from your it.
66

77
:::info Only on self-hosted version
88
This feature is available on the self-hosted version of Claper and is not yet available on the Cloud version.
@@ -18,15 +18,21 @@ To register Claper as an LTI tool in Moodle:
1818
4. Activate Claper
1919
5. Change settings (if not already done):
2020

21-
- **Default launch container:** New window
22-
- **Tool configuration usage:** Show in activity chooser and as a preconfigured tool
21+
- **Tool settings > Default launch container:** New window
22+
- **Tool settings >Tool configuration usage:** Show in activity chooser and as a preconfigured tool
23+
- **Services > IMS LTI Assignment and Grade Services:** Use this service for grade sync and column management (for quizzes)
2324

2425
6. Choose Claper in the activity chooser.
2526
7. Set activity name, this will be the name of the created event.
2627
8. Once your activity is created, click on the Claper link to create the event (you need to be an instructor or admin).
2728
9. Every other instructor who click on the link will be added as a facilitator to manage the event.
2829
10. Students are redirected to the event view (if created) to start interacting.
2930

31+
:::info HTTPS requirements for quizzes
32+
33+
To use LTI with Assignment and Grade Services (AGS), you need an HTTPS endpoint for your LMS and for Claper.
34+
:::
35+
3036
## Canvas, Blackboard...
3137

32-
These steps should be similar to the Moodle one, but if you have any trouble or want to contribute to the documentation for these LMS, please let us know.
38+
At this time, only Moodle has been tested with LTI integration. If you have any other LMS that works with LTI, please let us know and we will contribute to the documentation about it.

public/quiz.png

853 KB
Loading

public/usage/quiz/grade.png

71.6 KB
Loading

public/usage/quiz/manage.png

11.6 KB
Loading

self-hosting/configuration.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -156,36 +156,6 @@ SMTP password
156156

157157
SMTP port
158158

159-
### SMTP_TLS
160-
161-
**Default value**: `always`
162-
163-
**Accepted values**: `always, never, if_available`
164-
165-
**Required**: `No`
166-
167-
SMTP TLS
168-
169-
### SMTP_AUTH
170-
171-
**Default value**: `always`
172-
173-
**Accepted values**: `always, never, if_available`
174-
175-
**Required**: `No`
176-
177-
SMTP Auth
178-
179-
### SMTP_SSL
180-
181-
**Default value**: `true`
182-
183-
**Accepted values**: `true, false`
184-
185-
**Required**: `No`
186-
187-
SMTP SSL
188-
189159
### ENABLE_MAILBOX_ROUTE
190160

191161
**Default value**: `false`

usage/manager.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,23 @@ If you find a message interesting, you can pin it by clicking on **Pin**. This w
2828

2929
### Presentation settings
3030

31-
Presentation settings allow you to control what is displayed on the screen. You can show the chat, poll results, or instructions to join the event.
31+
Presentation settings allow you to control what is displayed on the presentation. You can show the chat, poll results, or instructions to join the event.
3232

33-
- **Show instructions**: Display instructions to join the event on the screen. This is useful if you have attendees who are not familiar with Claper. They can scan the QR code or enter the code to join the event.
34-
- **Show messages**: Display the chat messages on the screen.
35-
- **Show only pinned messages**: Display only the pinned messages on the screen.
36-
- **Show poll results**: Display the poll results on the screen, this will show in real-time the poll results of the active poll.
33+
- **Show instructions to join**: Display instructions to join the event on the presentation. This is useful if you have attendees who are not familiar with Claper. They can scan the QR code or enter the code to join the event.
34+
- **Show messages**: Display the chat messages on the presentation.
35+
- **Show only pinned messages**: Display only the pinned messages on the presentation.
3736

3837
### Attendees settings
3938

4039
Attendees settings allow you to control the attendees' experience during the event, what they can do or see on their device.
4140

4241
- **Enable messages**: Allow attendees to send messages in the chat.
4342
- **Enable anonymous messages**: Allow attendees to send messages anonymously. This is useful if you want to keep the chat open to everyone. If you disable this option, attendees will have to enter their name to send a message.
44-
- **Enable message reactions**: Allow attendees to react to messages by clicking on the reaction button. This will show a list of reactions that attendees can choose from.
45-
- **Show poll results**: Allow attendees to see the poll results on their device. This will show in real-time the poll results of the active poll. If you disable this option, attendees will not see the poll results.
43+
- **Enable reactions**: Allow attendees to react to messages by clicking on the reaction button. This will show a list of reactions that attendees can choose from.
44+
45+
### Interaction settings
46+
47+
Some interactions like polls and quizzes can have speicific settings, like showing results on the screen or not. Refer to the interaction documentation for more information.
4648

4749
## Add interactive elements
4850

usage/quizzes.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Quizzes
2+
3+
![Quiz Feature](/quiz.png)
4+
5+
Quizzes are perfect for testing the knowledge of your audience. You can create quizzes during your presentation and see the results in real-time.
6+
7+
## Create a quiz
8+
9+
When you create a quiz, you can add up to 10 questions. Each question should have at least one correct answer.
10+
11+
You can add as many answers as you want for each question.
12+
13+
## Quiz results
14+
15+
When **Show results on presentation** is enabled, attendees can see their results once they have submitted their answers. This also displays the average score of the quiz in your presentation.
16+
17+
![Manage quiz](/usage/quiz/manage.png)
18+
19+
:::warning
20+
Attendees cannot change their answers once they have submitted the quiz.
21+
:::
22+
23+
## Questions review
24+
25+
You can review the quiz answers by clicking the **Review questions** button in the [Event manager](/usage/manager.md). Use the next/previous buttons to navigate through the questions and review your audience's answers. This only affects your presentation view; attendees can independently navigate through the questions on their devices.
26+
27+
## LTI Assignment and Grade Services (Moodle)
28+
29+
:::info Only on self-hosted version
30+
This feature is available on the self-hosted version of Claper and is not yet available on the Cloud version.
31+
:::
32+
33+
See [LTI integration](/integration/lti.md) for more information about LMS integration.
34+
35+
Every quizzes you create will be available on your LTI tool in Moodle, as a column, if the event is linked to a resource.
36+
37+
If an attendee submit quiz answers, he will receive a grade in Moodle.
38+
39+
### Enable grades
40+
41+
When you create a resource on your LMS (Moodle for the example), be sure to enable grade of type _Points_ with maximum value of **100**.
42+
43+
![Grade in Moodle](/usage/quiz/grade.png)

usage/reports.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,21 @@ To access the report, you have to terminate your event. To do so, click on the *
1111
The report contains the following metrics:
1212

1313
- **Audience peak**: The maximum number of attendees who were connected at the same time.
14-
- **Messages**: The total number of messages sent during the event.
15-
- **Average voters**: The average number of voters per poll.
14+
- **Unique attendees**: The number of unique attendees.
15+
- **Messages**: The total number of messages sent.
1616
- **Engagement rate**: The percentage of attendees who interacted during your event.
1717

18+
### Engagement rate calculation
19+
20+
The engagement rate is an important metric to understand the engagement of your audience. It is calculated using the following formula:
21+
22+
- Messages (m): **All distinct messages sent** / **Number of unique attendees**.
23+
- Polls (p): **All the polls submitted** / (**Number of polls** x **Number of unique attendees**).
24+
- Forms (f): **All the forms submitted** / (**Number of forms** x **Number of unique attendees**).
25+
- Quizzes (q): **All the quizzes submitted** / (**Number of quizzes** x **Number of unique attendees**).
26+
27+
**Engagement rate = (m + p + f + q) / 4**
28+
1829
## History
1930

2031
In the report, you will see all the interactions that were made during the event. You can see the messages, the polls and the forms that were sent all along the presentation.

0 commit comments

Comments
 (0)