Opis
This Khan Exercises for WordPress plugin lets you host Khan Academy exercises in your WordPress blog. Khan Exercises make learning complex subjects fun and they are free to everyone! However, the framework is very complex; it’s difficult to embed its exercises into another web site. We made framework changes, which make it easier to embed the exercises and collect the exercise results right in your WordPress blog.
Who developed this plugin and why?
This plugin was developed by Pavel Simakov and uses a fork of Khan Academy Exercises Framework. Pavel currently works at Google as a lead engineer on Google Course Builder and other educational initiatives. He is also a founder of an adaptive education site itestyou.com. Engaging interactive activities are fundamental to effective learning. Khan Academy Exercises are great! Now it’s also easy to create and use them everywhere on the Web.
Zrzuty ekranu
Instalacja
Installation is very simple:
- Download plugin zip file, and unzip it.
- Upload
khan-exercises.php
and all other files to the/wp-content/plugins/khan-exercises/
directory. - Activate the
Khan Exercises
plugin through thePlugins
menu in WordPress. - Login as Admin and go to
Settings
>Khan Exercises
. - Review the plugin settings page and navigate the links to see the exercises.
Najczęściej zadawane pytania
- Where are the exercises hosted?
-
All exercise files, HTML, CSS and JavaScript are served from your WordPress installation. Khan Academy official website does not serve any files or receives any data from your site.
- Where do the exercise results go?
-
Every time a visitor answers an exercise the results are sent to your WordPress installation and placed into
/wp-content/khan-exercises/audit.log
file or a database. - What are the licensing terms for using Khan Exercise Framework and Khan Exercises in my blog?
-
The exercise framework is MIT licensed. The exercises are protected under a Creative Commons by-nc-sa license.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Khan Exercises for WordPress” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Khan Exercises for WordPress” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.1
- Bug Fix! A DirectoryIndex was expected from (’/’) to the blog home (’/my_blog’); now works properly without DirectoryIndex.
1.0
- First version