record attendance

162 views
Skip to first unread message

Christian Reuschle

unread,
Apr 28, 2021, 6:02:04 AM4/28/21
to bigbluebutton-users
Hi,

is there a way to time-stamp the attendance of each participant from the point he/she enters the conference until the end, including interruptions? A simple ascii-file should do the trick, each new participant gets a new line, with time-stamps for entering and leaving the conference.

Thanks a lot,

Christian

sd...@distancelearning.cloud

unread,
Apr 28, 2021, 8:26:02 AM4/28/21
to bigbluebu...@googlegroups.com

If you have access to the BBB server, the events.xml will have all the student join and leave events.

 

https://github.com/bigbluebutton/bbb-events <--- this ruby gem can extract the data in a more readable form

 

regards,

Stephen

--
You received this message because you are subscribed to the Google Groups "bigbluebutton-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-users/5e7d6d93-f29c-47a4-aad9-80e6982cd1d9n%40googlegroups.com.

Christian Reuschle

unread,
Apr 29, 2021, 12:27:28 AM4/29/21
to bigbluebutton-users
Hi Stephen,

thanks a lot for pointing me to bbb-events. I'll have a look. Though BBB is hosted for us through NextCloud by an external provider, so I don't think I have access to events.xml (I'll have to ask).

Any other idea if that turns out to be not an option?

All the best,

Chris

DistanceLearning.Cloud

unread,
Apr 29, 2021, 8:59:04 AM4/29/21
to bigbluebutton-users
the external provider may be able to provide you automated attendance reports as a feature, many providers do.  Not sure if your using moodle, but this can be integrated into the front end for teachers to see reports.

Also, a last resort if you have the URL/ security salt to make api calls, is to simply call getMeetingInfo on the meeting every 20 seconds.  it returns the names of active participants in xml format, you can take this raw responses and generate a report with a little coding.

regards,
Stephen 

Michael Plotsker

unread,
Apr 29, 2021, 9:34:56 AM4/29/21
to bigbluebutton-users
This is a feature in Teams. I get a csv in the teams chat for the class after the class ends.
Would this function be able to be added to BBB? Attendance records are very important metrics for conferencing in education especially for schools that work off a clock hour system.
Maybe adding a button upon exiting the session to download the attendance record would work? We use bbb in canvas.

Thanks
Michael Plotsker



Christian Reuschle

unread,
Apr 30, 2021, 8:16:53 AM4/30/21
to bigbluebutton-users
Hi Michael,

that would really be a good feature. I think too, that more detailed attendance records are important in educational conferencing. So I would ask the same question to the BBB developers: Would this function be able to be added to BBB? Maybe through a button upon exiting the session to download the attendance record? We use BBB trough NextCloud.

Many thanks,

Chris

sd...@207me.com

unread,
Apr 30, 2021, 8:39:18 AM4/30/21
to bigbluebu...@googlegroups.com

So the user client (web browser) does not have the attendance info.

The server needs to run some post processing after the meeting ends currently to extract the login events into events.xml where it can be used to generate a csv list, or pdf attendance report etc…

Once this is generated its possible to make a callback to a “front” end like moodle/canvas/greenlight, and with the appropriate modification in the front end, the attendance data can be accessed for the teacher or moderator.

In 2.3 these reports should appear within a few minutes.

 

Regards,

--
You received this message because you are subscribed to a topic in the Google Groups "bigbluebutton-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-users/uPMtArFHjZs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-users/05a4bd27-3c68-4c23-82f4-0aa6781cb401n%40googlegroups.com.

Vasyl Ostrovskyi

unread,
May 1, 2021, 3:37:35 AM5/1/21
to bigbluebu...@googlegroups.com
It seems that all events can be collected by WebHooks. So you (or someone else) can write an independent web-application or plugin to existing systems to add this functionality.
Bbb-events is cool but it requires server access, for webhooks you need API access (secret key) and can put your app on other server.
Regards,
 Vasyl

30.04.21 15:39, sd...@207me.com пише:
Reply all
Reply to author
Forward
0 new messages