Skip to content

A data analysis Shiny app of program Zoom report files.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Lightbridge-KS/ZoomInterface

Repository files navigation

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.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages