1. How to Register as a Participant
Welcome to Quizzyfy! As a participant, you can join live games and contribute to our community question bank. Here’s how you get started:
- Click on the Teacher Sign In or Login button on the homepage.
- You will be redirected to the Google Authentication page. Sign in securely using your Google account.
- Once authenticated, fill in your details on the registration page if it's your first time logging in.
- After successful registration, you will be taken to your Dashboard where you can see your profile and start entering Game PINs to join quizzes!
2. How to Become a Host & Organization Creation
Want to create and host your own live quizzes? You need to upgrade your account to a Host.
- Sign in and navigate to your Dashboard.
- Look for the "Ready to host your own quizzes?" card or click Become a Host in the sidebar.
- You will be taken to the Organization Creation form. Select your organization type (e.g., Individual, Organization, or School).
- Fill out your details accurately. Mentioning your department helps us verify your application faster.
- Submit the application. Your dashboard will now show a Pending Approval state.
- Our administration team reviews applications. Once approved, you will get full access to the host features and your organization status will update!
0:00 / 0:24
3. How to Create a Quiz
Once your organization request is approved, you can create engaging quizzes:
- Navigate to your Dashboard and click the "Create Quiz" button or go to "My Quizzes" and click Create.
- Give your quiz a fantastic title.
- In the Quiz Editor, click Add Question. Select a question type such as Multiple Choice.
- Type your question text and add the possible answers. Don't forget to mark the correct answer!
- Click Save Question to add it to your quiz.
4. How to Present a Quiz
Ready to host? Here's how to go live:
- From "My Quizzes", locate your newly created quiz.
- Click the More Options icon (three dots) and select Start Quiz.
- Confirm the launch. The quiz status will change to Live Now.
- Click Present from the options menu to open the Host Cockpit.
- A unique Game PIN will be displayed on screen. Share this with your participants so they can join!
0:00 / 0:28
5. Mathematical Functions & Symbols
Quizzyfy supports a wide range of mathematical notations. You can type these directly into your question or option text, and they will be automatically rendered as beautiful LaTeX.
1. Basic Operations & Functions
| Function | Example | Result |
|---|---|---|
| Power (Caret) | x^2 | \( x^2 \) |
| Power (Function) | pow(x, y) | \( x^y \) |
| Square Root | sqrt(x+1) | \( \sqrt{x+1} \) |
| Cube Root | cubert(8) | \( \sqrt[3]{8} \) |
| nth Root | root(n, x) | \( \sqrt[n]{x} \) |
| Fraction | frac(1, 2) | \( \frac{1}{2} \) |
| Mixed Fraction | frac(2, 3, 4) | \( 2\frac{3}{4} \) |
| Absolute Value | abs(-x) | \( |-x| \) |
2. Trigonometry & Logarithms
| Function | Example | Result |
|---|---|---|
| Trig Functions | sin(x), cos(x), tan(x) | \( \sin(x), \cos(x), \tan(x) \) |
| Inverse Trig | asin(x), acos(x), atan(x) | \( \arcsin(x), \arccos(x), \arctan(x) \) |
| Natural Log | ln(e) | \( \ln(e) \) |
| Logarithm | log(x) | \( \log(x) \) |
| Log Base 10 | log10(100) | \( \log_{10}(100) \) |
3. Calculus (Advanced)
| Function | Example | Result |
|---|---|---|
| Limit | lim(x->0) | \( \lim_{x \to 0} \) |
| Definite Integral | int(a, b) | \( \int_{a}^{b} \) |
| Derivative | diff(x^2) | \( \frac{d}{dx}(x^2) \) |
4. Constants & Symbols
| Symbol | Description | Example | Result |
|---|---|---|---|
| pi | $\pi$ (Pi) | 2*pi*r | \( 2\pi r \) |
| e | Euler number | e^x | \( e^x \) |
| deg | Degrees | 90deg | \( 90^\circ \) |
| angle | Angle symbol | angle ABC | \( \angle ABC \) |
| triangle | Triangle symbol | triangle ABC | \( \triangle ABC \) |
Tip: All functions support nesting. For example, sqrt(pow(x,2)+1) will render as \( \sqrt{x^2+1} \).