Lightbridge-KS / ZoomInterface

A data analysis Shiny app of program Zoom report files.

Home Page:https://lightbridge-ks.github.io/ZoomInterface/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZoomInterface

Lifecycle: experimental

A data analysis Shiny web application for Zoom’s participants report .csv and Zoom’s chat .txt file.

  • The app currently deployed: here

  • User manual in Thai language can be found: here

  • Main operating functions are provided by {zoomclass} R-package.


Modules

  • Zoom Class Report: design to analyse student’s time data in Zoom classroom from participants report .csv file.

  • Zoom Chat Converter: convert Zoom’s chat file from .txt to .xlsx, for easy data manipulation and analysis.


Zoom Class Report

Main functions:

  • zoomclass::class_studentsID(): provides time information summarized for each student’s ID.

  • zoomclass::class_session(): provides time information for each sessions.

More information can be read in the app.


Zoom Chat Converter

The main function used is zoomclass::read_zoom_chat().

The output is a data frame created by extracting text information from the following columns:

  • Time: the time stamp of each message

  • Name: the person who send the message

  • Target: the audience or person who receive the message

  • Content: content of the message

Then, the data frame will be displayed in the app and could be download as excel file.

About

A data analysis Shiny app of program Zoom report files.

https://lightbridge-ks.github.io/ZoomInterface/

License:Other


Languages

Language:R 100.0%