WP Manifestindependent plugin directory
manifest / users / tsm

Teacher's Students Management

Teachers dashboard plugin to use in WordPress and add students to dashbaord

by Mohsen Sadeghzade · github.com/culturalinfusion/tsm

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/culturalinfusion/tsm/archive/refs/heads/master.zip

Declares an update source (https://github.com/CulturalInfusion/tsm), so updates arrive through the plugin's own updater.

From the readme

Teacher's students management Installation MySQL must be upper than 5.7.8 (or support JSON). Usage - To dynamically get maxallowance of each level you should add it in the description of the level like this: and instead of 80 you can set any number. - If you're using tab, add students id to the one containing tsm shortcode. - To use user API, call endpoint from this URI using GET method: URL/wp-content/plugins/tsm/api/user.php?username=USERNAME - To use import from Google Classroom feature: From https://developers.google.com/classroom/quickstart/php Enable Classroom API and then set OAuth credentials, set Web Server and callback URL/PAGE?page=tsm-front&task=set-google-auth-code (in addition to URL, replace PAGE with path to the page which holds tsm shortcode like teachers-dashboard) then download credentials.js and copy content of it as JSON string into the settings of plugin. Please note if it asks for verification proceed with link

Read the full README on GitHub →