Edu-pal - Learning Feedback for Google Meet
Quick student feedback for Google Meet lessons
Τι είναι το Edu-pal - Learning Feedback for Google Meet;
Το Edu-pal - Learning Feedback for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://edu-pal.org, και η κύρια λειτουργία του είναι "Quick student feedback for Google Meet lessons".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Edu-pal - Learning Feedback for Google Meet
Λήψη αρχείων επέκτασης Edu-pal - Learning Feedback for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Send questions effortlessly and get real-time answers from your students!
When teaching classes on Google Meet, it can be challenging to gauge whether your students understand the material. Gauging student ability with game-based learning should not come at the cost of interrupting lesson flow.
Edu-pal allows teachers to get quick student feedback effortlessly on Google Meet. Edu-pal engages students with their learning and helps teachers get a better picture of their students' strengths and weaknesses.
No more pre-planning games. Edu-pal is obsessed with simplicity and ease-of-use. Instead of asking students one-by-one, teachers can ask any question with a few clicks and get real-time answers from the entire class. Edu-pal lets teachers teach with games, practice with games, and review with games.
FEATURES
- Supports Multiple Choice, Multi-Select, True or False, and Short Answer question formats.
- Built-in leaderboard for meeting participants
- Optional everything - blank fields are automatically deduced
- No sign up or login - plug-and-play
- Automatic grading and concise reports
- Everything is auto-saved if network connection drops out
- Streaks, power-ups, and special rewards (Coming Soon!)
- Comprehensive dashboard to identify patterns in students' answers (Coming Soon!) Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | geopbiaefoieahodpfbclhoabkikbnkn |
| Επίσημο URL | https://chromewebstore.google.com/detail/edu-pal-learning-feedback/geopbiaefoieahodpfbclhoabkikbnkn |
| Περιγραφή | Quick student feedback for Google Meet lessons |
| Μέγεθος Αρχείου | 1.79 MB |
| Αριθμός Εγκαταστάσεων | 2,811 |
| Τρέχουσα Έκδοση | 0.1.5 |
| Τελευταία Ενημέρωση | 2021-06-10 |
| Ημερομηνία Δημοσίευσης | 2020-12-03 |
| Αξιολόγηση | 2.80/5 Συνολικά 5 Αξιολογήσεις |
| Προγραμματιστής | https://edu-pal.org |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.edu-pal.org |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://www.edu-pal.org/faq#faq |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Edu-pal - Learning Feedback for Google Meet",
"version": "0.1.5",
"author": "Edu-pal Group",
"description": "Quick student feedback for Google Meet lessons",
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"96": "icons\/96.png",
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"browser_action": {
"default_icon": "icons\/256.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/**-**-**"
],
"js": [
"inject.js"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/meet.google.com\/**-**-**"
]
},
"web_accessible_resources": [
"static\/**\/*"
]
} | |