AI 产品解读Automatically generates quizzes from web page text and creates them in Google Forms with auto-scoring
Helps educators quickly create comprehension and vocabulary quizzes from any online text without manual question writing, saving significant preparation time
1. User visits a webpage in Chrome. 2. Clicks the Quizbot extension and selects 'Create quiz from this page' or 'Create from selected text'. 3. If not signed into Google, user is prompted to authenticate with Google OAuth (granting Forms and Drive permissions). 4. Extension extracts text from the page via content scripts and Readability. 5. Extension calls the Quizbot backend API to generate quiz questions. 6. A Google Form is automatically created with the quiz, answer keys linked, and auto-scoring enabled. 7. Educator sends the Form to students. 8. Students take the quiz; incorrect answers show instant feedback with the correct choice. 9. Results are graded automatically and reported back to the educator.
Extract text from any webpage and auto-generate quiz questionsCreate quizzes directly in Google Forms with linked answer keysSupport multiple question types: comprehension, vocabulary, cloze, and mazeAuto-grade quiz results and provide instant feedback to studentsCreate quizzes from full page or user-selected textManage (save, move, delete) generated Google Forms on Google Drive
- 目标用户
- Educators and teachers / Special education professionals (given Don Johnston's product portfolio)
- background-service.js is heavily minified (124KB), making deep analysis of the backend quiz-generation logic difficult
- The extension has a sunset date of 2026-01-01 redirecting to everway.com, indicating the product may be discontinued
- Cannot fully confirm whether the vendor backend (dapi.donjohnston.net) applies any usage limits or paid tiers server-side
付费分析未识别到付费功能
No evidence of paid features, premium tiers, subscriptions, billing, or upgrade prompts found anywhere in the extension source code. Searches for 'premium', 'subscription', 'payment', 'billing', 'pricing' returned zero results. The 'pro' keyword hits are all false positives from minified code variable names. The 'license' hit is simply 'Released under the DJI license' (a code license, not a paid license). The jsdapi bundle has an applyActivationCode function but no UI or workflow that gates features behind it. The related products (snapandread.com, cowriter.com, wordbank.io, educatordashboard.com) may have their own paid models, but Quizbot itself does not gate functionality behind payment.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The core workflow (creating quizzes) is gated behind Google sign-in. In popup/menu.js lines 3-4, both 'Create quiz from this page' and 'Create from selected text' actions check `com.donjohnston.ttq.checkGoogleLogin` first. If not logged in, `com.donjohnston.ttq.askForGoogleSignIn` is triggered, blocking the action. The verify-google-account.html page (line 13) states: 'We will need you to sign in to Google, so we can store the quiz in your Google Drive.' The manifest declares OAuth2 with Google scopes for Forms and Drive access. Additionally, the extension uses a vendor auth layer (login.donjohnston.net) with token-based authentication (jsdapi-bundle.js), but the user-facing gate is Google OAuth.
存在冲突