Puzzicle

Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.

Wat is Puzzicle?

Puzzicle is een Chrome-extensie ontwikkeld door https://puzzicle.com, en de belangrijkste functie is "Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Puzzicle

Download Puzzicle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Love Khan Academy and Educational Youtube videos? 
============================================
Then you will love this.
Have you or your child ever watched an educational video and lost focus? 
Have you ever wished that a video was more engaging and interactive like a teacher-led lesson? 
Do you every wish you had a "teaching genie" to help? 

Then look no further. That's what Puzzicle does.

How we do it
===========
More and more learners are watching educational videos. But watching videos is not learning. Videos are not lessons. They lack interactivity and engagement.

By providing questions, notes and guidance directly embedded in Khan Academy videos so that learners can truly be engaged by the wonderful resource that is Khan Academy.

Educational Videos -vs- Puzzicle Lessons
=================================
>> Experience      
Passive Consumption   -vs-   Active Participation

>> Learning Style 
Watch & Chill                   -vs-   Engage & Focus

>> Outcomes       
Superficial Familiarity    -vs-   Internalization & Retention

So go ahead, *get the extension*, if you haven't already!

STILL haven't downloaded the extension?
=================================
Hear from an actual learner - Watch this video: https://youtu.be/ETXboP8Ev-M and see why Puzzicle was invented and how this learner uses Puzzicle.

Not convinced yet? Read "Our story".

Our Story
========
Puzzicle was created during Covid-19 because we found that our kids needed our help constantly. Sure, they could reach out to their teachers, but by the time they sent an email out and got a response it would be the next day. Our kids were also covering material that wasn't taught in school, and as they went a few grades ahead, they began to find things getting difficult. All of Sal Khan's explanations are great, but if you are going "above grade" you really need to focus. And when Sal says "Pause the video and try it out yourself", you really need to do that. But many learners lean back and consume and they don't pause videos, they merely familiarize themselves with material. They don't LEARN. And that's why we created Puzzicle. It allows kids to have teacher-guided videos without a teacher or a parent actually being there!

Teachers
=======
You want nothing more for your learners than success. And success means their ability to learn when they are outside the classroom so that you can focus on the stuff that really delivers excellence. So Puzzicle is really a teacher companion tool.

International Parents & Teachers
==========================
If you aren't in the United States, you may wonder, why use Khan Academy? Khan Academy is great for foundational learning regardless of where you are in the world. Physics, Math, Chemistry and Biology are all the same anywhere in the world and so we'd encourage you to try it.

NOT just Khan Academy
====================
We support videos from some of the best kids Youtube Channels including Mark Rober, Numberphile, TED, National Geographic, Crash Course, among others.

Some notes:

* While we have included this in the "Social & Communication" category, Puzzicle does not provide any live interaction facilities - it is more an education tool to assist with the already fabulous Khan Academy!

* We have no relationship with Khan Academy and the use of "Khan Academy" is only used in a descriptive sense and does not imply any endorsement.

* With the exception of payments made (that are entirely donations and optional), you should also be aware that we do not collect or share any personally identifiable information with this extension. In fact, the answers you or your child enters are not transmitted to the server. It is evaluated on the client itself.

* Note that if you donate, we will have the information you provide - i.e. your Paypal email address.                    

Basisinformatie over de Extensie

Naam Puzzicle Puzzicle
ID mbbpiggjcniinkoddmnekbbaemlpjekj
Officiële URL https://chromewebstore.google.com/detail/puzzicle/mbbpiggjcniinkoddmnekbbaemlpjekj
Beschrijving Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.
Bestandsgrootte 768 KB
Aantal Installaties 691
Huidige Versie 0.0.7
Laatst Bijgewerkt 2022-12-01
Publicatiedatum 2021-04-30
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar https://puzzicle.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://docs.google.com/forms/d/e/1FAIpQLSc_lDAXM4ssHXLvj3iUNUI7NT6cqUpxNcIlIFXIJpIPtHSemA/viewform
URL van de Privacybeleid Pagina https://www.privacypolicygenerator.info/live.php?token=peOaZhxmFbpmUcHkE6yuI6nnjTeC5FKG
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Puzzicle",
    "version": "0.0.7",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "description": "Puzzicle turns Khan Academy videos into interactive lessons, with prompts & quizzes to engage students just like a human teacher.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/ytpuzzicle.css"
            ],
            "js": [
                "js\/jquery-3.5.1.js",
                "js\/stitch.js",
                "templates.js",
                "ytscriptpuzzicle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.khanacademy.org\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.js",
                "js\/stitch.js",
                "js\/script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "frame.html"
            ],
            "matches": [
                "*:\/\/www.khanacademy.org\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.khanacademy.org\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}