Copy disabled (too large)
Download .txt
Showing preview only (90,150K chars total). Download the full file to get everything.
Repository: gcompris/GCompris-qt
Branch: master
Commit: cc94ae711e26
Files: 3723
Total size: 80.0 MB
Directory structure:
gitextract_d1cx5enw/
├── .clang-format
├── .flatpak-manifest-teachers.json
├── .flatpak-manifest.json
├── .gitattributes
├── .gitignore
├── .gitlab-ci.yml
├── .gitmodules
├── .kde-ci.yml
├── CMakeLists.txt
├── HACKING
├── LICENSES/
│ ├── AGPL-3.0-only.txt
│ ├── Apache-2.0.txt
│ ├── BSD-2-Clause.txt
│ ├── BSD-3-Clause.txt
│ ├── CC-BY-2.0.txt
│ ├── CC-BY-3.0.txt
│ ├── CC-BY-4.0.txt
│ ├── CC-BY-SA-3.0.txt
│ ├── CC-BY-SA-4.0.txt
│ ├── CC0-1.0.txt
│ ├── GFDL-1.2-or-later.txt
│ ├── GPL-2.0-only.txt
│ ├── GPL-2.0-or-later.txt
│ ├── GPL-3.0-only.txt
│ ├── GPL-3.0-or-later.txt
│ ├── LGPL-3.0-only.txt
│ ├── LicenseRef-Free-Art-Licence-1.2.txt
│ ├── LicenseRef-Qt-Commercial.txt
│ ├── MPL-2.0.txt
│ ├── OFL-1.1.txt
│ └── Unlicense.txt
├── README
├── README.md
├── REUSE.toml
├── android/
│ ├── AndroidManifest.xml.cmake
│ ├── CMakeLists.txt
│ ├── build.gradle
│ ├── configAndroid.json.cmake
│ ├── gradle/
│ │ └── wrapper/
│ │ └── gradle-wrapper.properties
│ ├── src/
│ │ └── net/
│ │ └── gcompris/
│ │ └── GComprisActivity.java
│ └── strings.xml
├── cmake/
│ ├── CodeQualityUtils.cmake
│ ├── FixBundle.cmake.in
│ ├── box2d.cmake
│ ├── qt_helper.cmake
│ ├── rcc.cmake
│ └── translation.cmake
├── cppcheck-suppressions.xml
├── docs/
│ ├── Doxyfile.local
│ ├── docbook/
│ │ ├── CMakeLists.txt
│ │ └── index.docbook
│ └── manual-general
├── fastlane/
│ └── metadata/
│ └── android/
│ ├── ar-AR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── az-AZ/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ca/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── cs-CZ/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── de-DE/
│ │ ├── changelogs/
│ │ │ ├── 260100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── el-GR/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── en-GB/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── en-US/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260000.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── es-ES/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── eu-ES/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── fi-FI/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── fr-FR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── gl-ES/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── he/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── hr/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── hu-HU/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── id/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── it-IT/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ka-GE/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── lt/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ └── 40100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── lv-LV/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── mk-MK/
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ml-IN/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── nl-NL/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── pl-PL/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── pt-BR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ └── 40100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── pt-PT/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ro/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ru-RU/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sa-IN/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sk/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sl/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sq/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sv-SE/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── tr-TR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── uk/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── zh-CN/
│ │ ├── changelogs/
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ └── zh-TW/
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
├── images/
│ └── CMakeLists.txt
├── installer/
│ └── GCompris.icns
├── org.kde.gcompris-teachers.appdata.xml
├── org.kde.gcompris-teachers.desktop
├── org.kde.gcompris.appdata.xml
├── org.kde.gcompris.desktop
├── platforms/
│ ├── flatpak/
│ │ └── README
│ ├── ios/
│ │ ├── .gitignore
│ │ ├── Info.plist
│ │ ├── README
│ │ ├── config.h
│ │ ├── createAppicon.py
│ │ ├── createLaunchImage.py
│ │ └── gcompris.pro
│ ├── snap/
│ │ └── snapcraft.yaml
│ ├── ubuntutouch/
│ │ ├── CMakeLists.txt
│ │ ├── README.md
│ │ ├── clickable.yml
│ │ ├── gcompris.apparmor
│ │ ├── gcompris.desktop
│ │ └── manifest.json.in
│ └── windows/
│ └── prepare.sh
├── po/
│ ├── ar/
│ │ └── gcompris_voices.po
│ ├── az/
│ │ └── gcompris_voices.po
│ ├── bg/
│ │ └── gcompris_voices.po
│ ├── br/
│ │ └── gcompris_voices.po
│ ├── ca/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ca@valencia/
│ │ └── gcompris_voices.po
│ ├── cs/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── da/
│ │ └── gcompris_voices.po
│ ├── de/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── el/
│ │ └── gcompris_voices.po
│ ├── en_GB/
│ │ └── gcompris_voices.po
│ ├── eo/
│ │ └── gcompris_voices.po
│ ├── es/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── et/
│ │ └── gcompris_voices.po
│ ├── eu/
│ │ └── gcompris_voices.po
│ ├── fi/
│ │ └── gcompris_voices.po
│ ├── fr/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ga/
│ │ └── gcompris_voices.po
│ ├── gd/
│ │ └── gcompris_voices.po
│ ├── gl/
│ │ └── gcompris_voices.po
│ ├── gu/
│ │ └── gcompris_voices.po
│ ├── he/
│ │ └── gcompris_voices.po
│ ├── hi/
│ │ └── gcompris_voices.po
│ ├── hr/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ia/
│ │ └── gcompris_voices.po
│ ├── id/
│ │ └── gcompris_voices.po
│ ├── it/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ja/
│ │ └── gcompris_voices.po
│ ├── ka/
│ │ └── gcompris_voices.po
│ ├── lt/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── lv/
│ │ └── gcompris_voices.po
│ ├── mk/
│ │ └── gcompris_voices.po
│ ├── ml/
│ │ └── gcompris_voices.po
│ ├── nl/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── nn/
│ │ └── gcompris_voices.po
│ ├── pa/
│ │ └── gcompris_voices.po
│ ├── pl/
│ │ └── gcompris_voices.po
│ ├── pt/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── pt_BR/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ro/
│ │ └── gcompris_voices.po
│ ├── ru/
│ │ └── gcompris_voices.po
│ ├── sa/
│ │ └── gcompris_voices.po
│ ├── sk/
│ │ └── gcompris_voices.po
│ ├── sl/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── sq/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── sv/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── tg/
│ │ └── gcompris_voices.po
│ ├── tr/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── uk/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── zh_CN/
│ │ └── gcompris_voices.po
│ └── zh_TW/
│ └── gcompris_voices.po
├── poqm/
│ ├── ar/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── az/
│ │ └── gcompris_qt.po
│ ├── be/
│ │ └── gcompris_qt.po
│ ├── bg/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── br/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── bs/
│ │ └── gcompris_qt.po
│ ├── ca/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ca@valencia/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── cs/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── da/
│ │ └── gcompris_qt.po
│ ├── de/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── el/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── en/
│ │ └── gcompris_qt.po
│ ├── en_GB/
│ │ └── gcompris_qt.po
│ ├── eo/
│ │ └── gcompris_qt.po
│ ├── es/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── et/
│ │ └── gcompris_qt.po
│ ├── eu/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── fa/
│ │ └── gcompris_qt.po
│ ├── fi/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── fr/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ga/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── gd/
│ │ └── gcompris_qt.po
│ ├── gl/
│ │ └── gcompris_qt.po
│ ├── gu/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── he/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── hi/
│ │ └── gcompris_qt.po
│ ├── hr/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── hu/
│ │ └── gcompris_qt.po
│ ├── ia/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── id/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── it/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ja/
│ │ └── gcompris_qt.po
│ ├── ka/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── kab/
│ │ └── gcompris_qt.po
│ ├── kn/
│ │ └── gcompris_qt.po
│ ├── ko/
│ │ └── gcompris_qt.po
│ ├── lt/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── lv/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── mk/
│ │ └── gcompris_qt.po
│ ├── ml/
│ │ └── gcompris_qt.po
│ ├── nb/
│ │ └── gcompris_qt.po
│ ├── nl/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── nn/
│ │ └── gcompris_qt.po
│ ├── pa/
│ │ └── gcompris_qt.po
│ ├── pl/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── pt/
│ │ └── gcompris_qt.po
│ ├── pt_BR/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ro/
│ │ └── gcompris_qt.po
│ ├── ru/
│ │ └── gcompris_qt.po
│ ├── sa/
│ │ └── gcompris_qt.po
│ ├── sk/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── sl/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── sq/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── sv/
│ │ └── gcompris_qt.po
│ ├── sw/
│ │ └── gcompris_qt.po
│ ├── ta/
│ │ └── gcompris_qt.po
│ ├── tg/
│ │ └── gcompris_qt.po
│ ├── th/
│ │ └── gcompris_qt.po
│ ├── tr/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── uk/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── zh_CN/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ └── zh_TW/
│ └── gcompris_qt.po
├── publiccode.yml
├── src/
│ ├── CMakeLists.txt
│ ├── Messages.sh
│ ├── StaticMessages.sh
│ ├── activities/
│ │ ├── CMakeLists.txt
│ │ ├── activities.txt
│ │ ├── adjacent_numbers/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Adjacent_numbers.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DraggableTile.qml
│ │ │ ├── DroppableTile.qml
│ │ │ ├── adjacent_numbers.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── advanced_colors/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AdvancedColors.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── advanced_colors.js
│ │ ├── algebra_by/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Algebra.qml
│ │ │ ├── AlgebraBy.qml
│ │ │ ├── AlgebraText.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── algebra.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algebra_div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlgebraDiv.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algebra_minus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlgebraMinus.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algebra_plus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlgebraPlus.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algorithm/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Algorithm.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── algorithm.js
│ │ ├── align4/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Align4.qml
│ │ │ └── CMakeLists.txt
│ │ ├── align4_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Align42players.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Piece.qml
│ │ │ └── align4.js
│ │ ├── alphabet-sequence/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlphabetSequence.qml
│ │ │ └── CMakeLists.txt
│ │ ├── analog_electricity/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnalogElectricity.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragListItem.qml
│ │ │ ├── ListWidget.qml
│ │ │ ├── TutorialDataset.qml
│ │ │ ├── Wire.qml
│ │ │ ├── analog_electricity.js
│ │ │ ├── cktsim.js
│ │ │ └── components/
│ │ │ ├── Battery.qml
│ │ │ ├── Bulb.qml
│ │ │ ├── Connection.qml
│ │ │ ├── ElectricalComponent.qml
│ │ │ ├── RedLed.qml
│ │ │ ├── Resistor.qml
│ │ │ ├── Rheostat.qml
│ │ │ ├── Switch1.qml
│ │ │ ├── Switch2.qml
│ │ │ └── TerminalPoint.qml
│ │ ├── baby_keyboard/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Baby_keyboard.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── baby_keyboard.js
│ │ ├── baby_mouse/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Baby_mouse.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── baby_mouse.js
│ │ ├── baby_tangram/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BabyTangram.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── dataset.js
│ │ ├── baby_wordprocessor/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BabyWordprocessor.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── baby_wordprocessor.js
│ │ ├── babymatch/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Babymatch.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragListItem.qml
│ │ │ ├── DropAnswerItem.qml
│ │ │ ├── ListWidget.qml
│ │ │ ├── TextItem.qml
│ │ │ ├── babymatch.js
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ └── board7_0.qml
│ │ ├── babyshapes/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Babyshapes.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board7_0.qml
│ │ │ ├── board7_1.qml
│ │ │ ├── board7_2.qml
│ │ │ ├── board7_3.qml
│ │ │ └── board7_4.qml
│ │ ├── balancebox/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BalanceContact.qml
│ │ │ ├── BalanceItem.qml
│ │ │ ├── Balancebox.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Goal.qml
│ │ │ ├── Wall.qml
│ │ │ ├── balancebox.js
│ │ │ ├── balancebox_common.js
│ │ │ ├── editor/
│ │ │ │ ├── BalanceboxEditor.qml
│ │ │ │ ├── EditorTool.qml
│ │ │ │ ├── balanceboxeditor.js
│ │ │ │ └── editor_worker.js
│ │ │ └── resource/
│ │ │ └── levels-default.json
│ │ ├── ballcatch/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Ball.qml
│ │ │ ├── Ballcatch.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ballcatch.js
│ │ ├── bargame/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Bargame.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── bargame.js
│ │ ├── bargame_2players/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Bargame2players.qml
│ │ │ └── CMakeLists.txt
│ │ ├── binary_bulb/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BinaryBulb.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── LightBulb.qml
│ │ │ ├── binary_bulb.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ ├── tutorial1.qml
│ │ │ ├── tutorial2.qml
│ │ │ ├── tutorial3.qml
│ │ │ ├── tutorial4.qml
│ │ │ ├── tutorial5.qml
│ │ │ ├── tutorial6.qml
│ │ │ └── tutorial7.qml
│ │ ├── braille_alphabets/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BrailleAlphabets.qml
│ │ │ ├── BrailleChar.qml
│ │ │ ├── BrailleMap.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FirstScreen.qml
│ │ │ ├── braille_alphabets.js
│ │ │ └── questions.js
│ │ ├── braille_fun/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BrailleFun.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── braille_fun.js
│ │ ├── calcudoku/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Calcudoku.qml
│ │ │ ├── CalcudokuCage.qml
│ │ │ ├── CalcudokuCase.qml
│ │ │ ├── CalcudokuListWidget.qml
│ │ │ ├── calcudoku.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── calendar/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Calendar.qml
│ │ │ ├── ChoiceTable.qml
│ │ │ ├── MonthGridDelegate.qml
│ │ │ ├── calendar.js
│ │ │ └── calendar_dataset.js
│ │ ├── canal_lock/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CanalLock.qml
│ │ │ └── Lock.qml
│ │ ├── categorization/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Categorization.qml
│ │ │ ├── CategoryReview.qml
│ │ │ ├── MenuScreen.qml
│ │ │ ├── Zone.qml
│ │ │ ├── categorization.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── board/
│ │ │ ├── category_alphabets.qml
│ │ │ ├── category_animals.qml
│ │ │ ├── category_birds.qml
│ │ │ ├── category_colors.qml
│ │ │ ├── category_fishes.qml
│ │ │ ├── category_flowers.qml
│ │ │ ├── category_food.qml
│ │ │ ├── category_fruits.qml
│ │ │ ├── category_household_goods.qml
│ │ │ ├── category_insects.qml
│ │ │ ├── category_living_beings.qml
│ │ │ ├── category_monuments.qml
│ │ │ ├── category_nature.qml
│ │ │ ├── category_numbers.qml
│ │ │ ├── category_odd_even.qml
│ │ │ ├── category_renewable.qml
│ │ │ ├── category_shapes.qml
│ │ │ ├── category_tools.qml
│ │ │ ├── category_transports.qml
│ │ │ └── category_vegetables.qml
│ │ ├── checkers/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Checkers.qml
│ │ │ ├── Piece.qml
│ │ │ ├── checkers.js
│ │ │ └── engine.js
│ │ ├── checkers_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Checkers2Players.qml
│ │ ├── chess/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Chess.qml
│ │ │ ├── GCTimerButton.qml
│ │ │ ├── Piece.qml
│ │ │ ├── TakenPiecesList.qml
│ │ │ ├── chess.js
│ │ │ └── engine.js
│ │ ├── chess_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Chess2Players.qml
│ │ ├── chess_partyend/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ChessPartyEnd.qml
│ │ ├── chronos/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Chronos.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board5_1.qml
│ │ │ ├── board5_2.qml
│ │ │ ├── board5_3.qml
│ │ │ ├── board5_4.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board6_1.qml
│ │ │ ├── board6_2.qml
│ │ │ └── board6_3.qml
│ │ ├── click_on_letter/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Carriage.qml
│ │ │ ├── ClickOnLetter.qml
│ │ │ ├── click_on_letter.js
│ │ │ └── resource/
│ │ │ ├── NoteForDatasets
│ │ │ ├── check_dataset.py
│ │ │ ├── levels-ar.json
│ │ │ ├── levels-be.json
│ │ │ ├── levels-ca.json
│ │ │ ├── levels-ca@valencia.json
│ │ │ ├── levels-cs.json
│ │ │ ├── levels-el.json
│ │ │ ├── levels-en.json
│ │ │ ├── levels-en_GB.json
│ │ │ ├── levels-es.json
│ │ │ ├── levels-et.json
│ │ │ ├── levels-eu.json
│ │ │ ├── levels-fr.json
│ │ │ ├── levels-hr.json
│ │ │ ├── levels-kn.json
│ │ │ ├── levels-lt.json
│ │ │ ├── levels-lv.json
│ │ │ ├── levels-ml.json
│ │ │ ├── levels-pt_BR.json
│ │ │ ├── levels-ro.json
│ │ │ ├── levels-ru.json
│ │ │ ├── levels-sq.json
│ │ │ ├── levels-ta.json
│ │ │ ├── levels-tr.json
│ │ │ └── levels-uk.json
│ │ ├── click_on_letter_up/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ClickOnLetterUp.qml
│ │ ├── clickanddraw/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Clickanddraw.qml
│ │ │ └── clickanddraw_dataset.js
│ │ ├── clickgame/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Clickgame.qml
│ │ │ ├── Fish.qml
│ │ │ └── clickgame.js
│ │ ├── clockgame/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Clockgame.qml
│ │ │ ├── clockgame.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── color_mix/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ColorButton.qml
│ │ │ ├── ColorChooser.qml
│ │ │ ├── ColorMix.qml
│ │ │ └── colormix.js
│ │ ├── color_mix_light/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ColorMixLight.qml
│ │ ├── colors/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ColorItem.qml
│ │ │ ├── Colors.qml
│ │ │ ├── FindIt.qml
│ │ │ ├── colors.js
│ │ │ └── findit.js
│ │ ├── comparator/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Comparator.qml
│ │ │ ├── ComparatorLine.qml
│ │ │ ├── ComparatorSign.qml
│ │ │ ├── ComparatorText.qml
│ │ │ ├── comparator.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── compass/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Compass.qml
│ │ │ ├── TheCompass.qml
│ │ │ ├── UndoStack.qml
│ │ │ ├── compass.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 14/
│ │ │ │ └── Data.qml
│ │ │ ├── 15/
│ │ │ │ └── Data.qml
│ │ │ ├── 16/
│ │ │ │ └── Data.qml
│ │ │ ├── 17/
│ │ │ │ └── Data.qml
│ │ │ ├── 18/
│ │ │ │ └── Data.qml
│ │ │ ├── 19/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── crane/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Controls.qml
│ │ │ ├── Crane.qml
│ │ │ ├── crane.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── createit.sh
│ │ ├── details/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Details.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── board/
│ │ │ ├── board10_0.qml
│ │ │ ├── board11_0.qml
│ │ │ ├── board12_0.qml
│ │ │ ├── board13_0.qml
│ │ │ ├── board14_0.qml
│ │ │ ├── board15_0.qml
│ │ │ ├── board16_0.qml
│ │ │ ├── board17_0.qml
│ │ │ ├── board18_0.qml
│ │ │ ├── board19_0.qml
│ │ │ ├── board1_0.qml
│ │ │ ├── board20_0.qml
│ │ │ ├── board21_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board7_0.qml
│ │ │ ├── board8_0.qml
│ │ │ └── board9_0.qml
│ │ ├── digital_electricity/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DigitalElectricity.qml
│ │ │ ├── DragListItem.qml
│ │ │ ├── ListWidget.qml
│ │ │ ├── TutorialDataset.qml
│ │ │ ├── Wire.qml
│ │ │ ├── components/
│ │ │ │ ├── AndGate.qml
│ │ │ │ ├── BCDToSevenSegment.qml
│ │ │ │ ├── BcdCounter.qml
│ │ │ │ ├── Comparator.qml
│ │ │ │ ├── DigitalLight.qml
│ │ │ │ ├── ElectricalComponent.qml
│ │ │ │ ├── NandGate.qml
│ │ │ │ ├── NorGate.qml
│ │ │ │ ├── NotGate.qml
│ │ │ │ ├── One.qml
│ │ │ │ ├── OrGate.qml
│ │ │ │ ├── SevenSegment.qml
│ │ │ │ ├── SignalGenerator.qml
│ │ │ │ ├── Switch.qml
│ │ │ │ ├── TerminalPoint.qml
│ │ │ │ ├── XorGate.qml
│ │ │ │ └── Zero.qml
│ │ │ └── digital_electricity.js
│ │ ├── drawing_wheels/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DrawingWheels.qml
│ │ │ ├── UndoStack.qml
│ │ │ └── drawingWheels.js
│ │ ├── drawletters/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Drawletters.qml
│ │ │ └── drawletters_dataset.js
│ │ ├── drawnumbers/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Drawnumbers.qml
│ │ │ └── drawnumbers_dataset.js
│ │ ├── enumerate/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnswerArea.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Enumerate.qml
│ │ │ ├── ItemToEnumerate.qml
│ │ │ ├── enumerate.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── erase/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Block.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Erase.qml
│ │ │ └── erase.js
│ │ ├── erase_2clic/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Erase2clic.qml
│ │ ├── erase_clic/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── EraseClic.qml
│ │ ├── explore_farm_animals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnimalDescriptionLevels.qml
│ │ │ ├── AnimalLevels.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ExploreFarmAnimals.qml
│ │ │ ├── ExploreLevels.qml
│ │ │ ├── explore-level.js
│ │ │ └── resource/
│ │ │ ├── animals/
│ │ │ │ ├── cat.ogg
│ │ │ │ ├── chickens.ogg
│ │ │ │ ├── cow.ogg
│ │ │ │ ├── dog.ogg
│ │ │ │ ├── duck.ogg
│ │ │ │ ├── horse.ogg
│ │ │ │ ├── owl.ogg
│ │ │ │ ├── pig.ogg
│ │ │ │ └── sheep.ogg
│ │ │ └── board/
│ │ │ └── board1.qml
│ │ ├── explore_monuments/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Explore_monuments.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1.qml
│ │ │ ├── board2.qml
│ │ │ ├── board3.qml
│ │ │ ├── board4.qml
│ │ │ ├── board5.qml
│ │ │ ├── board6.qml
│ │ │ ├── board7.qml
│ │ │ ├── board8.qml
│ │ │ └── board9.qml
│ │ ├── explore_world_animals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ExploreWorldAnimals.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1.qml
│ │ │ ├── board2.qml
│ │ │ └── board3.qml
│ │ ├── explore_world_music/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ExploreWorldMusic.qml
│ │ │ └── resource/
│ │ │ ├── board/
│ │ │ │ └── board1.qml
│ │ │ └── music/
│ │ │ ├── africa.ogg
│ │ │ ├── america.ogg
│ │ │ ├── australia.ogg
│ │ │ ├── beethoven.ogg
│ │ │ ├── ireland.ogg
│ │ │ ├── italy.ogg
│ │ │ ├── japan.ogg
│ │ │ ├── mexico.ogg
│ │ │ └── middleeast.ogg
│ │ ├── family/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Family.qml
│ │ │ ├── FamilyDataset.qml
│ │ │ ├── Node.qml
│ │ │ └── family.js
│ │ ├── family_find_relative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Family_find_relative.qml
│ │ ├── fifteen/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Fifteen.qml
│ │ │ └── fifteen.js
│ │ ├── find_the_day/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FindTheDay.qml
│ │ │ └── find_the_day_dataset.js
│ │ ├── followline/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Followline.qml
│ │ │ ├── LinePart.qml
│ │ │ └── followline.js
│ │ ├── football/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Football.qml
│ │ │ └── football.js
│ │ ├── fractions_create/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ChartDisplay.qml
│ │ │ ├── FractionNumber.qml
│ │ │ ├── FractionsCreate.qml
│ │ │ ├── PieChart.qml
│ │ │ ├── PieGraph.qml
│ │ │ ├── RectangleChart.qml
│ │ │ ├── fractions_create.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── fractions_find/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Fractions_find.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── frieze/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Frieze.qml
│ │ │ ├── TokenFrieze.qml
│ │ │ ├── frieze.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 14/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── geo-country/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GeoCountry.qml
│ │ │ ├── MapSources/
│ │ │ │ ├── argentina.svgz
│ │ │ │ ├── australia.svgz
│ │ │ │ ├── brazil.svgz
│ │ │ │ ├── canada.svgz
│ │ │ │ ├── china.svgz
│ │ │ │ ├── france.svgz
│ │ │ │ ├── germany.svgz
│ │ │ │ ├── india.svgz
│ │ │ │ ├── italy.svgz
│ │ │ │ ├── lithuania-cultural.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── norway.svgz
│ │ │ │ ├── poland.svgz
│ │ │ │ ├── romania-historical.svgz
│ │ │ │ ├── scotland-north.svgz
│ │ │ │ ├── scotland-south.svgz
│ │ │ │ ├── sources
│ │ │ │ ├── spain.svgz
│ │ │ │ ├── turkey-east.svgz
│ │ │ │ ├── turkey-west.svgz
│ │ │ │ └── usa.svgz
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── argentina/
│ │ │ │ ├── argentina.svgz
│ │ │ │ ├── buenos_aires.svgz
│ │ │ │ ├── catamarca.svgz
│ │ │ │ ├── chaco.svgz
│ │ │ │ ├── chubut.svgz
│ │ │ │ ├── city_of_buenos_aires.svgz
│ │ │ │ ├── cordoba.svgz
│ │ │ │ ├── corrientes.svgz
│ │ │ │ ├── entre_rios.svgz
│ │ │ │ ├── formosa.svgz
│ │ │ │ ├── jujuy.svgz
│ │ │ │ ├── la_pampa.svgz
│ │ │ │ ├── la_rioja.svgz
│ │ │ │ ├── mendoza.svgz
│ │ │ │ ├── misiones.svgz
│ │ │ │ ├── neuquen.svgz
│ │ │ │ ├── rio_negro.svgz
│ │ │ │ ├── salta.svgz
│ │ │ │ ├── san_juan.svgz
│ │ │ │ ├── san_luis.svgz
│ │ │ │ ├── santa_cruz.svgz
│ │ │ │ ├── santa_fe.svgz
│ │ │ │ ├── santiago_del_estero.svgz
│ │ │ │ ├── tierra_del_fuego.svgz
│ │ │ │ └── tucuman.svgz
│ │ │ ├── australia/
│ │ │ │ ├── australia.svgz
│ │ │ │ ├── capital.svgz
│ │ │ │ ├── new_south_wales.svgz
│ │ │ │ ├── northern_territory.svgz
│ │ │ │ ├── queensland.svgz
│ │ │ │ ├── south_australia.svgz
│ │ │ │ ├── tasmania.svgz
│ │ │ │ ├── victoria.svgz
│ │ │ │ └── western_australia.svgz
│ │ │ ├── board/
│ │ │ │ ├── board10_0.qml
│ │ │ │ ├── board11_0.qml
│ │ │ │ ├── board12_0.qml
│ │ │ │ ├── board13_0.qml
│ │ │ │ ├── board14_0.qml
│ │ │ │ ├── board15_0.qml
│ │ │ │ ├── board15_1.qml
│ │ │ │ ├── board16_0.qml
│ │ │ │ ├── board17_0.qml
│ │ │ │ ├── board18_0.qml
│ │ │ │ ├── board1_0.qml
│ │ │ │ ├── board2_0.qml
│ │ │ │ ├── board3_0.qml
│ │ │ │ ├── board4_0.qml
│ │ │ │ ├── board5_0.qml
│ │ │ │ ├── board5_1.qml
│ │ │ │ ├── board6_0.qml
│ │ │ │ ├── board7_0.qml
│ │ │ │ ├── board8_0.qml
│ │ │ │ └── board9_0.qml
│ │ │ ├── brazil/
│ │ │ │ ├── Acre.svgz
│ │ │ │ ├── Alagoas.svgz
│ │ │ │ ├── Amapa.svgz
│ │ │ │ ├── Amazonas.svgz
│ │ │ │ ├── Bahia.svgz
│ │ │ │ ├── Ceara.svgz
│ │ │ │ ├── Distrito_Federal.svgz
│ │ │ │ ├── Espirito_Santo.svgz
│ │ │ │ ├── Goias.svgz
│ │ │ │ ├── Maranhao.svgz
│ │ │ │ ├── Mato_Grosso.svgz
│ │ │ │ ├── Mato_Grosso_do_Sul.svgz
│ │ │ │ ├── Minas_Gerais.svgz
│ │ │ │ ├── Para.svgz
│ │ │ │ ├── Paraiba.svgz
│ │ │ │ ├── Parana.svgz
│ │ │ │ ├── Pernambuco.svgz
│ │ │ │ ├── Piaui.svgz
│ │ │ │ ├── Rio_Grande_do_Norte.svgz
│ │ │ │ ├── Rio_Grande_do_Sul.svgz
│ │ │ │ ├── Rio_de_Janeiro.svgz
│ │ │ │ ├── Rondonia.svgz
│ │ │ │ ├── Roraima.svgz
│ │ │ │ ├── Santa_Catarina.svgz
│ │ │ │ ├── Sao_Paulo.svgz
│ │ │ │ ├── Sergipe.svgz
│ │ │ │ ├── Tocantins.svgz
│ │ │ │ └── brazil.svgz
│ │ │ ├── canada/
│ │ │ │ ├── alberta.svgz
│ │ │ │ ├── british_columbia.svgz
│ │ │ │ ├── canada.svgz
│ │ │ │ ├── manitoba.svgz
│ │ │ │ ├── new_brunswick.svgz
│ │ │ │ ├── newfoundland_and_labrador.svgz
│ │ │ │ ├── northwest_territories.svgz
│ │ │ │ ├── nova_scotia.svgz
│ │ │ │ ├── nunavut.svgz
│ │ │ │ ├── ontario.svgz
│ │ │ │ ├── prince_edward_island.svgz
│ │ │ │ ├── quebec.svgz
│ │ │ │ ├── saskatchewan.svgz
│ │ │ │ └── yukon.svgz
│ │ │ ├── china/
│ │ │ │ ├── anhui.svgz
│ │ │ │ ├── beijing.svgz
│ │ │ │ ├── china.svgz
│ │ │ │ ├── chongqing.svgz
│ │ │ │ ├── fujian.svgz
│ │ │ │ ├── gansu.svgz
│ │ │ │ ├── guangdong.svgz
│ │ │ │ ├── guangxi.svgz
│ │ │ │ ├── guizhou.svgz
│ │ │ │ ├── hainan.svgz
│ │ │ │ ├── hebei.svgz
│ │ │ │ ├── heilongjiang.svgz
│ │ │ │ ├── henan.svgz
│ │ │ │ ├── hubei.svgz
│ │ │ │ ├── hunan.svgz
│ │ │ │ ├── inner_mongolia.svgz
│ │ │ │ ├── jiangsu.svgz
│ │ │ │ ├── jiangxi.svgz
│ │ │ │ ├── jilin.svgz
│ │ │ │ ├── liaoning.svgz
│ │ │ │ ├── ningxia.svgz
│ │ │ │ ├── qinghai.svgz
│ │ │ │ ├── shaanxi.svgz
│ │ │ │ ├── shandong.svgz
│ │ │ │ ├── shanghai.svgz
│ │ │ │ ├── shanxi.svgz
│ │ │ │ ├── sichuan.svgz
│ │ │ │ ├── tianjin.svgz
│ │ │ │ ├── tibet.svgz
│ │ │ │ ├── xinjiang.svgz
│ │ │ │ ├── yunnan.svgz
│ │ │ │ └── zhejiang.svgz
│ │ │ ├── france/
│ │ │ │ ├── auvergne-rhone-alpes.svgz
│ │ │ │ ├── bourgogne-franche-comte.svgz
│ │ │ │ ├── brittany.svgz
│ │ │ │ ├── centre-val_de_loire.svgz
│ │ │ │ ├── corsica.svgz
│ │ │ │ ├── france.svgz
│ │ │ │ ├── grand_est.svgz
│ │ │ │ ├── hauts_de_france.svgz
│ │ │ │ ├── ile-de-france.svgz
│ │ │ │ ├── normandy.svgz
│ │ │ │ ├── nouvelle-aquitaine.svgz
│ │ │ │ ├── occitanie.svgz
│ │ │ │ ├── paca.svgz
│ │ │ │ └── pays_de_la_loire.svgz
│ │ │ ├── germany/
│ │ │ │ ├── baden-wurttemberg.svgz
│ │ │ │ ├── bavaria.svgz
│ │ │ │ ├── berlin.svgz
│ │ │ │ ├── brandenburg.svgz
│ │ │ │ ├── bremen.svgz
│ │ │ │ ├── germany.svgz
│ │ │ │ ├── hamburg.svgz
│ │ │ │ ├── hesse.svgz
│ │ │ │ ├── lower_saxony.svgz
│ │ │ │ ├── mecklenburg-vorpommern.svgz
│ │ │ │ ├── north_rhine-westphalia.svgz
│ │ │ │ ├── rhineland-palatinate.svgz
│ │ │ │ ├── saarland.svgz
│ │ │ │ ├── saxony-anhalt.svgz
│ │ │ │ ├── saxony.svgz
│ │ │ │ ├── schleswig-holstein.svgz
│ │ │ │ └── thuringia.svgz
│ │ │ ├── india/
│ │ │ │ ├── andaman_and_nicobar_islands.svgz
│ │ │ │ ├── andhra_pradesh.svgz
│ │ │ │ ├── arunachal_pradesh.svgz
│ │ │ │ ├── assam.svgz
│ │ │ │ ├── bihar.svgz
│ │ │ │ ├── chandigarh.svgz
│ │ │ │ ├── chhattisgarh.svgz
│ │ │ │ ├── dadra_nagar_haveli_daman_diu.svgz
│ │ │ │ ├── delhi.svgz
│ │ │ │ ├── goa.svgz
│ │ │ │ ├── gujarat.svgz
│ │ │ │ ├── haryana.svgz
│ │ │ │ ├── himachal_pradesh.svgz
│ │ │ │ ├── india.svgz
│ │ │ │ ├── jammu_and_kashmir.svgz
│ │ │ │ ├── jharkhand.svgz
│ │ │ │ ├── karnataka.svgz
│ │ │ │ ├── kerala.svgz
│ │ │ │ ├── ladakh.svgz
│ │ │ │ ├── lakshadweep.svgz
│ │ │ │ ├── madhya_pradesh.svgz
│ │ │ │ ├── maharashtra.svgz
│ │ │ │ ├── manipur.svgz
│ │ │ │ ├── meghalaya.svgz
│ │ │ │ ├── mizoram.svgz
│ │ │ │ ├── nagaland.svgz
│ │ │ │ ├── odisha.svgz
│ │ │ │ ├── puducherry.svgz
│ │ │ │ ├── punjab.svgz
│ │ │ │ ├── rajasthan.svgz
│ │ │ │ ├── sikkim.svgz
│ │ │ │ ├── tamil_nadu.svgz
│ │ │ │ ├── telangana.svgz
│ │ │ │ ├── tripura.svgz
│ │ │ │ ├── uttar_pradesh.svgz
│ │ │ │ ├── uttarakhand.svgz
│ │ │ │ └── west_bengal.svgz
│ │ │ ├── italy/
│ │ │ │ ├── abruzzo.svgz
│ │ │ │ ├── aosta_valley.svgz
│ │ │ │ ├── apulia.svgz
│ │ │ │ ├── basilicata.svgz
│ │ │ │ ├── calabria.svgz
│ │ │ │ ├── campania.svgz
│ │ │ │ ├── emilia-romagna.svgz
│ │ │ │ ├── friuli_venezia_giulia.svgz
│ │ │ │ ├── italy.svgz
│ │ │ │ ├── lazio.svgz
│ │ │ │ ├── liguria.svgz
│ │ │ │ ├── lombardy.svgz
│ │ │ │ ├── marche.svgz
│ │ │ │ ├── molise.svgz
│ │ │ │ ├── piedmont.svgz
│ │ │ │ ├── sardinia.svgz
│ │ │ │ ├── sicily.svgz
│ │ │ │ ├── trentino-south_tyrol.svgz
│ │ │ │ ├── tuscany.svgz
│ │ │ │ ├── umbria.svgz
│ │ │ │ └── veneto.svgz
│ │ │ ├── lithuania/
│ │ │ │ ├── aukstaitija.svgz
│ │ │ │ ├── dzukija.svgz
│ │ │ │ ├── lithuania-cultural.svgz
│ │ │ │ ├── lithuania_minor.svgz
│ │ │ │ ├── samogitia.svgz
│ │ │ │ └── suvalkija.svgz
│ │ │ ├── mexico/
│ │ │ │ ├── aguascalientes.svgz
│ │ │ │ ├── baja_california.svgz
│ │ │ │ ├── baja_california_sur.svgz
│ │ │ │ ├── campeche.svgz
│ │ │ │ ├── chiapas.svgz
│ │ │ │ ├── chihuahua.svgz
│ │ │ │ ├── coahuila.svgz
│ │ │ │ ├── colima.svgz
│ │ │ │ ├── districto_federal.svgz
│ │ │ │ ├── durango.svgz
│ │ │ │ ├── estado_de_mexico.svgz
│ │ │ │ ├── guanajuato.svgz
│ │ │ │ ├── guerrero.svgz
│ │ │ │ ├── hidalgo.svgz
│ │ │ │ ├── jalisco.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── michoacan.svgz
│ │ │ │ ├── morelos.svgz
│ │ │ │ ├── nayarit.svgz
│ │ │ │ ├── nuevo_leon.svgz
│ │ │ │ ├── oaxaca.svgz
│ │ │ │ ├── puebla.svgz
│ │ │ │ ├── queretaro.svgz
│ │ │ │ ├── quintana_roo.svgz
│ │ │ │ ├── san_luis_potosi.svgz
│ │ │ │ ├── sinaloa.svgz
│ │ │ │ ├── sonora.svgz
│ │ │ │ ├── tabasco.svgz
│ │ │ │ ├── tamaulipas.svgz
│ │ │ │ ├── tlaxcala.svgz
│ │ │ │ ├── veracruz.svgz
│ │ │ │ ├── yucatan.svgz
│ │ │ │ └── zacatecas.svgz
│ │ │ ├── norway/
│ │ │ │ ├── agder.svgz
│ │ │ │ ├── innlandet.svgz
│ │ │ │ ├── more_og_romsdal.svgz
│ │ │ │ ├── nordland.svgz
│ │ │ │ ├── norway.svgz
│ │ │ │ ├── oslo.svgz
│ │ │ │ ├── rogaland.svgz
│ │ │ │ ├── troms_og_finnmark.svgz
│ │ │ │ ├── trondelag.svgz
│ │ │ │ ├── vestfold_og_telemark.svgz
│ │ │ │ ├── vestland.svgz
│ │ │ │ └── viken.svgz
│ │ │ ├── poland/
│ │ │ │ ├── greater_poland.svgz
│ │ │ │ ├── holy_cross.svgz
│ │ │ │ ├── kuyavian-pomeranian.svgz
│ │ │ │ ├── lesser_poland.svgz
│ │ │ │ ├── lodz.svgz
│ │ │ │ ├── lower_silesian.svgz
│ │ │ │ ├── lublin.svgz
│ │ │ │ ├── lubusz.svgz
│ │ │ │ ├── masovian.svgz
│ │ │ │ ├── opole.svgz
│ │ │ │ ├── podlaskie.svgz
│ │ │ │ ├── poland.svgz
│ │ │ │ ├── pomeranian.svgz
│ │ │ │ ├── silesian.svgz
│ │ │ │ ├── subcarpathian.svgz
│ │ │ │ ├── warmian-masurian.svgz
│ │ │ │ └── west_pomeranian.svgz
│ │ │ ├── romania/
│ │ │ │ ├── banat.svgz
│ │ │ │ ├── bukovina.svgz
│ │ │ │ ├── crisana.svgz
│ │ │ │ ├── maramures.svgz
│ │ │ │ ├── moldavia.svgz
│ │ │ │ ├── muntenia.svgz
│ │ │ │ ├── northern_dobruja.svgz
│ │ │ │ ├── oltenia.svgz
│ │ │ │ ├── romania-historical.svgz
│ │ │ │ └── transylvania.svgz
│ │ │ ├── scotland/
│ │ │ │ ├── aberdeen.svgz
│ │ │ │ ├── aberdeenshire.svgz
│ │ │ │ ├── angus.svgz
│ │ │ │ ├── argyll_and_bute.svgz
│ │ │ │ ├── clackmannanshire.svgz
│ │ │ │ ├── dumfries_and_galloway.svgz
│ │ │ │ ├── dundee.svgz
│ │ │ │ ├── east_ayrshire.svgz
│ │ │ │ ├── east_dunbartonshire.svgz
│ │ │ │ ├── east_lothian.svgz
│ │ │ │ ├── east_renfrewshire.svgz
│ │ │ │ ├── edinburgh.svgz
│ │ │ │ ├── falkirk.svgz
│ │ │ │ ├── fife.svgz
│ │ │ │ ├── glasgow.svgz
│ │ │ │ ├── highland.svgz
│ │ │ │ ├── inverclyde.svgz
│ │ │ │ ├── midlothian.svgz
│ │ │ │ ├── moray.svgz
│ │ │ │ ├── na_h-eileanan_siar.svgz
│ │ │ │ ├── north_ayrshire.svgz
│ │ │ │ ├── north_lanarkshire.svgz
│ │ │ │ ├── orkney_islands.svgz
│ │ │ │ ├── perth_and_kinross.svgz
│ │ │ │ ├── renfrewshire.svgz
│ │ │ │ ├── scotland-north.svgz
│ │ │ │ ├── scotland-south.svgz
│ │ │ │ ├── scottish_borders.svgz
│ │ │ │ ├── shetland_islands.svgz
│ │ │ │ ├── south_ayrshire.svgz
│ │ │ │ ├── south_lanarkshire.svgz
│ │ │ │ ├── stirling.svgz
│ │ │ │ ├── west_dunbartonshire.svgz
│ │ │ │ └── west_lothian.svgz
│ │ │ ├── spain/
│ │ │ │ ├── spain_andalucia.svgz
│ │ │ │ ├── spain_aragon.svgz
│ │ │ │ ├── spain_asturias.svgz
│ │ │ │ ├── spain_baleares.svgz
│ │ │ │ ├── spain_canarias.svgz
│ │ │ │ ├── spain_cantabria.svgz
│ │ │ │ ├── spain_castilla_la_mancha.svgz
│ │ │ │ ├── spain_castilla_y_leon.svgz
│ │ │ │ ├── spain_cataluna.svgz
│ │ │ │ ├── spain_ceuta.svgz
│ │ │ │ ├── spain_extremadura.svgz
│ │ │ │ ├── spain_galicia.svgz
│ │ │ │ ├── spain_la_rioja.svgz
│ │ │ │ ├── spain_madrid.svgz
│ │ │ │ ├── spain_melilla.svgz
│ │ │ │ ├── spain_murcia.svgz
│ │ │ │ ├── spain_navarra.svgz
│ │ │ │ ├── spain_pais_vasco.svgz
│ │ │ │ ├── spain_spain.svgz
│ │ │ │ └── spain_valencia.svgz
│ │ │ ├── turkey/
│ │ │ │ ├── adana.svgz
│ │ │ │ ├── adiyaman.svgz
│ │ │ │ ├── afyon.svgz
│ │ │ │ ├── agri.svgz
│ │ │ │ ├── aksaray.svgz
│ │ │ │ ├── amasya.svgz
│ │ │ │ ├── ankara.svgz
│ │ │ │ ├── antalya.svgz
│ │ │ │ ├── ardahan.svgz
│ │ │ │ ├── artvin.svgz
│ │ │ │ ├── aydin.svgz
│ │ │ │ ├── balikesir.svgz
│ │ │ │ ├── bartin.svgz
│ │ │ │ ├── batman.svgz
│ │ │ │ ├── bayburt.svgz
│ │ │ │ ├── bilecik.svgz
│ │ │ │ ├── bingol.svgz
│ │ │ │ ├── bitlis.svgz
│ │ │ │ ├── bolu.svgz
│ │ │ │ ├── burdur.svgz
│ │ │ │ ├── bursa.svgz
│ │ │ │ ├── canakkale.svgz
│ │ │ │ ├── cankiri.svgz
│ │ │ │ ├── corum.svgz
│ │ │ │ ├── denizli.svgz
│ │ │ │ ├── diyarbakir.svgz
│ │ │ │ ├── duzce.svgz
│ │ │ │ ├── edirne.svgz
│ │ │ │ ├── elazig.svgz
│ │ │ │ ├── erzincan.svgz
│ │ │ │ ├── erzurum.svgz
│ │ │ │ ├── eskisehir.svgz
│ │ │ │ ├── gaziantep.svgz
│ │ │ │ ├── giresun.svgz
│ │ │ │ ├── gumushane.svgz
│ │ │ │ ├── hakkari.svgz
│ │ │ │ ├── hatay.svgz
│ │ │ │ ├── igdir.svgz
│ │ │ │ ├── isparta.svgz
│ │ │ │ ├── istanbul.svgz
│ │ │ │ ├── izmir.svgz
│ │ │ │ ├── kahramanmaras.svgz
│ │ │ │ ├── karabuk.svgz
│ │ │ │ ├── karaman.svgz
│ │ │ │ ├── kars.svgz
│ │ │ │ ├── kastamonu.svgz
│ │ │ │ ├── kayseri.svgz
│ │ │ │ ├── kilis.svgz
│ │ │ │ ├── kirikkale.svgz
│ │ │ │ ├── kirklareli.svgz
│ │ │ │ ├── kirsehir.svgz
│ │ │ │ ├── kocaeli.svgz
│ │ │ │ ├── konya.svgz
│ │ │ │ ├── kutahya.svgz
│ │ │ │ ├── malatya.svgz
│ │ │ │ ├── manisa.svgz
│ │ │ │ ├── mardin.svgz
│ │ │ │ ├── mersin.svgz
│ │ │ │ ├── mugla.svgz
│ │ │ │ ├── mus.svgz
│ │ │ │ ├── nevsehir.svgz
│ │ │ │ ├── nigde.svgz
│ │ │ │ ├── ordu.svgz
│ │ │ │ ├── osmaniye.svgz
│ │ │ │ ├── rize.svgz
│ │ │ │ ├── sakarya.svgz
│ │ │ │ ├── samsun.svgz
│ │ │ │ ├── sanliurfa.svgz
│ │ │ │ ├── siirt.svgz
│ │ │ │ ├── sinop.svgz
│ │ │ │ ├── sirnak.svgz
│ │ │ │ ├── sivas.svgz
│ │ │ │ ├── tekirdag.svgz
│ │ │ │ ├── tokat.svgz
│ │ │ │ ├── trabzon.svgz
│ │ │ │ ├── tunceli.svgz
│ │ │ │ ├── turkey_east.svgz
│ │ │ │ ├── turkey_west.svgz
│ │ │ │ ├── usak.svgz
│ │ │ │ ├── van.svgz
│ │ │ │ ├── yalova.svgz
│ │ │ │ ├── yozgat.svgz
│ │ │ │ └── zonguldak.svgz
│ │ │ └── usa/
│ │ │ ├── alabama.svgz
│ │ │ ├── alaska.svgz
│ │ │ ├── arizona.svgz
│ │ │ ├── arkansas.svgz
│ │ │ ├── california.svgz
│ │ │ ├── colorado.svgz
│ │ │ ├── connecticut.svgz
│ │ │ ├── delaware.svgz
│ │ │ ├── florida.svgz
│ │ │ ├── georgia.svgz
│ │ │ ├── hawaii.svgz
│ │ │ ├── idaho.svgz
│ │ │ ├── illinois.svgz
│ │ │ ├── indiana.svgz
│ │ │ ├── iowa.svgz
│ │ │ ├── kansas.svgz
│ │ │ ├── kentucky.svgz
│ │ │ ├── louisiana.svgz
│ │ │ ├── maine.svgz
│ │ │ ├── maryland.svgz
│ │ │ ├── massachusetts.svgz
│ │ │ ├── michigan.svgz
│ │ │ ├── minnesota.svgz
│ │ │ ├── mississippi.svgz
│ │ │ ├── missouri.svgz
│ │ │ ├── montana.svgz
│ │ │ ├── nebraska.svgz
│ │ │ ├── nevada.svgz
│ │ │ ├── new_hampshire.svgz
│ │ │ ├── new_jersey.svgz
│ │ │ ├── new_mexico.svgz
│ │ │ ├── new_york.svgz
│ │ │ ├── north_carolina.svgz
│ │ │ ├── north_dakota.svgz
│ │ │ ├── ohio.svgz
│ │ │ ├── oklahoma.svgz
│ │ │ ├── oregon.svgz
│ │ │ ├── pennsylvania.svgz
│ │ │ ├── rhode_island.svgz
│ │ │ ├── south_carolina.svgz
│ │ │ ├── south_dakota.svgz
│ │ │ ├── tennessee.svgz
│ │ │ ├── texas.svgz
│ │ │ ├── usa.svgz
│ │ │ ├── utah.svgz
│ │ │ ├── vermont.svgz
│ │ │ ├── virginia.svgz
│ │ │ ├── washington.svgz
│ │ │ ├── west_virginia.svgz
│ │ │ ├── wisconsin.svgz
│ │ │ └── wyoming.svgz
│ │ ├── geography/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Geography.qml
│ │ │ ├── MapSources/
│ │ │ │ ├── Continents.svgz
│ │ │ │ ├── all_south_africa.svgz
│ │ │ │ ├── central_america.svgz
│ │ │ │ ├── central_asia.svgz
│ │ │ │ ├── east_asia.svgz
│ │ │ │ ├── europe.svgz
│ │ │ │ ├── lands.svgz
│ │ │ │ ├── north_africa.svgz
│ │ │ │ ├── north_america.svgz
│ │ │ │ ├── oceania.svgz
│ │ │ │ ├── south_america.svgz
│ │ │ │ ├── south_asia.svgz
│ │ │ │ ├── southeast_asia.svgz
│ │ │ │ └── western_asia.svgz
│ │ │ └── resource/
│ │ │ ├── asiacentral/
│ │ │ │ ├── central_asia.svgz
│ │ │ │ ├── kazakhstan.svgz
│ │ │ │ ├── kyrgyzstan.svgz
│ │ │ │ ├── tajikistan.svgz
│ │ │ │ ├── turkmenistan.svgz
│ │ │ │ └── uzbekistan.svgz
│ │ │ ├── asiaeast/
│ │ │ │ ├── china.svgz
│ │ │ │ ├── east_asia.svgz
│ │ │ │ ├── japan.svgz
│ │ │ │ ├── mongolia.svgz
│ │ │ │ ├── north_korea.svgz
│ │ │ │ ├── south_korea.svgz
│ │ │ │ └── taiwan.svgz
│ │ │ ├── asiasouth/
│ │ │ │ ├── afghanistan.svgz
│ │ │ │ ├── bangladesh.svgz
│ │ │ │ ├── bhutan.svgz
│ │ │ │ ├── india.svgz
│ │ │ │ ├── maldives.svgz
│ │ │ │ ├── nepal.svgz
│ │ │ │ ├── pakistan.svgz
│ │ │ │ ├── south_asia.svgz
│ │ │ │ └── sri_lanka.svgz
│ │ │ ├── asiasoutheast/
│ │ │ │ ├── brunei.svgz
│ │ │ │ ├── cambodia.svgz
│ │ │ │ ├── east_timor.svgz
│ │ │ │ ├── indonesia.svgz
│ │ │ │ ├── laos.svgz
│ │ │ │ ├── malaysia.svgz
│ │ │ │ ├── myanmar.svgz
│ │ │ │ ├── philippines.svgz
│ │ │ │ ├── singapore.svgz
│ │ │ │ ├── southeast_asia.svgz
│ │ │ │ ├── thailand.svgz
│ │ │ │ └── vietnam.svgz
│ │ │ ├── asiawestern/
│ │ │ │ ├── armenia.svgz
│ │ │ │ ├── azerbaijan.svgz
│ │ │ │ ├── bahrain.svgz
│ │ │ │ ├── cyprus.svgz
│ │ │ │ ├── egypt.svgz
│ │ │ │ ├── georgia.svgz
│ │ │ │ ├── iran.svgz
│ │ │ │ ├── iraq.svgz
│ │ │ │ ├── israel.svgz
│ │ │ │ ├── jordan.svgz
│ │ │ │ ├── kuwait.svgz
│ │ │ │ ├── lebanon.svgz
│ │ │ │ ├── oman.svgz
│ │ │ │ ├── palestine.svgz
│ │ │ │ ├── qatar.svgz
│ │ │ │ ├── saudi_arabia.svgz
│ │ │ │ ├── syria.svgz
│ │ │ │ ├── turkey.svgz
│ │ │ │ ├── united_arab_emirates.svgz
│ │ │ │ ├── western_asia.svgz
│ │ │ │ └── yemen.svgz
│ │ │ ├── board/
│ │ │ │ ├── board10_0.qml
│ │ │ │ ├── board11_0.qml
│ │ │ │ ├── board12_0.qml
│ │ │ │ ├── board13_0.qml
│ │ │ │ ├── board14_0.qml
│ │ │ │ ├── board1_0.qml
│ │ │ │ ├── board2_0.qml
│ │ │ │ ├── board3_0.qml
│ │ │ │ ├── board4_0.qml
│ │ │ │ ├── board5_0.qml
│ │ │ │ ├── board6_0.qml
│ │ │ │ ├── board7_0.qml
│ │ │ │ ├── board8_0.qml
│ │ │ │ └── board9_0.qml
│ │ │ ├── centralamerica/
│ │ │ │ ├── bahamas.svgz
│ │ │ │ ├── belize.svgz
│ │ │ │ ├── central_america.svgz
│ │ │ │ ├── costa_rica.svgz
│ │ │ │ ├── cuba.svgz
│ │ │ │ ├── dominican_republic.svgz
│ │ │ │ ├── el_salvador.svgz
│ │ │ │ ├── guatemala.svgz
│ │ │ │ ├── haiti.svgz
│ │ │ │ ├── honduras.svgz
│ │ │ │ ├── jamaica.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── nicaragua.svgz
│ │ │ │ ├── panama.svgz
│ │ │ │ └── puerto_rico.svgz
│ │ │ ├── continents/
│ │ │ │ ├── africa.svgz
│ │ │ │ ├── america.svgz
│ │ │ │ ├── antarctica.svgz
│ │ │ │ ├── asia.svgz
│ │ │ │ ├── back.svgz
│ │ │ │ ├── europa.svgz
│ │ │ │ └── oceania.svgz
│ │ │ ├── europe/
│ │ │ │ ├── albania.svgz
│ │ │ │ ├── austria.svgz
│ │ │ │ ├── belarus.svgz
│ │ │ │ ├── belgium.svgz
│ │ │ │ ├── bosnia_herzegovina.svgz
│ │ │ │ ├── bulgaria.svgz
│ │ │ │ ├── croatia.svgz
│ │ │ │ ├── cyprus.svgz
│ │ │ │ ├── czechia.svgz
│ │ │ │ ├── denmark.svgz
│ │ │ │ ├── estonia.svgz
│ │ │ │ ├── europe.svgz
│ │ │ │ ├── finland.svgz
│ │ │ │ ├── france.svgz
│ │ │ │ ├── germany.svgz
│ │ │ │ ├── greece.svgz
│ │ │ │ ├── hungary.svgz
│ │ │ │ ├── iceland.svgz
│ │ │ │ ├── ireland.svgz
│ │ │ │ ├── italy.svgz
│ │ │ │ ├── latvia.svgz
│ │ │ │ ├── lithuania.svgz
│ │ │ │ ├── luxembourg.svgz
│ │ │ │ ├── moldova.svgz
│ │ │ │ ├── montenegro.svgz
│ │ │ │ ├── netherlands.svgz
│ │ │ │ ├── north_macedonia.svgz
│ │ │ │ ├── norway.svgz
│ │ │ │ ├── poland.svgz
│ │ │ │ ├── portugal.svgz
│ │ │ │ ├── romania.svgz
│ │ │ │ ├── russia.svgz
│ │ │ │ ├── serbia.svgz
│ │ │ │ ├── slovakia.svgz
│ │ │ │ ├── slovenia.svgz
│ │ │ │ ├── spain.svgz
│ │ │ │ ├── sweden.svgz
│ │ │ │ ├── switzerland.svgz
│ │ │ │ ├── turkey.svgz
│ │ │ │ ├── ukraine.svgz
│ │ │ │ └── united_kingdom.svgz
│ │ │ ├── northafrica/
│ │ │ │ ├── algeria.svgz
│ │ │ │ ├── benin.svgz
│ │ │ │ ├── burkina_faso.svgz
│ │ │ │ ├── cameroon.svgz
│ │ │ │ ├── central_african_republic.svgz
│ │ │ │ ├── chad.svgz
│ │ │ │ ├── djibouti.svgz
│ │ │ │ ├── egypt.svgz
│ │ │ │ ├── equatorial_guinea.svgz
│ │ │ │ ├── eritrea.svgz
│ │ │ │ ├── ethiopia.svgz
│ │ │ │ ├── gabon.svgz
│ │ │ │ ├── gambia.svgz
│ │ │ │ ├── ghana.svgz
│ │ │ │ ├── guinea.svgz
│ │ │ │ ├── guinea_bissau.svgz
│ │ │ │ ├── ivory_coast.svgz
│ │ │ │ ├── kenya.svgz
│ │ │ │ ├── liberia.svgz
│ │ │ │ ├── libya.svgz
│ │ │ │ ├── mali.svgz
│ │ │ │ ├── mauritania.svgz
│ │ │ │ ├── morocco.svgz
│ │ │ │ ├── niger.svgz
│ │ │ │ ├── nigeria.svgz
│ │ │ │ ├── north_africa.svgz
│ │ │ │ ├── rwanda.svgz
│ │ │ │ ├── senegal.svgz
│ │ │ │ ├── sierra_leone.svgz
│ │ │ │ ├── somalia.svgz
│ │ │ │ ├── south_sudan.svgz
│ │ │ │ ├── sudan.svgz
│ │ │ │ ├── togo.svgz
│ │ │ │ ├── tunisia.svgz
│ │ │ │ ├── uganda.svgz
│ │ │ │ └── western_sahara.svgz
│ │ │ ├── northamerica/
│ │ │ │ ├── canada.svgz
│ │ │ │ ├── greenland.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── north_america.svgz
│ │ │ │ └── usa.svgz
│ │ │ ├── oceania/
│ │ │ │ ├── australia.svgz
│ │ │ │ ├── cook_islands.svgz
│ │ │ │ ├── fiji.svgz
│ │ │ │ ├── french_polynesia.svgz
│ │ │ │ ├── hawaii.svgz
│ │ │ │ ├── kiribati.svgz
│ │ │ │ ├── mariana_islands.svgz
│ │ │ │ ├── marshall_islands.svgz
│ │ │ │ ├── micronesia.svgz
│ │ │ │ ├── nauru.svgz
│ │ │ │ ├── new_caledonia.svgz
│ │ │ │ ├── new_zealand.svgz
│ │ │ │ ├── oceania.svgz
│ │ │ │ ├── palau.svgz
│ │ │ │ ├── papua_new_guinea.svgz
│ │ │ │ ├── pitcairn_islands.svgz
│ │ │ │ ├── samoan_islands.svgz
│ │ │ │ ├── solomon_islands.svgz
│ │ │ │ ├── tonga.svgz
│ │ │ │ ├── tuvalu.svgz
│ │ │ │ ├── us_minor.svgz
│ │ │ │ ├── vanuatu.svgz
│ │ │ │ └── wallis_and_futuna.svgz
│ │ │ ├── southamerica/
│ │ │ │ ├── argentina.svgz
│ │ │ │ ├── bolivia.svgz
│ │ │ │ ├── brazil.svgz
│ │ │ │ ├── chile.svgz
│ │ │ │ ├── colombia.svgz
│ │ │ │ ├── ecuador.svgz
│ │ │ │ ├── french_guiana.svgz
│ │ │ │ ├── guyana.svgz
│ │ │ │ ├── panama.svgz
│ │ │ │ ├── paraguay.svgz
│ │ │ │ ├── peru.svgz
│ │ │ │ ├── south_america.svgz
│ │ │ │ ├── suriname.svgz
│ │ │ │ ├── uruguay.svgz
│ │ │ │ └── venezuela.svgz
│ │ │ └── southernafrica/
│ │ │ ├── all_south_africa.svgz
│ │ │ ├── angola.svgz
│ │ │ ├── botswana.svgz
│ │ │ ├── burundi.svgz
│ │ │ ├── democratic_republic_of_congo.svgz
│ │ │ ├── equatorial_guinea.svgz
│ │ │ ├── eswatini.svgz
│ │ │ ├── gabon.svgz
│ │ │ ├── kenya.svgz
│ │ │ ├── lesotho.svgz
│ │ │ ├── madagascar.svgz
│ │ │ ├── malawi.svgz
│ │ │ ├── mozambique.svgz
│ │ │ ├── namibia.svgz
│ │ │ ├── republic_of_congo.svgz
│ │ │ ├── rwanda.svgz
│ │ │ ├── south_africa.svgz
│ │ │ ├── tanzania.svgz
│ │ │ ├── uganda.svgz
│ │ │ ├── zambia.svgz
│ │ │ └── zimbabwe.svgz
│ │ ├── gletters/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FallingDomino.qml
│ │ │ ├── FallingImage.qml
│ │ │ ├── FallingWord.qml
│ │ │ ├── Gletters.qml
│ │ │ ├── gletters.js
│ │ │ └── resource/
│ │ │ ├── default-ar.json
│ │ │ ├── default-ast.json
│ │ │ ├── default-be.json
│ │ │ ├── default-bg.json
│ │ │ ├── default-br.json
│ │ │ ├── default-ca.json
│ │ │ ├── default-ca@valencia.json
│ │ │ ├── default-cs.json
│ │ │ ├── default-da.json
│ │ │ ├── default-de.json
│ │ │ ├── default-el.json
│ │ │ ├── default-en.json
│ │ │ ├── default-en_GB.json
│ │ │ ├── default-es.json
│ │ │ ├── default-et.json
│ │ │ ├── default-eu.json
│ │ │ ├── default-fa.json
│ │ │ ├── default-fi.json
│ │ │ ├── default-fr.json
│ │ │ ├── default-ga.json
│ │ │ ├── default-gd.json
│ │ │ ├── default-gl.json
│ │ │ ├── default-gu.json
│ │ │ ├── default-he.json
│ │ │ ├── default-hr.json
│ │ │ ├── default-hu.json
│ │ │ ├── default-it.json
│ │ │ ├── default-ka.json
│ │ │ ├── default-kn.json
│ │ │ ├── default-lt.json
│ │ │ ├── default-lv.json
│ │ │ ├── default-mk.json
│ │ │ ├── default-ml.json
│ │ │ ├── default-nb.json
│ │ │ ├── default-nl.json
│ │ │ ├── default-nn.json
│ │ │ ├── default-pl.json
│ │ │ ├── default-pt_BR.json
│ │ │ ├── default-ro.json
│ │ │ ├── default-ru.json
│ │ │ ├── default-sk.json
│ │ │ ├── default-sl.json
│ │ │ ├── default-so.json
│ │ │ ├── default-sq.json
│ │ │ ├── default-sr.json
│ │ │ ├── default-sr@latin.json
│ │ │ ├── default-sv.json
│ │ │ ├── default-ta.json
│ │ │ ├── default-tr.json
│ │ │ ├── default-uk.json
│ │ │ ├── default-vi.json
│ │ │ ├── upper-en.json
│ │ │ └── upper-gd.json
│ │ ├── gnumch-equality/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CellDelegate.qml
│ │ │ ├── Creature.qml
│ │ │ ├── Diaper.qml
│ │ │ ├── Eater.qml
│ │ │ ├── Fraidy.qml
│ │ │ ├── Gnumch.qml
│ │ │ ├── GnumchEquality.qml
│ │ │ ├── Monster.qml
│ │ │ ├── Muncher.qml
│ │ │ ├── Reggie.qml
│ │ │ ├── Smarty.qml
│ │ │ ├── TopPanel.qml
│ │ │ ├── WarnMonster.qml
│ │ │ ├── Warning.qml
│ │ │ ├── gnumch-equality.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── gnumch-factors/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── GnumchFactors.qml
│ │ ├── gnumch-inequality/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GnumchInequality.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── gnumch-multiples/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── GnumchMultiples.qml
│ │ ├── gnumch-primes/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── GnumchPrimes.qml
│ │ ├── graduated_line_read/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GraduatedLineRead.qml
│ │ │ ├── graduated_line_read.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── graduated_line_use/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GraduatedLineUse.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── grammar_analysis/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GrammarAnalysis.qml
│ │ │ ├── GrammarToken.qml
│ │ │ ├── README.md
│ │ │ ├── WordAndClass.qml
│ │ │ ├── examples/
│ │ │ │ ├── grammar_analysis-xx.json
│ │ │ │ └── grammar_classes-xx.json
│ │ │ ├── grammar_analysis.js
│ │ │ └── resource/
│ │ │ ├── grammar_analysis-ar.json
│ │ │ ├── grammar_analysis-br.json
│ │ │ ├── grammar_analysis-ca.json
│ │ │ ├── grammar_analysis-cs.json
│ │ │ ├── grammar_analysis-el.json
│ │ │ ├── grammar_analysis-en.json
│ │ │ ├── grammar_analysis-fr.json
│ │ │ ├── grammar_analysis-hr.json
│ │ │ ├── grammar_analysis-hu.json
│ │ │ ├── grammar_analysis-lt.json
│ │ │ ├── grammar_analysis-lv.json
│ │ │ ├── grammar_analysis-ml.json
│ │ │ └── grammar_analysis-ro.json
│ │ ├── grammar_classes/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GrammarClasses.qml
│ │ │ └── resource/
│ │ │ ├── grammar_classes-ar.json
│ │ │ ├── grammar_classes-br.json
│ │ │ ├── grammar_classes-ca.json
│ │ │ ├── grammar_classes-cs.json
│ │ │ ├── grammar_classes-el.json
│ │ │ ├── grammar_classes-en.json
│ │ │ ├── grammar_classes-fr.json
│ │ │ ├── grammar_classes-hr.json
│ │ │ ├── grammar_classes-hu.json
│ │ │ ├── grammar_classes-lt.json
│ │ │ ├── grammar_classes-lv.json
│ │ │ ├── grammar_classes-ml.json
│ │ │ └── grammar_classes-ro.json
│ │ ├── graph-coloring/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GraphColoring.qml
│ │ │ ├── Node.qml
│ │ │ └── graph-coloring.js
│ │ ├── gravity/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Gravity.qml
│ │ │ ├── Planet.qml
│ │ │ └── gravity.js
│ │ ├── guess24/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Guess24.qml
│ │ │ ├── guess24.js
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── guess24.json
│ │ │ └── tools/
│ │ │ ├── Guess24-difficulty.csv
│ │ │ ├── Guess24-solutions.csv
│ │ │ ├── README.md
│ │ │ └── build-datas.php
│ │ ├── guesscount/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Admin.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragTile.qml
│ │ │ ├── DropTile.qml
│ │ │ ├── Guesscount.qml
│ │ │ ├── OperandRow.qml
│ │ │ ├── OperationRow.qml
│ │ │ ├── OperatorRow.qml
│ │ │ ├── Tile.qml
│ │ │ ├── dataset.js
│ │ │ ├── guesscount.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── guessnumber/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Guessnumber.qml
│ │ │ ├── Helico.qml
│ │ │ ├── guessnumber.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── hangman/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hangman.qml
│ │ │ └── hangman.js
│ │ ├── hanoi/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Hanoi.qml
│ │ ├── hanoi_real/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── HanoiReal.qml
│ │ │ └── hanoi_real.js
│ │ ├── hexagon/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hexagon.qml
│ │ │ ├── HexagonItem.qml
│ │ │ └── hexagon.js
│ │ ├── imagename/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Imagename.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ └── board7_0.qml
│ │ ├── instruments/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Instruments.qml
│ │ │ ├── instruments.js
│ │ │ └── resource/
│ │ │ ├── accordion.ogg
│ │ │ ├── banjo.ogg
│ │ │ ├── bongo.ogg
│ │ │ ├── castanets.ogg
│ │ │ ├── cello.ogg
│ │ │ ├── clarinet.ogg
│ │ │ ├── cymbal.ogg
│ │ │ ├── drum_kit.ogg
│ │ │ ├── electric_guitar.ogg
│ │ │ ├── flute_traversiere.ogg
│ │ │ ├── guitar.ogg
│ │ │ ├── harmonica.ogg
│ │ │ ├── harp.ogg
│ │ │ ├── horn.ogg
│ │ │ ├── maracas.ogg
│ │ │ ├── organ.ogg
│ │ │ ├── piano.ogg
│ │ │ ├── saxophone.ogg
│ │ │ ├── snare_drum.ogg
│ │ │ ├── tambourine.ogg
│ │ │ ├── timpani.ogg
│ │ │ ├── triangle.ogg
│ │ │ ├── trombone.ogg
│ │ │ ├── trumpet.ogg
│ │ │ ├── tuba.ogg
│ │ │ └── violin.ogg
│ │ ├── keyboard_training/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Keyboard_training.qml
│ │ │ └── keyboard_training.js
│ │ ├── land_safe/
│ │ │ ├── Accelerometer.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── LandSafe.qml
│ │ │ ├── land_safe.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── lang/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ImageReview.qml
│ │ │ ├── Lang.qml
│ │ │ ├── MenuScreen.qml
│ │ │ ├── Quiz.qml
│ │ │ ├── SpellIt.qml
│ │ │ ├── lang.js
│ │ │ ├── lang_api.js
│ │ │ ├── quiz.js
│ │ │ ├── resource/
│ │ │ │ ├── content-ar.json
│ │ │ │ ├── content-az.json
│ │ │ │ ├── content-be.json
│ │ │ │ ├── content-bg.json
│ │ │ │ ├── content-br.json
│ │ │ │ ├── content-ca.json
│ │ │ │ ├── content-ca@valencia.json
│ │ │ │ ├── content-cs.json
│ │ │ │ ├── content-da.json
│ │ │ │ ├── content-de.json
│ │ │ │ ├── content-el.json
│ │ │ │ ├── content-en.json
│ │ │ │ ├── content-en_GB.json
│ │ │ │ ├── content-eo.json
│ │ │ │ ├── content-es.json
│ │ │ │ ├── content-et.json
│ │ │ │ ├── content-eu.json
│ │ │ │ ├── content-fi.json
│ │ │ │ ├── content-fr.json
│ │ │ │ ├── content-ga.json
│ │ │ │ ├── content-gd.json
│ │ │ │ ├── content-gl.json
│ │ │ │ ├── content-gu.json
│ │ │ │ ├── content-he.json
│ │ │ │ ├── content-hi.json
│ │ │ │ ├── content-hr.json
│ │ │ │ ├── content-hu.json
│ │ │ │ ├── content-id.json
│ │ │ │ ├── content-it.json
│ │ │ │ ├── content-ka.json
│ │ │ │ ├── content-kn.json
│ │ │ │ ├── content-lt.json
│ │ │ │ ├── content-lv.json
│ │ │ │ ├── content-mk.json
│ │ │ │ ├── content-ml.json
│ │ │ │ ├── content-nl.json
│ │ │ │ ├── content-nn.json
│ │ │ │ ├── content-pl.json
│ │ │ │ ├── content-pt.json
│ │ │ │ ├── content-pt_BR.json
│ │ │ │ ├── content-ro.json
│ │ │ │ ├── content-ru.json
│ │ │ │ ├── content-sa.json
│ │ │ │ ├── content-sk.json
│ │ │ │ ├── content-sl.json
│ │ │ │ ├── content-sq.json
│ │ │ │ ├── content-sv.json
│ │ │ │ ├── content-sw.json
│ │ │ │ ├── content-ta.json
│ │ │ │ ├── content-tr.json
│ │ │ │ ├── content-uk.json
│ │ │ │ ├── content-zh_CN.json
│ │ │ │ ├── content-zh_TW.json
│ │ │ │ ├── datasetToPo.py
│ │ │ │ ├── poToDataset.py
│ │ │ │ ├── words.json
│ │ │ │ └── words_sample.json
│ │ │ └── spell_it.js
│ │ ├── learn_additions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_additions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── learn_decimals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_decimals.qml
│ │ │ ├── MultipleBars.qml
│ │ │ ├── SingleBar.qml
│ │ │ ├── learn_decimals.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── TutorialBar.qml
│ │ │ ├── TutorialBase.qml
│ │ │ ├── tutorial1.qml
│ │ │ ├── tutorial2.qml
│ │ │ ├── tutorial3.qml
│ │ │ ├── tutorial4.qml
│ │ │ ├── tutorial5.qml
│ │ │ ├── tutorial6.qml
│ │ │ ├── tutorial7.qml
│ │ │ └── tutorial8.qml
│ │ ├── learn_decimals_additions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_decimals_additions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── learn_decimals_subtractions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_decimals_subtractions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── learn_digits/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_digits.qml
│ │ │ ├── learn_digits.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── learn_quantities/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_quantities.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ └── 7/
│ │ │ └── Data.qml
│ │ ├── learn_subtractions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_subtractions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── left_right_click/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Animal.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Left_right_click.qml
│ │ │ ├── MouseButton.qml
│ │ │ └── left_right_click.js
│ │ ├── leftright/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Leftright.qml
│ │ │ └── leftright.js
│ │ ├── letter-in-word/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Card.qml
│ │ │ ├── LetterInWord.qml
│ │ │ └── letter-in-word.js
│ │ ├── lightsoff/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Lightsoff.qml
│ │ │ ├── lightsoff.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── louis-braille/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── LouisBraille.qml
│ │ │ ├── ReorderList.qml
│ │ │ ├── louis-braille.js
│ │ │ └── louis_braille_data.js
│ │ ├── magic-hat-minus/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hat.qml
│ │ │ ├── MagicHat.qml
│ │ │ ├── Star.qml
│ │ │ ├── StarsBar.qml
│ │ │ ├── magic-hat.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── magic-hat-plus/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MagicHatPlus.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── maze/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Maze.qml
│ │ │ └── maze.js
│ │ ├── mazeinvisible/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Mazeinvisible.qml
│ │ ├── mazerelative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Mazerelative.qml
│ │ ├── melody/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Melody.qml
│ │ ├── memory/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CardItem.qml
│ │ │ ├── Memory.qml
│ │ │ ├── MemoryCommon.qml
│ │ │ ├── math_util.js
│ │ │ ├── memory.js
│ │ │ └── memorydataset.js
│ │ ├── memory-case-association/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryCaseAssociation.qml
│ │ │ └── dataset.js
│ │ ├── memory-case-association-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── MemoryCaseAssociationTux.qml
│ │ ├── memory-enumerate/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryEnumerate.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ └── 8/
│ │ │ └── Data.qml
│ │ ├── memory-math-add/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAdd.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinus.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus-mult-div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinusMultDiv.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus-mult-div-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinusMultDivTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinusTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathDiv.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-div-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathDivTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-minus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMinus.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-minus-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMinusTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMult.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult-div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMultDiv.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult-div-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMultDivTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMultTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-sound/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemorySound.qml
│ │ │ ├── memorysounddataset.js
│ │ │ └── resource/
│ │ │ ├── LRApplauses_1_LA_cut.ogg
│ │ │ ├── LRBark_1_LA_cut.ogg
│ │ │ ├── LRBuddhist_gong_05_LA.ogg
│ │ │ ├── LRDoor_Open_2_LA.ogg
│ │ │ ├── LRFactory_noise_01_LA.ogg
│ │ │ ├── LRFactory_noise_02_LA.ogg
│ │ │ ├── LRFactory_noise_03_LA.ogg
│ │ │ ├── LRFactory_noise_04_LA.ogg
│ │ │ ├── LRFactory_noise_05_LA.ogg
│ │ │ ├── LRFactory_noise_06_LA.ogg
│ │ │ ├── LRFrogsInPondDuringStormLACut.ogg
│ │ │ ├── LRHeart_beat_01_LA.ogg
│ │ │ ├── LRLaPause_short.ogg
│ │ │ ├── LRObject_falling_01_LA.ogg
│ │ │ ├── LRObject_falling_02_LA.ogg
│ │ │ ├── LRRain_in_garden_01_LA_cut.ogg
│ │ │ ├── LRRing_01_LA.ogg
│ │ │ ├── LRStartAndStopCarEngine1LACut.ogg
│ │ │ ├── LRTrain_slowing_down_01_LA_cut.ogg
│ │ │ ├── LRWeird_1_LA.ogg
│ │ │ ├── LRWeird_2_LA.ogg
│ │ │ ├── LRWeird_3_LA.ogg
│ │ │ ├── LRWeird_4_LA.ogg
│ │ │ ├── LRWeird_5_LA.ogg
│ │ │ ├── LRWeird_6_LA.ogg
│ │ │ ├── guitar_melody.ogg
│ │ │ ├── guitar_son1.ogg
│ │ │ ├── guitar_son2.ogg
│ │ │ ├── guitar_son3.ogg
│ │ │ └── guitar_son4.ogg
│ │ ├── memory-sound-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── MemorySoundTux.qml
│ │ ├── memory-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── MemoryTux.qml
│ │ ├── memory-wordnumber/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryWordnumber.qml
│ │ │ └── dataset.js
│ │ ├── menu/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BackgroundMusicList.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ConfigurationItem.qml
│ │ │ ├── Menu.qml
│ │ │ └── ServerConfigPage.qml
│ │ ├── mining/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Mining.qml
│ │ │ └── mining.js
│ │ ├── missing-letter/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MissingLetter.qml
│ │ │ └── missing-letter.js
│ │ ├── money/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Money.qml
│ │ │ ├── MoneyArea.qml
│ │ │ ├── MoneyCore.qml
│ │ │ ├── money.js
│ │ │ ├── moneyConstants.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── money_back/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MoneyBack.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── money_back_cents/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MoneyBackCents.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── money_cents/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MoneyCents.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── morse_code/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FirstScreen.qml
│ │ │ ├── MorseCode.qml
│ │ │ ├── MorseMap.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── mosaic/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Mosaic.qml
│ │ │ ├── mosaic.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── multiple_choice_questions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Multiple_choice_questions.qml
│ │ │ ├── multiple_choice_questions.js
│ │ │ └── resource/
│ │ │ └── 1/
│ │ │ └── Data.qml
│ │ ├── nine_men_morris/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragPoint.qml
│ │ │ ├── NineMenMorris.qml
│ │ │ ├── Piece.qml
│ │ │ └── nine_men_morris.js
│ │ ├── nine_men_morris_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── NineMenMorris2players.qml
│ │ ├── note_names/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── NoteNames.qml
│ │ │ ├── note_names.js
│ │ │ └── resource/
│ │ │ └── dataset_01.qml
│ │ ├── number_sequence/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── NumberSequence.qml
│ │ │ ├── number_sequence.js
│ │ │ └── number_sequence_dataset.js
│ │ ├── numbers-odd-even/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── NumbersOddEven.qml
│ │ │ └── resource/
│ │ │ ├── Tutorial1.qml
│ │ │ ├── Tutorial2.qml
│ │ │ ├── Tutorial3.qml
│ │ │ ├── Tutorial4.qml
│ │ │ ├── Tutorial5.qml
│ │ │ ├── Tutorial6.qml
│ │ │ └── TutorialBase.qml
│ │ ├── ordering_alphabets/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── OrderingAlphabets.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── ordering_chronology/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── OrderingChronology.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── ordering_numbers/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Ordering.qml
│ │ │ ├── OrderingElement.qml
│ │ │ ├── OrderingNumbers.qml
│ │ │ ├── OrderingPlaceholder.qml
│ │ │ ├── ordering.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ └── 8/
│ │ │ └── Data.qml
│ │ ├── ordering_sentences/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── OrderingSentences.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── oware/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Board.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Oware.qml
│ │ │ ├── Pit.qml
│ │ │ └── oware.js
│ │ ├── oware_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Oware_2players.qml
│ │ ├── paintings/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Paintings.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board10_0.qml
│ │ │ ├── board11_0.qml
│ │ │ ├── board12_0.qml
│ │ │ ├── board13_0.qml
│ │ │ ├── board14_0.qml
│ │ │ ├── board15_0.qml
│ │ │ ├── board16_0.qml
│ │ │ ├── board17_0.qml
│ │ │ ├── board18_0.qml
│ │ │ ├── board19_0.qml
│ │ │ ├── board1_0.qml
│ │ │ ├── board20_0.qml
│ │ │ ├── board21_0.qml
│ │ │ ├── board22_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board7_0.qml
│ │ │ ├── board8_0.qml
│ │ │ └── board9_0.qml
│ │ ├── path_decoding/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PathDecoding.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── path_decoding_relative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PathDecodingRelative.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── path_encoding/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Block.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GridPath.qml
│ │ │ ├── MapView.qml
│ │ │ ├── MoveBar.qml
│ │ │ ├── MoveButtons.qml
│ │ │ ├── PathEncoding.qml
│ │ │ ├── Tux.qml
│ │ │ ├── path.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── path_encoding_relative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PathEncodingRelative.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── peg_solitaire/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GridSlot.qml
│ │ │ ├── Peg.qml
│ │ │ ├── PegSolitaire.qml
│ │ │ └── peg_solitaire.js
│ │ ├── penalty/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GoalZone.qml
│ │ │ ├── Penalty.qml
│ │ │ ├── Progress.qml
│ │ │ └── penalty.js
│ │ ├── photo_hunter/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Observe.qml
│ │ │ ├── PhotoHunter.qml
│ │ │ └── photo_hunter.js
│ │ ├── piano_composition/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BpmMeter.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── KeyOption.qml
│ │ │ ├── LyricsArea.qml
│ │ │ ├── MelodyList.qml
│ │ │ ├── MultipleStaff.qml
│ │ │ ├── MusicElement.qml
│ │ │ ├── NoteNotations.js
│ │ │ ├── OptionsRow.qml
│ │ │ ├── PianoKey.qml
│ │ │ ├── PianoOctaveKeyboard.qml
│ │ │ ├── Piano_composition.qml
│ │ │ ├── Staff.qml
│ │ │ ├── SwitchableOptions.qml
│ │ │ ├── melodies.js
│ │ │ └── piano_composition.js
│ │ ├── planegame/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Cloud.qml
│ │ │ ├── Plane.qml
│ │ │ ├── Planegame.qml
│ │ │ ├── Sequence.qml
│ │ │ └── planegame.js
│ │ ├── play_piano/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PlayPiano.qml
│ │ │ ├── dataset.json
│ │ │ └── play_piano.js
│ │ ├── play_rhythm/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PlayRhythm.qml
│ │ │ ├── play_rhythm.js
│ │ │ └── resource/
│ │ │ └── dataset.json
│ │ ├── positions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BoxBoyPosition.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Positions.qml
│ │ │ ├── positions.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── programmingMaze/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CodeArea.qml
│ │ │ ├── HeaderArea.qml
│ │ │ ├── InstructionArea.qml
│ │ │ ├── ProgrammingMaze.qml
│ │ │ ├── programmingMaze.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── TutorialBase.qml
│ │ │ ├── instructions/
│ │ │ │ ├── Instruction.qml
│ │ │ │ ├── Loop.qml
│ │ │ │ ├── MoveForward.qml
│ │ │ │ ├── Procedure.qml
│ │ │ │ └── TurnLeftOrRight.qml
│ │ │ ├── tutorial1.qml
│ │ │ ├── tutorial2.qml
│ │ │ ├── tutorial3.qml
│ │ │ └── tutorial4.qml
│ │ ├── railroad/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Loco.qml
│ │ │ ├── Railroad.qml
│ │ │ └── railroad.js
│ │ ├── readingh/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Readingh.qml
│ │ │ └── readingh.js
│ │ ├── readingv/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Readingv.qml
│ │ ├── redraw/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Redraw.qml
│ │ │ ├── redraw.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── redraw_symmetrical/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── RedrawSymmetrical.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── renewable_energy/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hydro.qml
│ │ │ ├── RenewableEnergy.qml
│ │ │ ├── Solar.qml
│ │ │ ├── Wind.qml
│ │ │ └── WindTurbine.qml
│ │ ├── reversecount/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ChooseDiceBar.qml
│ │ │ ├── Reversecount.qml
│ │ │ ├── Tux.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 10/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 11/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 12/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 7/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 8/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 9/
│ │ │ │ └── Data.qml
│ │ │ └── reversecount.js
│ │ ├── roman_numerals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── RomanNumerals.qml
│ │ ├── scalesboard/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MasseArea.qml
│ │ │ ├── Question.qml
│ │ │ ├── Scalesboard.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 7/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 8/
│ │ │ │ └── Data.qml
│ │ │ └── scalesboard.js
│ │ ├── scalesboard_weight/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ScalesboardWeight.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── scalesboard_weight_avoirdupois/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ScalesboardWeight.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── share/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BasketWidget.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CandyWidget.qml
│ │ │ ├── ChildWidget.qml
│ │ │ ├── DropChild.qml
│ │ │ ├── Share.qml
│ │ │ ├── WidgetOption.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 3/
│ │ │ │ └── Data.qml
│ │ │ └── share.js
│ │ ├── simplepaint/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PaintCursor.qml
│ │ │ ├── PaintItem.qml
│ │ │ ├── Simplepaint.qml
│ │ │ └── simplepaint.js
│ │ ├── sketch/
│ │ │ ├── AbstractBrush.qml
│ │ │ ├── ActionButton.qml
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BackgroundColorSelector.qml
│ │ │ ├── BackgroundSelector.qml
│ │ │ ├── BrushTool.qml
│ │ │ ├── BrushToolPanel.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ColorSelector.qml
│ │ │ ├── ColorsPanel.qml
│ │ │ ├── DarkCheckBox.qml
│ │ │ ├── FilesPanel.qml
│ │ │ ├── FoldablePanel.qml
│ │ │ ├── GeometryTool.qml
│ │ │ ├── GeometryToolPanel.qml
│ │ │ ├── GradientTool.qml
│ │ │ ├── GradientToolPanel.qml
│ │ │ ├── PaletteSelector.qml
│ │ │ ├── PatternSelector.qml
│ │ │ ├── SelectionButton.qml
│ │ │ ├── Sketch.qml
│ │ │ ├── SliderColor.qml
│ │ │ ├── SliderSettings.qml
│ │ │ ├── StampTool.qml
│ │ │ ├── StampToolPanel.qml
│ │ │ ├── TextTool.qml
│ │ │ ├── TextToolPanel.qml
│ │ │ ├── ToolsPanel.qml
│ │ │ └── sketch.js
│ │ ├── smallnumbers/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Smallnumbers.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── default-en.json
│ │ ├── smallnumbers2/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Smallnumbers2.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── default-en.json
│ │ ├── solar_system/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Dataset.js
│ │ │ ├── PlanetInSolarModel.qml
│ │ │ ├── QuizScreen.qml
│ │ │ ├── SolarSystem.qml
│ │ │ └── solar_system.js
│ │ ├── submarine/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BallastTank.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Controls.qml
│ │ │ ├── Submarine.qml
│ │ │ ├── Whale.qml
│ │ │ └── submarine.js
│ │ ├── sudoku/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Sudoku.qml
│ │ │ ├── SudokuCase.qml
│ │ │ ├── SudokuListWidget.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 4/
│ │ │ │ └── Data.qml
│ │ │ └── sudoku.js
│ │ ├── superbrain/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── SearchItem.qml
│ │ │ ├── Superbrain.qml
│ │ │ └── superbrain.js
│ │ ├── tangram/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── RotateMouseArea.qml
│ │ │ ├── Tangram.qml
│ │ │ ├── dataset.js
│ │ │ ├── tangram.js
│ │ │ └── toBeAligned.js
│ │ ├── target/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Arrow.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Target.qml
│ │ │ ├── TargetItem.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 5/
│ │ │ │ └── Data.qml
│ │ │ └── target.js
│ │ ├── template/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Template.qml
│ │ │ └── template.js
│ │ ├── tens_complement_calculate/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Tens_complement_calculate.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── tens_complement_find/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnswerContainer.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Tens_complement_find.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 4/
│ │ │ │ └── Data.qml
│ │ │ └── tens_complement_find.js
│ │ ├── tens_complement_swap/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Card.qml
│ │ │ ├── CardContainer.qml
│ │ │ ├── Tens_complement_swap.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 3/
│ │ │ │ └── Data.qml
│ │ │ └── tens_complement_swap.js
│ │ ├── tens_complement_use/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ContainerBox.qml
│ │ │ ├── Tens_complement_use.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 3/
│ │ │ │ └── Data.qml
│ │ │ └── tens_complement_use.js
│ │ ├── tic_tac_toe/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Piece.qml
│ │ │ ├── TicTacToe.qml
│ │ │ └── tic_tac_toe.js
│ │ ├── tic_tac_toe_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Tic_tac_toe_2players.qml
│ │ ├── traffic/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Car.qml
│ │ │ ├── Traffic.qml
│ │ │ └── traffic.js
│ │ ├── vertical_addition/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── VerticalAddition.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── vertical_subtraction/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MathDigit.qml
│ │ │ ├── MathNumber.qml
│ │ │ ├── VerticalSubtraction.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 10/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 11/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 12/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 7/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 8/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 9/
│ │ │ │ └── Data.qml
│ │ │ └── subtraction.js
│ │ ├── vertical_subtraction_compensation/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── VerticalSubtractionCompensation.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── watercycle/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Watercycle.qml
│ │ └── wordsgame/
│ │ ├── ActivityConfig.qml
│ │ ├── ActivityInfo.qml
│ │ ├── CMakeLists.txt
│ │ ├── Wordsgame.qml
│ │ └── resource/
│ │ ├── README
│ │ ├── default-af.json
│ │ ├── default-ar.json
│ │ ├── default-ast.json
│ │ ├── default-be.json
│ │ ├── default-bg.json
│ │ ├── default-br.json
│ │ ├── default-ca.json
│ │ ├── default-ca@valencia.json
│ │ ├── default-cs.json
│ │ ├── default-da.json
│ │ ├── default-de.json
│ │ ├── default-el.json
│ │ ├── default-en.json
│ │ ├── default-en_GB.json
│ │ ├── default-eo.json
│ │ ├── default-es.json
│ │ ├── default-et.json
│ │ ├── default-eu.json
│ │ ├── default-fi.json
│ │ ├── default-fr.json
│ │ ├── default-ga.json
│ │ ├── default-gd.json
│ │ ├── default-gl.json
│ │ ├── default-he.json
│ │ ├── default-hr.json
│ │ ├── default-hu.json
│ │ ├── default-id.json
│ │ ├── default-it.json
│ │ ├── default-lt.json
│ │ ├── default-lv.json
│ │ ├── default-mk.json
│ │ ├── default-ml.json
│ │ ├── default-nb.json
│ │ ├── default-nl.json
│ │ ├── default-nn.json
│ │ ├── default-pt.json
│ │ ├── default-pt_BR.json
│ │ ├── default-ro.json
│ │ ├── default-ru.json
│ │ ├── default-sk.json
│ │ ├── default-sl.json
│ │ ├── default-sq.json
│ │ ├── default-sv.json
│ │ ├── default-tr.json
│ │ └── default-uk.json
│ ├── activityintro2msg.awk
│ ├── core/
│ │ ├── ActivityBase.qml
│ │ ├── ActivityInfo.cpp
│ │ ├── ActivityInfo.h
│ │ ├── ActivityInfoTree.cpp
│ │ ├── ActivityInfoTree.h
│ │ ├── AdvancedTimer.qml
│ │ ├── AnswerButton.qml
│ │ ├── ApplicationAndroid.cpp
│ │ ├── ApplicationInfo.cpp
│ │ ├── ApplicationInfo.h
│ │ ├── ApplicationInfoDefault.cpp
│ │ ├── ApplicationSettings.cpp
│ │ ├── ApplicationSettings.h
│ │ ├── Balloon.qml
│ │ ├── Bar.qml
│ │ ├── BarButton.qml
│ │ ├── BarEnumContent.qml
│ │ ├── Bonus.qml
│ │ ├── CMakeLists.txt
│ │ ├── COPYING
│ │ ├── ChangeLog.qml
│ │ ├── Client.qml
│ │ ├── ClientNetworkMessages.cpp
│ │ ├── ClientNetworkMessages.h
│ │ ├── ControlButton.qml
│ │ ├── Dataset.cpp
│ │ ├── Dataset.h
│ │ ├── DialogAbout.qml
│ │ ├── DialogActivityConfig.qml
│ │ ├── DialogBackground.qml
│ │ ├── DialogChooseLevel.qml
│ │ ├── DialogHelp.qml
│ │ ├── Directory.cpp
│ │ ├── Directory.h
│ │ ├── Domino.qml
│ │ ├── DominoNumber.qml
│ │ ├── DownloadDialog.qml
│ │ ├── DownloadManager.cpp
│ │ ├── DownloadManager.h
│ │ ├── ErrorRectangle.qml
│ │ ├── File.cpp
│ │ ├── File.h
│ │ ├── GCAudio.qml
│ │ ├── GCButton.qml
│ │ ├── GCButtonCancel.qml
│ │ ├── GCButtonScroll.qml
│ │ ├── GCCheckButton.qml
│ │ ├── GCComboBox.qml
│ │ ├── GCCreationHandler.qml
│ │ ├── GCDialog.qml
│ │ ├── GCDialogCheckBox.qml
│ │ ├── GCLabelButton.qml
│ │ ├── GCProgressBar.qml
│ │ ├── GCRangeSlider.qml
│ │ ├── GCSingletonFontLoader.qml
│ │ ├── GCSlider.qml
│ │ ├── GCSoundEffect.qml
│ │ ├── GCStyle.qml
│ │ ├── GCText.qml
│ │ ├── GCTextPanel.qml
│ │ ├── GCompris.rc
│ │ ├── GComprisPlugin.cpp
│ │ ├── GComprisPlugin.h
│ │ ├── GImageGrabber.cpp
│ │ ├── GImageGrabber.h
│ │ ├── GSynth.cpp
│ │ ├── GSynth.h
│ │ ├── IconButton.qml
│ │ ├── IntroButton.qml
│ │ ├── IntroMessage.qml
│ │ ├── JsonParser.qml
│ │ ├── LanguageList.qml
│ │ ├── Loading.qml
│ │ ├── Mainpage.dox
│ │ ├── NumPad.qml
│ │ ├── NumberQuestionCard.qml
│ │ ├── PackageGCompris.cmake
│ │ ├── ParticleSystemStar.qml
│ │ ├── ParticleSystemStarLoader.qml
│ │ ├── ReadyButton.qml
│ │ ├── Score.qml
│ │ ├── ScoreItem.qml
│ │ ├── Sequence.cpp
│ │ ├── Sequence.h
│ │ ├── SplashScreen.qml
│ │ ├── SvgTank.qml
│ │ ├── SwingAnimation.qml
│ │ ├── Tutorial.qml
│ │ ├── VirtualKey.qml
│ │ ├── VirtualKeyboard.qml
│ │ ├── Wordlist.qml
│ │ ├── config.h.in
│ │ ├── core.js
│ │ ├── main.cpp
│ │ ├── main.qml
│ │ ├── netconst.h
│ │ ├── qmldir
│ │ ├── qt.conf
│ │ ├── resource/
│ │ │ ├── fonts/
│ │ │ │ ├── FONTLOG-Andika.txt
│ │ │ │ ├── OpenDyslexic-Regular.otf
│ │ │ │ ├── README-Andika.txt
│ │ │ │ ├── README-OpenDyslexic.txt
│ │ │ │ └── feat_set_tuned.xml
│ │ │ ├── intro.ogg
│ │ │ └── isrgrootx1.pem
│ │ ├── synth/
│ │ │ ├── ADSRenvelope.cpp
│ │ │ ├── ADSRenvelope.h
│ │ │ ├── generator.cpp
│ │ │ ├── generator.h
│ │ │ ├── linearSynthesis.cpp
│ │ │ ├── linearSynthesis.h
│ │ │ ├── modulation.cpp
│ │ │ ├── modulation.h
│ │ │ ├── preset.cpp
│ │ │ ├── preset.h
│ │ │ ├── waveform.cpp
│ │ │ └── waveform.h
│ │ └── virtualkeyboard_worker.js
│ └── server/
│ ├── CMakeLists.txt
│ ├── GCompris-teachers.rc
│ ├── Main.qml
│ ├── PackageServer.cmake
│ ├── activities/
│ │ ├── DailyDisplay.qml
│ │ ├── DailyReport.qml
│ │ ├── DataDisplay.qml
│ │ ├── DatasetEditorBase.qml
│ │ ├── DefaultJsonDisplay.qml
│ │ ├── LineReport.qml
│ │ ├── NoEditor.qml
│ │ ├── README.md
│ │ ├── adjacent_numbers/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── AdjacentNumbersDataDisplay.qml
│ │ │ ├── AdjacentNumbersEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_by/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── AlgebraDataDisplay.qml
│ │ │ ├── AlgebraEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_div/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_minus/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_plus/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── binary_bulb/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── BinaryBulbDataDisplay.qml
│ │ │ ├── BinaryBulbEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── clockgame/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── ClockGameDataDisplay.qml
│ │ │ ├── ClockgameEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── comparator/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── ComparatorDataDisplay.qml
│ │ │ ├── ComparatorEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── fractions_create/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── FractionsCreateEditor.qml
│ │ ├── fractions_find/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── FractionsFindDataDisplay.qml
│ │ │ └── FractionsFindEditor.qml
│ │ ├── graduated_line_read/
│ │ │ ├── DataDisplay.qml
│ │ │ └── GraduatedLineDataDisplay.qml
│ │ ├── graduated_line_use/
│ │ │ └── DataDisplay.qml
│ │ ├── grammar_analysis/
│ │ │ ├── DataDisplay.qml
│ │ │ └── GrammarDisplay.qml
│ │ ├── grammar_classes/
│ │ │ └── DataDisplay.qml
│ │ ├── guess24/
│ │ │ ├── DataDisplay.qml
│ │ │ └── Guess24DataDisplay.qml
│ │ ├── learn_additions/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── learn_decimals/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── LearnDecimalsDataDisplay.qml
│ │ │ └── LearnDecimalsEditor.qml
│ │ ├── learn_decimals_additions/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── DecimalAdditionEditor.qml
│ │ ├── learn_decimals_subtractions/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── learn_digits/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── LearnDigitsDataDisplay.qml
│ │ │ └── LearnDigitsEditor.qml
│ │ ├── learn_quantities/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── learn_subtractions/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── magic-hat-minus/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── MagicHatDataDisplay.qml
│ │ │ ├── MagicHatEditor.qml
│ │ │ ├── Star.qml
│ │ │ └── StarsBar.qml
│ │ ├── magic-hat-plus/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── multiple_choice_questions/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── MultipleChoiceDataDisplay.qml
│ │ │ └── MultipleChoiceEditor.qml
│ │ ├── share/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── ShareDataDisplay.qml
│ │ │ └── ShareEditor.qml
│ │ ├── target/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── TargetDataDisplay.qml
│ │ │ └── TargetEditor.qml
│ │ ├── tens_complement_calculate/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── tens_complement_find/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── TensComplementFindEditor.qml
│ │ ├── tens_complement_swap/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── TensComplementSwapEditor.qml
│ │ ├── tens_complement_use/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── TensComplementUseDataDisplay.qml
│ │ │ └── TensComplementUseEditor.qml
│ │ ├── vertical_addition/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── MathDigit.qml
│ │ │ ├── MathNumber.qml
│ │ │ └── VerticalAdditionDataDisplay.qml
│ │ ├── vertical_subtraction/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── VerticalEditor.qml
│ │ └── vertical_subtraction_compensation/
│ │ ├── ActivityEditor.qml
│ │ └── DataDisplay.qml
│ ├── components/
│ │ ├── CalendarPane.qml
│ │ ├── CheckActivityDelegate.qml
│ │ ├── CheckSimpleDelegate.qml
│ │ ├── CheckUserEditDelegate.qml
│ │ ├── CheckUserStatusDelegate.qml
│ │ ├── CollapseButton.qml
│ │ ├── ColumnHeader.qml
│ │ ├── DefaultLabel.qml
│ │ ├── EditorBox.qml
│ │ ├── FieldEdit.qml
│ │ ├── FoldDown.qml
│ │ ├── IconHolder.qml
│ │ ├── InformationLine.qml
│ │ ├── InformationMultiLine.qml
│ │ ├── NavigationButton.qml
│ │ ├── OkCancelButtons.qml
│ │ ├── RadioActivityDelegate.qml
│ │ ├── RadioButtonLine.qml
│ │ ├── RadioGroupEditDelegate.qml
│ │ ├── RadioSequenceDelegate.qml
│ │ ├── RadioSimpleDelegate.qml
│ │ ├── ResultIndicator.qml
│ │ ├── SequenceElement.qml
│ │ ├── ServerLanguageList.qml
│ │ ├── SmallButton.qml
│ │ ├── SmallButtonText.qml
│ │ ├── StyledCheckBox.qml
│ │ ├── StyledComboBox.qml
│ │ ├── StyledFlickable.qml
│ │ ├── StyledRadioButton.qml
│ │ ├── StyledSpinBox.qml
│ │ ├── StyledSplitView.qml
│ │ ├── StyledTabButton.qml
│ │ ├── StyledToolTip.qml
│ │ ├── TabContainer.qml
│ │ ├── UnderlinedTextInput.qml
│ │ └── ViewButton.qml
│ ├── controllers/
│ │ ├── LICENSE
│ │ ├── database-controller.cpp
│ │ ├── database-controller.h
│ │ ├── network-controller.cpp
│ │ └── network-controller.h
│ ├── database/
│ │ ├── GCompris-Teachers.dbs
│ │ ├── create_tables.sql
│ │ ├── create_views.sql
│ │ ├── patch_1.sql
│ │ ├── patch_10.sql
│ │ ├── patch_11.sql
│ │ ├── patch_12.sql
│ │ ├── patch_13.sql
│ │ ├── patch_14.sql
│ │ ├── patch_2.sql
│ │ ├── patch_3.sql
│ │ ├── patch_4.sql
│ │ ├── patch_5.sql
│ │ ├── patch_6.sql
│ │ ├── patch_7.sql
│ │ ├── patch_8.sql
│ │ └── patch_9.sql
│ ├── dialogs/
│ │ ├── CreateDbDialog.qml
│ │ ├── DatasetEditorDialog.qml
│ │ ├── ErrorDialog.qml
│ │ ├── ExportPupilsDialog.qml
│ │ ├── GroupDialog.qml
│ │ ├── ImportPupilsDialog.qml
│ │ ├── PupilDialog.qml
│ │ ├── PupilsToGroupsDialog.qml
│ │ ├── RemoveDatasetDialog.qml
│ │ ├── RemovePupilsDialog.qml
│ │ ├── RemoveSequenceDialog.qml
│ │ ├── SendDatasetDialog.qml
│ │ ├── SendSequenceDialog.qml
│ │ ├── SequenceEditorDialog.qml
│ │ └── SqlLineDialog.qml
│ ├── doc/
│ │ ├── GCompris-Server.md
│ │ ├── README-fr.md
│ │ └── generate-doc.php
│ ├── main.cpp
│ ├── panels/
│ │ ├── LogPanel.qml
│ │ ├── NavigationPanel.qml
│ │ ├── RequestPanel.qml
│ │ ├── SelectorPanel.qml
│ │ └── TopPanel.qml
│ ├── qt.conf
│ ├── server.js
│ ├── singletons/
│ │ ├── Master.qml
│ │ ├── Style.qml
│ │ └── qmldir
│ └── views/
│ ├── ActivitiesView.qml
│ ├── ChartsView.qml
│ ├── DatasetsView.qml
│ ├── DevelopmentView.qml
│ ├── DevicesView.qml
│ ├── LoginView.qml
│ ├── ManagePupilsView.qml
│ ├── SequencesView.qml
│ ├── SettingsView.qml
│ ├── charts/
│ │ ├── ActivitiesChart.qml
│ │ └── PupilsChart.qml
│ └── datas/
│ ├── AllData.qml
│ └── DuplicateData.qml
├── tests/
│ ├── CMakeLists.txt
│ └── core/
│ ├── ActivityInfoTest.cpp
│ ├── ApplicationInfoTest.cpp
│ ├── ApplicationSettingsMock.h
│ ├── ApplicationSettingsTest.cpp
│ ├── CMakeLists.txt
│ ├── Contents.test
│ ├── DatasetTest.cpp
│ ├── DirectoryTest.cpp
│ ├── DownloadManagerTest.cpp
│ ├── FileTest.cpp
│ └── GImageGrabberTest.cpp
└── tools/
├── android_build_all_aab.sh
├── android_build_all_apk.sh
├── android_build_all_apk_64.sh
├── android_build_all_apk_x86_64.sh
├── android_build_embedded_apk.sh
├── android_format_changelog.py
├── bump_version.sh
├── convertPoToTsFiles/
│ └── mergePo.py
├── download-assets.py
├── fdroid_update_fastlane_metadata.py
├── gcompris-qt.sh
├── gcompris-teachers.sh
├── generate_voices_rcc.sh
├── inkscape/
│ ├── README
│ ├── convertSvgToSvgz.sh
│ ├── export_layers_gcompris.inx
│ ├── export_layers_gcompris.py
│ └── svgo-config/
│ ├── optimizeSvgo.sh
│ └── svgo.configGC.js
├── menus/
│ ├── anim.qml
│ ├── braille_lotto.qml
│ ├── doubleentry.qml
│ ├── maze3D.qml
│ └── place_your_satellite.qml
├── package_gcompris.sh
├── python/
│ ├── ActivityInfo.py
│ ├── ApplicationInfo.py
│ └── LanguageList.py
├── serverSpec/
│ ├── README
│ └── pdfBuild.py
├── source_build_dist.sh
├── validate-json.py
├── wordlist-json-2html.py
└── wordlist-xml2json.pl
================================================
FILE CONTENTS
================================================
================================================
FILE: .clang-format
================================================
---
Language: Cpp
BasedOnStyle: Webkit
PointerAlignment: Right
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: false
SortIncludes: false
AlignAfterOpenBracket: Align
BreakBeforeBraces: Custom
BraceWrapping:
BeforeElse: true
AfterFunction: true
AfterClass: true
AfterStruct: true
BreakConstructorInitializers: AfterColon
NamespaceIndentation: All
================================================
FILE: .flatpak-manifest-teachers.json
================================================
{
"id": "org.kde.gcompris-teachers",
"runtime": "org.kde.Platform",
"runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"rename-icon": "gcompris-teachers",
"command": "gcompris-teachers",
"finish-args": [
"--socket=pulseaudio",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--share=network",
"--device=dri"
],
"cleanup": [
"/include",
"/mkspecs"
],
"modules": [
{
"name": "qt6-graphs",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/qt/qtgraphs.git",
"tag": "v6.10.2",
"commit": "6cd2b17ad3828029520c5b590060bff91ac43ceb",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$",
"//": "make sure version matches kde runtime version of org.kde.Platform",
"versions": {
">=": "v6.10",
"<": "v6.11"
}
}
}
],
"post-install": [
"install $FLATPAK_DEST/lib/*-linux-gnu/*.so $FLATPAK_DEST/lib/*-linux-gnu/*.so.* $FLATPAK_DEST/lib"
]
},
{
"name": "gcompris-teachers",
"buildsystem": "cmake",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DQML_BOX2D_MODULE=submodule",
"-DPACKAGE_GCOMPRIS=OFF",
"-DPACKAGE_SERVER=ON"
],
"sources": [
{
"type": "git",
"dest": "external/qml-box2d",
"url": "https://github.com/qml-box2d/qml-box2d.git",
"commit": "b7212d5640701f93f0cd88fbd3a32c619030ae62"
},
{
"type": "dir",
"path": "."
}
]
}
]
}
================================================
FILE: .flatpak-manifest.json
================================================
{
"id": "org.kde.gcompris",
"runtime": "org.kde.Platform",
"runtime-version": "6.10",
"sdk": "org.kde.Sdk",
"rename-icon": "gcompris-qt",
"command": "gcompris-qt",
"finish-args": [
"--socket=pulseaudio",
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--share=network",
"--device=dri"
],
"cleanup": [
"/include",
"/mkspecs"
],
"modules": [
{
"name": "qt6-graphs",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/qt/qtgraphs.git",
"tag": "v6.10.2",
"commit": "6cd2b17ad3828029520c5b590060bff91ac43ceb",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$",
"//": "make sure version matches kde runtime version of org.kde.Platform",
"versions": {
">=": "v6.10",
"<": "v6.11"
}
}
}
],
"post-install": [
"install $FLATPAK_DEST/lib/*-linux-gnu/*.so $FLATPAK_DEST/lib/*-linux-gnu/*.so.* $FLATPAK_DEST/lib"
]
},
{
"name": "gcompris",
"buildsystem": "cmake",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DQML_BOX2D_MODULE=submodule"
],
"sources": [
{
"type": "git",
"dest": "external/qml-box2d",
"url": "https://github.com/qml-box2d/qml-box2d.git",
"commit": "b7212d5640701f93f0cd88fbd3a32c619030ae62"
},
{
"type": "dir",
"path": "."
}
]
}
]
}
================================================
FILE: .gitattributes
================================================
*.svg binary
================================================
FILE: .gitignore
================================================
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: none
CMakeLists.txt.user
GCompris.pro.user
.directory
*.aac
*.qrc
*.qmlc
*.jsc
*.bak
*~
build/*
*.DS_Store
src/activities/activities_out.txt
.kdev4/
*.kdev4
*autosave
================================================
FILE: .gitlab-ci.yml
================================================
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-License-Identifier: CC0-1.0
include:
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/freebsd-qt6.yml
- /gitlab-templates/flatpak.yml
- /gitlab-templates/reuse-lint.yml
- /gitlab-templates/yaml-lint.yml
- /gitlab-templates/xml-lint.yml
- /gitlab-templates/json-validation.yml
- /gitlab-templates/cppcheck.yml
- /gitlab-templates/snap-snapcraft-lxd.yml
flatpak_for_teachers:
extends: flatpak-amd64
variables:
KDE_FLATPAK_MODULE_NAME: gcompris-teachers
KDE_FLATPAK_MANIFEST_FILE: .flatpak-manifest-teachers
================================================
FILE: .gitmodules
================================================
[submodule "external/qml-box2d"]
path = external/qml-box2d
url = https://github.com/qml-box2d/qml-box2d
================================================
FILE: .kde-ci.yml
================================================
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'Android/Qt6']
'require':
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/kdoctools': '@latest-kf6'
Environment:
KDECI_BUILD: "TRUE"
Options:
setup-dbus-session: false
require-passing-tests-on: ['@all']
cppcheck-arguments: '--enable=warning,style,performance --suppress-xml=cppcheck-suppressions.xml'
cppcheck-ignore-files:
- autotests
- tests
cmake-options: '-DCOMPILE_DOC=ON'
================================================
FILE: CMakeLists.txt
================================================
#=============================================================================
# SPDX-FileCopyrightText: 2014 Johnny Jazeix <jazeix@gmail.com>
#
# SPDX-License-Identifier: BSD-3-Clause
#=============================================================================
cmake_minimum_required(VERSION 3.16)
project(gcompris-qt C CXX)
# get all the redist dll needed for windows when compiling with vc
set(CMAKE_INSTALL_UCRT_LIBRARIES 1)
include(InstallRequiredSystemLibraries)
# Set c++17 support
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
# enable qml debugging for DEBUG builds:
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DQT_QML_DEBUG")
set(GCOMPRIS_MAJOR_VERSION 26)
set(GCOMPRIS_MINOR_VERSION 1)
set(GCOMPRIS_PATCH_VERSION 0)
if("${CMAKE_ANDROID_ARCH}" STREQUAL "arm64")
set(GCOMPRIS_PATCH_VERSION 1)
endif()
# Set the BUILD_DATE
string(TIMESTAMP BUILD_DATE %Y%m)
include(FeatureSummary)
include(GNUInstallDirs)
# cmake modules setup
find_package(ECM 1.4.0 QUIET NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/)
# KDE po to qm tools
if(ECM_FOUND)
include(ECMAddTests)
option(BUILD_TESTING "Build and enable unit tests" OFF)
include(ECMCoverageOption)
endif()
add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x060500)
# add tools (cppcheck, clang-tidy...) if build on testing mode only
# (slower compilation)
if(BUILD_TESTING)
include(CodeQualityUtils)
endif()
set(QT_REQUIRED_VERSION 6.5.0)
if(CMAKE_SYSTEM_NAME STREQUAL Android)
set(ANDROID 1)
# Require ndk minimum version to 25
if(ANDROID_NDK_REVISION VERSION_LESS "25.0.0")
message(FATAL_ERROR "android ndk 25 minimal required, actually using ${ANDROID_NDK_REVISION}")
endif()
option(USE_16KB_PAGESIZE "For android, option to compile with 16 KB pages size (mandatory since Nov 2025)" OFF)
# TODO: possibly should be setup by toolchain one day
set(QT_QMAKE_EXECUTABLE "${_qt5Core_install_prefix}/bin/qmake")
if(ECM_VERSION VERSION_GREATER "5.55.0")
set(QT_REQUIRED_VERSION 5.12.0)
endif()
# workaround until this fix is in released ECM
if(ECM_VERSION VERSION_LESS "5.15.0")
add_definitions(-DANDROID)
endif()
endif()
# Set executable filename
if(ANDROID OR HAIKU OR WIN32)
set(GCOMPRIS_EXECUTABLE_NAME GCompris)
else()
set(GCOMPRIS_EXECUTABLE_NAME gcompris-qt)
endif()
set(GCOMPRIS_VERSION ${GCOMPRIS_MAJOR_VERSION}.${GCOMPRIS_MINOR_VERSION})
# An integer value that represents the version of the application
# Increase it at each release
math(EXPR GCOMPRIS_VERSION_CODE "${GCOMPRIS_MAJOR_VERSION}*10000 + ${GCOMPRIS_MINOR_VERSION}*100 + ${GCOMPRIS_PATCH_VERSION}")
# prevent build in source directory
if("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")
message(SEND_ERROR "Building in the source directory is not supported.")
message(FATAL_ERROR "Please remove the created \"CMakeCache.txt\" file, the \"CMakeFiles\"
directory and create a build directory and call \"${CMAKE_COMMAND} <path to the sources>\".")
endif()
set(QT_MAJOR Qt6)
set(QT_COMPONENTS Qml Quick Gui Multimedia Core Svg Network LinguistTools Sensors QuickControls2 QuickTemplates2 QmlWorkerScript)
find_package(QT NAMES Qt6)
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} COMPONENTS
${QT_COMPONENTS})
set_package_properties(${QT_MAJOR} PROPERTIES TYPE REQUIRED)
foreach(COMPONENT ${QT_COMPONENTS})
set_package_properties(${QT_MAJOR}${COMPONENT} PROPERTIES TYPE REQUIRED)
endforeach()
set(QT_VERSION "${QT_VERSION_MAJOR}.${QT_VERSION_MINOR}.${QT_VERSION_PATCH}")
if(QT_VERSION VERSION_LESS "6.9.0")
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} COMPONENTS Charts Widgets)
set_package_properties(${QT_MAJOR}Charts PROPERTIES TYPE REQUIRED)
set_package_properties(${QT_MAJOR}Widgets PROPERTIES TYPE REQUIRED)
else()
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} COMPONENTS Graphs Quick3D)
set_package_properties(${QT_MAJOR}Graphs PROPERTIES TYPE REQUIRED)
set_package_properties(${QT_MAJOR}Quick3D PROPERTIES TYPE REQUIRED)
endif()
# It seems to only be present on some Linux distributions, not FreeBSD for example and starting Qt6.6 so not enforcing it
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} OPTIONAL_COMPONENTS QuickControls2Basic)
# Needed for android internal paths
if(ANDROID)
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} COMPONENTS CorePrivate)
set_package_properties(${QT_MAJOR}CorePrivate PROPERTIES TYPE REQUIRED)
endif()
# Set Qt policy, introduced in Qt6.8
if(QT_KNOWN_POLICY_QTP0004)
qt6_policy(SET QTP0004 NEW)
endif()
# Starting C++20, emit() is a function in standard library. To avoid using Qt keywords like signals, slots, emit, we define this variable
add_definitions(
-DQT_USE_QSTRINGBUILDER
-DQT_NO_CAST_TO_ASCII
-DQT_NO_URL_CAST_FROM_STRING
-DQT_NO_KEYWORDS
-DQT_NO_FOREACH
)
if(UNIX AND NOT APPLE AND NOT ANDROID)
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} OPTIONAL_COMPONENTS WaylandClient)
endif()
# For systems where ICU is not packaged with Qt installer
# And we want to package it from system
option(SHIP_SYSTEM_ICU "Ship system ICU in packages and not the one packaged by Qt" OFF)
if(SHIP_SYSTEM_ICU)
find_package(ICU COMPONENTS data uc i18n)
set_package_properties(ICU PROPERTIES TYPE REQUIRED)
endif()
find_package(OpenSSL)
# OpenSSL will be compiled as external_project for android
if(NOT ANDROID)
set_package_properties(OpenSSL PROPERTIES TYPE REQUIRED)
endif()
option(COMPILE_DOC "Enable compilation of GCompris docbook" OFF)
if(COMPILE_DOC)
find_package(KF6 QUIET COMPONENTS DocTools)
endif()
if(ECM_FOUND)
include(KDEInstallDirs)
if(ECM_VERSION VERSION_GREATER "1.6.0")
add_subdirectory(images)
install(FILES org.kde.gcompris.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
install(FILES org.kde.gcompris-teachers.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
install(FILES org.kde.gcompris.desktop DESTINATION ${KDE_INSTALL_APPDIR})
install(FILES org.kde.gcompris-teachers.desktop DESTINATION ${KDE_INSTALL_APPDIR})
else()
message(STATUS "ECM_VERSION is ${ECM_VERSION}, icons and desktop files won't be installed.")
endif()
endif()
option(PACKAGE_GCOMPRIS "Package GCompris (default)" ON)
option(BUILD_SERVER "Build the server along the application" ON)
option(PACKAGE_SERVER "Package the server" OFF)
if(BUILD_SERVER)
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} COMPONENTS Sql)
set_package_properties(${QT_MAJOR}Sql PROPERTIES TYPE REQUIRED)
find_package(${QT_MAJOR} ${QT_REQUIRED_VERSION} COMPONENTS QuickDialogs2)
set_package_properties(${QT_MAJOR}QuickDialogs2 PROPERTIES TYPE REQUIRED)
endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
# Tell CMake to run moc when necessary:
set(CMAKE_AUTOMOC ON)
# As moc files are generated in the binary dir, tell CMake
# to always look for includes there:
set(CMAKE_INCLUDE_CURRENT_DIR ON)
#get_cmake_property(_variableNames VARIABLES)
#foreach (_variableName ${_variableNames})
# message("${_variableName}=${${_variableName}}")
#endforeach()
option(WITH_RCC "Use rcc for activities instead of qml plugins" ON)
option(WITH_DOWNLOAD "Internal download" ON)
# @FIXME These permissions should be removed if download is disable
# but it makes the application crash on exit (tested on Android 6)
set(ANDROID_INTERNET_PERMISSION "<uses-permission android:name=\"android.permission.INTERNET\" />")
set(ANDROID_ACCESS_NETWORK_STATE_PERMISSION "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />")
# Enable wifi broadcase on Android to communicate with the server
set(ANDROID_WIFI_BROADCAST_PERMISSION "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />\n
<uses-permission android:name=\"android.permission.CHANGE_WIFI_MULTICAST_STATE\" />\n
<uses-permission android:name=\"android.permission.WAKE_LOCK\" />")
set(GRAPHICAL_RENDERER "auto" CACHE STRING "Policy for choosing the renderer backend [opengl|software|auto]")
# Set output directory
if(CMAKE_HOST_APPLE)
set(_bundle_bin gcompris-qt.app/Contents/MacOS)
set(_data_dest_dir ${CMAKE_INSTALL_BINDIR}/${_bundle_bin}/../Resources)
else()
set(_data_dest_dir ${CMAKE_INSTALL_DATADIR}/${GCOMPRIS_EXECUTABLE_NAME})
endif()
if(ANDROID)
# Android .so output
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/android-build/libs/${ANDROID_ABI}/)
set(GCOMPRIS_TRANSLATIONS_DIR ${CMAKE_BINARY_DIR}/${_data_dest_dir} CACHE INTERNAL "" FORCE)
set(GCOMPRIS_RCC_DIR ${CMAKE_BINARY_DIR}/android-build/assets/${_data_dest_dir}/rcc CACHE INTERNAL "" FORCE)
set(ANDROID_PACKAGE "net.gcompris.full")
add_subdirectory(android)
elseif(CMAKE_HOST_APPLE)
# MacOSX build
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(GCOMPRIS_TRANSLATIONS_DIR ${CMAKE_BINARY_DIR}/${_data_dest_dir}/translations CACHE INTERNAL "" FORCE)
set(GCOMPRIS_RCC_DIR ${CMAKE_BINARY_DIR}/${_data_dest_dir}/rcc CACHE INTERNAL "" FORCE)
else()
# Desktop build
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(GCOMPRIS_TRANSLATIONS_DIR ${CMAKE_BINARY_DIR}/${_data_dest_dir}/translations CACHE INTERNAL "" FORCE)
set(GCOMPRIS_RCC_DIR ${CMAKE_BINARY_DIR}/${_data_dest_dir}/rcc CACHE INTERNAL "" FORCE)
endif()
# Always create these folders
add_custom_command(
OUTPUT shareFolders
COMMAND cmake -E make_directory ${GCOMPRIS_TRANSLATIONS_DIR}
COMMAND cmake -E make_directory ${GCOMPRIS_RCC_DIR}
)
add_custom_target(
createShareFolders ALL
DEPENDS shareFolders
)
include(cmake/rcc.cmake)
# Translations handling
#skipping translations can be useful during dev builds
option(SKIP_TRANSLATIONS "Skip building translation files" OFF)
if(NOT SKIP_TRANSLATIONS)
include(cmake/translation.cmake)
gcompris_create_translation_files(FILENAME gcompris_qt)
if(BUILD_SERVER)
gcompris_create_translation_files(FILENAME gcompris_teachers_qt)
endif()
endif()
if(CMAKE_HOST_APPLE)
install(DIRECTORY ${GCOMPRIS_TRANSLATIONS_DIR} DESTINATION ${_bundle_bin})
elseif(ANDROID)
install(DIRECTORY ${GCOMPRIS_TRANSLATIONS_DIR} DESTINATION ${CMAKE_INSTALL_DATADIR})
else()
install(DIRECTORY ${GCOMPRIS_TRANSLATIONS_DIR} DESTINATION ${_data_dest_dir})
endif()
# Build standalone package option -> if ON, we will copy the required Qt files in the build package.
# If OFF, "make install" will not copy Qt files so only GCompris files will be packaged.
# By default, it is true on Windows (as we deliver NSIS package), macOS (bundled), android (apk) and false on linux (to do make install)
# If you want to create a STGZ package for linux (auto-extractible), override this variable by typing : cmake -DBUILD_STANDALONE=ON
if(UNIX AND NOT ANDROID AND NOT APPLE)
option(BUILD_STANDALONE "Build a standalone package when typing 'make package'" OFF)
else()
option(BUILD_STANDALONE "Build a standalone package when typing 'make package'" ON)
endif()
# Default to Release if we build a package
if(BUILD_STANDALONE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
endif()
option(WITH_KIOSK_MODE "Set the kiosk mode by default" OFF)
if(WIN32)
set(COMPRESSED_AUDIO "mp3" CACHE STRING "Compressed Audio format [ogg|aac|mp3]")
elseif(APPLE)
set(COMPRESSED_AUDIO "aac" CACHE STRING "Compressed Audio format [ogg|aac|mp3]")
else()
set(COMPRESSED_AUDIO "ogg" CACHE STRING "Compressed Audio format [ogg|aac|mp3]")
endif()
file(GLOB_RECURSE OGG_FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/ "*.ogg")
foreach(OGG_FILE ${OGG_FILES})
# This should only replace the extension
string(REGEX REPLACE "ogg$" "aac" AAC_FILE ${OGG_FILE})
add_custom_command(
OUTPUT ${AAC_FILE}
# Put the good line depending on your installation
COMMAND avconv -v warning -i ${OGG_FILE} -acodec libvo_aacenc ${AAC_FILE}
#COMMAND ffmpeg -v warning -i ${OGG_FILE} -acodec aac -strict -2 ${AAC_FILE}
)
list(APPEND AAC_FILES ${AAC_FILE})
# This should only replace the extension
string(REGEX REPLACE "ogg$" "mp3" MP3_FILE ${OGG_FILE})
add_custom_command(
OUTPUT ${MP3_FILE}
# Put the good line depending on your installation
#COMMAND avconv -v warning -i ${OGG_FILE} -acodec mp3 ${MP3_FILE}
COMMAND ffmpeg -v warning -i ${OGG_FILE} -acodec mp3 -strict -2 ${MP3_FILE}
)
list(APPEND MP3_FILES ${MP3_FILE})
endforeach()
add_custom_target(
createAacFromOgg
DEPENDS ${AAC_FILES}
)
add_custom_target(
createMp3FromOgg
DEPENDS ${MP3_FILES}
)
if(ANDROID)
set(GCOMPRIS_ASSETS_DIR ${GCOMPRIS_RCC_DIR}/../../../ CACHE INTERNAL "" FORCE)
else()
set(GCOMPRIS_ASSETS_DIR ${GCOMPRIS_RCC_DIR} CACHE INTERNAL "" FORCE)
endif()
# predownload assets (voices and images) and install them in the rcc folder
set(DOWNLOAD_ASSETS "" CACHE STRING "Download and packages images and voices. use a list like: words,en,fr,pt_BR,music to retrieve multiple files")
add_custom_command(
OUTPUT predownloadAssets
COMMAND python3 tools/download-assets.py ${DOWNLOAD_ASSETS} ${COMPRESSED_AUDIO} ${GCOMPRIS_ASSETS_DIR}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
add_custom_command(
OUTPUT assetsFolders
COMMAND cmake -E make_directory "${GCOMPRIS_ASSETS_DIR}/data3"
COMMAND cmake -E make_directory "${GCOMPRIS_ASSETS_DIR}/data3/voices-${COMPRESSED_AUDIO}"
COMMAND cmake -E make_directory "${GCOMPRIS_ASSETS_DIR}/data3/words"
COMMAND cmake -E make_directory "${GCOMPRIS_ASSETS_DIR}/data3/backgroundMusic"
)
# Install assets
add_custom_target(getAssets
DEPENDS assetsFolders predownloadAssets
)
add_custom_command(
OUTPUT doBundleConvertedOggs
COMMAND 7z a converted_ogg_to_${COMPRESSED_AUDIO}-${GCOMPRIS_VERSION}.7z '-ir!src/*${COMPRESSED_AUDIO}'
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
# Bundle oggs ready to be uploaded on a server. This ease build on system without the appropriate audio
# conversion tools.
add_custom_target(BundleConvertedOggs
DEPENDS doBundleConvertedOggs
COMMENT "Bundle the converted oggs to upload them on a server. First set COMPRESSED_AUDIO appropriately."
)
add_custom_command(
OUTPUT doDlAndInstallBundledConvertedOggs
COMMAND curl -fsS -o converted_ogg_to_${COMPRESSED_AUDIO}-${GCOMPRIS_VERSION}.7z
https://gcompris.net/download/converted_ogg_to_${COMPRESSED_AUDIO}-${GCOMPRIS_VERSION}.7z
COMMAND 7z x -y converted_ogg_to_${COMPRESSED_AUDIO}-${GCOMPRIS_VERSION}.7z
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
# Download and install bundled converted oggs
add_custom_target(DlAndInstallBundledConvertedOggs
DEPENDS doDlAndInstallBundledConvertedOggs
COMMENT "Download the bundled converted oggs and install them in the source dir"
)
if(${GCOMPRIS_PATCH_VERSION} STREQUAL 0)
set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${GCOMPRIS_VERSION})
else()
set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${GCOMPRIS_VERSION}.${GCOMPRIS_PATCH_VERSION})
endif()
add_custom_target(dist
COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD
| xz > ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.xz
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
if(KF6_FOUND)
add_subdirectory(docs/docbook)
kdoctools_install(po)
endif()
# qml-box2d
include(cmake/box2d.cmake)
add_subdirectory(src)
if (UBUNTU_TOUCH)
add_subdirectory(platforms/ubuntutouch)
endif ()
# only enable unit tests for linux
if(BUILD_TESTING)
enable_testing()
add_subdirectory(tests)
endif()
add_custom_target(binaries)
add_dependencies(binaries ${GCOMPRIS_EXECUTABLE_NAME} rcc_activities all_activities)
if(WITH_RCC)
add_dependencies(binaries rcc_menu rcc_core)
endif()
# Add a target to automatise the filling of the files requiring info for the releases: appdata/publiccode release date, fastlane changelog
string(TIMESTAMP currentDay "%Y-%m-%d")
add_custom_command(
OUTPUT doUpdateReleaseDate
COMMAND ./tools/bump_version.sh -v ${GCOMPRIS_VERSION} -r ${currentDay}
COMMAND python3 ./tools/fdroid_update_fastlane_metadata.py ${GCOMPRIS_VERSION_CODE}
COMMAND python3 ./tools/android_format_changelog.py ${GCOMPRIS_VERSION_CODE}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
add_custom_target(updateReleaseDate
DEPENDS doUpdateReleaseDate
COMMENT "Run the scripts to bump the version if not already done. It assumes the changelog is already created for this version."
)
================================================
FILE: HACKING
================================================
GCompris HACKING
Official repository
-------------------
The official repository requires a KDE developer account, we will ask regular
contributors to get an account and work on the KDE repository.
https://invent.kde.org/education/gcompris
For new developers and those interested only in smaller contributions use the
https://phabricator.kde.org/ or GitHub repository.
Source code from GitHub
-----------------------
Checkout the source code by cloning it from GitHub
git clone https://github.com/gcompris/GCompris-qt.git
If you want to have a personal fork, in order to commit occasional patches,
fork it on GitHub then clone your fork
git clone https://github.com/<username>/GCompris-qt.git
When asking for a pull request, create a new topic branch and commit your
changes there then open a pull request to gcompris-qt repository on GitHub.
See GitHub's documentation for more information.
https://help.github.com/categories/collaborating/
Dependencies
------------
In order to be able to compile GCompris the following Qt6 dependencies need to
be installed (version 6.5.0 minimum)
Qt 6 Development Defaults
Qt 6 qmake
Qt Creator
Qt Linguist Tools
Qt Core
Qt Gui
Qt Multimedia
Qt Multimedia QML Module
Qt Network
Qt Image Formats
Qt Qml
Qt Quick
Qt Sensors
Qt Svg
Qt Charts (qml plugin)
CMake must be installed to compile GCompris:
sudo apt install cmake
By default, translations are also built so gettext package must be installed to compile GCompris (to ignore translation files, run cmake with `-DSKIP_TRANSLATIONS=ON`:
sudo apt install gettext
Installing dependencies on a Debian based systems can be done like this:
sudo apt install libssl-dev libqt6svg6-dev \
qt6-multimedia-dev qt6-tools-dev qt6-tools-dev-tools \
libqt6sensors6-dev libqt6svg6-dev \
linguist-qt6 qt6-l10n-tools \
qt6-declarative6-dev qml6-module-qtcharts \
libqt6charts6-dev \
qml6-module-qtcore qml6-module-qtquick-controls \
qml6-module-qtmultimedia qml6-module-qtqml \
qml6-module-qtqml-workerscript qml6-module-qtquick \
qml6-module-qtquick-window qt6-image-formats-plugins \
qml6-module-qtquick-templates
To build for Android, Qt 6 AndroidExtras also needs to be installed.
If building from a .tar.gz or .zip source distribution the externals may
need to be added.
cd GCompris-qt-*
git clone https://github.com/qml-box2d/qml-box2d.git external/qml-box2d/
Build
-----
Start QtCreator and select Open Project and open CMakeLists.txt in the
gcompris-qt root directory. Follow the wizard instructions.
Use the buttons on the lower left side to build, run, and debug GCompris.
An alternative building process is to use cmake in command-line directly.
cd GCompris-qt-*
mkdir build
cd build
cmake ..
make
./bin/gcompris-qt
On Windows, the build is done using Ninja, MinGW and OpenSSL provided by Qt Maintenance tool (under Developer and Designer Tools). Make sure you added them to the PATH (export PATH=$PATH:/c/Qt/Tools/mingw1120_64/bin:/c/Qt/Tools/Ninja):
cd GCompris-qt-*
mkdir build
cd build
cmake -G "Ninja" -DCMAKE_PREFIX_PATH=/c/Qt/6.5.3/mingw_64/ -DOPENSSL_ROOT_DIR=/c/Qt/Tools/OpenSSLv3/Win_x64/ ..
cmake --build . -j 4 --config Release --target BuildTranslations
cmake --build . -j 4 --config Release
cpack -C Release .
For Android, install Qt with the Android flavor you want from Qt Maintenance tool and run the script in tools to build for armeabi-v7a (./tools/android_build_all_apk.sh) or arm64-v8a (./tools/android_build_all_apk_64.sh). It takes the Qt root folder as argument (~/Qt/6.5.3/ for example).
More Details
------------
Go To this Link:
hhttps://invent.kde.org/education/gcompris/-/wikis/Developers-corner/
================================================
FILE: LICENSES/AGPL-3.0-only.txt
================================================
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license
document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for software
and other kinds of works, specifically designed to ensure cooperation with
the community in the case of network server software.
The licenses for most software and other practical works are designed to take
away your freedom to share and change the works. By contrast, our General
Public Licenses are intended to guarantee your freedom to share and change
all versions of a program--to make sure it remains free software for all its
users.
When we speak of free software, we are referring to freedom, not price. Our
General Public Licenses are designed to make sure that you have the freedom
to distribute copies of free software (and charge for them if you wish), that
you receive source code or can get it if you want it, that you can change
the software or use pieces of it in new free programs, and that you know you
can do these things.
Developers that use our General Public Licenses protect your rights with two
steps: (1) assert copyright on the software, and (2) offer you this License
which gives you legal permission to copy, distribute and/or modify the software.
A secondary benefit of defending all users' freedom is that improvements made
in alternate versions of the program, if they receive widespread use, become
available for other developers to incorporate. Many developers of free software
are heartened and encouraged by the resulting cooperation. However, in the
case of software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and letting
the public access it on a server without ever releasing its source code to
the public.
The GNU Affero General Public License is designed specifically to ensure that,
in such cases, the modified source code becomes available to the community.
It requires the operator of a network server to provide the source code of
the modified version running there to the users of that server. Therefore,
public use of a modified version, on a publicly accessible server, gives the
public access to the source code of the modified version.
An older license, called the Affero General Public License and published by
Affero, was designed to accomplish similar goals. This is a different license,
not a version of the Affero GPL, but Affero has released a new version of
the Affero GPL which permits relicensing under this license.
The precise terms and conditions for copying, distribution and modification
follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of works,
such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this License.
Each licensee is addressed as "you". "Licensees" and "recipients" may be
individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work in
a fashion requiring copyright permission, other than the making of an exact
copy. The resulting work is called a "modified version" of the earlier work
or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based on the
Program.
To "propagate" a work means to do anything with it that, without permission,
would make you directly or secondarily liable for infringement under applicable
copyright law, except executing it on a computer or modifying a private copy.
Propagation includes copying, distribution (with or without modification),
making available to the public, and in some countries other activities as
well.
To "convey" a work means any kind of propagation that enables other parties
to make or receive copies. Mere interaction with a user through a computer
network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices" to the
extent that it includes a convenient and prominently visible feature that
(1) displays an appropriate copyright notice, and (2) tells the user that
there is no warranty for the work (except to the extent that warranties are
provided), that licensees may convey the work under this License, and how
to view a copy of this License. If the interface presents a list of user
commands or options, such as a menu, a prominent item in the list meets this
criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work for making
modifications to it. "Object code" means any non-source form of a work.
A "Standard Interface" means an interface that either is an official standard
defined by a recognized standards body, or, in the case of interfaces specified
for a particular programming language, one that is widely used among developers
working in that language.
The "System Libraries" of an executable work include anything, other than
the work as a whole, that (a) is included in the normal form of packaging
a Major Component, but which is not part of that Major Component, and (b)
serves only to enable use of the work with that Major Component, or to implement
a Standard Interface for which an implementation is available to the public
in source code form. A "Major Component", in this context, means a major
essential component (kernel, window system, and so on) of the specific operating
system (if any) on which the executable work runs, or a compiler used to produce
the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all the source
code needed to generate, install, and (for an executable work) run the object
code and to modify the work, including scripts to control those activities.
However, it does not include the work's System Libraries, or general-purpose
tools or generally available free programs which are used unmodified in performing
those activities but which are not part of the work. For example, Corresponding
Source includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically linked
subprograms that the work is specifically designed to require, such as by
intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users can regenerate
automatically from other parts of the Corresponding Source.
The Corresponding Source for a work in source code form is that same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of copyright
on the Program, and are irrevocable provided the stated conditions are met.
This License explicitly affirms your unlimited permission to run the unmodified
Program. The output from running a covered work is covered by this License
only if the output, given its content, constitutes a covered work. This License
acknowledges your rights of fair use or other equivalent, as provided by copyright
law.
You may make, run and propagate covered works that you do not convey, without
conditions so long as your license otherwise remains in force. You may convey
covered works to others for the sole purpose of having them make modifications
exclusively for you, or provide you with facilities for running those works,
provided that you comply with the terms of this License in conveying all material
for which you do not control copyright. Those thus making or running the
covered works for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of your copyrighted
material outside their relationship with you.
Conveying under any other circumstances is permitted solely under the conditions
stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological measure
under any applicable law fulfilling obligations under article 11 of the WIPO
copyright treaty adopted on 20 December 1996, or similar laws prohibiting
or restricting circumvention of such measures.
When you convey a covered work, you waive any legal power to forbid circumvention
of technological measures to the extent such circumvention is effected by
exercising rights under this License with respect to the covered work, and
you disclaim any intention to limit operation or modification of the work
as a means of enforcing, against the work's users, your or third parties'
legal rights to forbid circumvention of technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you receive
it, in any medium, provided that you conspicuously and appropriately publish
on each copy an appropriate copyright notice; keep intact all notices stating
that this License and any non-permissive terms added in accord with section
7 apply to the code; keep intact all notices of the absence of any warranty;
and give all recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey, and you
may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to produce
it from the Program, in the form of source code under the terms of section
4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified it, and
giving a relevant date.
b) The work must carry prominent notices stating that it is released under
this License and any conditions added under section 7. This requirement modifies
the requirement in section 4 to "keep intact all notices".
c) You must license the entire work, as a whole, under this License to anyone
who comes into possession of a copy. This License will therefore apply, along
with any applicable section 7 additional terms, to the whole of the work,
and all its parts, regardless of how they are packaged. This License gives
no permission to license the work in any other way, but it does not invalidate
such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display Appropriate
Legal Notices; however, if the Program has interactive interfaces that do
not display Appropriate Legal Notices, your work need not make them do so.
A compilation of a covered work with other separate and independent works,
which are not by their nature extensions of the covered work, and which are
not combined with it such as to form a larger program, in or on a volume of
a storage or distribution medium, is called an "aggregate" if the compilation
and its resulting copyright are not used to limit the access or legal rights
of the compilation's users beyond what the individual works permit. Inclusion
of a covered work in an aggregate does not cause this License to apply to
the other parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms of sections
4 and 5, provided that you also convey the machine-readable Corresponding
Source under the terms of this License, in one of these ways:
a) Convey the object code in, or embodied in, a physical product (including
a physical distribution medium), accompanied by the Corresponding Source fixed
on a durable physical medium customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product (including
a physical distribution medium), accompanied by a written offer, valid for
at least three years and valid for as long as you offer spare parts or customer
support for that product model, to give anyone who possesses the object code
either (1) a copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical medium customarily
used for software interchange, for a price no more than your reasonable cost
of physically performing this conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the written
offer to provide the Corresponding Source. This alternative is allowed only
occasionally and noncommercially, and only if you received the object code
with such an offer, in accord with subsection 6b.
d) Convey the object code by offering access from a designated place (gratis
or for a charge), and offer equivalent access to the Corresponding Source
in the same way through the same place at no further charge. You need not
require recipients to copy the Corresponding Source along with the object
code. If the place to copy the object code is a network server, the Corresponding
Source may be on a different server (operated by you or a third party) that
supports equivalent copying facilities, provided you maintain clear directions
next to the object code saying where to find the Corresponding Source. Regardless
of what server hosts the Corresponding Source, you remain obligated to ensure
that it is available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided you inform
other peers where the object code and Corresponding Source of the work are
being offered to the general public at no charge under subsection 6d.
A separable portion of the object code, whose source code is excluded from
the Corresponding Source as a System Library, need not be included in conveying
the object code work.
A "User Product" is either (1) a "consumer product", which means any tangible
personal property which is normally used for personal, family, or household
purposes, or (2) anything designed or sold for incorporation into a dwelling.
In determining whether a product is a consumer product, doubtful cases shall
be resolved in favor of coverage. For a particular product received by a
particular user, "normally used" refers to a typical or common use of that
class of product, regardless of the status of the particular user or of the
way in which the particular user actually uses, or expects or is expected
to use, the product. A product is a consumer product regardless of whether
the product has substantial commercial, industrial or non-consumer uses, unless
such uses represent the only significant mode of use of the product.
"Installation Information" for a User Product means any methods, procedures,
authorization keys, or other information required to install and execute modified
versions of a covered work in that User Product from a modified version of
its Corresponding Source. The information must suffice to ensure that the
continued functioning of the modified object code is in no case prevented
or interfered with solely because modification has been made.
If you convey an object code work under this section in, or with, or specifically
for use in, a User Product, and the conveying occurs as part of a transaction
in which the right of possession and use of the User Product is transferred
to the recipient in perpetuity or for a fixed term (regardless of how the
transaction is characterized), the Corresponding Source conveyed under this
section must be accompanied by the Installation Information. But this requirement
does not apply if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has been installed
in ROM).
The requirement to provide Installation Information does not include a requirement
to continue to provide support service, warranty, or updates for a work that
has been modified or installed by the recipient, or for the User Product in
which it has been modified or installed. Access to a network may be denied
when the modification itself materially and adversely affects the operation
of the network or violates the rules and protocols for communication across
the network.
Corresponding Source conveyed, and Installation Information provided, in accord
with this section must be in a format that is publicly documented (and with
an implementation available to the public in source code form), and must require
no special password or key for unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this License
by making exceptions from one or more of its conditions. Additional permissions
that are applicable to the entire Program shall be treated as though they
were included in this License, to the extent that they are valid under applicable
law. If additional permissions apply only to part of the Program, that part
may be used separately under those permissions, but the entire Program remains
governed by this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option remove any
additional permissions from that copy, or from any part of it. (Additional
permissions may be written to require their own removal in certain cases when
you modify the work.) You may place additional permissions on material, added
by you to a covered work, for which you have or can give appropriate copyright
permission.
Notwithstanding any other provision of this License, for material you add
to a covered work, you may (if authorized by the copyright holders of that
material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the terms of
sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or author
attributions in that material or in the Appropriate Legal Notices displayed
by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or requiring
that modified versions of such material be marked in reasonable ways as different
from the original version; or
d) Limiting the use for publicity purposes of names of licensors or authors
of the material; or
e) Declining to grant rights under trademark law for use of some trade names,
trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that material by
anyone who conveys the material (or modified versions of it) with contractual
assumptions of liability to the recipient, for any liability that these contractual
assumptions directly impose on those licensors and authors.
All other non-permissive additional terms are considered "further restrictions"
within the meaning of section 10. If the Program as you received it, or any
part of it, contains a notice stating that it is governed by this License
along with a term that is a further restriction, you may remove that term.
If a license document contains a further restriction but permits relicensing
or conveying under this License, you may add to a covered work material governed
by the terms of that license document, provided that the further restriction
does not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you must place,
in the relevant source files, a statement of the additional terms that apply
to those files, or a notice indicating where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the form
of a separately written license, or stated as exceptions; the above requirements
apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly provided
under this License. Any attempt otherwise to propagate or modify it is void,
and will automatically terminate your rights under this License (including
any patent licenses granted under the third paragraph of section 11).
However, if you cease all violation of this License, then your license from
a particular copyright holder is reinstated (a) provisionally, unless and
until the copyright holder explicitly and finally terminates your license,
and (b) permanently, if the copyright holder fails to notify you of the violation
by some reasonable means prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is reinstated permanently
if the copyright holder notifies you of the violation by some reasonable means,
this is the first time you have received notice of violation of this License
(for any work) from that copyright holder, and you cure the violation prior
to 30 days after your receipt of the notice.
Termination of your rights under this section does not terminate the licenses
of parties who have received copies or rights from you under this License.
If your rights have been terminated and not permanently reinstated, you do
not qualify to receive new licenses for the same material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or run a copy
of the Program. Ancillary propagation of a covered work occurring solely
as a consequence of using peer-to-peer transmission to receive a copy likewise
does not require acceptance. However, nothing other than this License grants
you permission to propagate or modify any covered work. These actions infringe
copyright if you do not accept this License. Therefore, by modifying or propagating
a covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically receives
a license from the original licensors, to run, modify and propagate that work,
subject to this License. You are not responsible for enforcing compliance
by third parties with this License.
An "entity transaction" is a transaction transferring control of an organization,
or substantially all assets of one, or subdividing an organization, or merging
organizations. If propagation of a covered work results from an entity transaction,
each party to that transaction who receives a copy of the work also receives
whatever licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the Corresponding
Source of the work from the predecessor in interest, if the predecessor has
it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the rights
granted or affirmed under this License. For example, you may not impose a
license fee, royalty, or other charge for exercise of rights granted under
this License, and you may not initiate litigation (including a cross-claim
or counterclaim in a lawsuit) alleging that any patent claim is infringed
by making, using, selling, offering for sale, or importing the Program or
any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this License
of the Program or a work on which the Program is based. The work thus licensed
is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims owned or controlled
by the contributor, whether already acquired or hereafter acquired, that would
be infringed by some manner, permitted by this License, of making, using,
or selling its contributor version, but do not include claims that would be
infringed only as a consequence of further modification of the contributor
version. For purposes of this definition, "control" includes the right to
grant patent sublicenses in a manner consistent with the requirements of this
License.
Each contributor grants you a non-exclusive, worldwide, royalty-free patent
license under the contributor's essential patent claims, to make, use, sell,
offer for sale, import and otherwise run, modify and propagate the contents
of its contributor version.
In the following three paragraphs, a "patent license" is any express agreement
or commitment, however denominated, not to enforce a patent (such as an express
permission to practice a patent or covenant not to sue for patent infringement).
To "grant" such a patent license to a party means to make such an agreement
or commitment not to enforce a patent against the party.
If you convey a covered work, knowingly relying on a patent license, and the
Corresponding Source of the work is not available for anyone to copy, free
of charge and under the terms of this License, through a publicly available
network server or other readily accessible means, then you must either (1)
cause the Corresponding Source to be so available, or (2) arrange to deprive
yourself of the benefit of the patent license for this particular work, or
(3) arrange, in a manner consistent with the requirements of this License,
to extend the patent
license to downstream recipients. "Knowingly relying" means you have actual
knowledge that, but for the patent license, your conveying the covered work
in a country, or your recipient's use of the covered work in a country, would
infringe one or more identifiable patents in that country that you have reason
to believe are valid.
If, pursuant to or in connection with a single transaction or arrangement,
you convey, or propagate by procuring conveyance of, a covered work, and grant
a patent license to some of the parties receiving the covered work authorizing
them to use, propagate, modify or convey a specific copy of the covered work,
then the patent license you grant is automatically extended to all recipients
of the covered work and works based on it.
A patent license is "discriminatory" if it does not include within the scope
of its coverage, prohibits the exercise of, or is conditioned on the non-exercise
of one or more of the rights that are specifically granted under this License.
You may not convey a covered work if you are a party to an arrangement with
a third party that is in the business of distributing software, under which
you make payment to the third party based on the extent of your activity of
conveying the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory patent
license (a) in connection with copies of the covered work conveyed by you
(or copies made from those copies), or (b) primarily for and in connection
with specific products or compilations that contain the covered work, unless
you entered into that arrangement, or that patent license was granted, prior
to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting any implied
license or other defenses to infringement that may otherwise be available
to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or otherwise)
that contradict the conditions of this License, they do not excuse you from
the conditions of this License. If you cannot convey a covered work so as
to satisfy simultaneously your obligations under this License and any other
pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey the
Program, the only way you could satisfy both those terms and this License
would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the Program,
your modified version must prominently offer all users interacting with it
remotely through a computer network (if your version supports such interaction)
an opportunity to receive the Corresponding Source of your version by providing
access to the Corresponding Source from a network server at no charge, through
some standard or customary means of facilitating copying of software. This
Corresponding Source shall include the Corresponding Source for any work covered
by version 3 of the GNU General Public License that is incorporated pursuant
to the following paragraph.
Notwithstanding any other provision of this License, you have permission to
link or combine any covered work with a work licensed under version 3 of the
GNU General Public License into a single combined work, and to convey the
resulting work. The terms of this License will continue to apply to the part
which is the covered work, but the work with which it is combined will remain
governed by version 3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of the
GNU Affero General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to address
new problems or concerns.
Each version is given a distinguishing version number. If the Program specifies
that a certain numbered version of the GNU Affero General Public License "or
any later version" applies to it, you have the option of following the terms
and conditions either of that numbered version or of any later version published
by the Free Software Foundation. If the Program does not specify a version
number of the GNU Affero General Public License, you may choose any version
ever published by the Free Software Foundation.
If the Program specifies that a proxy can decide which future versions of
the GNU Affero General Public License can be used, that proxy's public statement
of acceptance of a version permanently authorizes you to choose that version
for the Program.
Later license versions may give you additional or different permissions.
However, no additional obligations are imposed on any author or copyright
holder as a result of your choosing to follow a later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK
AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR
OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM
AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided above cannot
be given local legal effect according to their terms, reviewing courts shall
apply local law that most closely approximates an absolute waiver of all civil
liability in connection with the Program, unless a warranty or assumption
of liability accompanies a copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest possible
use to the public, the best way to achieve this is to make it free software
which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest to attach
them to the start of each source file to most effectively state the exclusion
of warranty; and each file should have at least the "copyright" line and a
pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.
You should have received a copy of the GNU Affero General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer network,
you should also make sure that it provides a way for users to get its source.
For example, if your program is a web application, its interface could display
a "Source" link that leads users to an archive of the code. There are many
ways you could offer source, and different solutions will be better for different
programs; see section 13 for the specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary. For
more information on this, and how to apply and follow the GNU AGPL, see <http://www.gnu.org/licenses/>.
================================================
FILE: LICENSES/Apache-2.0.txt
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION,
AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and distribution
as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright
owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all other entities
that control, are controlled by, or are under common control with that entity.
For the purposes of this definition, "control" means (i) the power, direct
or indirect, to cause the direction or management of such entity, whether
by contract or otherwise, or (ii) ownership of fifty percent (50%) or more
of the outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions
granted by this License.
"Source" form shall mean the preferred form for making modifications, including
but not limited to software source code, documentation source, and configuration
files.
"Object" form shall mean any form resulting from mechanical transformation
or translation of a Source form, including but not limited to compiled object
code, generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form,
made available under the License, as indicated by a copyright notice that
is included in or attached to the work (an example is provided in the Appendix
below).
"Derivative Works" shall mean any work, whether in Source or Object form,
that is based on (or derived from) the Work and for which the editorial revisions,
annotations, elaborations, or other modifications represent, as a whole, an
original work of authorship. For the purposes of this License, Derivative
Works shall not include works that remain separable from, or merely link (or
bind by name) to the interfaces of, the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including the original version
of the Work and any modifications or additions to that Work or Derivative
Works thereof, that is intentionally submitted to Licensor for inclusion in
the Work by the copyright owner or by an individual or Legal Entity authorized
to submit on behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written communication
sent to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems, and
issue tracking systems that are managed by, or on behalf of, the Licensor
for the purpose of discussing and improving the Work, but excluding communication
that is conspicuously marked or otherwise designated in writing by the copyright
owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
of whom a Contribution has been received by Licensor and subsequently incorporated
within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of this
License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
Derivative Works of, publicly display, publicly perform, sublicense, and distribute
the Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of this License,
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section) patent
license to make, have made, use, offer to sell, sell, import, and otherwise
transfer the Work, where such license applies only to those patent claims
licensable by such Contributor that are necessarily infringed by their Contribution(s)
alone or by combination of their Contribution(s) with the Work to which such
Contribution(s) was submitted. If You institute patent litigation against
any entity (including a cross-claim or counterclaim in a lawsuit) alleging
that the Work or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses granted to You
under this License for that Work shall terminate as of the date such litigation
is filed.
4. Redistribution. You may reproduce and distribute copies of the Work or
Derivative Works thereof in any medium, with or without modifications, and
in Source or Object form, provided that You meet the following conditions:
(a) You must give any other recipients of the Work or Derivative Works a copy
of this License; and
(b) You must cause any modified files to carry prominent notices stating that
You changed the files; and
(c) You must retain, in the Source form of any Derivative Works that You distribute,
all copyright, patent, trademark, and attribution notices from the Source
form of the Work, excluding those notices that do not pertain to any part
of the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its distribution,
then any Derivative Works that You distribute must include a readable copy
of the attribution notices contained within such NOTICE file, excluding those
notices that do not pertain to any part of the Derivative Works, in at least
one of the following places: within a NOTICE text file distributed as part
of the Derivative Works; within the Source form or documentation, if provided
along with the Derivative Works; or, within a display generated by the Derivative
Works, if and wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and do not modify the
License. You may add Your own attribution notices within Derivative Works
that You distribute, alongside or as an addendum to the NOTICE text from the
Work, provided that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions for use, reproduction,
or distribution of Your modifications, or for any such Derivative Works as
a whole, provided Your use, reproduction, and distribution of the Work otherwise
complies with the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise, any
Contribution intentionally submitted for inclusion in the Work by You to the
Licensor shall be under the terms and conditions of this License, without
any additional terms or conditions. Notwithstanding the above, nothing herein
shall supersede or modify the terms of any separate license agreement you
may have executed with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade names,
trademarks, service marks, or product names of the Licensor, except as required
for reasonable and customary use in describing the origin of the Work and
reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or agreed to
in writing, Licensor provides the Work (and each Contributor provides its
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied, including, without limitation, any warranties
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR
A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness
of using or redistributing the Work and assume any risks associated with Your
exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory, whether
in tort (including negligence), contract, or otherwise, unless required by
applicable law (such as deliberate and grossly negligent acts) or agreed to
in writing, shall any Contributor be liable to You for damages, including
any direct, indirect, special, incidental, or consequential damages of any
character arising as a result of this License or out of the use or inability
to use the Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all other commercial
damages or losses), even if such Contributor has been advised of the possibility
of such damages.
9. Accepting Warranty or Additional Liability. While redistributing the Work
or Derivative Works thereof, You may choose to offer, and charge a fee for,
acceptance of support, warranty, indemnity, or other liability obligations
and/or rights consistent with this License. However, in accepting such obligations,
You may act only on Your own behalf and on Your sole responsibility, not on
behalf of any other Contributor, and only if You agree to indemnify, defend,
and hold each Contributor harmless for any liability incurred by, or claims
asserted against, such Contributor by reason of your accepting any such warranty
or additional liability. END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate
notice, with the fields enclosed by brackets "[]" replaced with your own identifying
information. (Don't include the brackets!) The text should be enclosed in
the appropriate comment syntax for the file format. We also recommend that
a file or class name and description of purpose be included on the same "printed
page" as the copyright notice for easier identification within third-party
archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: LICENSES/BSD-2-Clause.txt
================================================
Copyright (c) <year> <owner> All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================
FILE: LICENSES/BSD-3-Clause.txt
================================================
Copyright (c) <year> <owner>. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================
FILE: LICENSES/CC-BY-2.0.txt
================================================
Creative Commons Attribution 2.0
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
License
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
1. Definitions
a. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
b. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.
c. "Licensor" means the individual or entity that offers the Work under the terms of this License.
d. "Original Author" means the individual or entity who created the Work.
e. "Work" means the copyrightable work of authorship offered under the terms of this License.
f. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
a. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
b. to create and reproduce Derivative Works;
c. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
d. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
e. For the avoidance of doubt, where the work is a musical composition:
i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.
ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).
f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
a. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any reference to such Licensor or the Original Author, as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any reference to such Licensor or the Original Author, as requested.
b. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and give the Original Author credit reasonable to the medium or means You are utilizing by conveying the name (or pseudonym if applicable) of the Original Author if supplied; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
5. Representations, Warranties and Disclaimer
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. Termination
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
8. Miscellaneous
a. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
b. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
Creative Commons may be contacted at http://creativecommons.org/.
================================================
FILE: LICENSES/CC-BY-3.0.txt
================================================
Creative Commons Attribution 3.0 Unported
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
License
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
1. Definitions
a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License.
c. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
d. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
e. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
f. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
g. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
h. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
i. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
d. to Distribute and Publicly Perform Adaptations.
e. For the avoidance of doubt:
i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.
4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested.
b. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
c. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
5. Representations, Warranties and Disclaimer
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. Termination
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
8. Miscellaneous
a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You.
e. This License may not be modified without the mutual written agreement of the Licensor and You.
f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
Creative Commons Notice
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License.
Creative Commons may be contacted at http://creativecommons.org/.
================================================
FILE: LICENSES/CC-BY-4.0.txt
================================================
Attribution 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution 4.0 International Public License ("Public License"). To the
extent this Public License may be interpreted as a contract, You are
granted the Licensed Rights in consideration of Your acceptance of
these terms and conditions, and the Licensor grants You such rights in
consideration of benefits the Licensor receives from making the
Licensed Material available under these terms and conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
d. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
e. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
f. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
g. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
h. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
i. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
4. If You Share Adapted Material You produce, the Adapter's
License You apply must not prevent recipients of the Adapted
Material from complying with this Public License.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.
================================================
FILE: LICENSES/CC-BY-SA-3.0.txt
================================================
Creative Commons Attribution-ShareAlike 3.0 Unported
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
License
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
1. Definitions
a. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
b. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License.
c. "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License.
d. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
e. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
f. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
g. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
h. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
i. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
j. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
k. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
a. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
b. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
c. to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
d. to Distribute and Publicly Perform Adaptations.
e. For the avoidance of doubt:
i. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
ii. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
iii. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.
4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
a. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested.
b. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.
c. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv), consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
d. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
5. Representations, Warranties and Disclaimer
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. Termination
a. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
b. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
8. Miscellaneous
a. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
b. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
c. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
d. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
e. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
f. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
Creative Commons Notice
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of the License.
Creative Commons may be contacted at creativecommons.org.
================================================
FILE: LICENSES/CC-BY-SA-4.0.txt
================================================
Attribution-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-ShareAlike 4.0 International Public
License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the “Licensor.” The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.
================================================
FILE: LICENSES/CC0-1.0.txt
================================================
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.
================================================
FILE: LICENSES/GFDL-1.2-or-later.txt
================================================
GNU Free Documentation License
Version 1.2, November 2002
Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 51 Franklin St,
Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies of this license
document, but changing it is not allowed.
0. PREAMBLE
The purpose of this License is to make a manual, textbook, or other functional
and useful document "free" in the sense of freedom: to assure everyone the
effective freedom to copy and redistribute it, with or without modifying it,
either commercially or noncommercially. Secondarily, this License preserves
for the author and publisher a way to get credit for their work, while not
being considered responsible for modifications made by others.
This License is a kind of "copyleft", which means that derivative works of
the document must themselves be free in the same sense. It complements the
GNU General Public License, which is a copyleft license designed for free
software.
We have designed this License in order to use it for manuals for free software,
because free software needs free documentation: a free program should come
with manuals providing the same freedoms that the software does. But this
License is not limited to software manuals; it can be used for any textual
work, regardless of subject matter or whether it is published as a printed
book. We recommend this License principally for works whose purpose is instruction
or reference.
1. APPLICABILITY AND DEFINITIONS
This License applies to any manual or other work, in any medium, that contains
a notice placed by the copyright holder saying it can be distributed under
the terms of this License. Such a notice grants a world-wide, royalty-free
license, unlimited in duration, to use that work under the conditions stated
herein. The "Document", below, refers to any such manual or work. Any member
of the public is a licensee, and is addressed as "you". You accept the license
if you copy, modify or distribute the work in a way requiring permission under
copyright law.
A "Modified Version" of the Document means any work containing the Document
or a portion of it, either copied verbatim, or with modifications and/or translated
into another language.
A "Secondary Section" is a named appendix or a front-matter section of the
Document that deals exclusively with the relationship of the publishers or
authors of the Document to the Document's overall subject (or to related matters)
and contains nothing that could fall directly within that overall subject.
(Thus, if the Document is in part a textbook of mathematics, a Secondary Section
may not explain any mathematics.) The relationship could be a matter of historical
connection with the subject or with related matters, or of legal, commercial,
philosophical, ethical or political position regarding them.
The "Invariant Sections" are certain Secondary Sections whose titles are designated,
as being those of Invariant Sections, in the notice that says that the Document
is released under this License. If a section does not fit the above definition
of Secondary then it is not allowed to be designated as Invariant. The Document
may contain zero Invariant Sections. If the Document does not identify any
Invariant Sections then there are none.
The "Cover Texts" are certain short passages of text that are listed, as Front-Cover
Texts or Back-Cover Texts, in the notice that says that the Document is released
under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover
Text may be at most 25 words.
A "Transparent" copy of the Document means a machine-readable copy, represented
in a format whose specification is available to the general public, that is
suitable for revising the document straightforwardly with generic text editors
or (for images composed of pixels) generic paint programs or (for drawings)
some widely available drawing editor, and that is suitable for input to text
formatters or for automatic translation to a variety of formats suitable for
input to text formatters. A copy made in an otherwise Transparent file format
whose markup, or absence of markup, has been arranged to thwart or discourage
subsequent modification by readers is not Transparent. An image format is
not Transparent if used for any substantial amount of text. A copy that is
not "Transparent" is called "Opaque".
Examples of suitable formats for Transparent copies include plain ASCII without
markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly
available DTD, and standard-conforming simple HTML, PostScript or PDF designed
for human modification. Examples of transparent image formats include PNG,
XCF and JPG. Opaque formats include proprietary formats that can be read and
edited only by proprietary word processors, SGML or XML for which the DTD
and/or processing tools are not generally available, and the machine-generated
HTML, PostScript or PDF produced by some word processors for output purposes
only.
The "Title Page" means, for a printed book, the title page itself, plus such
following pages as are needed to hold, legibly, the material this License
requires to appear in the title page. For works in formats which do not have
any title page as such, "Title Page" means the text near the most prominent
appearance of the work's title, preceding the beginning of the body of the
text.
A section "Entitled XYZ" means a named subunit of the Document whose title
either is precisely XYZ or contains XYZ in parentheses following text that
translates XYZ in another language. (Here XYZ stands for a specific section
name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements",
or "History".) To "Preserve the Title" of such a section when you modify the
Document means that it remains a section "Entitled XYZ" according to this
definition.
The Document may include Warranty Disclaimers next to the notice which states
that this License applies to the Document. These Warranty Disclaimers are
considered to be included by reference in this License, but only as regards
disclaiming warranties: any other implication that these Warranty Disclaimers
may have is void and has no effect on the meaning of this License.
2. VERBATIM COPYING
You may copy and distribute the Document in any medium, either commercially
or noncommercially, provided that this License, the copyright notices, and
the license notice saying this License applies to the Document are reproduced
in all copies, and that you add no other conditions whatsoever to those of
this License. You may not use technical measures to obstruct or control the
reading or further copying of the copies you make or distribute. However,
you may accept compensation in exchange for copies. If you distribute a large
enough number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you
may publicly display copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have printed
covers) of the Document, numbering more than 100, and the Document's license
notice requires Cover Texts, you must enclose the copies in covers that carry,
clearly and legibly, all these Cover Texts: Front-Cover Texts on the front
cover, and Back-Cover Texts on the back cover. Both covers must also clearly
and legibly identify you as the publisher of these copies. The front cover
must present the full title with all words of the title equally prominent
and visible. You may add other material on the covers in addition. Copying
with changes limited to the covers, as long as they preserve the title of
the Document and satisfy these conditions, can be treated as verbatim copying
in other respects.
If the required texts for either cover are too voluminous to fit legibly,
you should put the first ones listed (as many as fit reasonably) on the actual
cover, and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more
than 100, you must either include a machine-readable Transparent copy along
with each Opaque copy, or state in or with each Opaque copy a computer-network
location from which the general network-using public has access to download
using public-standard network protocols a complete Transparent copy of the
Document, free of added material. If you use the latter option, you must take
reasonably prudent steps, when you begin distribution of Opaque copies in
quantity, to ensure that this Transparent copy will remain thus accessible
at the stated location until at least one year after the last time you distribute
an Opaque copy (directly or through your agents or retailers) of that edition
to the public.
It is requested, but not required, that you contact the authors of the Document
well before redistributing any large number of copies, to give them a chance
to provide you with an updated version of the Document.
4. MODIFICATIONS
You may copy and distribute a Modified Version of the Document under the conditions
of sections 2 and 3 above, provided that you release the Modified Version
under precisely this License, with the Modified Version filling the role of
the Document, thus licensing distribution and modification of the Modified
Version to whoever possesses a copy of it. In addition, you must do these
things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct from
that of the Document, and from those of previous versions (which should, if
there were any, be listed in the History section of the Document). You may
use the same title as a previous version if the original publisher of that
version gives permission.
B. List on the Title Page, as authors, one or more persons or entities responsible
for authorship of the modifications in the Modified Version, together with
at least five of the principal authors of the Document (all of its principal
authors, if it has fewer than five), unless they release you from this requirement.
C. State on the Title page the name of the publisher of the Modified Version,
as the publisher.
D. Preserve all the copyright notices of the Document.
E. Add an appropriate copyright notice for your modifications adjacent to
the other copyright notices.
F. Include, immediately after the copyright notices, a license notice giving
the public permission to use the Modified Version under the terms of this
License, in the form shown in the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections and
required Cover Texts given in the Document's license notice.
H. Include an unaltered copy of this License.
I. Preserve the section Entitled "History", Preserve its Title, and add to
it an item stating at least the title, year, new authors, and publisher of
the Modified Version as given on the Title Page. If there is no section Entitled
"History" in the Document, create one stating the title, year, authors, and
publisher of the Document as given on its Title Page, then add an item describing
the Modified Version as stated in the previous sentence.
J. Preserve the network location, if any, given in the Document for public
access to a Transparent copy of the Document, and likewise the network locations
given in the Document for previous versions it was based on. These may be
placed in the "History" section. You may omit a network location for a work
that was published at least four years before the Document itself, or if the
original publisher of the version it refers to gives permission.
K. For any section Entitled "Acknowledgements" or "Dedications", Preserve
the Title of the section, and preserve in the section all the substance and
tone of each of the contributor acknowledgements and/or dedications given
therein.
L. Preserve all the Invariant Sections of the Document, unaltered in their
text and in their titles. Section numbers or the equivalent are not considered
part of the section titles.
M. Delete any section Entitled "Endorsements". Such a section may not be included
in the Modified Version.
N. Do not retitle any existing section to be Entitled "Endorsements" or to
conflict in title with any Invariant Section.
O. Preserve any Warranty Disclaimers.
If the Modified Version includes new front-matter sections or appendices that
qualify as Secondary Sections and contain no material copied from the Document,
you may at your option designate some or all of these sections as invariant.
To do this, add their titles to the list of Invariant Sections in the Modified
Version's license notice. These titles must be distinct from any other section
titles.
You may add a section Entitled "Endorsements", provided it contains nothing
but endorsements of your Modified Version by various parties--for example,
statements of peer review or that the text has been approved by an organization
as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage
of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts
in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover
Text may be added by (or through arrangements made by) any one entity. If
the Document already includes a cover text for the same cover, previously
added by you or by arrangement made by the same entity you are acting on behalf
of, you may not add another; but you may replace the old one, on explicit
permission from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give
permission to use their names for publicity for or to assert or imply endorsement
of any Modified Version.
5. COMBINING DOCUMENTS
You may combine the Document with other documents released under this License,
under the terms defined in section 4 above for modified versions, provided
that you include in the combination all of the Invariant Sections of all of
the original documents, unmodified, and list them all as Invariant Sections
of your combined work in its license notice, and that you preserve all their
Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple
identical Invariant Sections may be replaced with a single copy. If there
are multiple Invariant Sections with the same name but different contents,
make the title of each such section unique by adding at the end of it, in
parentheses, the name of the original author or publisher of that section
if known, or else a unique number. Make the same adjustment to the section
titles in the list of Invariant Sections in the license notice of the combined
work.
In the combination, you must combine any sections Entitled "History" in the
various original documents, forming one section Entitled "History"; likewise
combine any sections Entitled "Acknowledgements", and any sections Entitled
"Dedications". You must delete all sections Entitled "Endorsements".
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents released
under this License, and replace the individual copies of this License in the
various documents with a single copy that is included in the collection, provided
that you follow the rules of this License for verbatim copying of each of
the documents in all other respects.
You may extract a single document from such a collection, and distribute it
individually under this License, provided you insert a copy of this License
into the extracted document, and follow this License in all other respects
regarding verbatim copying of that document.
7. AGGREGATION WITH INDEPENDENT WORKS
A compilation of the Document or its derivatives with other separate and independent
documents or works, in or on a volume of a storage or distribution medium,
is called an "aggregate" if the copyright resulting from the compilation is
not used to limit the legal rights of the compilation's users beyond what
the individual works permit. When the Document is included in an aggregate,
this License does not apply to the other works in the aggregate which are
not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of
the Document, then if the Document is less than one half of the entire aggregate,
the Document's Cover Texts may be placed on covers that bracket the Document
within the aggregate, or the electronic equivalent of covers if the Document
is in electronic form. Otherwise they must appear on printed covers that bracket
the whole aggregate.
8. TRANSLATION
Translation is considered a kind of modification, so you may distribute translations
of the Document under the terms of section 4. Replacing Invariant Sections
with translations requires special permission from their copyright holders,
but you may include translations of some or all Invariant Sections in addition
to the original versions of these Invariant Sections. You may include a translation
of this License, and all the license notices in the Document, and any Warranty
Disclaimers, provided that you also include the original English version of
this License and the original versions of those notices and disclaimers. In
case of a disagreement between the translation and the original version of
this License or a notice or disclaimer, the original version will prevail.
If a section in the Document is Entitled "Acknowledgements", "Dedications",
or "History", the requirement (section 4) to Preserve its Title (section 1)
will typically require changing the actual title.
9. TERMINATION
You may not copy, modify, sublicense, or distribute the Document except as
expressly provided for under this License. Any other attempt to copy, modify,
sublicense or distribute the Document is void, and will automatically terminate
your rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses terminated
so long as such parties remain in full compliance.
10. FUTURE REVISIONS OF THIS LICENSE
The Free Software Foundation may publish new, revised versions of the GNU
Free Documentation License from time to time. Such new versions will be similar
in spirit to the present version, but may differ in detail to address new
problems or concerns. See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the
Document specifies that a particular numbered version of this License "or
any later version" applies to it, you have the option of following the terms
and conditions either of that specified version or of any later version that
has been published (not as a draft) by the Free Software Foundation. If the
Document does not specify a version number of this License, you may choose
any version ever published (not as a draft) by the Free Software Foundation.
ADDENDUM: How to use this License for your documents
To use this License in a document you have written, include a copy of the
License in the document and put the following copyright and license notices
just after the title page:
Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or
modify this document under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation
License".
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace
the "with...Texts." line with this:
with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover
Texts being LIST, and with the Back-Cover Texts being LIST.
If you have Invariant Sections without Cover Texts, or some other combination
of the three, merge those two alternatives to suit the situation.
If your document contains nontrivial examples of program code, we recommend
releasing these examples in parallel under your choice of free software license,
such as the GNU General Public License, to permit their use in free software.
================================================
FILE: LICENSES/GPL-2.0-only.txt
================================================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and modification follow.
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part
Showing preview only (217K chars total). Download the full file or copy to clipboard to get everything.
gitextract_d1cx5enw/
├── .clang-format
├── .flatpak-manifest-teachers.json
├── .flatpak-manifest.json
├── .gitattributes
├── .gitignore
├── .gitlab-ci.yml
├── .gitmodules
├── .kde-ci.yml
├── CMakeLists.txt
├── HACKING
├── LICENSES/
│ ├── AGPL-3.0-only.txt
│ ├── Apache-2.0.txt
│ ├── BSD-2-Clause.txt
│ ├── BSD-3-Clause.txt
│ ├── CC-BY-2.0.txt
│ ├── CC-BY-3.0.txt
│ ├── CC-BY-4.0.txt
│ ├── CC-BY-SA-3.0.txt
│ ├── CC-BY-SA-4.0.txt
│ ├── CC0-1.0.txt
│ ├── GFDL-1.2-or-later.txt
│ ├── GPL-2.0-only.txt
│ ├── GPL-2.0-or-later.txt
│ ├── GPL-3.0-only.txt
│ ├── GPL-3.0-or-later.txt
│ ├── LGPL-3.0-only.txt
│ ├── LicenseRef-Free-Art-Licence-1.2.txt
│ ├── LicenseRef-Qt-Commercial.txt
│ ├── MPL-2.0.txt
│ ├── OFL-1.1.txt
│ └── Unlicense.txt
├── README
├── README.md
├── REUSE.toml
├── android/
│ ├── AndroidManifest.xml.cmake
│ ├── CMakeLists.txt
│ ├── build.gradle
│ ├── configAndroid.json.cmake
│ ├── gradle/
│ │ └── wrapper/
│ │ └── gradle-wrapper.properties
│ ├── src/
│ │ └── net/
│ │ └── gcompris/
│ │ └── GComprisActivity.java
│ └── strings.xml
├── cmake/
│ ├── CodeQualityUtils.cmake
│ ├── FixBundle.cmake.in
│ ├── box2d.cmake
│ ├── qt_helper.cmake
│ ├── rcc.cmake
│ └── translation.cmake
├── cppcheck-suppressions.xml
├── docs/
│ ├── Doxyfile.local
│ ├── docbook/
│ │ ├── CMakeLists.txt
│ │ └── index.docbook
│ └── manual-general
├── fastlane/
│ └── metadata/
│ └── android/
│ ├── ar-AR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── az-AZ/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ca/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── cs-CZ/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── de-DE/
│ │ ├── changelogs/
│ │ │ ├── 260100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── el-GR/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── en-GB/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── en-US/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260000.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── es-ES/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── eu-ES/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── fi-FI/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── fr-FR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── gl-ES/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── he/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── hr/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── hu-HU/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── id/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── it-IT/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ka-GE/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── lt/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ └── 40100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── lv-LV/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── mk-MK/
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ml-IN/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── nl-NL/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── pl-PL/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── pt-BR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ └── 40100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── pt-PT/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ro/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── ru-RU/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sa-IN/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sk/
│ │ ├── changelogs/
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sl/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sq/
│ │ ├── changelogs/
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ └── 30300.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── sv-SE/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── tr-TR/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── uk/
│ │ ├── changelogs/
│ │ │ ├── 250000.txt
│ │ │ ├── 250100.txt
│ │ │ ├── 260100.txt
│ │ │ ├── 30300.txt
│ │ │ ├── 40000.txt
│ │ │ ├── 40100.txt
│ │ │ └── 40200.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ ├── zh-CN/
│ │ ├── changelogs/
│ │ │ └── 260100.txt
│ │ ├── full_description.txt
│ │ ├── short_description.txt
│ │ └── title.txt
│ └── zh-TW/
│ ├── full_description.txt
│ ├── short_description.txt
│ └── title.txt
├── images/
│ └── CMakeLists.txt
├── installer/
│ └── GCompris.icns
├── org.kde.gcompris-teachers.appdata.xml
├── org.kde.gcompris-teachers.desktop
├── org.kde.gcompris.appdata.xml
├── org.kde.gcompris.desktop
├── platforms/
│ ├── flatpak/
│ │ └── README
│ ├── ios/
│ │ ├── .gitignore
│ │ ├── Info.plist
│ │ ├── README
│ │ ├── config.h
│ │ ├── createAppicon.py
│ │ ├── createLaunchImage.py
│ │ └── gcompris.pro
│ ├── snap/
│ │ └── snapcraft.yaml
│ ├── ubuntutouch/
│ │ ├── CMakeLists.txt
│ │ ├── README.md
│ │ ├── clickable.yml
│ │ ├── gcompris.apparmor
│ │ ├── gcompris.desktop
│ │ └── manifest.json.in
│ └── windows/
│ └── prepare.sh
├── po/
│ ├── ar/
│ │ └── gcompris_voices.po
│ ├── az/
│ │ └── gcompris_voices.po
│ ├── bg/
│ │ └── gcompris_voices.po
│ ├── br/
│ │ └── gcompris_voices.po
│ ├── ca/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ca@valencia/
│ │ └── gcompris_voices.po
│ ├── cs/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── da/
│ │ └── gcompris_voices.po
│ ├── de/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── el/
│ │ └── gcompris_voices.po
│ ├── en_GB/
│ │ └── gcompris_voices.po
│ ├── eo/
│ │ └── gcompris_voices.po
│ ├── es/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── et/
│ │ └── gcompris_voices.po
│ ├── eu/
│ │ └── gcompris_voices.po
│ ├── fi/
│ │ └── gcompris_voices.po
│ ├── fr/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ga/
│ │ └── gcompris_voices.po
│ ├── gd/
│ │ └── gcompris_voices.po
│ ├── gl/
│ │ └── gcompris_voices.po
│ ├── gu/
│ │ └── gcompris_voices.po
│ ├── he/
│ │ └── gcompris_voices.po
│ ├── hi/
│ │ └── gcompris_voices.po
│ ├── hr/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ia/
│ │ └── gcompris_voices.po
│ ├── id/
│ │ └── gcompris_voices.po
│ ├── it/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ja/
│ │ └── gcompris_voices.po
│ ├── ka/
│ │ └── gcompris_voices.po
│ ├── lt/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── lv/
│ │ └── gcompris_voices.po
│ ├── mk/
│ │ └── gcompris_voices.po
│ ├── ml/
│ │ └── gcompris_voices.po
│ ├── nl/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── nn/
│ │ └── gcompris_voices.po
│ ├── pa/
│ │ └── gcompris_voices.po
│ ├── pl/
│ │ └── gcompris_voices.po
│ ├── pt/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── pt_BR/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── ro/
│ │ └── gcompris_voices.po
│ ├── ru/
│ │ └── gcompris_voices.po
│ ├── sa/
│ │ └── gcompris_voices.po
│ ├── sk/
│ │ └── gcompris_voices.po
│ ├── sl/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── sq/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── sv/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── tg/
│ │ └── gcompris_voices.po
│ ├── tr/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── uk/
│ │ ├── docs/
│ │ │ └── gcompris/
│ │ │ └── index.docbook
│ │ └── gcompris_voices.po
│ ├── zh_CN/
│ │ └── gcompris_voices.po
│ └── zh_TW/
│ └── gcompris_voices.po
├── poqm/
│ ├── ar/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── az/
│ │ └── gcompris_qt.po
│ ├── be/
│ │ └── gcompris_qt.po
│ ├── bg/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── br/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── bs/
│ │ └── gcompris_qt.po
│ ├── ca/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ca@valencia/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── cs/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── da/
│ │ └── gcompris_qt.po
│ ├── de/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── el/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── en/
│ │ └── gcompris_qt.po
│ ├── en_GB/
│ │ └── gcompris_qt.po
│ ├── eo/
│ │ └── gcompris_qt.po
│ ├── es/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── et/
│ │ └── gcompris_qt.po
│ ├── eu/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── fa/
│ │ └── gcompris_qt.po
│ ├── fi/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── fr/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ga/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── gd/
│ │ └── gcompris_qt.po
│ ├── gl/
│ │ └── gcompris_qt.po
│ ├── gu/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── he/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── hi/
│ │ └── gcompris_qt.po
│ ├── hr/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── hu/
│ │ └── gcompris_qt.po
│ ├── ia/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── id/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── it/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ja/
│ │ └── gcompris_qt.po
│ ├── ka/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── kab/
│ │ └── gcompris_qt.po
│ ├── kn/
│ │ └── gcompris_qt.po
│ ├── ko/
│ │ └── gcompris_qt.po
│ ├── lt/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── lv/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── mk/
│ │ └── gcompris_qt.po
│ ├── ml/
│ │ └── gcompris_qt.po
│ ├── nb/
│ │ └── gcompris_qt.po
│ ├── nl/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── nn/
│ │ └── gcompris_qt.po
│ ├── pa/
│ │ └── gcompris_qt.po
│ ├── pl/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── pt/
│ │ └── gcompris_qt.po
│ ├── pt_BR/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── ro/
│ │ └── gcompris_qt.po
│ ├── ru/
│ │ └── gcompris_qt.po
│ ├── sa/
│ │ └── gcompris_qt.po
│ ├── sk/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── sl/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── sq/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── sv/
│ │ └── gcompris_qt.po
│ ├── sw/
│ │ └── gcompris_qt.po
│ ├── ta/
│ │ └── gcompris_qt.po
│ ├── tg/
│ │ └── gcompris_qt.po
│ ├── th/
│ │ └── gcompris_qt.po
│ ├── tr/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── uk/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ ├── zh_CN/
│ │ ├── gcompris_qt.po
│ │ └── gcompris_teachers_qt.po
│ └── zh_TW/
│ └── gcompris_qt.po
├── publiccode.yml
├── src/
│ ├── CMakeLists.txt
│ ├── Messages.sh
│ ├── StaticMessages.sh
│ ├── activities/
│ │ ├── CMakeLists.txt
│ │ ├── activities.txt
│ │ ├── adjacent_numbers/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Adjacent_numbers.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DraggableTile.qml
│ │ │ ├── DroppableTile.qml
│ │ │ ├── adjacent_numbers.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── advanced_colors/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AdvancedColors.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── advanced_colors.js
│ │ ├── algebra_by/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Algebra.qml
│ │ │ ├── AlgebraBy.qml
│ │ │ ├── AlgebraText.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── algebra.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algebra_div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlgebraDiv.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algebra_minus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlgebraMinus.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algebra_plus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlgebraPlus.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── algorithm/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Algorithm.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── algorithm.js
│ │ ├── align4/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Align4.qml
│ │ │ └── CMakeLists.txt
│ │ ├── align4_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Align42players.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Piece.qml
│ │ │ └── align4.js
│ │ ├── alphabet-sequence/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AlphabetSequence.qml
│ │ │ └── CMakeLists.txt
│ │ ├── analog_electricity/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnalogElectricity.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragListItem.qml
│ │ │ ├── ListWidget.qml
│ │ │ ├── TutorialDataset.qml
│ │ │ ├── Wire.qml
│ │ │ ├── analog_electricity.js
│ │ │ ├── cktsim.js
│ │ │ └── components/
│ │ │ ├── Battery.qml
│ │ │ ├── Bulb.qml
│ │ │ ├── Connection.qml
│ │ │ ├── ElectricalComponent.qml
│ │ │ ├── RedLed.qml
│ │ │ ├── Resistor.qml
│ │ │ ├── Rheostat.qml
│ │ │ ├── Switch1.qml
│ │ │ ├── Switch2.qml
│ │ │ └── TerminalPoint.qml
│ │ ├── baby_keyboard/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Baby_keyboard.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── baby_keyboard.js
│ │ ├── baby_mouse/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Baby_mouse.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── baby_mouse.js
│ │ ├── baby_tangram/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BabyTangram.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── dataset.js
│ │ ├── baby_wordprocessor/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BabyWordprocessor.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── baby_wordprocessor.js
│ │ ├── babymatch/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Babymatch.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragListItem.qml
│ │ │ ├── DropAnswerItem.qml
│ │ │ ├── ListWidget.qml
│ │ │ ├── TextItem.qml
│ │ │ ├── babymatch.js
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ └── board7_0.qml
│ │ ├── babyshapes/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Babyshapes.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board7_0.qml
│ │ │ ├── board7_1.qml
│ │ │ ├── board7_2.qml
│ │ │ ├── board7_3.qml
│ │ │ └── board7_4.qml
│ │ ├── balancebox/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BalanceContact.qml
│ │ │ ├── BalanceItem.qml
│ │ │ ├── Balancebox.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Goal.qml
│ │ │ ├── Wall.qml
│ │ │ ├── balancebox.js
│ │ │ ├── balancebox_common.js
│ │ │ ├── editor/
│ │ │ │ ├── BalanceboxEditor.qml
│ │ │ │ ├── EditorTool.qml
│ │ │ │ ├── balanceboxeditor.js
│ │ │ │ └── editor_worker.js
│ │ │ └── resource/
│ │ │ └── levels-default.json
│ │ ├── ballcatch/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Ball.qml
│ │ │ ├── Ballcatch.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ballcatch.js
│ │ ├── bargame/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Bargame.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── bargame.js
│ │ ├── bargame_2players/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Bargame2players.qml
│ │ │ └── CMakeLists.txt
│ │ ├── binary_bulb/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BinaryBulb.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── LightBulb.qml
│ │ │ ├── binary_bulb.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ ├── tutorial1.qml
│ │ │ ├── tutorial2.qml
│ │ │ ├── tutorial3.qml
│ │ │ ├── tutorial4.qml
│ │ │ ├── tutorial5.qml
│ │ │ ├── tutorial6.qml
│ │ │ └── tutorial7.qml
│ │ ├── braille_alphabets/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BrailleAlphabets.qml
│ │ │ ├── BrailleChar.qml
│ │ │ ├── BrailleMap.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FirstScreen.qml
│ │ │ ├── braille_alphabets.js
│ │ │ └── questions.js
│ │ ├── braille_fun/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BrailleFun.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── braille_fun.js
│ │ ├── calcudoku/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Calcudoku.qml
│ │ │ ├── CalcudokuCage.qml
│ │ │ ├── CalcudokuCase.qml
│ │ │ ├── CalcudokuListWidget.qml
│ │ │ ├── calcudoku.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── calendar/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Calendar.qml
│ │ │ ├── ChoiceTable.qml
│ │ │ ├── MonthGridDelegate.qml
│ │ │ ├── calendar.js
│ │ │ └── calendar_dataset.js
│ │ ├── canal_lock/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CanalLock.qml
│ │ │ └── Lock.qml
│ │ ├── categorization/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Categorization.qml
│ │ │ ├── CategoryReview.qml
│ │ │ ├── MenuScreen.qml
│ │ │ ├── Zone.qml
│ │ │ ├── categorization.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── board/
│ │ │ ├── category_alphabets.qml
│ │ │ ├── category_animals.qml
│ │ │ ├── category_birds.qml
│ │ │ ├── category_colors.qml
│ │ │ ├── category_fishes.qml
│ │ │ ├── category_flowers.qml
│ │ │ ├── category_food.qml
│ │ │ ├── category_fruits.qml
│ │ │ ├── category_household_goods.qml
│ │ │ ├── category_insects.qml
│ │ │ ├── category_living_beings.qml
│ │ │ ├── category_monuments.qml
│ │ │ ├── category_nature.qml
│ │ │ ├── category_numbers.qml
│ │ │ ├── category_odd_even.qml
│ │ │ ├── category_renewable.qml
│ │ │ ├── category_shapes.qml
│ │ │ ├── category_tools.qml
│ │ │ ├── category_transports.qml
│ │ │ └── category_vegetables.qml
│ │ ├── checkers/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Checkers.qml
│ │ │ ├── Piece.qml
│ │ │ ├── checkers.js
│ │ │ └── engine.js
│ │ ├── checkers_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Checkers2Players.qml
│ │ ├── chess/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Chess.qml
│ │ │ ├── GCTimerButton.qml
│ │ │ ├── Piece.qml
│ │ │ ├── TakenPiecesList.qml
│ │ │ ├── chess.js
│ │ │ └── engine.js
│ │ ├── chess_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Chess2Players.qml
│ │ ├── chess_partyend/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ChessPartyEnd.qml
│ │ ├── chronos/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Chronos.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board5_1.qml
│ │ │ ├── board5_2.qml
│ │ │ ├── board5_3.qml
│ │ │ ├── board5_4.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board6_1.qml
│ │ │ ├── board6_2.qml
│ │ │ └── board6_3.qml
│ │ ├── click_on_letter/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Carriage.qml
│ │ │ ├── ClickOnLetter.qml
│ │ │ ├── click_on_letter.js
│ │ │ └── resource/
│ │ │ ├── NoteForDatasets
│ │ │ ├── check_dataset.py
│ │ │ ├── levels-ar.json
│ │ │ ├── levels-be.json
│ │ │ ├── levels-ca.json
│ │ │ ├── levels-ca@valencia.json
│ │ │ ├── levels-cs.json
│ │ │ ├── levels-el.json
│ │ │ ├── levels-en.json
│ │ │ ├── levels-en_GB.json
│ │ │ ├── levels-es.json
│ │ │ ├── levels-et.json
│ │ │ ├── levels-eu.json
│ │ │ ├── levels-fr.json
│ │ │ ├── levels-hr.json
│ │ │ ├── levels-kn.json
│ │ │ ├── levels-lt.json
│ │ │ ├── levels-lv.json
│ │ │ ├── levels-ml.json
│ │ │ ├── levels-pt_BR.json
│ │ │ ├── levels-ro.json
│ │ │ ├── levels-ru.json
│ │ │ ├── levels-sq.json
│ │ │ ├── levels-ta.json
│ │ │ ├── levels-tr.json
│ │ │ └── levels-uk.json
│ │ ├── click_on_letter_up/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ClickOnLetterUp.qml
│ │ ├── clickanddraw/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Clickanddraw.qml
│ │ │ └── clickanddraw_dataset.js
│ │ ├── clickgame/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Clickgame.qml
│ │ │ ├── Fish.qml
│ │ │ └── clickgame.js
│ │ ├── clockgame/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Clockgame.qml
│ │ │ ├── clockgame.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── color_mix/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ColorButton.qml
│ │ │ ├── ColorChooser.qml
│ │ │ ├── ColorMix.qml
│ │ │ └── colormix.js
│ │ ├── color_mix_light/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── ColorMixLight.qml
│ │ ├── colors/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ColorItem.qml
│ │ │ ├── Colors.qml
│ │ │ ├── FindIt.qml
│ │ │ ├── colors.js
│ │ │ └── findit.js
│ │ ├── comparator/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Comparator.qml
│ │ │ ├── ComparatorLine.qml
│ │ │ ├── ComparatorSign.qml
│ │ │ ├── ComparatorText.qml
│ │ │ ├── comparator.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── compass/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Compass.qml
│ │ │ ├── TheCompass.qml
│ │ │ ├── UndoStack.qml
│ │ │ ├── compass.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 14/
│ │ │ │ └── Data.qml
│ │ │ ├── 15/
│ │ │ │ └── Data.qml
│ │ │ ├── 16/
│ │ │ │ └── Data.qml
│ │ │ ├── 17/
│ │ │ │ └── Data.qml
│ │ │ ├── 18/
│ │ │ │ └── Data.qml
│ │ │ ├── 19/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── crane/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Controls.qml
│ │ │ ├── Crane.qml
│ │ │ ├── crane.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── createit.sh
│ │ ├── details/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Details.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── board/
│ │ │ ├── board10_0.qml
│ │ │ ├── board11_0.qml
│ │ │ ├── board12_0.qml
│ │ │ ├── board13_0.qml
│ │ │ ├── board14_0.qml
│ │ │ ├── board15_0.qml
│ │ │ ├── board16_0.qml
│ │ │ ├── board17_0.qml
│ │ │ ├── board18_0.qml
│ │ │ ├── board19_0.qml
│ │ │ ├── board1_0.qml
│ │ │ ├── board20_0.qml
│ │ │ ├── board21_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board7_0.qml
│ │ │ ├── board8_0.qml
│ │ │ └── board9_0.qml
│ │ ├── digital_electricity/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DigitalElectricity.qml
│ │ │ ├── DragListItem.qml
│ │ │ ├── ListWidget.qml
│ │ │ ├── TutorialDataset.qml
│ │ │ ├── Wire.qml
│ │ │ ├── components/
│ │ │ │ ├── AndGate.qml
│ │ │ │ ├── BCDToSevenSegment.qml
│ │ │ │ ├── BcdCounter.qml
│ │ │ │ ├── Comparator.qml
│ │ │ │ ├── DigitalLight.qml
│ │ │ │ ├── ElectricalComponent.qml
│ │ │ │ ├── NandGate.qml
│ │ │ │ ├── NorGate.qml
│ │ │ │ ├── NotGate.qml
│ │ │ │ ├── One.qml
│ │ │ │ ├── OrGate.qml
│ │ │ │ ├── SevenSegment.qml
│ │ │ │ ├── SignalGenerator.qml
│ │ │ │ ├── Switch.qml
│ │ │ │ ├── TerminalPoint.qml
│ │ │ │ ├── XorGate.qml
│ │ │ │ └── Zero.qml
│ │ │ └── digital_electricity.js
│ │ ├── drawing_wheels/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DrawingWheels.qml
│ │ │ ├── UndoStack.qml
│ │ │ └── drawingWheels.js
│ │ ├── drawletters/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Drawletters.qml
│ │ │ └── drawletters_dataset.js
│ │ ├── drawnumbers/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Drawnumbers.qml
│ │ │ └── drawnumbers_dataset.js
│ │ ├── enumerate/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnswerArea.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Enumerate.qml
│ │ │ ├── ItemToEnumerate.qml
│ │ │ ├── enumerate.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── erase/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Block.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Erase.qml
│ │ │ └── erase.js
│ │ ├── erase_2clic/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Erase2clic.qml
│ │ ├── erase_clic/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── EraseClic.qml
│ │ ├── explore_farm_animals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnimalDescriptionLevels.qml
│ │ │ ├── AnimalLevels.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ExploreFarmAnimals.qml
│ │ │ ├── ExploreLevels.qml
│ │ │ ├── explore-level.js
│ │ │ └── resource/
│ │ │ ├── animals/
│ │ │ │ ├── cat.ogg
│ │ │ │ ├── chickens.ogg
│ │ │ │ ├── cow.ogg
│ │ │ │ ├── dog.ogg
│ │ │ │ ├── duck.ogg
│ │ │ │ ├── horse.ogg
│ │ │ │ ├── owl.ogg
│ │ │ │ ├── pig.ogg
│ │ │ │ └── sheep.ogg
│ │ │ └── board/
│ │ │ └── board1.qml
│ │ ├── explore_monuments/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Explore_monuments.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1.qml
│ │ │ ├── board2.qml
│ │ │ ├── board3.qml
│ │ │ ├── board4.qml
│ │ │ ├── board5.qml
│ │ │ ├── board6.qml
│ │ │ ├── board7.qml
│ │ │ ├── board8.qml
│ │ │ └── board9.qml
│ │ ├── explore_world_animals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ExploreWorldAnimals.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1.qml
│ │ │ ├── board2.qml
│ │ │ └── board3.qml
│ │ ├── explore_world_music/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ExploreWorldMusic.qml
│ │ │ └── resource/
│ │ │ ├── board/
│ │ │ │ └── board1.qml
│ │ │ └── music/
│ │ │ ├── africa.ogg
│ │ │ ├── america.ogg
│ │ │ ├── australia.ogg
│ │ │ ├── beethoven.ogg
│ │ │ ├── ireland.ogg
│ │ │ ├── italy.ogg
│ │ │ ├── japan.ogg
│ │ │ ├── mexico.ogg
│ │ │ └── middleeast.ogg
│ │ ├── family/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Family.qml
│ │ │ ├── FamilyDataset.qml
│ │ │ ├── Node.qml
│ │ │ └── family.js
│ │ ├── family_find_relative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Family_find_relative.qml
│ │ ├── fifteen/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Fifteen.qml
│ │ │ └── fifteen.js
│ │ ├── find_the_day/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FindTheDay.qml
│ │ │ └── find_the_day_dataset.js
│ │ ├── followline/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Followline.qml
│ │ │ ├── LinePart.qml
│ │ │ └── followline.js
│ │ ├── football/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Football.qml
│ │ │ └── football.js
│ │ ├── fractions_create/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ChartDisplay.qml
│ │ │ ├── FractionNumber.qml
│ │ │ ├── FractionsCreate.qml
│ │ │ ├── PieChart.qml
│ │ │ ├── PieGraph.qml
│ │ │ ├── RectangleChart.qml
│ │ │ ├── fractions_create.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── fractions_find/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Fractions_find.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── frieze/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Frieze.qml
│ │ │ ├── TokenFrieze.qml
│ │ │ ├── frieze.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 13/
│ │ │ │ └── Data.qml
│ │ │ ├── 14/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── geo-country/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GeoCountry.qml
│ │ │ ├── MapSources/
│ │ │ │ ├── argentina.svgz
│ │ │ │ ├── australia.svgz
│ │ │ │ ├── brazil.svgz
│ │ │ │ ├── canada.svgz
│ │ │ │ ├── china.svgz
│ │ │ │ ├── france.svgz
│ │ │ │ ├── germany.svgz
│ │ │ │ ├── india.svgz
│ │ │ │ ├── italy.svgz
│ │ │ │ ├── lithuania-cultural.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── norway.svgz
│ │ │ │ ├── poland.svgz
│ │ │ │ ├── romania-historical.svgz
│ │ │ │ ├── scotland-north.svgz
│ │ │ │ ├── scotland-south.svgz
│ │ │ │ ├── sources
│ │ │ │ ├── spain.svgz
│ │ │ │ ├── turkey-east.svgz
│ │ │ │ ├── turkey-west.svgz
│ │ │ │ └── usa.svgz
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── argentina/
│ │ │ │ ├── argentina.svgz
│ │ │ │ ├── buenos_aires.svgz
│ │ │ │ ├── catamarca.svgz
│ │ │ │ ├── chaco.svgz
│ │ │ │ ├── chubut.svgz
│ │ │ │ ├── city_of_buenos_aires.svgz
│ │ │ │ ├── cordoba.svgz
│ │ │ │ ├── corrientes.svgz
│ │ │ │ ├── entre_rios.svgz
│ │ │ │ ├── formosa.svgz
│ │ │ │ ├── jujuy.svgz
│ │ │ │ ├── la_pampa.svgz
│ │ │ │ ├── la_rioja.svgz
│ │ │ │ ├── mendoza.svgz
│ │ │ │ ├── misiones.svgz
│ │ │ │ ├── neuquen.svgz
│ │ │ │ ├── rio_negro.svgz
│ │ │ │ ├── salta.svgz
│ │ │ │ ├── san_juan.svgz
│ │ │ │ ├── san_luis.svgz
│ │ │ │ ├── santa_cruz.svgz
│ │ │ │ ├── santa_fe.svgz
│ │ │ │ ├── santiago_del_estero.svgz
│ │ │ │ ├── tierra_del_fuego.svgz
│ │ │ │ └── tucuman.svgz
│ │ │ ├── australia/
│ │ │ │ ├── australia.svgz
│ │ │ │ ├── capital.svgz
│ │ │ │ ├── new_south_wales.svgz
│ │ │ │ ├── northern_territory.svgz
│ │ │ │ ├── queensland.svgz
│ │ │ │ ├── south_australia.svgz
│ │ │ │ ├── tasmania.svgz
│ │ │ │ ├── victoria.svgz
│ │ │ │ └── western_australia.svgz
│ │ │ ├── board/
│ │ │ │ ├── board10_0.qml
│ │ │ │ ├── board11_0.qml
│ │ │ │ ├── board12_0.qml
│ │ │ │ ├── board13_0.qml
│ │ │ │ ├── board14_0.qml
│ │ │ │ ├── board15_0.qml
│ │ │ │ ├── board15_1.qml
│ │ │ │ ├── board16_0.qml
│ │ │ │ ├── board17_0.qml
│ │ │ │ ├── board18_0.qml
│ │ │ │ ├── board1_0.qml
│ │ │ │ ├── board2_0.qml
│ │ │ │ ├── board3_0.qml
│ │ │ │ ├── board4_0.qml
│ │ │ │ ├── board5_0.qml
│ │ │ │ ├── board5_1.qml
│ │ │ │ ├── board6_0.qml
│ │ │ │ ├── board7_0.qml
│ │ │ │ ├── board8_0.qml
│ │ │ │ └── board9_0.qml
│ │ │ ├── brazil/
│ │ │ │ ├── Acre.svgz
│ │ │ │ ├── Alagoas.svgz
│ │ │ │ ├── Amapa.svgz
│ │ │ │ ├── Amazonas.svgz
│ │ │ │ ├── Bahia.svgz
│ │ │ │ ├── Ceara.svgz
│ │ │ │ ├── Distrito_Federal.svgz
│ │ │ │ ├── Espirito_Santo.svgz
│ │ │ │ ├── Goias.svgz
│ │ │ │ ├── Maranhao.svgz
│ │ │ │ ├── Mato_Grosso.svgz
│ │ │ │ ├── Mato_Grosso_do_Sul.svgz
│ │ │ │ ├── Minas_Gerais.svgz
│ │ │ │ ├── Para.svgz
│ │ │ │ ├── Paraiba.svgz
│ │ │ │ ├── Parana.svgz
│ │ │ │ ├── Pernambuco.svgz
│ │ │ │ ├── Piaui.svgz
│ │ │ │ ├── Rio_Grande_do_Norte.svgz
│ │ │ │ ├── Rio_Grande_do_Sul.svgz
│ │ │ │ ├── Rio_de_Janeiro.svgz
│ │ │ │ ├── Rondonia.svgz
│ │ │ │ ├── Roraima.svgz
│ │ │ │ ├── Santa_Catarina.svgz
│ │ │ │ ├── Sao_Paulo.svgz
│ │ │ │ ├── Sergipe.svgz
│ │ │ │ ├── Tocantins.svgz
│ │ │ │ └── brazil.svgz
│ │ │ ├── canada/
│ │ │ │ ├── alberta.svgz
│ │ │ │ ├── british_columbia.svgz
│ │ │ │ ├── canada.svgz
│ │ │ │ ├── manitoba.svgz
│ │ │ │ ├── new_brunswick.svgz
│ │ │ │ ├── newfoundland_and_labrador.svgz
│ │ │ │ ├── northwest_territories.svgz
│ │ │ │ ├── nova_scotia.svgz
│ │ │ │ ├── nunavut.svgz
│ │ │ │ ├── ontario.svgz
│ │ │ │ ├── prince_edward_island.svgz
│ │ │ │ ├── quebec.svgz
│ │ │ │ ├── saskatchewan.svgz
│ │ │ │ └── yukon.svgz
│ │ │ ├── china/
│ │ │ │ ├── anhui.svgz
│ │ │ │ ├── beijing.svgz
│ │ │ │ ├── china.svgz
│ │ │ │ ├── chongqing.svgz
│ │ │ │ ├── fujian.svgz
│ │ │ │ ├── gansu.svgz
│ │ │ │ ├── guangdong.svgz
│ │ │ │ ├── guangxi.svgz
│ │ │ │ ├── guizhou.svgz
│ │ │ │ ├── hainan.svgz
│ │ │ │ ├── hebei.svgz
│ │ │ │ ├── heilongjiang.svgz
│ │ │ │ ├── henan.svgz
│ │ │ │ ├── hubei.svgz
│ │ │ │ ├── hunan.svgz
│ │ │ │ ├── inner_mongolia.svgz
│ │ │ │ ├── jiangsu.svgz
│ │ │ │ ├── jiangxi.svgz
│ │ │ │ ├── jilin.svgz
│ │ │ │ ├── liaoning.svgz
│ │ │ │ ├── ningxia.svgz
│ │ │ │ ├── qinghai.svgz
│ │ │ │ ├── shaanxi.svgz
│ │ │ │ ├── shandong.svgz
│ │ │ │ ├── shanghai.svgz
│ │ │ │ ├── shanxi.svgz
│ │ │ │ ├── sichuan.svgz
│ │ │ │ ├── tianjin.svgz
│ │ │ │ ├── tibet.svgz
│ │ │ │ ├── xinjiang.svgz
│ │ │ │ ├── yunnan.svgz
│ │ │ │ └── zhejiang.svgz
│ │ │ ├── france/
│ │ │ │ ├── auvergne-rhone-alpes.svgz
│ │ │ │ ├── bourgogne-franche-comte.svgz
│ │ │ │ ├── brittany.svgz
│ │ │ │ ├── centre-val_de_loire.svgz
│ │ │ │ ├── corsica.svgz
│ │ │ │ ├── france.svgz
│ │ │ │ ├── grand_est.svgz
│ │ │ │ ├── hauts_de_france.svgz
│ │ │ │ ├── ile-de-france.svgz
│ │ │ │ ├── normandy.svgz
│ │ │ │ ├── nouvelle-aquitaine.svgz
│ │ │ │ ├── occitanie.svgz
│ │ │ │ ├── paca.svgz
│ │ │ │ └── pays_de_la_loire.svgz
│ │ │ ├── germany/
│ │ │ │ ├── baden-wurttemberg.svgz
│ │ │ │ ├── bavaria.svgz
│ │ │ │ ├── berlin.svgz
│ │ │ │ ├── brandenburg.svgz
│ │ │ │ ├── bremen.svgz
│ │ │ │ ├── germany.svgz
│ │ │ │ ├── hamburg.svgz
│ │ │ │ ├── hesse.svgz
│ │ │ │ ├── lower_saxony.svgz
│ │ │ │ ├── mecklenburg-vorpommern.svgz
│ │ │ │ ├── north_rhine-westphalia.svgz
│ │ │ │ ├── rhineland-palatinate.svgz
│ │ │ │ ├── saarland.svgz
│ │ │ │ ├── saxony-anhalt.svgz
│ │ │ │ ├── saxony.svgz
│ │ │ │ ├── schleswig-holstein.svgz
│ │ │ │ └── thuringia.svgz
│ │ │ ├── india/
│ │ │ │ ├── andaman_and_nicobar_islands.svgz
│ │ │ │ ├── andhra_pradesh.svgz
│ │ │ │ ├── arunachal_pradesh.svgz
│ │ │ │ ├── assam.svgz
│ │ │ │ ├── bihar.svgz
│ │ │ │ ├── chandigarh.svgz
│ │ │ │ ├── chhattisgarh.svgz
│ │ │ │ ├── dadra_nagar_haveli_daman_diu.svgz
│ │ │ │ ├── delhi.svgz
│ │ │ │ ├── goa.svgz
│ │ │ │ ├── gujarat.svgz
│ │ │ │ ├── haryana.svgz
│ │ │ │ ├── himachal_pradesh.svgz
│ │ │ │ ├── india.svgz
│ │ │ │ ├── jammu_and_kashmir.svgz
│ │ │ │ ├── jharkhand.svgz
│ │ │ │ ├── karnataka.svgz
│ │ │ │ ├── kerala.svgz
│ │ │ │ ├── ladakh.svgz
│ │ │ │ ├── lakshadweep.svgz
│ │ │ │ ├── madhya_pradesh.svgz
│ │ │ │ ├── maharashtra.svgz
│ │ │ │ ├── manipur.svgz
│ │ │ │ ├── meghalaya.svgz
│ │ │ │ ├── mizoram.svgz
│ │ │ │ ├── nagaland.svgz
│ │ │ │ ├── odisha.svgz
│ │ │ │ ├── puducherry.svgz
│ │ │ │ ├── punjab.svgz
│ │ │ │ ├── rajasthan.svgz
│ │ │ │ ├── sikkim.svgz
│ │ │ │ ├── tamil_nadu.svgz
│ │ │ │ ├── telangana.svgz
│ │ │ │ ├── tripura.svgz
│ │ │ │ ├── uttar_pradesh.svgz
│ │ │ │ ├── uttarakhand.svgz
│ │ │ │ └── west_bengal.svgz
│ │ │ ├── italy/
│ │ │ │ ├── abruzzo.svgz
│ │ │ │ ├── aosta_valley.svgz
│ │ │ │ ├── apulia.svgz
│ │ │ │ ├── basilicata.svgz
│ │ │ │ ├── calabria.svgz
│ │ │ │ ├── campania.svgz
│ │ │ │ ├── emilia-romagna.svgz
│ │ │ │ ├── friuli_venezia_giulia.svgz
│ │ │ │ ├── italy.svgz
│ │ │ │ ├── lazio.svgz
│ │ │ │ ├── liguria.svgz
│ │ │ │ ├── lombardy.svgz
│ │ │ │ ├── marche.svgz
│ │ │ │ ├── molise.svgz
│ │ │ │ ├── piedmont.svgz
│ │ │ │ ├── sardinia.svgz
│ │ │ │ ├── sicily.svgz
│ │ │ │ ├── trentino-south_tyrol.svgz
│ │ │ │ ├── tuscany.svgz
│ │ │ │ ├── umbria.svgz
│ │ │ │ └── veneto.svgz
│ │ │ ├── lithuania/
│ │ │ │ ├── aukstaitija.svgz
│ │ │ │ ├── dzukija.svgz
│ │ │ │ ├── lithuania-cultural.svgz
│ │ │ │ ├── lithuania_minor.svgz
│ │ │ │ ├── samogitia.svgz
│ │ │ │ └── suvalkija.svgz
│ │ │ ├── mexico/
│ │ │ │ ├── aguascalientes.svgz
│ │ │ │ ├── baja_california.svgz
│ │ │ │ ├── baja_california_sur.svgz
│ │ │ │ ├── campeche.svgz
│ │ │ │ ├── chiapas.svgz
│ │ │ │ ├── chihuahua.svgz
│ │ │ │ ├── coahuila.svgz
│ │ │ │ ├── colima.svgz
│ │ │ │ ├── districto_federal.svgz
│ │ │ │ ├── durango.svgz
│ │ │ │ ├── estado_de_mexico.svgz
│ │ │ │ ├── guanajuato.svgz
│ │ │ │ ├── guerrero.svgz
│ │ │ │ ├── hidalgo.svgz
│ │ │ │ ├── jalisco.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── michoacan.svgz
│ │ │ │ ├── morelos.svgz
│ │ │ │ ├── nayarit.svgz
│ │ │ │ ├── nuevo_leon.svgz
│ │ │ │ ├── oaxaca.svgz
│ │ │ │ ├── puebla.svgz
│ │ │ │ ├── queretaro.svgz
│ │ │ │ ├── quintana_roo.svgz
│ │ │ │ ├── san_luis_potosi.svgz
│ │ │ │ ├── sinaloa.svgz
│ │ │ │ ├── sonora.svgz
│ │ │ │ ├── tabasco.svgz
│ │ │ │ ├── tamaulipas.svgz
│ │ │ │ ├── tlaxcala.svgz
│ │ │ │ ├── veracruz.svgz
│ │ │ │ ├── yucatan.svgz
│ │ │ │ └── zacatecas.svgz
│ │ │ ├── norway/
│ │ │ │ ├── agder.svgz
│ │ │ │ ├── innlandet.svgz
│ │ │ │ ├── more_og_romsdal.svgz
│ │ │ │ ├── nordland.svgz
│ │ │ │ ├── norway.svgz
│ │ │ │ ├── oslo.svgz
│ │ │ │ ├── rogaland.svgz
│ │ │ │ ├── troms_og_finnmark.svgz
│ │ │ │ ├── trondelag.svgz
│ │ │ │ ├── vestfold_og_telemark.svgz
│ │ │ │ ├── vestland.svgz
│ │ │ │ └── viken.svgz
│ │ │ ├── poland/
│ │ │ │ ├── greater_poland.svgz
│ │ │ │ ├── holy_cross.svgz
│ │ │ │ ├── kuyavian-pomeranian.svgz
│ │ │ │ ├── lesser_poland.svgz
│ │ │ │ ├── lodz.svgz
│ │ │ │ ├── lower_silesian.svgz
│ │ │ │ ├── lublin.svgz
│ │ │ │ ├── lubusz.svgz
│ │ │ │ ├── masovian.svgz
│ │ │ │ ├── opole.svgz
│ │ │ │ ├── podlaskie.svgz
│ │ │ │ ├── poland.svgz
│ │ │ │ ├── pomeranian.svgz
│ │ │ │ ├── silesian.svgz
│ │ │ │ ├── subcarpathian.svgz
│ │ │ │ ├── warmian-masurian.svgz
│ │ │ │ └── west_pomeranian.svgz
│ │ │ ├── romania/
│ │ │ │ ├── banat.svgz
│ │ │ │ ├── bukovina.svgz
│ │ │ │ ├── crisana.svgz
│ │ │ │ ├── maramures.svgz
│ │ │ │ ├── moldavia.svgz
│ │ │ │ ├── muntenia.svgz
│ │ │ │ ├── northern_dobruja.svgz
│ │ │ │ ├── oltenia.svgz
│ │ │ │ ├── romania-historical.svgz
│ │ │ │ └── transylvania.svgz
│ │ │ ├── scotland/
│ │ │ │ ├── aberdeen.svgz
│ │ │ │ ├── aberdeenshire.svgz
│ │ │ │ ├── angus.svgz
│ │ │ │ ├── argyll_and_bute.svgz
│ │ │ │ ├── clackmannanshire.svgz
│ │ │ │ ├── dumfries_and_galloway.svgz
│ │ │ │ ├── dundee.svgz
│ │ │ │ ├── east_ayrshire.svgz
│ │ │ │ ├── east_dunbartonshire.svgz
│ │ │ │ ├── east_lothian.svgz
│ │ │ │ ├── east_renfrewshire.svgz
│ │ │ │ ├── edinburgh.svgz
│ │ │ │ ├── falkirk.svgz
│ │ │ │ ├── fife.svgz
│ │ │ │ ├── glasgow.svgz
│ │ │ │ ├── highland.svgz
│ │ │ │ ├── inverclyde.svgz
│ │ │ │ ├── midlothian.svgz
│ │ │ │ ├── moray.svgz
│ │ │ │ ├── na_h-eileanan_siar.svgz
│ │ │ │ ├── north_ayrshire.svgz
│ │ │ │ ├── north_lanarkshire.svgz
│ │ │ │ ├── orkney_islands.svgz
│ │ │ │ ├── perth_and_kinross.svgz
│ │ │ │ ├── renfrewshire.svgz
│ │ │ │ ├── scotland-north.svgz
│ │ │ │ ├── scotland-south.svgz
│ │ │ │ ├── scottish_borders.svgz
│ │ │ │ ├── shetland_islands.svgz
│ │ │ │ ├── south_ayrshire.svgz
│ │ │ │ ├── south_lanarkshire.svgz
│ │ │ │ ├── stirling.svgz
│ │ │ │ ├── west_dunbartonshire.svgz
│ │ │ │ └── west_lothian.svgz
│ │ │ ├── spain/
│ │ │ │ ├── spain_andalucia.svgz
│ │ │ │ ├── spain_aragon.svgz
│ │ │ │ ├── spain_asturias.svgz
│ │ │ │ ├── spain_baleares.svgz
│ │ │ │ ├── spain_canarias.svgz
│ │ │ │ ├── spain_cantabria.svgz
│ │ │ │ ├── spain_castilla_la_mancha.svgz
│ │ │ │ ├── spain_castilla_y_leon.svgz
│ │ │ │ ├── spain_cataluna.svgz
│ │ │ │ ├── spain_ceuta.svgz
│ │ │ │ ├── spain_extremadura.svgz
│ │ │ │ ├── spain_galicia.svgz
│ │ │ │ ├── spain_la_rioja.svgz
│ │ │ │ ├── spain_madrid.svgz
│ │ │ │ ├── spain_melilla.svgz
│ │ │ │ ├── spain_murcia.svgz
│ │ │ │ ├── spain_navarra.svgz
│ │ │ │ ├── spain_pais_vasco.svgz
│ │ │ │ ├── spain_spain.svgz
│ │ │ │ └── spain_valencia.svgz
│ │ │ ├── turkey/
│ │ │ │ ├── adana.svgz
│ │ │ │ ├── adiyaman.svgz
│ │ │ │ ├── afyon.svgz
│ │ │ │ ├── agri.svgz
│ │ │ │ ├── aksaray.svgz
│ │ │ │ ├── amasya.svgz
│ │ │ │ ├── ankara.svgz
│ │ │ │ ├── antalya.svgz
│ │ │ │ ├── ardahan.svgz
│ │ │ │ ├── artvin.svgz
│ │ │ │ ├── aydin.svgz
│ │ │ │ ├── balikesir.svgz
│ │ │ │ ├── bartin.svgz
│ │ │ │ ├── batman.svgz
│ │ │ │ ├── bayburt.svgz
│ │ │ │ ├── bilecik.svgz
│ │ │ │ ├── bingol.svgz
│ │ │ │ ├── bitlis.svgz
│ │ │ │ ├── bolu.svgz
│ │ │ │ ├── burdur.svgz
│ │ │ │ ├── bursa.svgz
│ │ │ │ ├── canakkale.svgz
│ │ │ │ ├── cankiri.svgz
│ │ │ │ ├── corum.svgz
│ │ │ │ ├── denizli.svgz
│ │ │ │ ├── diyarbakir.svgz
│ │ │ │ ├── duzce.svgz
│ │ │ │ ├── edirne.svgz
│ │ │ │ ├── elazig.svgz
│ │ │ │ ├── erzincan.svgz
│ │ │ │ ├── erzurum.svgz
│ │ │ │ ├── eskisehir.svgz
│ │ │ │ ├── gaziantep.svgz
│ │ │ │ ├── giresun.svgz
│ │ │ │ ├── gumushane.svgz
│ │ │ │ ├── hakkari.svgz
│ │ │ │ ├── hatay.svgz
│ │ │ │ ├── igdir.svgz
│ │ │ │ ├── isparta.svgz
│ │ │ │ ├── istanbul.svgz
│ │ │ │ ├── izmir.svgz
│ │ │ │ ├── kahramanmaras.svgz
│ │ │ │ ├── karabuk.svgz
│ │ │ │ ├── karaman.svgz
│ │ │ │ ├── kars.svgz
│ │ │ │ ├── kastamonu.svgz
│ │ │ │ ├── kayseri.svgz
│ │ │ │ ├── kilis.svgz
│ │ │ │ ├── kirikkale.svgz
│ │ │ │ ├── kirklareli.svgz
│ │ │ │ ├── kirsehir.svgz
│ │ │ │ ├── kocaeli.svgz
│ │ │ │ ├── konya.svgz
│ │ │ │ ├── kutahya.svgz
│ │ │ │ ├── malatya.svgz
│ │ │ │ ├── manisa.svgz
│ │ │ │ ├── mardin.svgz
│ │ │ │ ├── mersin.svgz
│ │ │ │ ├── mugla.svgz
│ │ │ │ ├── mus.svgz
│ │ │ │ ├── nevsehir.svgz
│ │ │ │ ├── nigde.svgz
│ │ │ │ ├── ordu.svgz
│ │ │ │ ├── osmaniye.svgz
│ │ │ │ ├── rize.svgz
│ │ │ │ ├── sakarya.svgz
│ │ │ │ ├── samsun.svgz
│ │ │ │ ├── sanliurfa.svgz
│ │ │ │ ├── siirt.svgz
│ │ │ │ ├── sinop.svgz
│ │ │ │ ├── sirnak.svgz
│ │ │ │ ├── sivas.svgz
│ │ │ │ ├── tekirdag.svgz
│ │ │ │ ├── tokat.svgz
│ │ │ │ ├── trabzon.svgz
│ │ │ │ ├── tunceli.svgz
│ │ │ │ ├── turkey_east.svgz
│ │ │ │ ├── turkey_west.svgz
│ │ │ │ ├── usak.svgz
│ │ │ │ ├── van.svgz
│ │ │ │ ├── yalova.svgz
│ │ │ │ ├── yozgat.svgz
│ │ │ │ └── zonguldak.svgz
│ │ │ └── usa/
│ │ │ ├── alabama.svgz
│ │ │ ├── alaska.svgz
│ │ │ ├── arizona.svgz
│ │ │ ├── arkansas.svgz
│ │ │ ├── california.svgz
│ │ │ ├── colorado.svgz
│ │ │ ├── connecticut.svgz
│ │ │ ├── delaware.svgz
│ │ │ ├── florida.svgz
│ │ │ ├── georgia.svgz
│ │ │ ├── hawaii.svgz
│ │ │ ├── idaho.svgz
│ │ │ ├── illinois.svgz
│ │ │ ├── indiana.svgz
│ │ │ ├── iowa.svgz
│ │ │ ├── kansas.svgz
│ │ │ ├── kentucky.svgz
│ │ │ ├── louisiana.svgz
│ │ │ ├── maine.svgz
│ │ │ ├── maryland.svgz
│ │ │ ├── massachusetts.svgz
│ │ │ ├── michigan.svgz
│ │ │ ├── minnesota.svgz
│ │ │ ├── mississippi.svgz
│ │ │ ├── missouri.svgz
│ │ │ ├── montana.svgz
│ │ │ ├── nebraska.svgz
│ │ │ ├── nevada.svgz
│ │ │ ├── new_hampshire.svgz
│ │ │ ├── new_jersey.svgz
│ │ │ ├── new_mexico.svgz
│ │ │ ├── new_york.svgz
│ │ │ ├── north_carolina.svgz
│ │ │ ├── north_dakota.svgz
│ │ │ ├── ohio.svgz
│ │ │ ├── oklahoma.svgz
│ │ │ ├── oregon.svgz
│ │ │ ├── pennsylvania.svgz
│ │ │ ├── rhode_island.svgz
│ │ │ ├── south_carolina.svgz
│ │ │ ├── south_dakota.svgz
│ │ │ ├── tennessee.svgz
│ │ │ ├── texas.svgz
│ │ │ ├── usa.svgz
│ │ │ ├── utah.svgz
│ │ │ ├── vermont.svgz
│ │ │ ├── virginia.svgz
│ │ │ ├── washington.svgz
│ │ │ ├── west_virginia.svgz
│ │ │ ├── wisconsin.svgz
│ │ │ └── wyoming.svgz
│ │ ├── geography/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Geography.qml
│ │ │ ├── MapSources/
│ │ │ │ ├── Continents.svgz
│ │ │ │ ├── all_south_africa.svgz
│ │ │ │ ├── central_america.svgz
│ │ │ │ ├── central_asia.svgz
│ │ │ │ ├── east_asia.svgz
│ │ │ │ ├── europe.svgz
│ │ │ │ ├── lands.svgz
│ │ │ │ ├── north_africa.svgz
│ │ │ │ ├── north_america.svgz
│ │ │ │ ├── oceania.svgz
│ │ │ │ ├── south_america.svgz
│ │ │ │ ├── south_asia.svgz
│ │ │ │ ├── southeast_asia.svgz
│ │ │ │ └── western_asia.svgz
│ │ │ └── resource/
│ │ │ ├── asiacentral/
│ │ │ │ ├── central_asia.svgz
│ │ │ │ ├── kazakhstan.svgz
│ │ │ │ ├── kyrgyzstan.svgz
│ │ │ │ ├── tajikistan.svgz
│ │ │ │ ├── turkmenistan.svgz
│ │ │ │ └── uzbekistan.svgz
│ │ │ ├── asiaeast/
│ │ │ │ ├── china.svgz
│ │ │ │ ├── east_asia.svgz
│ │ │ │ ├── japan.svgz
│ │ │ │ ├── mongolia.svgz
│ │ │ │ ├── north_korea.svgz
│ │ │ │ ├── south_korea.svgz
│ │ │ │ └── taiwan.svgz
│ │ │ ├── asiasouth/
│ │ │ │ ├── afghanistan.svgz
│ │ │ │ ├── bangladesh.svgz
│ │ │ │ ├── bhutan.svgz
│ │ │ │ ├── india.svgz
│ │ │ │ ├── maldives.svgz
│ │ │ │ ├── nepal.svgz
│ │ │ │ ├── pakistan.svgz
│ │ │ │ ├── south_asia.svgz
│ │ │ │ └── sri_lanka.svgz
│ │ │ ├── asiasoutheast/
│ │ │ │ ├── brunei.svgz
│ │ │ │ ├── cambodia.svgz
│ │ │ │ ├── east_timor.svgz
│ │ │ │ ├── indonesia.svgz
│ │ │ │ ├── laos.svgz
│ │ │ │ ├── malaysia.svgz
│ │ │ │ ├── myanmar.svgz
│ │ │ │ ├── philippines.svgz
│ │ │ │ ├── singapore.svgz
│ │ │ │ ├── southeast_asia.svgz
│ │ │ │ ├── thailand.svgz
│ │ │ │ └── vietnam.svgz
│ │ │ ├── asiawestern/
│ │ │ │ ├── armenia.svgz
│ │ │ │ ├── azerbaijan.svgz
│ │ │ │ ├── bahrain.svgz
│ │ │ │ ├── cyprus.svgz
│ │ │ │ ├── egypt.svgz
│ │ │ │ ├── georgia.svgz
│ │ │ │ ├── iran.svgz
│ │ │ │ ├── iraq.svgz
│ │ │ │ ├── israel.svgz
│ │ │ │ ├── jordan.svgz
│ │ │ │ ├── kuwait.svgz
│ │ │ │ ├── lebanon.svgz
│ │ │ │ ├── oman.svgz
│ │ │ │ ├── palestine.svgz
│ │ │ │ ├── qatar.svgz
│ │ │ │ ├── saudi_arabia.svgz
│ │ │ │ ├── syria.svgz
│ │ │ │ ├── turkey.svgz
│ │ │ │ ├── united_arab_emirates.svgz
│ │ │ │ ├── western_asia.svgz
│ │ │ │ └── yemen.svgz
│ │ │ ├── board/
│ │ │ │ ├── board10_0.qml
│ │ │ │ ├── board11_0.qml
│ │ │ │ ├── board12_0.qml
│ │ │ │ ├── board13_0.qml
│ │ │ │ ├── board14_0.qml
│ │ │ │ ├── board1_0.qml
│ │ │ │ ├── board2_0.qml
│ │ │ │ ├── board3_0.qml
│ │ │ │ ├── board4_0.qml
│ │ │ │ ├── board5_0.qml
│ │ │ │ ├── board6_0.qml
│ │ │ │ ├── board7_0.qml
│ │ │ │ ├── board8_0.qml
│ │ │ │ └── board9_0.qml
│ │ │ ├── centralamerica/
│ │ │ │ ├── bahamas.svgz
│ │ │ │ ├── belize.svgz
│ │ │ │ ├── central_america.svgz
│ │ │ │ ├── costa_rica.svgz
│ │ │ │ ├── cuba.svgz
│ │ │ │ ├── dominican_republic.svgz
│ │ │ │ ├── el_salvador.svgz
│ │ │ │ ├── guatemala.svgz
│ │ │ │ ├── haiti.svgz
│ │ │ │ ├── honduras.svgz
│ │ │ │ ├── jamaica.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── nicaragua.svgz
│ │ │ │ ├── panama.svgz
│ │ │ │ └── puerto_rico.svgz
│ │ │ ├── continents/
│ │ │ │ ├── africa.svgz
│ │ │ │ ├── america.svgz
│ │ │ │ ├── antarctica.svgz
│ │ │ │ ├── asia.svgz
│ │ │ │ ├── back.svgz
│ │ │ │ ├── europa.svgz
│ │ │ │ └── oceania.svgz
│ │ │ ├── europe/
│ │ │ │ ├── albania.svgz
│ │ │ │ ├── austria.svgz
│ │ │ │ ├── belarus.svgz
│ │ │ │ ├── belgium.svgz
│ │ │ │ ├── bosnia_herzegovina.svgz
│ │ │ │ ├── bulgaria.svgz
│ │ │ │ ├── croatia.svgz
│ │ │ │ ├── cyprus.svgz
│ │ │ │ ├── czechia.svgz
│ │ │ │ ├── denmark.svgz
│ │ │ │ ├── estonia.svgz
│ │ │ │ ├── europe.svgz
│ │ │ │ ├── finland.svgz
│ │ │ │ ├── france.svgz
│ │ │ │ ├── germany.svgz
│ │ │ │ ├── greece.svgz
│ │ │ │ ├── hungary.svgz
│ │ │ │ ├── iceland.svgz
│ │ │ │ ├── ireland.svgz
│ │ │ │ ├── italy.svgz
│ │ │ │ ├── latvia.svgz
│ │ │ │ ├── lithuania.svgz
│ │ │ │ ├── luxembourg.svgz
│ │ │ │ ├── moldova.svgz
│ │ │ │ ├── montenegro.svgz
│ │ │ │ ├── netherlands.svgz
│ │ │ │ ├── north_macedonia.svgz
│ │ │ │ ├── norway.svgz
│ │ │ │ ├── poland.svgz
│ │ │ │ ├── portugal.svgz
│ │ │ │ ├── romania.svgz
│ │ │ │ ├── russia.svgz
│ │ │ │ ├── serbia.svgz
│ │ │ │ ├── slovakia.svgz
│ │ │ │ ├── slovenia.svgz
│ │ │ │ ├── spain.svgz
│ │ │ │ ├── sweden.svgz
│ │ │ │ ├── switzerland.svgz
│ │ │ │ ├── turkey.svgz
│ │ │ │ ├── ukraine.svgz
│ │ │ │ └── united_kingdom.svgz
│ │ │ ├── northafrica/
│ │ │ │ ├── algeria.svgz
│ │ │ │ ├── benin.svgz
│ │ │ │ ├── burkina_faso.svgz
│ │ │ │ ├── cameroon.svgz
│ │ │ │ ├── central_african_republic.svgz
│ │ │ │ ├── chad.svgz
│ │ │ │ ├── djibouti.svgz
│ │ │ │ ├── egypt.svgz
│ │ │ │ ├── equatorial_guinea.svgz
│ │ │ │ ├── eritrea.svgz
│ │ │ │ ├── ethiopia.svgz
│ │ │ │ ├── gabon.svgz
│ │ │ │ ├── gambia.svgz
│ │ │ │ ├── ghana.svgz
│ │ │ │ ├── guinea.svgz
│ │ │ │ ├── guinea_bissau.svgz
│ │ │ │ ├── ivory_coast.svgz
│ │ │ │ ├── kenya.svgz
│ │ │ │ ├── liberia.svgz
│ │ │ │ ├── libya.svgz
│ │ │ │ ├── mali.svgz
│ │ │ │ ├── mauritania.svgz
│ │ │ │ ├── morocco.svgz
│ │ │ │ ├── niger.svgz
│ │ │ │ ├── nigeria.svgz
│ │ │ │ ├── north_africa.svgz
│ │ │ │ ├── rwanda.svgz
│ │ │ │ ├── senegal.svgz
│ │ │ │ ├── sierra_leone.svgz
│ │ │ │ ├── somalia.svgz
│ │ │ │ ├── south_sudan.svgz
│ │ │ │ ├── sudan.svgz
│ │ │ │ ├── togo.svgz
│ │ │ │ ├── tunisia.svgz
│ │ │ │ ├── uganda.svgz
│ │ │ │ └── western_sahara.svgz
│ │ │ ├── northamerica/
│ │ │ │ ├── canada.svgz
│ │ │ │ ├── greenland.svgz
│ │ │ │ ├── mexico.svgz
│ │ │ │ ├── north_america.svgz
│ │ │ │ └── usa.svgz
│ │ │ ├── oceania/
│ │ │ │ ├── australia.svgz
│ │ │ │ ├── cook_islands.svgz
│ │ │ │ ├── fiji.svgz
│ │ │ │ ├── french_polynesia.svgz
│ │ │ │ ├── hawaii.svgz
│ │ │ │ ├── kiribati.svgz
│ │ │ │ ├── mariana_islands.svgz
│ │ │ │ ├── marshall_islands.svgz
│ │ │ │ ├── micronesia.svgz
│ │ │ │ ├── nauru.svgz
│ │ │ │ ├── new_caledonia.svgz
│ │ │ │ ├── new_zealand.svgz
│ │ │ │ ├── oceania.svgz
│ │ │ │ ├── palau.svgz
│ │ │ │ ├── papua_new_guinea.svgz
│ │ │ │ ├── pitcairn_islands.svgz
│ │ │ │ ├── samoan_islands.svgz
│ │ │ │ ├── solomon_islands.svgz
│ │ │ │ ├── tonga.svgz
│ │ │ │ ├── tuvalu.svgz
│ │ │ │ ├── us_minor.svgz
│ │ │ │ ├── vanuatu.svgz
│ │ │ │ └── wallis_and_futuna.svgz
│ │ │ ├── southamerica/
│ │ │ │ ├── argentina.svgz
│ │ │ │ ├── bolivia.svgz
│ │ │ │ ├── brazil.svgz
│ │ │ │ ├── chile.svgz
│ │ │ │ ├── colombia.svgz
│ │ │ │ ├── ecuador.svgz
│ │ │ │ ├── french_guiana.svgz
│ │ │ │ ├── guyana.svgz
│ │ │ │ ├── panama.svgz
│ │ │ │ ├── paraguay.svgz
│ │ │ │ ├── peru.svgz
│ │ │ │ ├── south_america.svgz
│ │ │ │ ├── suriname.svgz
│ │ │ │ ├── uruguay.svgz
│ │ │ │ └── venezuela.svgz
│ │ │ └── southernafrica/
│ │ │ ├── all_south_africa.svgz
│ │ │ ├── angola.svgz
│ │ │ ├── botswana.svgz
│ │ │ ├── burundi.svgz
│ │ │ ├── democratic_republic_of_congo.svgz
│ │ │ ├── equatorial_guinea.svgz
│ │ │ ├── eswatini.svgz
│ │ │ ├── gabon.svgz
│ │ │ ├── kenya.svgz
│ │ │ ├── lesotho.svgz
│ │ │ ├── madagascar.svgz
│ │ │ ├── malawi.svgz
│ │ │ ├── mozambique.svgz
│ │ │ ├── namibia.svgz
│ │ │ ├── republic_of_congo.svgz
│ │ │ ├── rwanda.svgz
│ │ │ ├── south_africa.svgz
│ │ │ ├── tanzania.svgz
│ │ │ ├── uganda.svgz
│ │ │ ├── zambia.svgz
│ │ │ └── zimbabwe.svgz
│ │ ├── gletters/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FallingDomino.qml
│ │ │ ├── FallingImage.qml
│ │ │ ├── FallingWord.qml
│ │ │ ├── Gletters.qml
│ │ │ ├── gletters.js
│ │ │ └── resource/
│ │ │ ├── default-ar.json
│ │ │ ├── default-ast.json
│ │ │ ├── default-be.json
│ │ │ ├── default-bg.json
│ │ │ ├── default-br.json
│ │ │ ├── default-ca.json
│ │ │ ├── default-ca@valencia.json
│ │ │ ├── default-cs.json
│ │ │ ├── default-da.json
│ │ │ ├── default-de.json
│ │ │ ├── default-el.json
│ │ │ ├── default-en.json
│ │ │ ├── default-en_GB.json
│ │ │ ├── default-es.json
│ │ │ ├── default-et.json
│ │ │ ├── default-eu.json
│ │ │ ├── default-fa.json
│ │ │ ├── default-fi.json
│ │ │ ├── default-fr.json
│ │ │ ├── default-ga.json
│ │ │ ├── default-gd.json
│ │ │ ├── default-gl.json
│ │ │ ├── default-gu.json
│ │ │ ├── default-he.json
│ │ │ ├── default-hr.json
│ │ │ ├── default-hu.json
│ │ │ ├── default-it.json
│ │ │ ├── default-ka.json
│ │ │ ├── default-kn.json
│ │ │ ├── default-lt.json
│ │ │ ├── default-lv.json
│ │ │ ├── default-mk.json
│ │ │ ├── default-ml.json
│ │ │ ├── default-nb.json
│ │ │ ├── default-nl.json
│ │ │ ├── default-nn.json
│ │ │ ├── default-pl.json
│ │ │ ├── default-pt_BR.json
│ │ │ ├── default-ro.json
│ │ │ ├── default-ru.json
│ │ │ ├── default-sk.json
│ │ │ ├── default-sl.json
│ │ │ ├── default-so.json
│ │ │ ├── default-sq.json
│ │ │ ├── default-sr.json
│ │ │ ├── default-sr@latin.json
│ │ │ ├── default-sv.json
│ │ │ ├── default-ta.json
│ │ │ ├── default-tr.json
│ │ │ ├── default-uk.json
│ │ │ ├── default-vi.json
│ │ │ ├── upper-en.json
│ │ │ └── upper-gd.json
│ │ ├── gnumch-equality/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CellDelegate.qml
│ │ │ ├── Creature.qml
│ │ │ ├── Diaper.qml
│ │ │ ├── Eater.qml
│ │ │ ├── Fraidy.qml
│ │ │ ├── Gnumch.qml
│ │ │ ├── GnumchEquality.qml
│ │ │ ├── Monster.qml
│ │ │ ├── Muncher.qml
│ │ │ ├── Reggie.qml
│ │ │ ├── Smarty.qml
│ │ │ ├── TopPanel.qml
│ │ │ ├── WarnMonster.qml
│ │ │ ├── Warning.qml
│ │ │ ├── gnumch-equality.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── gnumch-factors/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── GnumchFactors.qml
│ │ ├── gnumch-inequality/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GnumchInequality.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── gnumch-multiples/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── GnumchMultiples.qml
│ │ ├── gnumch-primes/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── GnumchPrimes.qml
│ │ ├── graduated_line_read/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GraduatedLineRead.qml
│ │ │ ├── graduated_line_read.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── graduated_line_use/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GraduatedLineUse.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── grammar_analysis/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GrammarAnalysis.qml
│ │ │ ├── GrammarToken.qml
│ │ │ ├── README.md
│ │ │ ├── WordAndClass.qml
│ │ │ ├── examples/
│ │ │ │ ├── grammar_analysis-xx.json
│ │ │ │ └── grammar_classes-xx.json
│ │ │ ├── grammar_analysis.js
│ │ │ └── resource/
│ │ │ ├── grammar_analysis-ar.json
│ │ │ ├── grammar_analysis-br.json
│ │ │ ├── grammar_analysis-ca.json
│ │ │ ├── grammar_analysis-cs.json
│ │ │ ├── grammar_analysis-el.json
│ │ │ ├── grammar_analysis-en.json
│ │ │ ├── grammar_analysis-fr.json
│ │ │ ├── grammar_analysis-hr.json
│ │ │ ├── grammar_analysis-hu.json
│ │ │ ├── grammar_analysis-lt.json
│ │ │ ├── grammar_analysis-lv.json
│ │ │ ├── grammar_analysis-ml.json
│ │ │ └── grammar_analysis-ro.json
│ │ ├── grammar_classes/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GrammarClasses.qml
│ │ │ └── resource/
│ │ │ ├── grammar_classes-ar.json
│ │ │ ├── grammar_classes-br.json
│ │ │ ├── grammar_classes-ca.json
│ │ │ ├── grammar_classes-cs.json
│ │ │ ├── grammar_classes-el.json
│ │ │ ├── grammar_classes-en.json
│ │ │ ├── grammar_classes-fr.json
│ │ │ ├── grammar_classes-hr.json
│ │ │ ├── grammar_classes-hu.json
│ │ │ ├── grammar_classes-lt.json
│ │ │ ├── grammar_classes-lv.json
│ │ │ ├── grammar_classes-ml.json
│ │ │ └── grammar_classes-ro.json
│ │ ├── graph-coloring/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GraphColoring.qml
│ │ │ ├── Node.qml
│ │ │ └── graph-coloring.js
│ │ ├── gravity/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Gravity.qml
│ │ │ ├── Planet.qml
│ │ │ └── gravity.js
│ │ ├── guess24/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Guess24.qml
│ │ │ ├── guess24.js
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── guess24.json
│ │ │ └── tools/
│ │ │ ├── Guess24-difficulty.csv
│ │ │ ├── Guess24-solutions.csv
│ │ │ ├── README.md
│ │ │ └── build-datas.php
│ │ ├── guesscount/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Admin.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragTile.qml
│ │ │ ├── DropTile.qml
│ │ │ ├── Guesscount.qml
│ │ │ ├── OperandRow.qml
│ │ │ ├── OperationRow.qml
│ │ │ ├── OperatorRow.qml
│ │ │ ├── Tile.qml
│ │ │ ├── dataset.js
│ │ │ ├── guesscount.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── guessnumber/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Guessnumber.qml
│ │ │ ├── Helico.qml
│ │ │ ├── guessnumber.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── hangman/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hangman.qml
│ │ │ └── hangman.js
│ │ ├── hanoi/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Hanoi.qml
│ │ ├── hanoi_real/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── HanoiReal.qml
│ │ │ └── hanoi_real.js
│ │ ├── hexagon/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hexagon.qml
│ │ │ ├── HexagonItem.qml
│ │ │ └── hexagon.js
│ │ ├── imagename/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Imagename.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board1_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ └── board7_0.qml
│ │ ├── instruments/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Instruments.qml
│ │ │ ├── instruments.js
│ │ │ └── resource/
│ │ │ ├── accordion.ogg
│ │ │ ├── banjo.ogg
│ │ │ ├── bongo.ogg
│ │ │ ├── castanets.ogg
│ │ │ ├── cello.ogg
│ │ │ ├── clarinet.ogg
│ │ │ ├── cymbal.ogg
│ │ │ ├── drum_kit.ogg
│ │ │ ├── electric_guitar.ogg
│ │ │ ├── flute_traversiere.ogg
│ │ │ ├── guitar.ogg
│ │ │ ├── harmonica.ogg
│ │ │ ├── harp.ogg
│ │ │ ├── horn.ogg
│ │ │ ├── maracas.ogg
│ │ │ ├── organ.ogg
│ │ │ ├── piano.ogg
│ │ │ ├── saxophone.ogg
│ │ │ ├── snare_drum.ogg
│ │ │ ├── tambourine.ogg
│ │ │ ├── timpani.ogg
│ │ │ ├── triangle.ogg
│ │ │ ├── trombone.ogg
│ │ │ ├── trumpet.ogg
│ │ │ ├── tuba.ogg
│ │ │ └── violin.ogg
│ │ ├── keyboard_training/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Keyboard_training.qml
│ │ │ └── keyboard_training.js
│ │ ├── land_safe/
│ │ │ ├── Accelerometer.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── LandSafe.qml
│ │ │ ├── land_safe.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── lang/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ImageReview.qml
│ │ │ ├── Lang.qml
│ │ │ ├── MenuScreen.qml
│ │ │ ├── Quiz.qml
│ │ │ ├── SpellIt.qml
│ │ │ ├── lang.js
│ │ │ ├── lang_api.js
│ │ │ ├── quiz.js
│ │ │ ├── resource/
│ │ │ │ ├── content-ar.json
│ │ │ │ ├── content-az.json
│ │ │ │ ├── content-be.json
│ │ │ │ ├── content-bg.json
│ │ │ │ ├── content-br.json
│ │ │ │ ├── content-ca.json
│ │ │ │ ├── content-ca@valencia.json
│ │ │ │ ├── content-cs.json
│ │ │ │ ├── content-da.json
│ │ │ │ ├── content-de.json
│ │ │ │ ├── content-el.json
│ │ │ │ ├── content-en.json
│ │ │ │ ├── content-en_GB.json
│ │ │ │ ├── content-eo.json
│ │ │ │ ├── content-es.json
│ │ │ │ ├── content-et.json
│ │ │ │ ├── content-eu.json
│ │ │ │ ├── content-fi.json
│ │ │ │ ├── content-fr.json
│ │ │ │ ├── content-ga.json
│ │ │ │ ├── content-gd.json
│ │ │ │ ├── content-gl.json
│ │ │ │ ├── content-gu.json
│ │ │ │ ├── content-he.json
│ │ │ │ ├── content-hi.json
│ │ │ │ ├── content-hr.json
│ │ │ │ ├── content-hu.json
│ │ │ │ ├── content-id.json
│ │ │ │ ├── content-it.json
│ │ │ │ ├── content-ka.json
│ │ │ │ ├── content-kn.json
│ │ │ │ ├── content-lt.json
│ │ │ │ ├── content-lv.json
│ │ │ │ ├── content-mk.json
│ │ │ │ ├── content-ml.json
│ │ │ │ ├── content-nl.json
│ │ │ │ ├── content-nn.json
│ │ │ │ ├── content-pl.json
│ │ │ │ ├── content-pt.json
│ │ │ │ ├── content-pt_BR.json
│ │ │ │ ├── content-ro.json
│ │ │ │ ├── content-ru.json
│ │ │ │ ├── content-sa.json
│ │ │ │ ├── content-sk.json
│ │ │ │ ├── content-sl.json
│ │ │ │ ├── content-sq.json
│ │ │ │ ├── content-sv.json
│ │ │ │ ├── content-sw.json
│ │ │ │ ├── content-ta.json
│ │ │ │ ├── content-tr.json
│ │ │ │ ├── content-uk.json
│ │ │ │ ├── content-zh_CN.json
│ │ │ │ ├── content-zh_TW.json
│ │ │ │ ├── datasetToPo.py
│ │ │ │ ├── poToDataset.py
│ │ │ │ ├── words.json
│ │ │ │ └── words_sample.json
│ │ │ └── spell_it.js
│ │ ├── learn_additions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_additions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── learn_decimals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_decimals.qml
│ │ │ ├── MultipleBars.qml
│ │ │ ├── SingleBar.qml
│ │ │ ├── learn_decimals.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── TutorialBar.qml
│ │ │ ├── TutorialBase.qml
│ │ │ ├── tutorial1.qml
│ │ │ ├── tutorial2.qml
│ │ │ ├── tutorial3.qml
│ │ │ ├── tutorial4.qml
│ │ │ ├── tutorial5.qml
│ │ │ ├── tutorial6.qml
│ │ │ ├── tutorial7.qml
│ │ │ └── tutorial8.qml
│ │ ├── learn_decimals_additions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_decimals_additions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── learn_decimals_subtractions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_decimals_subtractions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── learn_digits/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_digits.qml
│ │ │ ├── learn_digits.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── learn_quantities/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_quantities.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ └── 7/
│ │ │ └── Data.qml
│ │ ├── learn_subtractions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Learn_subtractions.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ └── 5/
│ │ │ └── Data.qml
│ │ ├── left_right_click/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Animal.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Left_right_click.qml
│ │ │ ├── MouseButton.qml
│ │ │ └── left_right_click.js
│ │ ├── leftright/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Leftright.qml
│ │ │ └── leftright.js
│ │ ├── letter-in-word/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Card.qml
│ │ │ ├── LetterInWord.qml
│ │ │ └── letter-in-word.js
│ │ ├── lightsoff/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Lightsoff.qml
│ │ │ ├── lightsoff.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── louis-braille/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── LouisBraille.qml
│ │ │ ├── ReorderList.qml
│ │ │ ├── louis-braille.js
│ │ │ └── louis_braille_data.js
│ │ ├── magic-hat-minus/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hat.qml
│ │ │ ├── MagicHat.qml
│ │ │ ├── Star.qml
│ │ │ ├── StarsBar.qml
│ │ │ ├── magic-hat.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── magic-hat-plus/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MagicHatPlus.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── maze/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Maze.qml
│ │ │ └── maze.js
│ │ ├── mazeinvisible/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Mazeinvisible.qml
│ │ ├── mazerelative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Mazerelative.qml
│ │ ├── melody/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Melody.qml
│ │ ├── memory/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CardItem.qml
│ │ │ ├── Memory.qml
│ │ │ ├── MemoryCommon.qml
│ │ │ ├── math_util.js
│ │ │ ├── memory.js
│ │ │ └── memorydataset.js
│ │ ├── memory-case-association/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryCaseAssociation.qml
│ │ │ └── dataset.js
│ │ ├── memory-case-association-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── MemoryCaseAssociationTux.qml
│ │ ├── memory-enumerate/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryEnumerate.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ └── 8/
│ │ │ └── Data.qml
│ │ ├── memory-math-add/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAdd.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinus.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus-mult-div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinusMultDiv.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus-mult-div-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinusMultDivTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-minus-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddMinusTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-add-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathAddTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathDiv.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-div-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathDivTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-minus/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMinus.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-minus-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMinusTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMult.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult-div/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMultDiv.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult-div-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMultDivTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-math-mult-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryMathMultTux.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── memory-sound/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemorySound.qml
│ │ │ ├── memorysounddataset.js
│ │ │ └── resource/
│ │ │ ├── LRApplauses_1_LA_cut.ogg
│ │ │ ├── LRBark_1_LA_cut.ogg
│ │ │ ├── LRBuddhist_gong_05_LA.ogg
│ │ │ ├── LRDoor_Open_2_LA.ogg
│ │ │ ├── LRFactory_noise_01_LA.ogg
│ │ │ ├── LRFactory_noise_02_LA.ogg
│ │ │ ├── LRFactory_noise_03_LA.ogg
│ │ │ ├── LRFactory_noise_04_LA.ogg
│ │ │ ├── LRFactory_noise_05_LA.ogg
│ │ │ ├── LRFactory_noise_06_LA.ogg
│ │ │ ├── LRFrogsInPondDuringStormLACut.ogg
│ │ │ ├── LRHeart_beat_01_LA.ogg
│ │ │ ├── LRLaPause_short.ogg
│ │ │ ├── LRObject_falling_01_LA.ogg
│ │ │ ├── LRObject_falling_02_LA.ogg
│ │ │ ├── LRRain_in_garden_01_LA_cut.ogg
│ │ │ ├── LRRing_01_LA.ogg
│ │ │ ├── LRStartAndStopCarEngine1LACut.ogg
│ │ │ ├── LRTrain_slowing_down_01_LA_cut.ogg
│ │ │ ├── LRWeird_1_LA.ogg
│ │ │ ├── LRWeird_2_LA.ogg
│ │ │ ├── LRWeird_3_LA.ogg
│ │ │ ├── LRWeird_4_LA.ogg
│ │ │ ├── LRWeird_5_LA.ogg
│ │ │ ├── LRWeird_6_LA.ogg
│ │ │ ├── guitar_melody.ogg
│ │ │ ├── guitar_son1.ogg
│ │ │ ├── guitar_son2.ogg
│ │ │ ├── guitar_son3.ogg
│ │ │ └── guitar_son4.ogg
│ │ ├── memory-sound-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── MemorySoundTux.qml
│ │ ├── memory-tux/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── MemoryTux.qml
│ │ ├── memory-wordnumber/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MemoryWordnumber.qml
│ │ │ └── dataset.js
│ │ ├── menu/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BackgroundMusicList.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ConfigurationItem.qml
│ │ │ ├── Menu.qml
│ │ │ └── ServerConfigPage.qml
│ │ ├── mining/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Mining.qml
│ │ │ └── mining.js
│ │ ├── missing-letter/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MissingLetter.qml
│ │ │ └── missing-letter.js
│ │ ├── money/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Money.qml
│ │ │ ├── MoneyArea.qml
│ │ │ ├── MoneyCore.qml
│ │ │ ├── money.js
│ │ │ ├── moneyConstants.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── money_back/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MoneyBack.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── money_back_cents/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MoneyBackCents.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── money_cents/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MoneyCents.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── morse_code/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── FirstScreen.qml
│ │ │ ├── MorseCode.qml
│ │ │ ├── MorseMap.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── mosaic/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Mosaic.qml
│ │ │ ├── mosaic.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── multiple_choice_questions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Multiple_choice_questions.qml
│ │ │ ├── multiple_choice_questions.js
│ │ │ └── resource/
│ │ │ └── 1/
│ │ │ └── Data.qml
│ │ ├── nine_men_morris/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── DragPoint.qml
│ │ │ ├── NineMenMorris.qml
│ │ │ ├── Piece.qml
│ │ │ └── nine_men_morris.js
│ │ ├── nine_men_morris_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── NineMenMorris2players.qml
│ │ ├── note_names/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── NoteNames.qml
│ │ │ ├── note_names.js
│ │ │ └── resource/
│ │ │ └── dataset_01.qml
│ │ ├── number_sequence/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── NumberSequence.qml
│ │ │ ├── number_sequence.js
│ │ │ └── number_sequence_dataset.js
│ │ ├── numbers-odd-even/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── NumbersOddEven.qml
│ │ │ └── resource/
│ │ │ ├── Tutorial1.qml
│ │ │ ├── Tutorial2.qml
│ │ │ ├── Tutorial3.qml
│ │ │ ├── Tutorial4.qml
│ │ │ ├── Tutorial5.qml
│ │ │ ├── Tutorial6.qml
│ │ │ └── TutorialBase.qml
│ │ ├── ordering_alphabets/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── OrderingAlphabets.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── ordering_chronology/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── OrderingChronology.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── ordering_numbers/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Ordering.qml
│ │ │ ├── OrderingElement.qml
│ │ │ ├── OrderingNumbers.qml
│ │ │ ├── OrderingPlaceholder.qml
│ │ │ ├── ordering.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ └── 8/
│ │ │ └── Data.qml
│ │ ├── ordering_sentences/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── OrderingSentences.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── oware/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Board.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Oware.qml
│ │ │ ├── Pit.qml
│ │ │ └── oware.js
│ │ ├── oware_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Oware_2players.qml
│ │ ├── paintings/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Paintings.qml
│ │ │ └── resource/
│ │ │ └── board/
│ │ │ ├── board10_0.qml
│ │ │ ├── board11_0.qml
│ │ │ ├── board12_0.qml
│ │ │ ├── board13_0.qml
│ │ │ ├── board14_0.qml
│ │ │ ├── board15_0.qml
│ │ │ ├── board16_0.qml
│ │ │ ├── board17_0.qml
│ │ │ ├── board18_0.qml
│ │ │ ├── board19_0.qml
│ │ │ ├── board1_0.qml
│ │ │ ├── board20_0.qml
│ │ │ ├── board21_0.qml
│ │ │ ├── board22_0.qml
│ │ │ ├── board2_0.qml
│ │ │ ├── board3_0.qml
│ │ │ ├── board4_0.qml
│ │ │ ├── board5_0.qml
│ │ │ ├── board6_0.qml
│ │ │ ├── board7_0.qml
│ │ │ ├── board8_0.qml
│ │ │ └── board9_0.qml
│ │ ├── path_decoding/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PathDecoding.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── path_decoding_relative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PathDecodingRelative.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── path_encoding/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Block.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GridPath.qml
│ │ │ ├── MapView.qml
│ │ │ ├── MoveBar.qml
│ │ │ ├── MoveButtons.qml
│ │ │ ├── PathEncoding.qml
│ │ │ ├── Tux.qml
│ │ │ ├── path.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── path_encoding_relative/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PathEncodingRelative.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ └── 4/
│ │ │ └── Data.qml
│ │ ├── peg_solitaire/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GridSlot.qml
│ │ │ ├── Peg.qml
│ │ │ ├── PegSolitaire.qml
│ │ │ └── peg_solitaire.js
│ │ ├── penalty/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── GoalZone.qml
│ │ │ ├── Penalty.qml
│ │ │ ├── Progress.qml
│ │ │ └── penalty.js
│ │ ├── photo_hunter/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Observe.qml
│ │ │ ├── PhotoHunter.qml
│ │ │ └── photo_hunter.js
│ │ ├── piano_composition/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BpmMeter.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── KeyOption.qml
│ │ │ ├── LyricsArea.qml
│ │ │ ├── MelodyList.qml
│ │ │ ├── MultipleStaff.qml
│ │ │ ├── MusicElement.qml
│ │ │ ├── NoteNotations.js
│ │ │ ├── OptionsRow.qml
│ │ │ ├── PianoKey.qml
│ │ │ ├── PianoOctaveKeyboard.qml
│ │ │ ├── Piano_composition.qml
│ │ │ ├── Staff.qml
│ │ │ ├── SwitchableOptions.qml
│ │ │ ├── melodies.js
│ │ │ └── piano_composition.js
│ │ ├── planegame/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Cloud.qml
│ │ │ ├── Plane.qml
│ │ │ ├── Planegame.qml
│ │ │ ├── Sequence.qml
│ │ │ └── planegame.js
│ │ ├── play_piano/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PlayPiano.qml
│ │ │ ├── dataset.json
│ │ │ └── play_piano.js
│ │ ├── play_rhythm/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PlayRhythm.qml
│ │ │ ├── play_rhythm.js
│ │ │ └── resource/
│ │ │ └── dataset.json
│ │ ├── positions/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BoxBoyPosition.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Positions.qml
│ │ │ ├── positions.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── programmingMaze/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CodeArea.qml
│ │ │ ├── HeaderArea.qml
│ │ │ ├── InstructionArea.qml
│ │ │ ├── ProgrammingMaze.qml
│ │ │ ├── programmingMaze.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── TutorialBase.qml
│ │ │ ├── instructions/
│ │ │ │ ├── Instruction.qml
│ │ │ │ ├── Loop.qml
│ │ │ │ ├── MoveForward.qml
│ │ │ │ ├── Procedure.qml
│ │ │ │ └── TurnLeftOrRight.qml
│ │ │ ├── tutorial1.qml
│ │ │ ├── tutorial2.qml
│ │ │ ├── tutorial3.qml
│ │ │ └── tutorial4.qml
│ │ ├── railroad/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Loco.qml
│ │ │ ├── Railroad.qml
│ │ │ └── railroad.js
│ │ ├── readingh/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Readingh.qml
│ │ │ └── readingh.js
│ │ ├── readingv/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Readingv.qml
│ │ ├── redraw/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Redraw.qml
│ │ │ ├── redraw.js
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── redraw_symmetrical/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── RedrawSymmetrical.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ └── 3/
│ │ │ └── Data.qml
│ │ ├── renewable_energy/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Hydro.qml
│ │ │ ├── RenewableEnergy.qml
│ │ │ ├── Solar.qml
│ │ │ ├── Wind.qml
│ │ │ └── WindTurbine.qml
│ │ ├── reversecount/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ChooseDiceBar.qml
│ │ │ ├── Reversecount.qml
│ │ │ ├── Tux.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 10/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 11/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 12/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 7/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 8/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 9/
│ │ │ │ └── Data.qml
│ │ │ └── reversecount.js
│ │ ├── roman_numerals/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── RomanNumerals.qml
│ │ ├── scalesboard/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MasseArea.qml
│ │ │ ├── Question.qml
│ │ │ ├── Scalesboard.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 7/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 8/
│ │ │ │ └── Data.qml
│ │ │ └── scalesboard.js
│ │ ├── scalesboard_weight/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ScalesboardWeight.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── scalesboard_weight_avoirdupois/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ScalesboardWeight.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ └── 6/
│ │ │ └── Data.qml
│ │ ├── share/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BasketWidget.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── CandyWidget.qml
│ │ │ ├── ChildWidget.qml
│ │ │ ├── DropChild.qml
│ │ │ ├── Share.qml
│ │ │ ├── WidgetOption.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 3/
│ │ │ │ └── Data.qml
│ │ │ └── share.js
│ │ ├── simplepaint/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── PaintCursor.qml
│ │ │ ├── PaintItem.qml
│ │ │ ├── Simplepaint.qml
│ │ │ └── simplepaint.js
│ │ ├── sketch/
│ │ │ ├── AbstractBrush.qml
│ │ │ ├── ActionButton.qml
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BackgroundColorSelector.qml
│ │ │ ├── BackgroundSelector.qml
│ │ │ ├── BrushTool.qml
│ │ │ ├── BrushToolPanel.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ColorSelector.qml
│ │ │ ├── ColorsPanel.qml
│ │ │ ├── DarkCheckBox.qml
│ │ │ ├── FilesPanel.qml
│ │ │ ├── FoldablePanel.qml
│ │ │ ├── GeometryTool.qml
│ │ │ ├── GeometryToolPanel.qml
│ │ │ ├── GradientTool.qml
│ │ │ ├── GradientToolPanel.qml
│ │ │ ├── PaletteSelector.qml
│ │ │ ├── PatternSelector.qml
│ │ │ ├── SelectionButton.qml
│ │ │ ├── Sketch.qml
│ │ │ ├── SliderColor.qml
│ │ │ ├── SliderSettings.qml
│ │ │ ├── StampTool.qml
│ │ │ ├── StampToolPanel.qml
│ │ │ ├── TextTool.qml
│ │ │ ├── TextToolPanel.qml
│ │ │ ├── ToolsPanel.qml
│ │ │ └── sketch.js
│ │ ├── smallnumbers/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Smallnumbers.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── default-en.json
│ │ ├── smallnumbers2/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Smallnumbers2.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── default-en.json
│ │ ├── solar_system/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Dataset.js
│ │ │ ├── PlanetInSolarModel.qml
│ │ │ ├── QuizScreen.qml
│ │ │ ├── SolarSystem.qml
│ │ │ └── solar_system.js
│ │ ├── submarine/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── BallastTank.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Controls.qml
│ │ │ ├── Submarine.qml
│ │ │ ├── Whale.qml
│ │ │ └── submarine.js
│ │ ├── sudoku/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Sudoku.qml
│ │ │ ├── SudokuCase.qml
│ │ │ ├── SudokuListWidget.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 4/
│ │ │ │ └── Data.qml
│ │ │ └── sudoku.js
│ │ ├── superbrain/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── SearchItem.qml
│ │ │ ├── Superbrain.qml
│ │ │ └── superbrain.js
│ │ ├── tangram/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── RotateMouseArea.qml
│ │ │ ├── Tangram.qml
│ │ │ ├── dataset.js
│ │ │ ├── tangram.js
│ │ │ └── toBeAligned.js
│ │ ├── target/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── Arrow.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Target.qml
│ │ │ ├── TargetItem.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 5/
│ │ │ │ └── Data.qml
│ │ │ └── target.js
│ │ ├── template/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Template.qml
│ │ │ └── template.js
│ │ ├── tens_complement_calculate/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Tens_complement_calculate.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ └── 2/
│ │ │ └── Data.qml
│ │ ├── tens_complement_find/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── AnswerContainer.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Tens_complement_find.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 4/
│ │ │ │ └── Data.qml
│ │ │ └── tens_complement_find.js
│ │ ├── tens_complement_swap/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Card.qml
│ │ │ ├── CardContainer.qml
│ │ │ ├── Tens_complement_swap.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 3/
│ │ │ │ └── Data.qml
│ │ │ └── tens_complement_swap.js
│ │ ├── tens_complement_use/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── ContainerBox.qml
│ │ │ ├── Tens_complement_use.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 3/
│ │ │ │ └── Data.qml
│ │ │ └── tens_complement_use.js
│ │ ├── tic_tac_toe/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Piece.qml
│ │ │ ├── TicTacToe.qml
│ │ │ └── tic_tac_toe.js
│ │ ├── tic_tac_toe_2players/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Tic_tac_toe_2players.qml
│ │ ├── traffic/
│ │ │ ├── ActivityConfig.qml
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── Car.qml
│ │ │ ├── Traffic.qml
│ │ │ └── traffic.js
│ │ ├── vertical_addition/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── VerticalAddition.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── vertical_subtraction/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── MathDigit.qml
│ │ │ ├── MathNumber.qml
│ │ │ ├── VerticalSubtraction.qml
│ │ │ ├── resource/
│ │ │ │ ├── 1/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 10/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 11/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 12/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 2/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 3/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 4/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 5/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 6/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 7/
│ │ │ │ │ └── Data.qml
│ │ │ │ ├── 8/
│ │ │ │ │ └── Data.qml
│ │ │ │ └── 9/
│ │ │ │ └── Data.qml
│ │ │ └── subtraction.js
│ │ ├── vertical_subtraction_compensation/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ ├── VerticalSubtractionCompensation.qml
│ │ │ └── resource/
│ │ │ ├── 1/
│ │ │ │ └── Data.qml
│ │ │ ├── 10/
│ │ │ │ └── Data.qml
│ │ │ ├── 11/
│ │ │ │ └── Data.qml
│ │ │ ├── 12/
│ │ │ │ └── Data.qml
│ │ │ ├── 2/
│ │ │ │ └── Data.qml
│ │ │ ├── 3/
│ │ │ │ └── Data.qml
│ │ │ ├── 4/
│ │ │ │ └── Data.qml
│ │ │ ├── 5/
│ │ │ │ └── Data.qml
│ │ │ ├── 6/
│ │ │ │ └── Data.qml
│ │ │ ├── 7/
│ │ │ │ └── Data.qml
│ │ │ ├── 8/
│ │ │ │ └── Data.qml
│ │ │ └── 9/
│ │ │ └── Data.qml
│ │ ├── watercycle/
│ │ │ ├── ActivityInfo.qml
│ │ │ ├── CMakeLists.txt
│ │ │ └── Watercycle.qml
│ │ └── wordsgame/
│ │ ├── ActivityConfig.qml
│ │ ├── ActivityInfo.qml
│ │ ├── CMakeLists.txt
│ │ ├── Wordsgame.qml
│ │ └── resource/
│ │ ├── README
│ │ ├── default-af.json
│ │ ├── default-ar.json
│ │ ├── default-ast.json
│ │ ├── default-be.json
│ │ ├── default-bg.json
│ │ ├── default-br.json
│ │ ├── default-ca.json
│ │ ├── default-ca@valencia.json
│ │ ├── default-cs.json
│ │ ├── default-da.json
│ │ ├── default-de.json
│ │ ├── default-el.json
│ │ ├── default-en.json
│ │ ├── default-en_GB.json
│ │ ├── default-eo.json
│ │ ├── default-es.json
│ │ ├── default-et.json
│ │ ├── default-eu.json
│ │ ├── default-fi.json
│ │ ├── default-fr.json
│ │ ├── default-ga.json
│ │ ├── default-gd.json
│ │ ├── default-gl.json
│ │ ├── default-he.json
│ │ ├── default-hr.json
│ │ ├── default-hu.json
│ │ ├── default-id.json
│ │ ├── default-it.json
│ │ ├── default-lt.json
│ │ ├── default-lv.json
│ │ ├── default-mk.json
│ │ ├── default-ml.json
│ │ ├── default-nb.json
│ │ ├── default-nl.json
│ │ ├── default-nn.json
│ │ ├── default-pt.json
│ │ ├── default-pt_BR.json
│ │ ├── default-ro.json
│ │ ├── default-ru.json
│ │ ├── default-sk.json
│ │ ├── default-sl.json
│ │ ├── default-sq.json
│ │ ├── default-sv.json
│ │ ├── default-tr.json
│ │ └── default-uk.json
│ ├── activityintro2msg.awk
│ ├── core/
│ │ ├── ActivityBase.qml
│ │ ├── ActivityInfo.cpp
│ │ ├── ActivityInfo.h
│ │ ├── ActivityInfoTree.cpp
│ │ ├── ActivityInfoTree.h
│ │ ├── AdvancedTimer.qml
│ │ ├── AnswerButton.qml
│ │ ├── ApplicationAndroid.cpp
│ │ ├── ApplicationInfo.cpp
│ │ ├── ApplicationInfo.h
│ │ ├── ApplicationInfoDefault.cpp
│ │ ├── ApplicationSettings.cpp
│ │ ├── ApplicationSettings.h
│ │ ├── Balloon.qml
│ │ ├── Bar.qml
│ │ ├── BarButton.qml
│ │ ├── BarEnumContent.qml
│ │ ├── Bonus.qml
│ │ ├── CMakeLists.txt
│ │ ├── COPYING
│ │ ├── ChangeLog.qml
│ │ ├── Client.qml
│ │ ├── ClientNetworkMessages.cpp
│ │ ├── ClientNetworkMessages.h
│ │ ├── ControlButton.qml
│ │ ├── Dataset.cpp
│ │ ├── Dataset.h
│ │ ├── DialogAbout.qml
│ │ ├── DialogActivityConfig.qml
│ │ ├── DialogBackground.qml
│ │ ├── DialogChooseLevel.qml
│ │ ├── DialogHelp.qml
│ │ ├── Directory.cpp
│ │ ├── Directory.h
│ │ ├── Domino.qml
│ │ ├── DominoNumber.qml
│ │ ├── DownloadDialog.qml
│ │ ├── DownloadManager.cpp
│ │ ├── DownloadManager.h
│ │ ├── ErrorRectangle.qml
│ │ ├── File.cpp
│ │ ├── File.h
│ │ ├── GCAudio.qml
│ │ ├── GCButton.qml
│ │ ├── GCButtonCancel.qml
│ │ ├── GCButtonScroll.qml
│ │ ├── GCCheckButton.qml
│ │ ├── GCComboBox.qml
│ │ ├── GCCreationHandler.qml
│ │ ├── GCDialog.qml
│ │ ├── GCDialogCheckBox.qml
│ │ ├── GCLabelButton.qml
│ │ ├── GCProgressBar.qml
│ │ ├── GCRangeSlider.qml
│ │ ├── GCSingletonFontLoader.qml
│ │ ├── GCSlider.qml
│ │ ├── GCSoundEffect.qml
│ │ ├── GCStyle.qml
│ │ ├── GCText.qml
│ │ ├── GCTextPanel.qml
│ │ ├── GCompris.rc
│ │ ├── GComprisPlugin.cpp
│ │ ├── GComprisPlugin.h
│ │ ├── GImageGrabber.cpp
│ │ ├── GImageGrabber.h
│ │ ├── GSynth.cpp
│ │ ├── GSynth.h
│ │ ├── IconButton.qml
│ │ ├── IntroButton.qml
│ │ ├── IntroMessage.qml
│ │ ├── JsonParser.qml
│ │ ├── LanguageList.qml
│ │ ├── Loading.qml
│ │ ├── Mainpage.dox
│ │ ├── NumPad.qml
│ │ ├── NumberQuestionCard.qml
│ │ ├── PackageGCompris.cmake
│ │ ├── ParticleSystemStar.qml
│ │ ├── ParticleSystemStarLoader.qml
│ │ ├── ReadyButton.qml
│ │ ├── Score.qml
│ │ ├── ScoreItem.qml
│ │ ├── Sequence.cpp
│ │ ├── Sequence.h
│ │ ├── SplashScreen.qml
│ │ ├── SvgTank.qml
│ │ ├── SwingAnimation.qml
│ │ ├── Tutorial.qml
│ │ ├── VirtualKey.qml
│ │ ├── VirtualKeyboard.qml
│ │ ├── Wordlist.qml
│ │ ├── config.h.in
│ │ ├── core.js
│ │ ├── main.cpp
│ │ ├── main.qml
│ │ ├── netconst.h
│ │ ├── qmldir
│ │ ├── qt.conf
│ │ ├── resource/
│ │ │ ├── fonts/
│ │ │ │ ├── FONTLOG-Andika.txt
│ │ │ │ ├── OpenDyslexic-Regular.otf
│ │ │ │ ├── README-Andika.txt
│ │ │ │ ├── README-OpenDyslexic.txt
│ │ │ │ └── feat_set_tuned.xml
│ │ │ ├── intro.ogg
│ │ │ └── isrgrootx1.pem
│ │ ├── synth/
│ │ │ ├── ADSRenvelope.cpp
│ │ │ ├── ADSRenvelope.h
│ │ │ ├── generator.cpp
│ │ │ ├── generator.h
│ │ │ ├── linearSynthesis.cpp
│ │ │ ├── linearSynthesis.h
│ │ │ ├── modulation.cpp
│ │ │ ├── modulation.h
│ │ │ ├── preset.cpp
│ │ │ ├── preset.h
│ │ │ ├── waveform.cpp
│ │ │ └── waveform.h
│ │ └── virtualkeyboard_worker.js
│ └── server/
│ ├── CMakeLists.txt
│ ├── GCompris-teachers.rc
│ ├── Main.qml
│ ├── PackageServer.cmake
│ ├── activities/
│ │ ├── DailyDisplay.qml
│ │ ├── DailyReport.qml
│ │ ├── DataDisplay.qml
│ │ ├── DatasetEditorBase.qml
│ │ ├── DefaultJsonDisplay.qml
│ │ ├── LineReport.qml
│ │ ├── NoEditor.qml
│ │ ├── README.md
│ │ ├── adjacent_numbers/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── AdjacentNumbersDataDisplay.qml
│ │ │ ├── AdjacentNumbersEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_by/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── AlgebraDataDisplay.qml
│ │ │ ├── AlgebraEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_div/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_minus/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── algebra_plus/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── binary_bulb/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── BinaryBulbDataDisplay.qml
│ │ │ ├── BinaryBulbEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── clockgame/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── ClockGameDataDisplay.qml
│ │ │ ├── ClockgameEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── comparator/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── ComparatorDataDisplay.qml
│ │ │ ├── ComparatorEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── fractions_create/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── FractionsCreateEditor.qml
│ │ ├── fractions_find/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── FractionsFindDataDisplay.qml
│ │ │ └── FractionsFindEditor.qml
│ │ ├── graduated_line_read/
│ │ │ ├── DataDisplay.qml
│ │ │ └── GraduatedLineDataDisplay.qml
│ │ ├── graduated_line_use/
│ │ │ └── DataDisplay.qml
│ │ ├── grammar_analysis/
│ │ │ ├── DataDisplay.qml
│ │ │ └── GrammarDisplay.qml
│ │ ├── grammar_classes/
│ │ │ └── DataDisplay.qml
│ │ ├── guess24/
│ │ │ ├── DataDisplay.qml
│ │ │ └── Guess24DataDisplay.qml
│ │ ├── learn_additions/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── learn_decimals/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── LearnDecimalsDataDisplay.qml
│ │ │ └── LearnDecimalsEditor.qml
│ │ ├── learn_decimals_additions/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── DecimalAdditionEditor.qml
│ │ ├── learn_decimals_subtractions/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── learn_digits/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── LearnDigitsDataDisplay.qml
│ │ │ └── LearnDigitsEditor.qml
│ │ ├── learn_quantities/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── learn_subtractions/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── magic-hat-minus/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── MagicHatDataDisplay.qml
│ │ │ ├── MagicHatEditor.qml
│ │ │ ├── Star.qml
│ │ │ └── StarsBar.qml
│ │ ├── magic-hat-plus/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── multiple_choice_questions/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── MultipleChoiceDataDisplay.qml
│ │ │ └── MultipleChoiceEditor.qml
│ │ ├── share/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── ShareDataDisplay.qml
│ │ │ └── ShareEditor.qml
│ │ ├── target/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── TargetDataDisplay.qml
│ │ │ └── TargetEditor.qml
│ │ ├── tens_complement_calculate/
│ │ │ ├── ActivityEditor.qml
│ │ │ └── DataDisplay.qml
│ │ ├── tens_complement_find/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── TensComplementFindEditor.qml
│ │ ├── tens_complement_swap/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── TensComplementSwapEditor.qml
│ │ ├── tens_complement_use/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── TensComplementUseDataDisplay.qml
│ │ │ └── TensComplementUseEditor.qml
│ │ ├── vertical_addition/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ ├── MathDigit.qml
│ │ │ ├── MathNumber.qml
│ │ │ └── VerticalAdditionDataDisplay.qml
│ │ ├── vertical_subtraction/
│ │ │ ├── ActivityEditor.qml
│ │ │ ├── DataDisplay.qml
│ │ │ └── VerticalEditor.qml
│ │ └── vertical_subtraction_compensation/
│ │ ├── ActivityEditor.qml
│ │ └── DataDisplay.qml
│ ├── components/
│ │ ├── CalendarPane.qml
│ │ ├── CheckActivityDelegate.qml
│ │ ├── CheckSimpleDelegate.qml
│ │ ├── CheckUserEditDelegate.qml
│ │ ├── CheckUserStatusDelegate.qml
│ │ ├── CollapseButton.qml
│ │ ├── ColumnHeader.qml
│ │ ├── DefaultLabel.qml
│ │ ├── EditorBox.qml
│ │ ├── FieldEdit.qml
│ │ ├── FoldDown.qml
│ │ ├── IconHolder.qml
│ │ ├── InformationLine.qml
│ │ ├── InformationMultiLine.qml
│ │ ├── NavigationButton.qml
│ │ ├── OkCancelButtons.qml
│ │ ├── RadioActivityDelegate.qml
│ │ ├── RadioButtonLine.qml
│ │ ├── RadioGroupEditDelegate.qml
│ │ ├── RadioSequenceDelegate.qml
│ │ ├── RadioSimpleDelegate.qml
│ │ ├── ResultIndicator.qml
│ │ ├── SequenceElement.qml
│ │ ├── ServerLanguageList.qml
│ │ ├── SmallButton.qml
│ │ ├── SmallButtonText.qml
│ │ ├── StyledCheckBox.qml
│ │ ├── StyledComboBox.qml
│ │ ├── StyledFlickable.qml
│ │ ├── StyledRadioButton.qml
│ │ ├── StyledSpinBox.qml
│ │ ├── StyledSplitView.qml
│ │ ├── StyledTabButton.qml
│ │ ├── StyledToolTip.qml
│ │ ├── TabContainer.qml
│ │ ├── UnderlinedTextInput.qml
│ │ └── ViewButton.qml
│ ├── controllers/
│ │ ├── LICENSE
│ │ ├── database-controller.cpp
│ │ ├── database-controller.h
│ │ ├── network-controller.cpp
│ │ └── network-controller.h
│ ├── database/
│ │ ├── GCompris-Teachers.dbs
│ │ ├── create_tables.sql
│ │ ├── create_views.sql
│ │ ├── patch_1.sql
│ │ ├── patch_10.sql
│ │ ├── patch_11.sql
│ │ ├── patch_12.sql
│ │ ├── patch_13.sql
│ │ ├── patch_14.sql
│ │ ├── patch_2.sql
│ │ ├── patch_3.sql
│ │ ├── patch_4.sql
│ │ ├── patch_5.sql
│ │ ├── patch_6.sql
│ │ ├── patch_7.sql
│ │ ├── patch_8.sql
│ │ └── patch_9.sql
│ ├── dialogs/
│ │ ├── CreateDbDialog.qml
│ │ ├── DatasetEditorDialog.qml
│ │ ├── ErrorDialog.qml
│ │ ├── ExportPupilsDialog.qml
│ │ ├── GroupDialog.qml
│ │ ├── ImportPupilsDialog.qml
│ │ ├── PupilDialog.qml
│ │ ├── PupilsToGroupsDialog.qml
│ │ ├── RemoveDatasetDialog.qml
│ │ ├── RemovePupilsDialog.qml
│ │ ├── RemoveSequenceDialog.qml
│ │ ├── SendDatasetDialog.qml
│ │ ├── SendSequenceDialog.qml
│ │ ├── SequenceEditorDialog.qml
│ │ └── SqlLineDialog.qml
│ ├── doc/
│ │ ├── GCompris-Server.md
│ │ ├── README-fr.md
│ │ └── generate-doc.php
│ ├── main.cpp
│ ├── panels/
│ │ ├── LogPanel.qml
│ │ ├── NavigationPanel.qml
│ │ ├── RequestPanel.qml
│ │ ├── SelectorPanel.qml
│ │ └── TopPanel.qml
│ ├── qt.conf
│ ├── server.js
│ ├── singletons/
│ │ ├── Master.qml
│ │ ├── Style.qml
│ │ └── qmldir
│ └── views/
│ ├── ActivitiesView.qml
│ ├── ChartsView.qml
│ ├── DatasetsView.qml
│ ├── DevelopmentView.qml
│ ├── DevicesView.qml
│ ├── LoginView.qml
│ ├── ManagePupilsView.qml
│ ├── SequencesView.qml
│ ├── SettingsView.qml
│ ├── charts/
│ │ ├── ActivitiesChart.qml
│ │ └── PupilsChart.qml
│ └── datas/
│ ├── AllData.qml
│ └── DuplicateData.qml
├── tests/
│ ├── CMakeLists.txt
│ └── core/
│ ├── ActivityInfoTest.cpp
│ ├── ApplicationInfoTest.cpp
│ ├── ApplicationSettingsMock.h
│ ├── ApplicationSettingsTest.cpp
│ ├── CMakeLists.txt
│ ├── Contents.test
│ ├── DatasetTest.cpp
│ ├── DirectoryTest.cpp
│ ├── DownloadManagerTest.cpp
│ ├── FileTest.cpp
│ └── GImageGrabberTest.cpp
└── tools/
├── android_build_all_aab.sh
├── android_build_all_apk.sh
├── android_build_all_apk_64.sh
├── android_build_all_apk_x86_64.sh
├── android_build_embedded_apk.sh
├── android_format_changelog.py
├── bump_version.sh
├── convertPoToTsFiles/
│ └── mergePo.py
├── download-assets.py
├── fdroid_update_fastlane_metadata.py
├── gcompris-qt.sh
├── gcompris-teachers.sh
├── generate_voices_rcc.sh
├── inkscape/
│ ├── README
│ ├── convertSvgToSvgz.sh
│ ├── export_layers_gcompris.inx
│ ├── export_layers_gcompris.py
│ └── svgo-config/
│ ├── optimizeSvgo.sh
│ └── svgo.configGC.js
├── menus/
│ ├── anim.qml
│ ├── braille_lotto.qml
│ ├── doubleentry.qml
│ ├── maze3D.qml
│ └── place_your_satellite.qml
├── package_gcompris.sh
├── python/
│ ├── ActivityInfo.py
│ ├── ApplicationInfo.py
│ └── LanguageList.py
├── serverSpec/
│ ├── README
│ └── pdfBuild.py
├── source_build_dist.sh
├── validate-json.py
├── wordlist-json-2html.py
└── wordlist-xml2json.pl
SYMBOL INDEX (1832 symbols across 208 files)
FILE: android/src/net/gcompris/GComprisActivity.java
class GComprisActivity (line 31) | public class GComprisActivity extends QtActivity
method GComprisActivity (line 36) | public GComprisActivity()
method onCreate (line 40) | public void onCreate(Bundle savedInstanceState)
method forceFullscreen (line 56) | private void forceFullscreen() {
method bypassEdgeToEdge (line 77) | private void bypassEdgeToEdge() {
method onResume (line 93) | @Override
method onWindowFocusChanged (line 99) | @Override
method requestAudioFocus (line 108) | public static boolean requestAudioFocus() {
method abandonAudioFocus (line 125) | public static void abandonAudioFocus() {
method setKeepScreenOn (line 140) | public void setKeepScreenOn(boolean value) {
method localeCompare (line 155) | public int localeCompare(String a, String b, String locale)
FILE: src/activities/adjacent_numbers/adjacent_numbers.js
function hasMandatoryKeys (line 21) | function hasMandatoryKeys(level, levelIndex)
function validateLevel (line 43) | function validateLevel(level, levelIndex)
function start (line 98) | function start(items_) {
function stop (line 112) | function stop() {
function setTitleText (line 115) | function setTitleText() {
function initLevel (line 157) | function initLevel() {
function getStartTiles (line 244) | function getStartTiles(lowerBound, upperBound, step)
function getCorrectAnswers (line 257) | function getCorrectAnswers(question)
function nextLevel (line 270) | function nextLevel() {
function previousLevel (line 277) | function previousLevel() {
function getNextQuestionArray (line 285) | function getNextQuestionArray(start, step, number) {
function hideTiles (line 296) | function hideTiles(answer, tileIndices)
function getQuestionArray (line 308) | function getQuestionArray(startTile, step, number, indicesToGuess) {
function isPupilAnswerRight (line 317) | function isPupilAnswerRight(pupilAnswer) {
function getPupilAnswerArray (line 332) | function getPupilAnswerArray() {
function checkAnswer (line 342) | function checkAnswer() {
function resetTile (line 377) | function resetTile(index)
function goodAnswerFeedback (line 386) | function goodAnswerFeedback() {
function checkTileAnswer (line 392) | function checkTileAnswer(index, value) {
function updatePupilAnswer (line 398) | function updatePupilAnswer(index, newValue) {
function isAnswerComplete (line 419) | function isAnswerComplete() {
function nextSubLevel (line 435) | function nextSubLevel()
FILE: src/activities/advanced_colors/advanced_colors.js
function get (line 855) | function get() {
FILE: src/activities/algebra_by/algebra.js
function start (line 53) | function start(items_, operand_, speedSetting_) {
function stop (line 63) | function stop() {
function getOperands (line 68) | function getOperands(min, max)
function initLevel (line 92) | function initLevel() {
function randomInRange (line 140) | function randomInRange(min, max) {
function circularShiftElements (line 144) | function circularShiftElements() {
function nextLevel (line 151) | function nextLevel() {
function previousLevel (line 158) | function previousLevel() {
function calculateOperands (line 165) | function calculateOperands()
function getAnswer (line 175) | function getAnswer(val1, val2) {
function validateAnswer (line 192) | function validateAnswer(screenAnswer)
function run (line 197) | function run() {
function checkAnswer (line 208) | function checkAnswer() {
function nextQuestion (line 223) | function nextQuestion() {
function questionsLeft (line 228) | function questionsLeft() {
FILE: src/activities/algorithm/algorithm.js
function start (line 70) | function start(items_) {
function stop (line 77) | function stop() {
function initLevel (line 80) | function initLevel() {
function setUp (line 84) | function setUp() {
function getImages (line 98) | function getImages(number, level) {
function setQuestion (line 110) | function setQuestion(indices){
function setAnswer (line 115) | function setAnswer(indices){
function clickHandler (line 128) | function clickHandler(id){
function nextLevel (line 157) | function nextLevel() {
function nextSubLevel (line 164) | function nextSubLevel() {
function previousLevel (line 173) | function previousLevel() {
FILE: src/activities/align4_2players/align4.js
function start (line 30) | function start(items_, twoPlayer_) {
function stop (line 38) | function stop() {
function initLevel (line 44) | function initLevel() {
function nextLevel (line 84) | function nextLevel() {
function previousLevel (line 89) | function previousLevel() {
function reset (line 94) | function reset() {
function whichColumn (line 106) | function whichColumn(mouseX, mouseY) {
function setPieceLocation (line 116) | function setPieceLocation(mouseX, mouseY) {
function setPieceLocationByIndex (line 122) | function setPieceLocationByIndex(index) {
function moveCurrentIndexRight (line 127) | function moveCurrentIndexRight() {
function moveCurrentIndexLeft (line 133) | function moveCurrentIndexLeft() {
function isModelEmpty (line 139) | function isModelEmpty(model) {
function getPieceAt (line 144) | function getPieceAt(col, row) {
function getNextFreeStop (line 148) | function getNextFreeStop(col) {
function handleDrop (line 157) | function handleDrop(column) {
function setPieceState (line 168) | function setPieceState(col, row, state) {
function getPieceState (line 172) | function getPieceState(col, row) {
function getBoardFromModel (line 176) | function getBoardFromModel() {
function getFreeStopFromBoard (line 190) | function getFreeStopFromBoard(column, board) {
function alphabeta (line 200) | function alphabeta(depth, alpha, beta, player, board) {
function doMove (line 255) | function doMove() {
function checkLine (line 266) | function checkLine() {
function evaluateBoard (line 320) | function evaluateBoard(player1, player2, board) {
function checkGameWon (line 368) | function checkGameWon(currentPieceRow, currentPieceColumn) {
function continueGame (line 456) | function continueGame() {
FILE: src/activities/analog_electricity/analog_electricity.js
function start (line 80) | function start(items_) {
function reset (line 87) | function reset() {
function stop (line 92) | function stop() {
function initLevel (line 100) | function initLevel() {
function loadFreeMode (line 192) | function loadFreeMode() {
function checkAnswer (line 206) | function checkAnswer() {
function zoomIn (line 238) | function zoomIn() {
function zoomOut (line 258) | function zoomOut() {
function updateComponentDimension (line 278) | function updateComponentDimension(zoomRatio) {
function nextLevel (line 288) | function nextLevel() {
function previousLevel (line 293) | function previousLevel() {
function createComponent (line 298) | function createComponent(x, y, componentIndex) {
function terminalPointSelected (line 324) | function terminalPointSelected(terminal, destructible) {
function disableToolDelete (line 342) | function disableToolDelete() {
function nextColorIndex (line 349) | function nextColorIndex() {
function createWire (line 356) | function createWire(connectionPoint, destructible) {
function updateWires (line 387) | function updateWires(index) {
function updateWiresOnResize (line 455) | function updateWiresOnResize() {
function deselect (line 461) | function deselect() {
function removeComponent (line 475) | function removeComponent(index) {
function removeWire (line 496) | function removeWire(wire) {
function componentSelected (line 529) | function componentSelected(index) {
function rotateLeft (line 536) | function rotateLeft() {
function rotateRight (line 541) | function rotateRight() {
function displayInfo (line 546) | function displayInfo() {
function updateToolTip (line 562) | function updateToolTip(toolTipText) {
function restartTimer (line 566) | function restartTimer() {
function createNetlist (line 570) | function createNetlist() {
function dcAnalysis (line 581) | function dcAnalysis() {
function displayWarning (line 614) | function displayWarning(message_) {
FILE: src/activities/analog_electricity/cktsim.js
function Circuit (line 52) | function Circuit() {
function load_dc (line 309) | function load_dc(ckt,soln,rhs) {
function load_tran (line 359) | function load_tran(ckt,soln,rhs) {
function interp_coeffs (line 380) | function interp_coeffs(t, t0, t1, t2) {
function pick_step (line 394) | function pick_step(ckt, step_index) {
function mat_make (line 902) | function mat_make(N,M) {
function mat_v_mult (line 914) | function mat_v_mult(M,x,b,scale) {
function mat_scale_add (line 929) | function mat_scale_add(A, B, scalea, scaleb, C) {
function mat_copy (line 977) | function mat_copy(src,dest) {
function mat_copy_transposed (line 988) | function mat_copy_transposed(src,dest) {
function mat_rank (line 1001) | function mat_rank(Mo) {
function mat_solve_rq (line 1058) | function mat_solve_rq(M, rhs) {
function mat_solve (line 1133) | function mat_solve(M,rhs) {
function Device (line 1197) | function Device() {
function ord (line 1235) | function ord(ch) {
function parse_number (line 1243) | function parse_number(s,default_v) {
function parse_source (line 1388) | function parse_source(v) {
function pwl_source (line 1535) | function pwl_source(src,tv_pairs,repeat) {
function arg_value (line 1580) | function arg_value(args,index,default_v) {
function VSource (line 1600) | function VSource(npos,nneg,branch,v) {
function ISource (line 1639) | function ISource(npos,nneg,v) {
function Resistor (line 1688) | function Resistor(n1,n2,v) {
function Diode (line 1718) | function Diode(n1,n2,v,type) {
function Capacitor (line 1779) | function Capacitor(n1,n2,v) {
function Inductor (line 1808) | function Inductor(n1,n2,branch,v) {
function Opamp (line 1845) | function Opamp(np,nn,no,ng,branch,A,name) {
function Fet (line 1886) | function Fet(d,g,s,ratio,name,type) {
FILE: src/activities/baby_keyboard/baby_keyboard.js
function start (line 17) | function start(items_) {
function stop (line 21) | function stop() {
function processKeyPress (line 25) | function processKeyPress(text) {
function playLetter (line 30) | function playLetter(letter) {
function stopVoice (line 42) | function stopVoice() {
function playSound (line 47) | function playSound() {
function focusTextInput (line 53) | function focusTextInput() {
FILE: src/activities/baby_mouse/baby_mouse.js
function start (line 18) | function start(items_) {
function stop (line 23) | function stop() {
function initLevel (line 26) | function initLevel() {
FILE: src/activities/baby_wordprocessor/baby_wordprocessor.js
function start (line 17) | function start(items_) {
function stop (line 22) | function stop() {
function focusTextInput (line 26) | function focusTextInput() {
function playLetter (line 31) | function playLetter(letter) {
function stopVoice (line 45) | function stopVoice() {
FILE: src/activities/babymatch/babymatch.js
function start (line 27) | function start(items_, imagesUrl_, soundsUrl_, boardsUrl_, levelCount_, ...
function resetData (line 45) | function resetData() {
function stop (line 60) | function stop() {
function initLevel (line 64) | function initLevel() {
function hideInstructions (line 180) | function hideInstructions() {
function nextSubLevel (line 184) | function nextSubLevel() {
function nextLevel (line 193) | function nextLevel() {
function previousLevel (line 200) | function previousLevel() {
function win (line 207) | function win() {
function getClosestSpot (line 217) | function getClosestSpot(x, y) {
function highLightSpot (line 238) | function highLightSpot(stopItem, tile) {
function clearHighLightSpots (line 248) | function clearHighLightSpots() {
FILE: src/activities/balancebox/balancebox.js
function start (line 73) | function start(items_) {
function reconfigureScene (line 134) | function reconfigureScene()
function sinDeg (line 160) | function sinDeg(num)
function stopBall (line 165) | function stopBall()
function moveBall (line 172) | function moveBall()
function checkBallContacts (line 189) | function checkBallContacts()
function finishBall (line 221) | function finishBall(won, x, y)
function stop (line 240) | function stop() {
function createObject (line 257) | function createObject(component, properties)
function incubateObject (line 267) | function incubateObject(targetArr, component, properties)
function initMap (line 302) | function initMap()
function addBallContact (line 436) | function addBallContact(item)
function removeBallContact (line 443) | function removeBallContact(item)
function tearDown (line 450) | function tearDown()
function initLevel (line 478) | function initLevel() {
function keyboardHandler (line 490) | function keyboardHandler()
function processKeyPress (line 521) | function processKeyPress(key)
function processKeyRelease (line 534) | function processKeyRelease(key)
function nextLevel (line 547) | function nextLevel() {
function previousLevel (line 552) | function previousLevel() {
FILE: src/activities/balancebox/balancebox_common.js
function validateLevels (line 53) | function validateLevels(doc)
FILE: src/activities/balancebox/editor/balanceboxeditor.js
function initEditor (line 35) | function initEditor(_props)
function createEmptyLevel (line 58) | function createEmptyLevel()
function initLevel (line 75) | function initLevel()
function dec2hex (line 99) | function dec2hex(i) {
function modelToLevel (line 103) | function modelToLevel()
function saveModel (line 131) | function saveModel()
function modifyMap (line 144) | function modifyMap(props, row, col)
function warnUnsavedChanges (line 249) | function warnUnsavedChanges(yesFunc, noFunc)
function nextLevel (line 274) | function nextLevel() {
function previousLevel (line 286) | function previousLevel() {
FILE: src/activities/ballcatch/ballcatch.js
function start (line 67) | function start(items_) {
function stop (line 75) | function stop() {
function leftShiftPressed (line 79) | function leftShiftPressed() {
function rightShiftPressed (line 91) | function rightShiftPressed() {
function endTimer (line 102) | function endTimer() {
function initLevel (line 107) | function initLevel() {
function nextLevel (line 130) | function nextLevel() {
function previousLevel (line 135) | function previousLevel() {
function restartLevel (line 140) | function restartLevel() {
function processKey (line 144) | function processKey(event) {
FILE: src/activities/bargame/bargame.js
function start (line 44) | function start(items_, gameMode_) {
function stop (line 51) | function stop() {
function initLevel (line 55) | function initLevel() {
function nextLevel (line 75) | function nextLevel() {
function previousLevel (line 80) | function previousLevel() {
function restartLevel (line 85) | function restartLevel() {
function calculateWinPlaces (line 90) | function calculateWinPlaces() {
function machinePlay (line 124) | function machinePlay() {
function play (line 156) | function play(player, value) {
function initiatePlayer1 (line 215) | function initiatePlayer1() {
function initiatePlayer2 (line 221) | function initiatePlayer2() {
FILE: src/activities/binary_bulb/binary_bulb.js
function start (line 19) | function start(items_) {
function stop (line 25) | function stop() {
function resetBulbs (line 28) | function resetBulbs() {
function initializeValues (line 34) | function initializeValues() {
function equalityCheck (line 41) | function equalityCheck() {
function nextSubLevel (line 56) | function nextSubLevel() {
function changeState (line 66) | function changeState(index) {
function initLevel (line 78) | function initLevel() {
function nextLevel (line 107) | function nextLevel() {
function previousLevel (line 113) | function previousLevel() {
FILE: src/activities/braille_alphabets/braille_alphabets.js
function start (line 21) | function start(items_, dataset_) {
function stop (line 29) | function stop() {
function initLevel (line 32) | function initLevel() {
function nextLevel (line 102) | function nextLevel() {
function previousLevel (line 108) | function previousLevel() {
function goodAnswer (line 114) | function goodAnswer() {
function nextQuestion (line 121) | function nextQuestion() {
function initQuestion (line 129) | function initQuestion() {
function getCurrentTextQuestion (line 137) | function getCurrentTextQuestion() {
function getCurrentLetter (line 141) | function getCurrentLetter() {
FILE: src/activities/braille_alphabets/questions.js
function get (line 8) | function get() {
FILE: src/activities/braille_fun/braille_fun.js
function start (line 22) | function start(items_ ) {
function stop (line 28) | function stop() {
function initQuestion (line 32) | function initQuestion() {
function nextQuestion (line 39) | function nextQuestion() {
function initLevel (line 47) | function initLevel() {
function goodAnswer (line 77) | function goodAnswer() {
function nextLevel (line 83) | function nextLevel() {
function previousLevel (line 89) | function previousLevel() {
FILE: src/activities/calcudoku/calcudoku.js
function printCalcudoku (line 36) | function printCalcudoku() {
function getVisualOperator (line 64) | function getVisualOperator(operator) {
function start (line 80) | function start(items_) {
function stop (line 94) | function stop() {
function tryExpand (line 97) | function tryExpand(cagesIndexes, cages, newCage, id, attempt, attemptsMa...
function computeResult (line 129) | function computeResult(values, indexes, operator) {
function generateLevel (line 168) | function generateLevel(size, allowedOperators) {
function replaceOperator (line 289) | function replaceOperator(array, operator, newValue) {
function initLevel (line 296) | function initLevel() {
function reinitLevel (line 394) | function reinitLevel() {
function nextLevel (line 400) | function nextLevel() {
function previousLevel (line 407) | function previousLevel() {
function incrementLevel (line 418) | function incrementLevel() {
function clickOn (line 427) | function clickOn(caseX, caseY) {
function isLegal (line 459) | function isLegal(posX, posY, value) {
function isSolved (line 505) | function isSolved() {
function restoreState (line 524) | function restoreState(mCase) {
function dataToImageSource (line 528) | function dataToImageSource(data) {
function onKeyPressed (line 541) | function onKeyPressed(event) {
FILE: src/activities/calendar/calendar.js
function start (line 26) | function start(items_, dataset_) {
function stop (line 43) | function stop() {
function initLevel (line 46) | function initLevel() {
function nextSubLevel (line 54) | function nextSubLevel() {
function nextLevel (line 62) | function nextLevel() {
function previousLevel (line 68) | function previousLevel() {
function setCalendarConfigurations (line 75) | function setCalendarConfigurations() {
function initQuestion (line 91) | function initQuestion() {
function updateScore (line 97) | function updateScore(isCorrectAnswer) {
function checkAnswer (line 110) | function checkAnswer() {
FILE: src/activities/calendar/calendar_dataset.js
function get (line 20) | function get() {
FILE: src/activities/categorization/categorization.js
function init (line 29) | function init(items_) {
function start (line 35) | function start() {
function initCategories (line 60) | function initCategories() {
function addPropertiesToCategories (line 68) | function addPropertiesToCategories(categories) {
function categoriesToSavedProperties (line 78) | function categoriesToSavedProperties() {
function savedPropertiesToCategories (line 92) | function savedPropertiesToCategories(dataToSave) {
function sortByFavorites (line 106) | function sortByFavorites() {
function launchMenuScreen (line 116) | function launchMenuScreen() {
function startCategory (line 121) | function startCategory() {
function storeCategoriesLevels (line 128) | function storeCategoriesLevels(index_) {
function initLevel (line 135) | function initLevel() {
function nextLevel (line 146) | function nextLevel() {
function previousLevel (line 153) | function previousLevel() {
function allPlaced (line 160) | function allPlaced() {
function getCategoryLevels (line 187) | function getCategoryLevels() {
function getCategoryModel (line 244) | function getCategoryModel(dataset) {
function getAllLessons (line 257) | function getAllLessons(dataset) {
function setValues (line 268) | function setValues() {
function isDragInLeftArea (line 273) | function isDragInLeftArea(leftAreaRightBorderPos, elementRightPos) {
function isDragInRightArea (line 279) | function isDragInRightArea(rightAreaLeftBorderPos, elementLeftPos) {
function dropControl (line 286) | function dropControl(sourcePosition, destinationPosition, image, index) {
FILE: src/activities/checkers/checkers.js
function start (line 20) | function start(items_) {
function stop (line 26) | function stop() {
function initLevel (line 31) | function initLevel() {
function nextLevel (line 43) | function nextLevel() {
function previousLevel (line 48) | function previousLevel() {
function simplifiedState (line 53) | function simplifiedState(position) {
function updateMessage (line 66) | function updateMessage() {
function refresh (line 83) | function refresh() {
function viewPosToEngine (line 117) | function viewPosToEngine(pos) {
function engineToViewPos (line 130) | function engineToViewPos(pos) {
function visibleMove (line 136) | function visibleMove(move, from, to) {
function findBestMove (line 147) | function findBestMove(currentState, depth, sign) {
function computerMove (line 171) | function computerMove() {
function moveTo (line 203) | function moveTo(from, to) {
function undo (line 220) | function undo() {
function moveByEngine (line 235) | function moveByEngine(engineMove) {
function redo (line 243) | function redo() {
function randomMove (line 261) | function randomMove() {
function clearAcceptMove (line 294) | function clearAcceptMove() {
function showPossibleMoves (line 305) | function showPossibleMoves(from) {
function getScore (line 325) | function getScore(board) {
FILE: src/activities/checkers/engine.js
function clear (line 118) | function clear () {
function reset (line 127) | function reset () {
function load (line 131) | function load (fen) {
function validate_fen (line 194) | function validate_fen (fen) {
function generate_fen (line 311) | function generate_fen () {
function generatePDN (line 336) | function generatePDN (options) {
function set_header (line 409) | function set_header (args) {
function update_setup (line 424) | function update_setup (fen) {
function parsePDN (line 437) | function parsePDN (pdn, options) {
function getMoveObject (line 539) | function getMoveObject (move) {
function makeMove (line 570) | function makeMove (move) {
function get (line 598) | function get (square) {
function put (line 603) | function put (piece, square) {
function remove (line 619) | function remove (square) {
function build_move (line 627) | function build_move (board, from, to, flags, promotion) {
function generate_moves (line 648) | function generate_moves (square) {
function getLegalMoves (line 671) | function getLegalMoves (index) {
function getMoves (line 689) | function getMoves (index) {
function setCharAt (line 704) | function setCharAt (position, idx, chr) {
function movesAtSquare (line 713) | function movesAtSquare (square) {
function getCaptures (line 755) | function getCaptures () {
function capturesAtSquare (line 774) | function capturesAtSquare (posFrom, state, capture) {
function push (line 865) | function push (move) {
function undoMove (line 873) | function undoMove () {
function get_disambiguator (line 900) | function get_disambiguator (move) {
function swap_color (line 904) | function swap_color (c) {
function isInteger (line 908) | function isInteger (int) {
function longestCapture (line 917) | function longestCapture (captures) {
function convertMoves (line 939) | function convertMoves (moves, type) {
function convertNumber (line 960) | function convertNumber (number, notation) {
function convertPosition (line 976) | function convertPosition (position, notation) {
function outsideBoard (line 1001) | function outsideBoard (square) {
function directionStrings (line 1011) | function directionStrings (tempPosition, square, maxLength) {
function oppositeDir (line 1043) | function oppositeDir (direction) {
function validDir (line 1048) | function validDir (piece, dir) {
function ascii (line 1055) | function ascii (unicode) {
function gameOver (line 1085) | function gameOver () {
function getHistory (line 1096) | function getHistory (options) {
function getPosition (line 1112) | function getPosition () {
function makePretty (line 1116) | function makePretty (uglyMove) {
function clone (line 1129) | function clone (obj) {
function trim (line 1134) | function trim (str) {
function perft (line 1139) | function perft (depth) {
FILE: src/activities/chess/chess.js
function start (line 21) | function start(items_) {
function stop (line 28) | function stop() {
function initLevel (line 34) | function initLevel() {
function nextLevel (line 48) | function nextLevel() {
function previousLevel (line 53) | function previousLevel() {
function simplifiedState (line 58) | function simplifiedState(state) {
function updateMessage (line 113) | function updateMessage(move) {
function refresh (line 147) | function refresh(move) {
function viewPosToEngine (line 173) | function viewPosToEngine(pos) {
function engineToViewPos (line 178) | function engineToViewPos(pos) {
function visibleMove (line 184) | function visibleMove(move, from, to) {
function computerMove (line 197) | function computerMove() {
function moveTo (line 207) | function moveTo(from, to) {
function undo (line 225) | function undo() {
function moveByEngine (line 244) | function moveByEngine(engineMove) {
function redo (line 253) | function redo() {
function randomMove (line 268) | function randomMove() {
function clearAcceptMove (line 302) | function clearAcceptMove() {
function showPossibleMoves (line 308) | function showPossibleMoves(from) {
function getScore (line 333) | function getScore() {
FILE: src/activities/chess/engine.js
function p4_alphabeta_treeclimber (line 122) | function p4_alphabeta_treeclimber(state, count, colour, score, s, e, alp...
function p4_prepare (line 182) | function p4_prepare(state){
function p4_maybe_prepare (line 371) | function p4_maybe_prepare(state){
function p4_parse (line 377) | function p4_parse(state, colour, ep, score) {
function p4_check_castling (line 528) | function p4_check_castling(board, s, colour, dir, side){
function p4_check_check (line 605) | function p4_check_check(state, colour){
function p4_optimise_piece_list (line 672) | function p4_optimise_piece_list(state){
function p4_findmove (line 736) | function p4_findmove(state, level, colour, ep){
function p4_make_move (line 795) | function p4_make_move(state, s, e, promotion){
function p4_unmake_move (line 903) | function p4_unmake_move(state, move){
function p4_insufficient_material (line 921) | function p4_insufficient_material(state){
function p4_move (line 982) | function p4_move(state, s, e, promotion){
function p4_move2string (line 1099) | function p4_move2string(state, s, e, S, promotion, flags, moves){
function p4_jump_to_moveno (line 1172) | function p4_jump_to_moveno(state, moveno){
function p4_state2fen (line 1208) | function p4_state2fen(state, reduced){
function p4_stringify_point (line 1261) | function p4_stringify_point(p){
function p4_destringify_point (line 1268) | function p4_destringify_point(p){
function p4_fen2state (line 1279) | function p4_fen2state(fen, state){
function p4_zero_array (line 1379) | function p4_zero_array(){
function p4_initialise_state (line 1394) | function p4_initialise_state(){
function p4_new_game (line 1426) | function p4_new_game(){
function p4_interpret_movestring (line 1446) | function p4_interpret_movestring(state, str){
function p4_find_source_point (line 1503) | function p4_find_source_point(state, e, str){
function p4_random_seed (line 1557) | function p4_random_seed(state, seed){
function p4_random31 (line 1568) | function p4_random31(state){
function p4_random_int (line 1585) | function p4_random_int(state, top){
FILE: src/activities/click_on_letter/click_on_letter.js
function start (line 31) | function start(_items, _mode)
function validateLevels (line 48) | function validateLevels(levels)
function loadLevels (line 64) | function loadLevels()
function stop (line 92) | function stop()
function shuffleString (line 96) | function shuffleString(s)
function initLevel (line 110) | function initLevel() {
function appendVoices (line 142) | function appendVoices() {
function playLetter (line 152) | function playLetter(letter) {
function nextLevel (line 165) | function nextLevel() {
function previousLevel (line 173) | function previousLevel() {
function nextSubLevel (line 181) | function nextSubLevel() {
function checkAnswer (line 190) | function checkAnswer(index) {
function focusEventHandler (line 202) | function focusEventHandler() {
FILE: src/activities/clickanddraw/clickanddraw_dataset.js
function get (line 10) | function get() {
FILE: src/activities/clickgame/clickgame.js
function start (line 221) | function start(activity_, activityBackground_, bar_, bonus_, items_) {
function stop (line 233) | function stop() {
function initLevel (line 238) | function initLevel() {
function nextLevel (line 253) | function nextLevel() {
function previousLevel (line 258) | function previousLevel() {
function createFish (line 263) | function createFish(minDuration) {
function destroyFishes (line 293) | function destroyFishes() {
function fishKilled (line 303) | function fishKilled() {
FILE: src/activities/clockgame/clockgame.js
function start (line 21) | function start(items_) {
function stop (line 31) | function stop() {}
function initLevel (line 33) | function initLevel() {
function initQuestion (line 40) | function initQuestion() {
function differentTargetH (line 119) | function differentTargetH() {
function differentTargetM (line 132) | function differentTargetM() {
function differentTargetS (line 140) | function differentTargetS() {
function differentCurrentH (line 148) | function differentCurrentH() {
function differentCurrentM (line 156) | function differentCurrentM() {
function differentCurrentS (line 163) | function differentCurrentS() {
function nextSubLevel (line 170) | function nextSubLevel() {
function checkAnswer (line 178) | function checkAnswer() {
function nextLevel (line 195) | function nextLevel() {
function previousLevel (line 204) | function previousLevel() {
function get2CharValue (line 213) | function get2CharValue(i) {
FILE: src/activities/color_mix/colormix.js
function start (line 18) | function start(items_) {
function stop (line 26) | function stop() {}
function initLevel (line 28) | function initLevel() {
function getColor (line 48) | function getColor(i1, i2, i3) {
function nextSubLevel (line 56) | function nextSubLevel() {
function nextLevel (line 64) | function nextLevel() {
function previousLevel (line 72) | function previousLevel() {
FILE: src/activities/colors/colors.js
function get (line 129) | function get() {
FILE: src/activities/colors/findit.js
function start (line 23) | function start(items_, dataset_, mode_) {
function stop (line 36) | function stop() {
function initLevel (line 39) | function initLevel() {
function tempModelToContainer (line 60) | function tempModelToContainer() {
function nextQuestion (line 67) | function nextQuestion() {
function nextLevel (line 78) | function nextLevel() {
function previousLevel (line 85) | function previousLevel() {
function getCurrentTextQuestion (line 92) | function getCurrentTextQuestion() {
function getCurrentAudioQuestion (line 96) | function getCurrentAudioQuestion() {
FILE: src/activities/comparator/comparator.js
function start (line 16) | function start(items_) {
function stop (line 24) | function stop() {
function initLevel (line 27) | function initLevel() {
function checkAnswer (line 117) | function checkAnswer() {
function evaluateAnswer (line 143) | function evaluateAnswer(equation) {
function upAction (line 162) | function upAction() {
function downAction (line 170) | function downAction() {
function nextLevel (line 178) | function nextLevel() {
function nextSubLevel (line 185) | function nextSubLevel() {
function previousLevel (line 193) | function previousLevel() {
function toDecimalLocaleNumber (line 200) | function toDecimalLocaleNumber(decimalNumber, precision) {
function fromDecimalLocaleNumber (line 209) | function fromDecimalLocaleNumber(decimalNumberString) {
FILE: src/activities/compass/compass.js
function start (line 23) | function start(items_) {
function stop (line 32) | function stop() {
function nextLevel (line 44) | function nextLevel() {
function previousLevel (line 54) | function previousLevel() {
function saveSvgDialog (line 64) | function saveSvgDialog() {
function openImageDialog (line 70) | function openImageDialog() {
function nextStep (line 79) | function nextStep() {
function previousStep (line 87) | function previousStep() {
function initLevel (line 95) | function initLevel() {
function addStep (line 133) | function addStep(step) {
function showCurrentStep (line 150) | function showCurrentStep() {
function templateToSvg (line 162) | function templateToSvg() {
function getCanvasPixelColor (line 181) | function getCanvasPixelColor(context, x, y) {
function addCrossings (line 186) | function addCrossings() { // Add cross on each template tip position (...
function drawCrossings (line 194) | function drawCrossings() {
function contrastingColor (line 202) | function contrastingColor(hex, factorAlpha=false) {
FILE: src/activities/crane/crane.js
function start (line 28) | function start(items_) {
function stop (line 62) | function stop() {
function initLevel (line 68) | function initLevel() {
function initSubLevel (line 74) | function initSubLevel() {
function getInternalWord (line 111) | function getInternalWord() {
function setModelWord (line 132) | function setModelWord() {
function setModelImage (line 188) | function setModelImage() {
function getNextIndex (line 236) | function getNextIndex() {
function gesture (line 271) | function gesture(deltax, deltay) {
function move (line 284) | function move(command) {
function makeMove (line 307) | function makeMove(item, distance, startPoint, add, animationProperty) {
function checkAnswer (line 325) | function checkAnswer() {
function nextLevel (line 339) | function nextLevel() {
function previousLevel (line 349) | function previousLevel() {
function nextSubLevel (line 359) | function nextSubLevel() {
FILE: src/activities/digital_electricity/digital_electricity.js
function start (line 51) | function start(items_) {
function stop (line 58) | function stop() {
function initLevel (line 70) | function initLevel() {
function loadFreeMode (line 157) | function loadFreeMode() {
function checkAnswer (line 170) | function checkAnswer() {
function zoomIn (line 349) | function zoomIn() {
function zoomOut (line 369) | function zoomOut() {
function updateComponentDimension (line 389) | function updateComponentDimension(zoomRatio) {
function nextLevel (line 398) | function nextLevel() {
function previousLevel (line 403) | function previousLevel() {
function reset (line 408) | function reset() {
function createComponent (line 415) | function createComponent(x, y, componentIndex) {
function terminalPointSelected (line 454) | function terminalPointSelected(terminal) {
function createWire (line 473) | function createWire(inTerminal, outTerminal, destructible) {
function updateComponent (line 493) | function updateComponent(index) {
function updateWires (line 501) | function updateWires(index) {
function disableToolDelete (line 558) | function disableToolDelete() {
function deselect (line 565) | function deselect() {
function removeComponent (line 581) | function removeComponent(index) {
function removeWire (line 599) | function removeWire(wire) {
function componentSelected (line 615) | function componentSelected(index) {
function rotateLeft (line 622) | function rotateLeft() {
function rotateRight (line 627) | function rotateRight() {
function displayInfo (line 632) | function displayInfo() {
function updateToolTip (line 664) | function updateToolTip(toolTipTxt) {
FILE: src/activities/drawing_wheels/drawingWheels.js
function start (line 44) | function start(items_) {
function stop (line 54) | function stop() {
function pushModel (line 63) | function pushModel(model, data) {
function popModel (line 67) | function popModel(model) {
function shiftModel (line 73) | function shiftModel(model) {
function saveSvgDialog (line 79) | function saveSvgDialog() {
function openImageDialog (line 86) | function openImageDialog() {
function resetWheel (line 95) | function resetWheel() {
function initLevel (line 102) | function initLevel() {
function initCanvas (line 123) | function initCanvas() {
function nextLevel (line 134) | function nextLevel() {
function previousLevel (line 145) | function previousLevel() {
function initWheel (line 156) | function initWheel() {
function initGear (line 161) | function initGear() {
function startGear (line 173) | function startGear() {
function stopGear (line 189) | function stopGear(completed = false) {
function rotateGear (line 198) | function rotateGear(angle) {
function undoAction (line 232) | function undoAction() {
function redoAction (line 246) | function redoAction() {
function newWheel (line 259) | function newWheel(externalTeeth, internalTeeth) {
function newGear (line 296) | function newGear(teethCount) {
function newSerration (line 324) | function newSerration(teethCount, penOffset) { // Returns an array of p...
function newCircle (line 343) | function newCircle(teethCount, penOffset) { // Returns an array of p...
function computeGcd (line 357) | function computeGcd(a, b) { // Greatest common divisor
function computeLcm (line 365) | function computeLcm(a, b) { // Least common multiple
FILE: src/activities/drawletters/drawletters_dataset.js
function get (line 10) | function get() {
FILE: src/activities/drawnumbers/drawnumbers_dataset.js
function get (line 10) | function get() {
FILE: src/activities/enumerate/enumerate.js
function start (line 44) | function start(items_) {
function stop (line 53) | function stop() {
function initLevel (line 57) | function initLevel() {
function nextLevel (line 70) | function nextLevel() {
function previousLevel (line 76) | function previousLevel() {
function cleanUp (line 82) | function cleanUp() {
function setUserAnswer (line 89) | function setUserAnswer(imgPath, userValue) {
function checkAnswersAuto (line 96) | function checkAnswersAuto() {
function checkAnswers (line 108) | function checkAnswers() {
function resetAnswerAreaColor (line 133) | function resetAnswerAreaColor() {
function getRandomInt (line 138) | function getRandomInt(min, max) {
function initSubLevel (line 142) | function initSubLevel() {
function nextSubLevel (line 162) | function nextSubLevel() {
function enableOkButton (line 172) | function enableOkButton() {
function selectItem (line 180) | function selectItem(itemIndex) {
function appendText (line 184) | function appendText(text, currentItem) {
FILE: src/activities/erase/erase.js
function start (line 71) | function start(items_) {
function stop (line 81) | function stop() {
function initLevel (line 84) | function initLevel() {
function nextLevel (line 114) | function nextLevel() {
function nextSubLevel (line 121) | function nextSubLevel() {
function previousLevel (line 129) | function previousLevel() {
function blockKilled (line 136) | function blockKilled() {
FILE: src/activities/explore_farm_animals/explore-level.js
function start (line 20) | function start(items_,url_) {
function stop (line 29) | function stop() {
function initLevel (line 33) | function initLevel() {
function nextLevel (line 55) | function nextLevel() {
function previousLevel (line 77) | function previousLevel() {
function isComplete (line 100) | function isComplete() {
function initSubSubLevel (line 108) | function initSubSubLevel() {
function nextSubSubLevel (line 125) | function nextSubSubLevel() {
function reload (line 130) | function reload() {
function repeat (line 142) | function repeat() {
function getCurrentQuestion (line 148) | function getCurrentQuestion() {
FILE: src/activities/family/family.js
function start (line 24) | function start(items_) {
function stop (line 34) | function stop() {
function initLevel (line 37) | function initLevel() {
function loadDatasets (line 45) | function loadDatasets() {
function shuffle (line 107) | function shuffle() {
function getCurrentLevelIndex (line 115) | function getCurrentLevelIndex() {
function nextLevel (line 123) | function nextLevel() {
function previousLevel (line 128) | function previousLevel() {
FILE: src/activities/fifteen/fifteen.js
function start (line 38) | function start(items_) {
function stop (line 44) | function stop() {
function initLevel (line 47) | function initLevel() {
function countBadPlaced (line 66) | function countBadPlaced(model) {
function swap (line 75) | function swap(model, spot1, spot2) {
function getRandomMove (line 81) | function getRandomMove(model, emptySpot) {
function scrambleOne (line 95) | function scrambleOne(model, emptySpot) {
function scramble (line 103) | function scramble(model, emptySpot, numberOfExpectedBadPlaced) {
function checkAnswer (line 109) | function checkAnswer() {
function onClick (line 118) | function onClick(value) {
function getEmptySpot (line 144) | function getEmptySpot()
function processPressedKey (line 152) | function processPressedKey(event) {
function nextLevel (line 195) | function nextLevel() {
function previousLevel (line 200) | function previousLevel() {
FILE: src/activities/find_the_day/find_the_day_dataset.js
function get (line 19) | function get() {
FILE: src/activities/followline/followline.js
function start (line 22) | function start(items_) {
function stop (line 29) | function stop() {
function initLevel (line 35) | function initLevel() {
function nextLevel (line 104) | function nextLevel() {
function previousLevel (line 109) | function previousLevel() {
function createLinePart (line 114) | function createLinePart(index, x, y, width, height, rotation) {
function getAngleOfLineBetweenTwoPoints (line 139) | function getAngleOfLineBetweenTwoPoints(x1, y1, x2, y2) {
function destroyLineParts (line 145) | function destroyLineParts() {
function cursorMovedOut (line 154) | function cursorMovedOut() {
function playAudioFx (line 160) | function playAudioFx() {
FILE: src/activities/football/football.js
function start (line 25) | function start(items_) {
function stop (line 31) | function stop() {
function initLevel (line 35) | function initLevel() {
function nextLevel (line 42) | function nextLevel() {
function previousLevel (line 47) | function previousLevel() {
function startMotion (line 52) | function startMotion(x1, y1) {
function getAngle (line 64) | function getAngle(sx1, sy1, sx2, sy2)
function drawLine (line 91) | function drawLine(x1, y1, x2, y2){
function ballMotion (line 98) | function ballMotion() {
FILE: src/activities/fractions_create/fractions_create.js
function start (line 17) | function start(items_) {
function stop (line 25) | function stop() {
function initLevel (line 28) | function initLevel() {
function initSubLevel (line 41) | function initSubLevel() {
function nextLevel (line 90) | function nextLevel() {
function nextSubLevel (line 96) | function nextSubLevel() {
function previousLevel (line 106) | function previousLevel() {
function goodAnswer (line 112) | function goodAnswer() {
function badAnswer (line 120) | function badAnswer() {
FILE: src/activities/frieze/frieze.js
function start (line 60) | function start(items_) {
function stop (line 76) | function stop() {
function addPattern (line 79) | function addPattern(patterns, str, limit, depth) {
function removeDuplicate (line 96) | function removeDuplicate(patterns) { // Remove patterns with duplicat...
function createPatterns (line 115) | function createPatterns() {
function createFrieze (line 125) | function createFrieze() {
function initShape (line 179) | function initShape(tokenItem) {
function tokenClicked (line 186) | function tokenClicked(idx, content) {
function cancelDrop (line 198) | function cancelDrop() {
function checkResult (line 206) | function checkResult() {
function initLevel (line 231) | function initLevel() {
function nextLevel (line 241) | function nextLevel() {
function previousLevel (line 248) | function previousLevel() {
function nextSubLevel (line 255) | function nextSubLevel() {
function handleKeys (line 264) | function handleKeys(event) {
FILE: src/activities/gletters/gletters.js
function start (line 64) | function start(items_, uppercaseOnly_, _mode, speedSetting_) {
function stop (line 134) | function stop() {
function initLevel (line 140) | function initLevel() {
function setLevelData (line 243) | function setLevelData() {
function initSubLevel (line 269) | function initSubLevel() {
function processKeyPress (line 282) | function processKeyPress(text) {
function setSpeed (line 326) | function setSpeed()
function deleteWords (line 343) | function deleteWords()
function deleteWord (line 352) | function deleteWord(w)
function createWord (line 366) | function createWord()
function dropWord (line 432) | function dropWord()
function appendRandomWord (line 463) | function appendRandomWord(word) {
function audioCrashPlay (line 467) | function audioCrashPlay() {
function nextLevel (line 473) | function nextLevel() {
function previousLevel (line 479) | function previousLevel() {
function nextSubLevel (line 485) | function nextSubLevel() {
function playLetter (line 501) | function playLetter(letter) {
function focusTextInput (line 508) | function focusTextInput() {
FILE: src/activities/gnumch-equality/gnumch-equality.js
function start (line 23) | function start(items_, activityType_, useMultipleDataset_) {
function stop (line 32) | function stop() {
function initLevel (line 36) | function initLevel() {
function stopLevel (line 66) | function stopLevel() {
function nextLevel (line 73) | function nextLevel() {
function previousLevel (line 78) | function previousLevel() {
function getGoal (line 83) | function getGoal() {
function genNumber (line 101) | function genNumber() {
function genMultiple (line 114) | function genMultiple() {
function genFactor (line 125) | function genFactor() {
function genPrime (line 145) | function genPrime() {
function genTime (line 170) | function genTime() {
function splitDivisionNumber (line 176) | function splitDivisionNumber(term) {
function splitMultiplicationNumber (line 183) | function splitMultiplicationNumber(term) {
function splitPlusNumber (line 201) | function splitPlusNumber(term) {
function splitMinusNumber (line 221) | function splitMinusNumber(term) {
function genPosition (line 233) | function genPosition(direction) {
function genMonster (line 247) | function genMonster() {
function fillAllGrid (line 253) | function fillAllGrid() {
function isExpressionEqualsToGoal (line 289) | function isExpressionEqualsToGoal(position){
function checkAnswer (line 321) | function checkAnswer() {
function isAnswerCorrect (line 345) | function isAnswerCorrect(position) {
function monsterCheckCell (line 371) | function monsterCheckCell(monster_) {
function playerGotCaught (line 382) | function playerGotCaught(index_) {
function hideWarning (line 395) | function hideWarning() {
function setMovableMonsters (line 414) | function setMovableMonsters(movable_) {
function destroyAllMonsters (line 421) | function destroyAllMonsters() {
function isThereAMonster (line 428) | function isThereAMonster(position_) {
function checkOtherMonster (line 439) | function checkOtherMonster(position_) {
FILE: src/activities/graduated_line_read/graduated_line_read.js
function randInt (line 18) | function randInt(max) { return Math.floor(Math.random() * max) }
function longInt (line 20) | function longInt(val) {
function createExercise (line 41) | function createExercise(idx, rules, s) {
function createLevel (line 72) | function createLevel() { // Create an array of exercise
function buildRuler (line 84) | function buildRuler() { // Read from exercises with currentSubLevel ...
function createRuler (line 121) | function createRuler() {
function updateNumpadWithDecimalPoint (line 136) | function updateNumpadWithDecimalPoint() {
function moveLeft (line 151) | function moveLeft() {
function moveRight (line 160) | function moveRight() {
function checkResult (line 169) | function checkResult() {
function start (line 201) | function start(items_, activityMode_) {
function stop (line 212) | function stop() {
function initLevel (line 215) | function initLevel() {
function nextLevel (line 225) | function nextLevel() {
function previousLevel (line 231) | function previousLevel() {
function nextSubLevel (line 237) | function nextSubLevel() {
function previousSubLevel (line 246) | function previousSubLevel() {
function handleKeys (line 255) | function handleKeys(key) {
function handleEvents (line 349) | function handleEvents(event) {
FILE: src/activities/grammar_analysis/grammar_analysis.js
function checkFileName (line 34) | function checkFileName(fileName) {
function checkFile (line 44) | function checkFile(locale) {
function loadDatas (line 48) | function loadDatas() {
function start (line 90) | function start(items_, grammarMode_, translationMode_) {
function stop (line 109) | function stop() {}
function checkLevels (line 112) | function checkLevels() {
function checkExercise (line 137) | function checkExercise(parsed, force = false) {
function initExercises (line 154) | function initExercises() {
function initSyntax (line 172) | function initSyntax() {
function initLevel (line 185) | function initLevel() {
function nextLevel (line 196) | function nextLevel() {
function previousLevel (line 204) | function previousLevel() {
function nextSubLevel (line 213) | function nextSubLevel() {
function nextSubLevelShortcut (line 221) | function nextSubLevelShortcut() {
function previousSubLevelShortcut (line 230) | function previousSubLevelShortcut() {
function checkResult (line 238) | function checkResult() {
function toArrayKeys (line 259) | function toArrayKeys(model, propertyName) {
function handleKeys (line 266) | function handleKeys(event) {
function buildAnswer (line 325) | function buildAnswer() {
function analyzeExercise (line 417) | function analyzeExercise(level, exercise) {
FILE: src/activities/graph-coloring/graph-coloring.js
function start (line 222) | function start(items_) {
function stop (line 229) | function stop() {
function initLevel (line 232) | function initLevel() {
function checkGuess (line 264) | function checkGuess() {
function checkAdjacent (line 291) | function checkAdjacent() {
function nextLevel (line 326) | function nextLevel() {
function previousLevel (line 331) | function previousLevel() {
function focusEventInput (line 336) | function focusEventInput() {
FILE: src/activities/gravity/gravity.js
function start (line 60) | function start(items_,message_) {
function stop (line 68) | function stop() {
function initLevel (line 77) | function initLevel() {
function nextLevel (line 97) | function nextLevel() {
function previousLevel (line 102) | function previousLevel() {
function processKeyPress (line 107) | function processKeyPress(event) {
function processKeyRelease (line 117) | function processKeyRelease(event) {
function createPlanet (line 125) | function createPlanet() {
function moveSpaceship (line 148) | function moveSpaceship() {
function computeOverlap (line 174) | function computeOverlap() {
function destroyPlanet (line 192) | function destroyPlanet() {
function crash (line 200) | function crash() {
FILE: src/activities/guess24/guess24.js
function start (line 39) | function start(items_) {
function stop (line 47) | function stop() {
function initLevel (line 50) | function initLevel() {
function nextLevel (line 63) | function nextLevel() {
function previousLevel (line 69) | function previousLevel() {
function nextSubLevel (line 75) | function nextSubLevel() {
function randomSolution (line 82) | function randomSolution(problem, complexities) {
function infixToPostfix (line 107) | function infixToPostfix(text) {
function parseSolution (line 147) | function parseSolution(solutionText) {
function initCards (line 176) | function initCards() {
function valueClicked (line 203) | function valueClicked(idx) {
function checkResult (line 265) | function checkResult() {
function operatorClicked (line 299) | function operatorClicked(idx) {
function popOperation (line 311) | function popOperation() {
function endPopOperation (line 329) | function endPopOperation() {
function moveToNextCard (line 345) | function moveToNextCard() {
function handleKeys (line 355) | function handleKeys(event) {
FILE: src/activities/guess24/tools/build-datas.php
function stripFirstLine (line 46) | function stripFirstLine($text) {
FILE: src/activities/guesscount/guesscount.js
function start (line 27) | function start(items_) {
function stop (line 33) | function stop() {
function initLevel (line 36) | function initLevel() {
function clearOperations (line 74) | function clearOperations() {
function initSubLevel (line 80) | function initSubLevel() {
function nextSubLevel (line 89) | function nextSubLevel() {
function nextLevel (line 98) | function nextLevel() {
function previousLevel (line 105) | function previousLevel() {
function calculate (line 112) | function calculate(operand1, operator, operand2, operationRow)
function childrenChange (line 148) | function childrenChange(item, operationRow)
function goodAnswer (line 164) | function goodAnswer() {
function configDone (line 170) | function configDone(array) {
function equal (line 179) | function equal(levelOperators, array) {
function findIndex (line 192) | function findIndex(data) {
function buildDataset (line 206) | function buildDataset(data, levelSchema) {
FILE: src/activities/guessnumber/guessnumber.js
function start (line 18) | function start(items_) {
function stop (line 25) | function stop() {
function initLevel (line 28) | function initLevel() {
function nextLevel (line 38) | function nextLevel() {
function previousLevel (line 43) | function previousLevel() {
function getRandomInt (line 48) | function getRandomInt(min, max) {
function setUserAnswer (line 52) | function setUserAnswer(value){
FILE: src/activities/hangman/hangman.js
function start (line 36) | function start(items_) {
function stop (line 57) | function stop() {
function initLevel (line 61) | function initLevel() {
function processKeyPress (line 112) | function processKeyPress(text) {
function nextLevel (line 170) | function nextLevel() {
function previousLevel (line 177) | function previousLevel() {
function initSubLevel (line 183) | function initSubLevel() {
function createAttemptedText (line 209) | function createAttemptedText() {
function nextSubLevel (line 214) | function nextSubLevel() {
function focusTextInput (line 223) | function focusTextInput() {
FILE: src/activities/hanoi_real/hanoi_real.js
function start (line 49) | function start(items_, activityMode_) {
function stop (line 58) | function stop() {
function initSpecificInfoForSimplified (line 61) | function initSpecificInfoForSimplified() {
function initLevel (line 90) | function initLevel() {
function nextLevel (line 132) | function nextLevel()
function previousLevel (line 138) | function previousLevel()
function placeDisc (line 144) | function placeDisc(disc, towerImage)
function placeDiscsAtOrigin (line 151) | function placeDiscsAtOrigin() {
function discReleased (line 175) | function discReleased(index)
function disableNonDraggablediscs (line 207) | function disableNonDraggablediscs()
function checkIfDiscOnTowerImage (line 245) | function checkIfDiscOnTowerImage(disc, towerImage)
function getHigherfDiscOnTower (line 253) | function getHigherfDiscOnTower(towerImage) {
function getNumberOfDiscOnTower (line 263) | function getNumberOfDiscOnTower(towerImage) {
function checkSolved (line 273) | function checkSolved() {
FILE: src/activities/hexagon/hexagon.js
function start (line 26) | function start(main_, items_) {
function stop (line 33) | function stop() {
function initLevel (line 36) | function initLevel() {
function nextLevel (line 59) | function nextLevel() {
function previousLevel (line 64) | function previousLevel() {
function getDistance (line 69) | function getDistance(ix, iy) {
function getColor (line 73) | function getColor(dist) {
FILE: src/activities/instruments/instruments.js
function get (line 298) | function get() {
FILE: src/activities/keyboard_training/keyboard_training.js
function start (line 15) | function start(items_) {
function stop (line 60) | function stop() {
function initLevel (line 63) | function initLevel() {
function initSubLevel (line 76) | function initSubLevel() {
function toCaseSetting (line 82) | function toCaseSetting(letter_) {
function populateKeyboard (line 90) | function populateKeyboard() {
function processKeyPress (line 121) | function processKeyPress(text) {
function playLetter (line 145) | function playLetter(letter) {
function nextSubLevel (line 152) | function nextSubLevel() {
function nextLevel (line 161) | function nextLevel() {
function previousLevel (line 166) | function previousLevel() {
function focusTextInput (line 171) | function focusTextInput() {
FILE: src/activities/land_safe/land_safe.js
function start (line 53) | function start(items_) {
function stop (line 65) | function stop() {
function initLevel (line 69) | function initLevel() {
function pxAltitudeToY (line 131) | function pxAltitudeToY(alt)
function pxYToAltitude (line 138) | function pxYToAltitude(y)
function getAltitudeReal (line 147) | function getAltitudeReal()
function nextLevel (line 154) | function nextLevel() {
function previousLevel (line 159) | function previousLevel() {
function processKeyPress (line 164) | function processKeyPress(event)
function processKeyRelease (line 214) | function processKeyRelease(event)
function finishLevel (line 236) | function finishLevel(success)
function degToRad (line 254) | function degToRad(degrees) {
function minimum3Chars (line 260) | function minimum3Chars(number_) {
function fixedSizeString (line 270) | function fixedSizeString(number_, multiplier_, chars_, emptyDecimal_) {
FILE: src/activities/lang/lang.js
function init (line 27) | function init(items_) {
function start (line 33) | function start() {
function initCategories (line 58) | function initCategories() {
function addPropertiesToLessons (line 66) | function addPropertiesToLessons(lessons) {
function lessonsToSavedProperties (line 81) | function lessonsToSavedProperties() {
function savedPropertiesToLessons (line 95) | function savedPropertiesToLessons(dataToSave) {
function stop (line 110) | function stop() {
function initLevel (line 113) | function initLevel(lessonModelIndex_) {
function launchMenuScreen (line 145) | function launchMenuScreen() {
function sortByFavorites (line 150) | function sortByFavorites() {
function markProgress (line 160) | function markProgress() {
function playWord (line 165) | function playWord(word) {
function clearVoiceQueue (line 173) | function clearVoiceQueue() {
function focusEventInput (line 177) | function focusEventInput() {
FILE: src/activities/lang/lang_api.js
function validateDataset (line 17) | function validateDataset(levels)
function load (line 22) | function load(parser, baseUrl, datasetFilename, translationFilename) {
function loadContent (line 42) | function loadContent(parser, datasetUrl) {
function getChapter (line 53) | function getChapter(dataset, chapter) {
function getChapterModel (line 58) | function getChapterModel(dataset) {
function getLesson (line 70) | function getLesson(dataset, chapter, lesson) {
function getAllLessons (line 74) | function getAllLessons(dataset) {
function getLessonWords (line 91) | function getLessonWords(dataset, lesson) {
function applyImgPrefix (line 107) | function applyImgPrefix(dataset) {
function loadDataset (line 122) | function loadDataset(parser, resourceUrl, locale) {
FILE: src/activities/lang/quiz.js
function init (line 25) | function init(loadedItems_, wordList_, mode_) {
function nextQuiz (line 57) | function nextQuiz() {
function nextSubLevelQuiz (line 81) | function nextSubLevelQuiz() {
FILE: src/activities/lang/resource/datasetToPo.py
function loadManualFile (line 22) | def loadManualFile(manual):
function getManualTranslation (line 28) | def getManualTranslation(manualData, key):
FILE: src/activities/lang/spell_it.js
function init (line 24) | function init(loadedItems_, wordList_, mode_) {
function initLevel (line 35) | function initLevel() {
function initSubLevel (line 79) | function initSubLevel() {
function nextSubLevel (line 88) | function nextSubLevel() {
function checkAnswer (line 96) | function checkAnswer(answer_) {
function badWordSelected (line 109) | function badWordSelected(wordIndex, answer) {
function provideHint (line 117) | function provideHint(answer_) {
function processKeyPress (line 148) | function processKeyPress(text_){
function backspace (line 158) | function backspace(answer) {
FILE: src/activities/learn_decimals/learn_decimals.js
function start (line 33) | function start(items_) {
function stop (line 48) | function stop() {
function initLevel (line 51) | function initLevel() {
function setupSubLevelData (line 69) | function setupSubLevelData(data) {
function setMinMaxFromCurrentSubLevel (line 82) | function setMinMaxFromCurrentSubLevel() {
function setupDraggedItems (line 96) | function setupDraggedItems() {
function nextLevel (line 124) | function nextLevel() {
function previousLevel (line 131) | function previousLevel() {
function nextSubLevel (line 138) | function nextSubLevel() {
function checkAvailableQuestions (line 163) | function checkAvailableQuestions() {
function organizeDroppedBars (line 195) | function organizeDroppedBars() {
function generateFirstNumber (line 214) | function generateFirstNumber() {
function generateSecondNumber (line 244) | function generateSecondNumber() {
function displayDecimalNumberQuestion (line 266) | function displayDecimalNumberQuestion() {
function verifyNumberRepresentation (line 295) | function verifyNumberRepresentation() {
function calculateCorrectAnswer (line 340) | function calculateCorrectAnswer() {
function verifyNumberTyping (line 352) | function verifyNumberTyping(typedAnswer) {
function changeSingleBarVisibility (line 368) | function changeSingleBarVisibility(currentSquareNumber) {
function changeMultiBarVisibility (line 372) | function changeMultiBarVisibility(barIndex, currentSquareNumber) {
function generateDecimalNumbers (line 376) | function generateDecimalNumbers(minValue, maxValue) {
function toDecimalLocaleNumber (line 384) | function toDecimalLocaleNumber(decimalNumber) {
function loadTutorialText (line 393) | function loadTutorialText() {
FILE: src/activities/learn_digits/learn_digits.js
function start (line 22) | function start(items_, operationMode_) {
function stop (line 31) | function stop() {
function initLevel (line 36) | function initLevel() {
function nextLevel (line 60) | function nextLevel() {
function previousLevel (line 67) | function previousLevel() {
function removeLastQuestion (line 74) | function removeLastQuestion() {
function initQuestion (line 78) | function initQuestion() {
function resetCircles (line 102) | function resetCircles() {
function checkAnswer (line 109) | function checkAnswer() {
function nextSubLevel (line 124) | function nextSubLevel() {
function playLetter (line 132) | function playLetter(letter) {
function stopVoice (line 142) | function stopVoice() {
function processKey (line 147) | function processKey(event) {
FILE: src/activities/left_right_click/left_right_click.js
function start (line 26) | function start(items_) {
function stop (line 32) | function stop() {
function initLevel (line 35) | function initLevel() {
function nextLevel (line 84) | function nextLevel() {
function previousLevel (line 89) | function previousLevel() {
function incrementCounter (line 94) | function incrementCounter() {
function playWrongClickSound (line 101) | function playWrongClickSound() {
FILE: src/activities/leftright/leftright.js
function start (line 63) | function start(items_) {
function stop (line 69) | function stop() {
function initLevel (line 73) | function initLevel() {
function nextLevel (line 92) | function nextLevel() {
function previousLevel (line 98) | function previousLevel() {
function displayHand (line 104) | function displayHand() {
function getCurrentHandImage (line 111) | function getCurrentHandImage() {
function getCurrentHandRotation (line 116) | function getCurrentHandRotation() {
function displayNextHand (line 120) | function displayNextHand() {
function isLeft (line 128) | function isLeft() {
function isRight (line 133) | function isRight() {
function goodAnswerPressed (line 138) | function goodAnswerPressed() {
FILE: src/activities/letter-in-word/letter-in-word.js
function start (line 34) | function start(_items) {
function loadDataset (line 47) | function loadDataset() {
function stop (line 56) | function stop() {
function shuffleString (line 60) | function shuffleString(s) {
function initLevel (line 73) | function initLevel() {
function appendVoice (line 120) | function appendVoice() {
function calculateFrequency (line 128) | function calculateFrequency() {
function generateQuestions (line 148) | function generateQuestions() {
function playLetter (line 165) | function playLetter(letter) {
function nextLevel (line 170) | function nextLevel() {
function previousLevel (line 178) | function previousLevel() {
function nextSubLevel (line 186) | function nextSubLevel() {
function checkAnswer (line 195) | function checkAnswer() {
function checkWord (line 223) | function checkWord(index) {
FILE: src/activities/lightsoff/lightsoff.js
function start (line 20) | function start(items_) {
function stop (line 27) | function stop() {}
function initLevel (line 29) | function initLevel() {
function nextLevel (line 58) | function nextLevel() {
function previousLevel (line 63) | function previousLevel() {
function switchLightNoCheck (line 68) | function switchLightNoCheck(index) {
function refreshModel (line 92) | function refreshModel() {
function switchLight (line 98) | function switchLight(index) {
function checkResult (line 109) | function checkResult() {
function solve (line 125) | function solve() {
function windowPressed (line 132) | function windowPressed(index) {
FILE: src/activities/louis-braille/louis-braille.js
function start (line 19) | function start(items_) {
function stop (line 24) | function stop() {
function initLevel (line 27) | function initLevel() {
FILE: src/activities/magic-hat-minus/magic-hat.js
function start (line 44) | function start(items_, mode_) {
function stop (line 53) | function stop() {
function initLevel (line 56) | function initLevel() {
function setCoefficientVisibility (line 241) | function setCoefficientVisibility(visibility) {
function userClickedAStar (line 245) | function userClickedAStar(barIndex,state) {
function verifyAnswer (line 252) | function verifyAnswer() {
function nextLevel (line 297) | function nextLevel() {
function previousLevel (line 302) | function previousLevel() {
function moveStarsUnderHat (line 307) | function moveStarsUnderHat() {
function moveBackMinusStars (line 313) | function moveBackMinusStars() {
function movePlusStars (line 321) | function movePlusStars() {
function animation1Finished (line 328) | function animation1Finished(barGroupIndex) {
function animation2Finished (line 345) | function animation2Finished()
function userGuessNumberState (line 355) | function userGuessNumberState() {
function getRandomInt (line 364) | function getRandomInt(min, max) {
FILE: src/activities/maze/maze.js
function start (line 28) | function start(items_, relativeMode_, invisibleMode_) {
function stop (line 36) | function stop() {}
function initLevel (line 38) | function initLevel() {
function getId (line 154) | function getId(x, y) {
function check (line 158) | function check(x, y) {
function isPossible (line 164) | function isPossible(x, y) {
function generateMaze (line 208) | function generateMaze(x, y) {
function nextLevel (line 239) | function nextLevel() {
function previousLevel (line 244) | function previousLevel() {
function getMaze (line 249) | function getMaze() {
function autoMove (line 253) | function autoMove() {
function getPlayerRotation (line 314) | function getPlayerRotation() {
function checkSuccess (line 318) | function checkSuccess() {
function processPressedKey (line 325) | function processPressedKey(event) {
function clickRight (line 355) | function clickRight() {
function clickLeft (line 380) | function clickLeft() {
function clickDown (line 405) | function clickDown() {
function clickUp (line 434) | function clickUp() {
FILE: src/activities/memory-case-association/dataset.js
function get (line 150) | function get() {
FILE: src/activities/memory-sound/memorysounddataset.js
function get (line 97) | function get() {
FILE: src/activities/memory-wordnumber/dataset.js
function get (line 114) | function get() {
FILE: src/activities/memory/math_util.js
function getAddTable (line 12) | function getAddTable(table) {
function getMinusTable (line 31) | function getMinusTable(table) {
function getMultTable (line 46) | function getMultTable(table) {
function getDivTable (line 65) | function getDivTable(table) {
function removeDuplicates (line 79) | function removeDuplicates(tAll) {
function getAddMinusTable (line 100) | function getAddMinusTable(table) {
function getAddMinusMultDivTable (line 106) | function getAddMinusMultDivTable(table) {
function getMultDivTable (line 114) | function getMultDivTable(table) {
FILE: src/activities/memory/memory.js
function start (line 24) | function start(items_) {
function stop (line 34) | function stop() {
function initLevel (line 37) | function initLevel() {
function getShownPair (line 116) | function getShownPair() {
function getRandomTuxIsGood (line 137) | function getRandomTuxIsGood() {
function chooseCard (line 141) | function chooseCard() {
function reverseCardsIfNeeded (line 167) | function reverseCardsIfNeeded() {
function tuxPlay (line 255) | function tuxPlay() {
function youWon (line 261) | function youWon() {
function youLoose (line 266) | function youLoose() {
function repeatCurrentLevel (line 271) | function repeatCurrentLevel() {
function nextLevel (line 277) | function nextLevel() {
function previousLevel (line 282) | function previousLevel() {
function dumpPlayQueue (line 287) | function dumpPlayQueue() {
function addPlayQueue (line 293) | function addPlayQueue(card) {
FILE: src/activities/memory/memorydataset.js
function get (line 67) | function get() {
FILE: src/activities/mining/mining.js
function start (line 19) | function start(items_) {
function stop (line 25) | function stop() {
function getItem (line 28) | function getItem(source) {
function createLevel (line 39) | function createLevel() {
function resetSetup (line 60) | function resetSetup() {
function initLevel (line 67) | function initLevel() {
function nextLevel (line 85) | function nextLevel() {
function previousLevel (line 90) | function previousLevel() {
FILE: src/activities/missing-letter/missing-letter.js
function init (line 31) | function init(items_) {
function start (line 35) | function start() {
function initDataset (line 79) | function initDataset() {
function getRandomLetters (line 109) | function getRandomLetters(lesson) {
function getRandomLetter (line 131) | function getRandomLetter(word) {
function getRandomMaskedQuestion (line 142) | function getRandomMaskedQuestion(clearQuestion, guessLetters, level) {
function stop (line 174) | function stop() {
function initLevel (line 179) | function initLevel() {
function getCurrentQuestion (line 186) | function getCurrentQuestion() {
function showQuestion (line 190) | function showQuestion() {
function nextLevel (line 202) | function nextLevel() {
function nextSubLevel (line 208) | function nextSubLevel() {
function previousLevel (line 216) | function previousLevel() {
function showAnswer (line 222) | function showAnswer() {
function playLetter (line 228) | function playLetter(letter) {
function playCurrentWord (line 236) | function playCurrentWord() {
function playWord (line 241) | function playWord(word) {
function focusTextInput (line 247) | function focusTextInput() {
FILE: src/activities/money/money.js
function start (line 27) | function start(items_, datasetName) {
function stop (line 53) | function stop() {
function getCoinCount (line 56) | function getCoinCount (pocket) {
function initLevel (line 65) | function initLevel() {
function getRandomObject (line 192) | function getRandomObject(price) {
function checkAnswer (line 204) | function checkAnswer() {
function pay (line 230) | function pay(index) {
function unpay (line 241) | function unpay(index) {
function nextLevel (line 252) | function nextLevel() {
function previousLevel (line 257) | function previousLevel() {
FILE: src/activities/mosaic/mosaic.js
function start (line 22) | function start(items_) {
function stop (line 29) | function stop() {
function initLevel (line 32) | function initLevel() {
function nextLevel (line 52) | function nextLevel() {
function previousLevel (line 57) | function previousLevel() {
function answerSelected (line 62) | function answerSelected(index) {
FILE: src/activities/multiple_choice_questions/multiple_choice_questions.js
function start (line 13) | function start(items_) {
function stop (line 21) | function stop() {
function createLevel (line 24) | function createLevel() { // Create an array of exercice
function initLevel (line 48) | function initLevel() {
function nextLevel (line 64) | function nextLevel() {
function previousLevel (line 71) | function previousLevel() {
function nextSubLevel (line 78) | function nextSubLevel() {
function checkResult (line 88) | function checkResult() {
FILE: src/activities/nine_men_morris/nine_men_morris.js
function start (line 27) | function start(items_, twoPlayer_) {
function stop (line 226) | function stop() {
function initLevel (line 230) | function initLevel() {
function nextLevel (line 270) | function nextLevel() {
function previousLevel (line 275) | function previousLevel() {
function reset (line 280) | function reset() {
function initiatePlayer1 (line 291) | function initiatePlayer1() {
function initiatePlayer2 (line 305) | function initiatePlayer2() {
function changeScale (line 320) | function changeScale() {
function handleCreate (line 344) | function handleCreate(index) {
function secondPhase (line 358) | function secondPhase() {
function pieceSelected (line 368) | function pieceSelected(pieceIndex) {
function movePiece (line 410) | function movePiece(index) {
function shouldComputerPlay (line 421) | function shouldComputerPlay() {
function doMove (line 436) | function doMove() {
function setFirstPhaseMove (line 468) | function setFirstPhaseMove() {
function evaluateBoard (line 494) | function evaluateBoard(state) {
function setSecondPhaseMove (line 504) | function setSecondPhaseMove() {
function checkMillPossible (line 630) | function checkMillPossible(index, state) {
function setThirdPhaseMove (line 681) | function setThirdPhaseMove() {
function checkMillThirdPhase (line 758) | function checkMillThirdPhase(index, state) {
function continueGame (line 827) | function continueGame() {
function checkMill (line 849) | function checkMill(index, state, position) {
function checkMovablePieces (line 880) | function checkMovablePieces(index) {
function updateRemovablePiece (line 898) | function updateRemovablePiece() {
function getFirstPhaseRemoveIndex (line 934) | function getFirstPhaseRemoveIndex() {
function checkRemovedIndex (line 999) | function checkRemovedIndex(state,first,second,permittedIndex) {
function getSecondPhaseRemoveIndex (line 1028) | function getSecondPhaseRemoveIndex() {
function removePiece (line 1077) | function removePiece(index) {
function removePieceSelected (line 1092) | function removePieceSelected(index) {
function checkGameWon (line 1098) | function checkGameWon() {
function getBoard (line 1148) | function getBoard() {
function alphabeta (line 1169) | function alphabeta(depth, alpha, beta, player, board, boardPiecesLeft, m...
function getRemovableIndexFromBoard (line 1452) | function getRemovableIndexFromBoard(board, state) {
function getValue (line 1468) | function getValue(board, firstPhase, player) {
function getNumberOfPieces (line 1538) | function getNumberOfPieces(board, state) {
function positionAchievable (line 1547) | function positionAchievable(board, index, noOfBoardPieces, firstPhase) {
function positionReachable (line 1569) | function positionReachable(board, index, state, firstPhase, noOfBoardPie...
function checkMillBoard (line 1586) | function checkMillBoard(board, index, millsIndex) {
function checkMillBoardPossible (line 1632) | function checkMillBoardPossible(board, index, state, firstPhase, pieces) {
function generateMove (line 1682) | function generateMove(board, state, index, firstPhase) {
FILE: src/activities/note_names/note_names.js
function start (line 25) | function start(items_, timerNormalInterval_) {
function stop (line 39) | function stop() {
function initLevel (line 46) | function initLevel() {
function showTutorial (line 68) | function showTutorial() {
function formNewNotesSequence (line 82) | function formNewNotesSequence() {
function startGame (line 102) | function startGame() {
function displayNote (line 110) | function displayNote(currentNote) {
function wrongAnswer (line 119) | function wrongAnswer() {
function correctAnswer (line 131) | function correctAnswer() {
function checkAnswer (line 147) | function checkAnswer(noteName) {
function nextLevel (line 154) | function nextLevel() {
function previousLevel (line 159) | function previousLevel() {
FILE: src/activities/number_sequence/number_sequence.js
function start (line 24) | function start(_items, _mode, _dataset, _url) {
function stop (line 34) | function stop() {
function initLevel (line 37) | function initLevel() {
function nextLevel (line 48) | function nextLevel() {
function previousLevel (line 54) | function previousLevel() {
function playLetterSound (line 61) | function playLetterSound(sound) {
function reset (line 66) | function reset() {
function drawSegment (line 74) | function drawSegment(pointIndex) {
function loadCoordinates (line 110) | function loadCoordinates() {
function loadBackgroundImage (line 130) | function loadBackgroundImage() {
function won (line 135) | function won() {
FILE: src/activities/number_sequence/number_sequence_dataset.js
function get (line 10) | function get() {
FILE: src/activities/ordering_numbers/ordering.js
function start (line 29) | function start(items_, mode_) {
function stop (line 61) | function stop() {
function initLevel (line 64) | function initLevel() {
function initGrids (line 88) | function initGrids() {
function generateNumbers (line 101) | function generateNumbers() {
function nextLevel (line 148) | function nextLevel() {
function previousLevel (line 153) | function previousLevel() {
function targetColorReset (line 158) | function targetColorReset() {
function checkOrder (line 168) | function checkOrder() {
function moveFromTargetList (line 189) | function moveFromTargetList(from_, to_, n_) {
function dropElement (line 193) | function dropElement(element_, fromListName_) {
FILE: src/activities/oware/oware.js
function start (line 28) | function start(items_, twoPlayers_) {
function stop (line 34) | function stop() {
function initLevel (line 37) | function initLevel() {
function countSeedsInRow (line 69) | function countSeedsInRow(pitRepeater) {
function isValidMove (line 76) | function isValidMove(pit) {
function processMove (line 98) | function processMove(player, ind) {
function checkWin (line 124) | function checkWin() {
function captureAll (line 148) | function captureAll() {
function switchTurn (line 158) | function switchTurn() {
function nextAntiClockwise (line 192) | function nextAntiClockwise(lastPos) {
function nextClockwise (line 208) | function nextClockwise(lastPos) {
function getGlobalPos (line 224) | function getGlobalPos(component) {
function getPit (line 232) | function getPit(player, index) {
function isCaptureAllowed (line 236) | function isCaptureAllowed() {
function checkCapture (line 272) | function checkCapture() {
function redistribute (line 291) | function redistribute() {
function playRandomMove (line 317) | function playRandomMove() {
FILE: src/activities/path_encoding/path.js
function start (line 36) | function start(items_) {
function stop (line 43) | function stop() {
function initLevel (line 46) | function initLevel() {
function loadMoves (line 83) | function loadMoves() {
function absoluteDirectionToRelative (line 106) | function absoluteDirectionToRelative(absoluteDirection, currentDirection) {
function findCorrectDirectionAbsolute (line 121) | function findCorrectDirectionAbsolute(fromX, fromY, prevX, prevY) {
function findStartAndLoadObstacles (line 133) | function findStartAndLoadObstacles() {
function isValidPos (line 166) | function isValidPos(pos) {
function positionToIndex (line 176) | function positionToIndex(posArray) {
function indexToPosition (line 180) | function indexToPosition(index) {
function moveTuxToBlock (line 184) | function moveTuxToBlock() {
function updateTux (line 189) | function updateTux() {
function findNextPositionAbsolute (line 198) | function findNextPositionAbsolute(fromX, fromY, direction) {
function findNextDirectionRelative (line 211) | function findNextDirectionRelative(fromX, fromY, direction) {
function findNextPositionRelative (line 225) | function findNextPositionRelative(fromX, fromY, direction) {
function moveTowards (line 230) | function moveTowards(direction) {
function processBlockClick (line 271) | function processBlockClick(pos) {
function nextLevel (line 299) | function nextLevel() {
function previousLevel (line 304) | function previousLevel() {
FILE: src/activities/peg_solitaire/peg_solitaire.js
function start (line 88) | function start(items_) {
function stop (line 96) | function stop() {
function initLevel (line 102) | function initLevel() {
function slotPressed (line 125) | function slotPressed(_clickedSlot) {
function scheduleMovePeg (line 141) | function scheduleMovePeg(_clickedSlot) {
function doPendingMove (line 148) | function doPendingMove() {
function checkDropTarget (line 153) | function checkDropTarget() {
function setDropTarget (line 161) | function setDropTarget(_targetSlot) {
function resetDropTarget (line 166) | function resetDropTarget() {
function deselectPeg (line 173) | function deselectPeg() {
function doUndo (line 181) | function doUndo() {
function doRedo (line 210) | function doRedo() {
function movePeg (line 225) | function movePeg(_clickedSlot, _isUndo) {
function checkBoard (line 262) | function checkBoard() {
function removeFirstPeg (line 275) | function removeFirstPeg(_clickedSlot) {
function checkSurroundingSlots (line 292) | function checkSurroundingSlots(_pegXY) {
function checkCanMove (line 314) | function checkCanMove(_pegXY) {
function getSurroundingPegs (line 332) | function getSurroundingPegs(_pegXY) {
function getNextSurroundingPegs (line 341) | function getNextSurroundingPegs(_pegXY) {
function findPeg (line 350) | function findPeg(_pegToFind) {
function setCanMove (line 354) | function setCanMove(_itemIndex, _canMove) {
function resetCanReceive (line 366) | function resetCanReceive() {
function selectPeg (line 373) | function selectPeg(_clickedSlot) {
function nextLevel (line 396) | function nextLevel() {
function previousLevel (line 401) | function previousLevel() {
FILE: src/activities/penalty/penalty.js
function start (line 21) | function start(items_) {
function stop (line 27) | function stop() {
function initLevel (line 30) | function initLevel() {
function resetLevel (line 45) | function resetLevel() {
function nextLevel (line 52) | function nextLevel() {
function previousLevel (line 57) | function previousLevel() {
function setBallToRetun (line 62) | function setBallToRetun() {
function resetProgressBars (line 68) | function resetProgressBars() {
function levelFailed (line 74) | function levelFailed() {
function changeBallState (line 78) | function changeBallState(side_, progress_) {
FILE: src/activities/photo_hunter/photo_hunter.js
function start (line 81) | function start(items_) {
function stop (line 88) | function stop() {
function initLevel (line 91) | function initLevel() {
function setUp (line 96) | function setUp() {
function loadCoordinate (line 113) | function loadCoordinate() {
function photoClicked (line 127) | function photoClicked(item, index) {
function nextLevel (line 152) | function nextLevel() {
function previousLevel (line 158) | function previousLevel() {
FILE: src/activities/piano_composition/NoteNotations.js
function get (line 15) | function get() {
FILE: src/activities/piano_composition/melodies.js
function get (line 14) | function get() {
FILE: src/activities/piano_composition/piano_composition.js
function start (line 45) | function start(items_) {
function saveMelody (line 51) | function saveMelody() {
function stop (line 73) | function stop() {
function initLevel (line 77) | function initLevel() {
function pushToStack (line 103) | function pushToStack(data) {
function undoChange (line 110) | function undoChange() {
function nextLevel (line 118) | function nextLevel() {
function previousLevel (line 124) | function previousLevel() {
FILE: src/activities/planegame/planegame.js
function start (line 38) | function start(items_, dataset_) {
function stop (line 50) | function stop() {
function cloudDestroy (line 57) | function cloudDestroy(clouds) {
function initLevel (line 67) | function initLevel() {
function nextLevel (line 100) | function nextLevel() {
function previousLevel (line 105) | function previousLevel() {
function repositionObjectsOnWidthChanged (line 110) | function repositionObjectsOnWidthChanged(factor) {
function repositionObjectsOnHeightChanged (line 124) | function repositionObjectsOnHeightChanged(factor) {
function createCloud (line 136) | function createCloud() {
function getRandomInt (line 163) | function getRandomInt(min, max) {
function processPressedKey (line 167) | function processPressedKey(event) {
function processReleasedKey (line 187) | function processReleasedKey(event) {
function computeVelocity (line 211) | function computeVelocity() {
function planeMove (line 242) | function planeMove() {
function isIn (line 260) | function isIn(x1, y1, px1, py1, px2, py2) {
function handleCollisionsWithCloud (line 264) | function handleCollisionsWithCloud() {
function playLetterSound (line 329) | function playLetterSound(number) {
FILE: src/activities/play_piano/play_piano.js
function start (line 21) | function start(items_) {
function stop (line 29) | function stop() {
function initLevel (line 34) | function initLevel() {
function initSubLevel (line 40) | function initSubLevel() {
function nextSubLevel (line 53) | function nextSubLevel() {
function undoPreviousAnswer (line 61) | function undoPreviousAnswer() {
function checkAnswer (line 71) | function checkAnswer(noteName) {
function answerFeedback (line 90) | function answerFeedback() {
function nextLevel (line 101) | function nextLevel() {
function previousLevel (line 107) | function previousLevel() {
FILE: src/activities/play_rhythm/play_rhythm.js
function start (line 20) | function start(items_) {
function stop (line 29) | function stop() {
function initLevel (line 36) | function initLevel() {
function nextSubLevel (line 45) | function nextSubLevel() {
function checkAnswer (line 52) | function checkAnswer(pulseMarkerX) {
function answerFeedback (line 74) | function answerFeedback() {
function initSubLevel (line 87) | function initSubLevel() {
function nextLevel (line 102) | function nextLevel() {
function previousLevel (line 108) | function previousLevel() {
FILE: src/activities/positions/positions.js
function start (line 29) | function start(items_) {
function stop (line 37) | function stop() {
function initLevel (line 40) | function initLevel() {
function nextLevel (line 57) | function nextLevel() {
function previousLevel (line 62) | function previousLevel() {
function verifyAnswer (line 67) | function verifyAnswer() {
function nextSubLevel (line 80) | function nextSubLevel() {
function getRandomPositions (line 97) | function getRandomPositions() {
function getRandomElement (line 111) | function getRandomElement(randomPositions) {
FILE: src/activities/programmingMaze/programmingMaze.js
function start (line 93) | function start(items_) {
function stop (line 102) | function stop() {
function createInstructionObjects (line 121) | function createInstructionObjects(instructionObjects, instructionCodeAre...
function createInstruction (line 127) | function createInstruction(instructionObjects, instructionName, instruct...
function destroyInstructionObjects (line 140) | function destroyInstructionObjects() {
function initLevel (line 163) | function initLevel() {
function createLoopObjectAndInstructions (line 253) | function createLoopObjectAndInstructions() {
function resetCodeAreasIndices (line 261) | function resetCodeAreasIndices() {
function getPlayerRotation (line 268) | function getPlayerRotation() {
function runCode (line 272) | function runCode() {
function executeNextInstruction (line 297) | function executeNextInstruction() {
function deadEnd (line 305) | function deadEnd() {
function resetTuxPosition (line 311) | function resetTuxPosition() {
function checkSuccessAndExecuteNextInstruction (line 318) | function checkSuccessAndExecuteNextInstruction() {
function nextLevel (line 338) | function nextLevel() {
function previousLevel (line 344) | function previousLevel() {
function repositionObjectsOnWidthChanged (line 350) | function repositionObjectsOnWidthChanged() {
function repositionObjectsOnHeightChanged (line 357) | function repositionObjectsOnHeightChanged() {
function reloadLevel (line 364) | function reloadLevel() {
FILE: src/activities/railroad/railroad.js
function start (line 44) | function start(items_) {
function stop (line 52) | function stop() {
function initLevel (line 56) | function initLevel() {
function nextLevel (line 98) | function nextLevel() {
function previousLevel (line 106) | function previousLevel() {
function restoreLevel (line 114) | function restoreLevel() {
function nextSubLevel (line 123) | function nextSubLevel() {
function checkAnswer (line 134) | function checkAnswer() {
function addWagon (line 161) | function addWagon(uniqueID, dropIndex) {
function getDropIndex (line 166) | function getDropIndex(x) {
function generateUniqueId (line 184) | function generateUniqueId() {
FILE: src/activities/readingh/readingh.js
function start (line 28) | function start(items_) {
function stop (line 59) | function stop() {
function initLevel (line 63) | function initLevel() {
function initSubLevel (line 75) | function initSubLevel() {
function retrySubLevel (line 109) | function retrySubLevel() {
function nextSubLevel (line 114) | function nextSubLevel() {
function nextLevel (line 122) | function nextLevel() {
function previousLevel (line 127) | function previousLevel() {
function run (line 132) | function run() {
function dropWord (line 136) | function dropWord() {
FILE: src/activities/redraw/redraw.js
function start (line 39) | function start(items_) {
function stop (line 47) | function stop() {
function initLevel (line 50) | function initLevel() {
function nextLevel (line 65) | function nextLevel() {
function previousLevel (line 70) | function previousLevel() {
function getNumberOfColors (line 75) | function getNumberOfColors(model) {
function checkModel (line 83) | function checkModel() {
function dump (line 94) | function dump() {
FILE: src/activities/reversecount/reversecount.js
function start (line 33) | function start(items_) {
function stop (line 40) | function stop() {
function initLevel (line 44) | function initLevel() {
function moveTux (line 63) | function moveTux(numberOfMovesToDo) {
function moveTuxToNextIceBlock (line 84) | function moveTuxToNextIceBlock() {
function moveTuxToIceBlock (line 131) | function moveTuxToIceBlock() {
function tuxRunningChanged (line 138) | function tuxRunningChanged() {
function calculateTuxIceBlockNextPos (line 149) | function calculateTuxIceBlockNextPos(numberOfMovesToDo) {
function calculateNextPlaceFishToReach (line 156) | function calculateNextPlaceFishToReach() {
function placeFishToReach (line 168) | function placeFishToReach() {
function nextLevel (line 182) | function nextLevel() {
function previousLevel (line 187) | function previousLevel() {
function lost (line 192) | function lost() {
function won (line 196) | function won() {
FILE: src/activities/scalesboard/scalesboard.js
function start (line 21) | function start(items_) {
function stop (line 28) | function stop() {
function initLevel (line 31) | function initLevel() {
function displayLevel (line 41) | function displayLevel()
function checkAnswer (line 68) | function checkAnswer() {
function nextSubLevel (line 82) | function nextSubLevel() {
function nextLevel (line 90) | function nextLevel() {
function previousLevel (line 96) | function previousLevel() {
FILE: src/activities/share/share.js
function start (line 31) | function start(items_) {
function stop (line 39) | function stop() {
function initLevel (line 42) | function initLevel() {
function setUp (line 52) | function setUp() {
function generateInstruction (line 146) | function generateInstruction() {
function resetBoard (line 160) | function resetBoard() {
function saveVariables (line 187) | function saveVariables() {
function loadVariables (line 196) | function loadVariables() {
function reloadRandom (line 205) | function reloadRandom() {
function nextSubLevel (line 219) | function nextSubLevel() {
function nextLevel (line 228) | function nextLevel() {
function previousLevel (line 235) | function previousLevel() {
FILE: src/activities/simplepaint/simplepaint.js
function start (line 123) | function start(items_) {
function stop (line 130) | function stop() {
function initLevel (line 133) | function initLevel() {
function resetCursor (line 145) | function resetCursor() {
function nextLevel (line 151) | function nextLevel() {
function previousLevel (line 156) | function previousLevel() {
function getColor (line 161) | function getColor() {
FILE: src/activities/sketch/sketch.js
function start (line 66) | function start(items_) {
function stop (line 72) | function stop() {
function initLevel (line 77) | function initLevel() {
function resetLevel (line 86) | function resetLevel() {
function initCanvas (line 94) | function initCanvas() {
function undoAction (line 107) | function undoAction() {
function redoAction (line 118) | function redoAction() {
function loadImage (line 128) | function loadImage() {
function loadBackground (line 138) | function loadBackground() {
function requestNewImage (line 147) | function requestNewImage() {
function newImage (line 155) | function newImage() {
function saveImageDialog (line 166) | function saveImageDialog() {
function openImageDialog (line 171) | function openImageDialog() {
FILE: src/activities/solar_system/Dataset.js
function get (line 10) | function get() {
FILE: src/activities/solar_system/solar_system.js
function start (line 23) | function start(items_) {
function stop (line 40) | function stop() {
function initLevel (line 43) | function initLevel() {
function nextSubLevel (line 51) | function nextSubLevel(isAssessmentMode) {
function showSolarModel (line 103) | function showSolarModel() {
function startAssessmentMode (line 108) | function startAssessmentMode() {
function appendAndAddQuestion (line 128) | function appendAndAddQuestion() {
function showQuizScreen (line 142) | function showQuizScreen(index) {
function nextLevel (line 160) | function nextLevel() {
function previousLevel (line 168) | function previousLevel() {
FILE: src/activities/submarine/submarine.js
function start (line 18) | function start(items_) {
function stop (line 24) | function stop() {
function initLevel (line 27) | function initLevel() {
function setUpLevelElements (line 40) | function setUpLevelElements() {
function resetUpperGate (line 57) | function resetUpperGate() {
function closeGate (line 63) | function closeGate() {
function finishLevel (line 69) | function finishLevel(win) {
function nextLevel (line 81) | function nextLevel() {
function previousLevel (line 89) | function previousLevel() {
FILE: src/activities/sudoku/sudoku.js
function start (line 18) | function start(items_) {
function stop (line 32) | function stop() {
function initLevel (line 35) | function initLevel() {
function nextLevel (line 77) | function nextLevel() {
function previousLevel (line 84) | function previousLevel() {
function incrementLevel (line 95) | function incrementLevel() {
function clickOn (line 104) | function clickOn(caseX, caseY) {
function isLegal (line 140) | function isLegal(posX, posY, value) {
function isSolved (line 212) | function isSolved() {
function restoreState (line 221) | function restoreState(mCase) {
function dataToImageSource (line 225) | function dataToImageSource(data) {
function onKeyPressed (line 238) | function onKeyPressed(event) {
FILE: src/activities/superbrain/superbrain.js
function start (line 63) | function start(items_) {
function stop (line 70) | function stop() {
function initLevel (line 75) | function initLevel() {
function appendGuessRow (line 111) | function appendGuessRow() {
function ackColor (line 130) | function ackColor(column, colIndex) {
function checkGuess (line 140) | function checkGuess() {
function nextLevel (line 193) | function nextLevel() {
function previousLevel (line 200) | function previousLevel() {
function nextSubLevel (line 207) | function nextSubLevel() {
FILE: src/activities/tangram/tangram.js
function start (line 17) | function start(items_) {
function stop (line 23) | function stop() {
function initLevel (line 26) | function initLevel() {
function nextLevel (line 31) | function nextLevel() {
function previousLevel (line 36) | function previousLevel() {
function getRandomInt (line 41) | function getRandomInt(min, max) {
function getAngleOfLineBetweenTwoPoints (line 49) | function getAngleOfLineBetweenTwoPoints(x1, y1, x2, y2) {
function getDistance (line 55) | function getDistance(ix, iy, jx, jy) {
function dumpTans (line 59) | function dumpTans(tans) {
function getClosest (line 67) | function getClosest(point) {
function check (line 85) | function check() {
function toDataset (line 108) | function toDataset() {
function processPressedKey (line 141) | function processPressedKey(event) {
FILE: src/activities/target/target.js
function start (line 33) | function start(items_) {
function stop (line 42) | function stop() {
function initLevel (line 45) | function initLevel() {
function initSubLevel (line 52) | function initSubLevel() {
function spreadColors (line 79) | function spreadColors() {
function nextSubLevel (line 108) | function nextSubLevel() {
function nextLevel (line 116) | function nextLevel() {
function previousLevel (line 123) | function previousLevel() {
function checkAnswer (line 130) | function checkAnswer() {
FILE: src/activities/template/template.js
function start (line 13) | function start(items_) {
function stop (line 20) | function stop() {
function initLevel (line 23) | function initLevel() {
function nextLevel (line 26) | function nextLevel() {
function previousLevel (line 31) | function previousLevel() {
FILE: src/activities/tens_complement_find/tens_complement_find.js
function start (line 18) | function start(items_) {
function stop (line 26) | function stop() {
function initLevel (line 29) | function initLevel() {
function createEquation (line 216) | function createEquation(values) {
function nextLevel (line 257) | function nextLevel() {
function nextSubLevel (line 264) | function nextSubLevel() {
function previousLevel (line 272) | function previousLevel() {
function reappearNumberCard (line 279) | function reappearNumberCard(value) {
function getSelectedValue (line 289) | function getSelectedValue() {
function getEnteredCard (line 294) | function getEnteredCard() {
function updateVisibility (line 304) | function updateVisibility(rowIndex) {
function showOkButton (line 315) | function showOkButton() {
function checkAnswer (line 330) | function checkAnswer() {
FILE: src/activities/tens_complement_swap/tens_complement_swap.js
function start (line 18) | function start(items_) {
function stop (line 25) | function stop() {
function initLevel (line 29) | function initLevel() {
function clearListModels (line 99) | function clearListModels() {
function getValueArray (line 108) | function getValueArray(numberArray) {
function swapCards (line 185) | function swapCards(firstCard, secondCard) {
function selectCard (line 195) | function selectCard(currentSelectedCard) {
function nextLevel (line 220) | function nextLevel() {
function previousLevel (line 225) | function previousLevel() {
function checkAnswer (line 230) | function checkAnswer() {
FILE: src/activities/tens_complement_use/tens_complement_use.js
function start (line 23) | function start(items_) {
function stop (line 31) | function stop() {
function initLevel (line 34) | function initLevel() {
function nextLevel (line 283) | function nextLevel() {
function nextSubLevel (line 290) | function nextSubLevel() {
function previousLevel (line 298) | function previousLevel() {
function getEnteredCard (line 305) | function getEnteredCard() {
function reappearNumberCard (line 315) | function reappearNumberCard(value) {
function clearAllListModels (line 325) | function clearAllListModels() {
function showOkButton (line 332) | function showOkButton() {
function checkAnswer (line 348) | function checkAnswer() {
FILE: src/activities/tic_tac_toe/tic_tac_toe.js
function start (line 27) | function start(items_, twoPlayer_) {
function stop (line 37) | function stop() {
function initLevel (line 40) | function initLevel() {
function nextLevel (line 59) | function nextLevel() {
function previousLevel (line 64) | function previousLevel() {
function reset (line 69) | function reset() {
function stopAnimations (line 82) | function stopAnimations() {
function initiatePlayer1 (line 90) | function initiatePlayer1() {
function initiatePlayer2 (line 96) | function initiatePlayer2() {
function changeScale (line 102) | function changeScale() {
function changePlayToSecond (line 123) | function changePlayToSecond() {
function changePlayToFirst (line 144) | function changePlayToFirst() {
function getrowno (line 150) | function getrowno(parentY) {
function getcolno (line 160) | function getcolno(parentX) {
function handleCreate (line 170) | function handleCreate(parent) {
function getPieceState (line 183) | function getPieceState(col, row) {
function setMove (line 204) | function setMove() {
function applyLogic (line 240) | function applyLogic(player) {
function giveNearest (line 288) | function giveNearest() {
function doMove (line 318) | function doMove() {
function evaluateBoard (line 326) | function evaluateBoard(player) {
function checkGameWon (line 400) | function checkGameWon(currentPieceRow, currentPieceColumn) {
function shouldComputerPlay (line 466) | function shouldComputerPlay() {
function continueGame (line 478) | function continueGame() {
FILE: src/activities/traffic/traffic.js
function start (line 185) | function start(items_, mode_) {
function stop (line 193) | function stop() {
function findYBounds (line 197) | function findYBounds(car)
function findXBounds (line 221) | function findXBounds(car)
function updateCarPosition (line 244) | function updateCarPosition(car, newX, newY)
function snapCarToGrid (line 267) | function snapCarToGrid(car)
function drawCar (line 279) | function drawCar(car)
function drawJam (line 350) | function drawJam()
function cleanupActiveCars (line 356) | function cleanupActiveCars()
function initLevel (line 362) | function initLevel() {
function nextLevel (line 378) | function nextLevel() {
function previousLevel (line 385) | function previousLevel() {
function nextSubLevel (line 392) | function nextSubLevel() {
FILE: src/activities/vertical_subtraction/subtraction.js
function start (line 20) | function start(items_) {
function stop (line 28) | function stop() {
function randInt (line 33) | function randInt(max) { return Math.floor(Math.random() * max) }
function countDigits (line 35) | function countDigits(x) {
function calcDigitCount (line 39) | function calcDigitCount() {
function buildNumbersModel (line 47) | function buildNumbersModel() {
function valuesToSubtraction (line 82) | function valuesToSubtraction() {
function randomValues (line 93) | function randomValues() {
function distributedRandom (line 103) | function distributedRandom() {
function withoutCarryValues (line 119) | function withoutCarryValues() {
function checkDropped (line 140) | function checkDropped() {
function checkResult (line 202) | function checkResult() {
function initLevel (line 239) | function initLevel() {
function nextLevel (line 268) | function nextLevel() {
function previousLevel (line 274) | function previousLevel() {
function nextSubLevel (line 279) | function nextSubLevel() {
function handleKeys (line 286) | function handleKeys(key) {
FILE: src/core/ActivityInfo.cpp
function QString (line 33) | QString ActivityInfo::shortName() const
function QString (line 38) | QString ActivityInfo::name() const
function QString (line 53) | QString ActivityInfo::section() const
function quint32 (line 63) | quint32 ActivityInfo::difficulty() const
function quint32 (line 73) | quint32 ActivityInfo::minimalDifficulty() const
function quint32 (line 83) | quint32 ActivityInfo::maximalDifficulty() const
function QString (line 93) | QString ActivityInfo::icon() const
function QString (line 103) | QString ActivityInfo::author() const
function QString (line 113) | QString ActivityInfo::title() const
function QString (line 123) | QString ActivityInfo::description() const
function QString (line 133) | QString ActivityInfo::goal() const
function QString (line 143) | QString ActivityInfo::prerequisite() const
function QString (line 153) | QString ActivityInfo::manual() const
function QString (line 163) | QString ActivityInfo::credit() const
function QStringList (line 204) | QStringList ActivityInfo::levels() const
function QStringList (line 322) | QStringList ActivityInfo::currentLevels() const
function Dataset (line 396) | Dataset *ActivityInfo::getDataset(const QString &name) const
FILE: src/core/ActivityInfo.h
function class (line 31) | class ActivityInfo : public QObject
FILE: src/core/ActivityInfoTree.cpp
function ActivityInfo (line 38) | ActivityInfo *ActivityInfoTree::getRootMenu() const
function ActivityInfo (line 57) | ActivityInfo *ActivityInfoTree::menuTreeAt(QQmlListProperty<ActivityInfo...
function ActivityInfo (line 80) | ActivityInfo *ActivityInfoTree::menuTreeFullAt(QQmlListProperty<Activity...
function ActivityInfo (line 89) | ActivityInfo *ActivityInfoTree::menuTree(int index) const
function ActivityInfo (line 112) | ActivityInfo *ActivityInfoTree::getCurrentActivity() const
function QStringList (line 275) | QStringList ActivityInfoTree::getActivityList()
function ActivityInfoTree (line 361) | ActivityInfoTree *ActivityInfoTree::create(QQmlEngine *engine, QJSEngine...
function QVariantList (line 425) | QVariantList ActivityInfoTree::allCharacters()
function QString (line 452) | QString ActivityInfoTree::nextActivityInSequence() {
FILE: src/core/ActivityInfoTree.h
function class (line 22) | class ActivityInfoTree : public QObject
FILE: src/core/ApplicationAndroid.cpp
function jint (line 32) | jint JNICALL JNI_OnLoad(JavaVM *vm, void *)
FILE: src/core/ApplicationInfo.cpp
function QStringList (line 118) | QStringList ApplicationInfo::getResourceDataPaths()
function QString (line 123) | QString ApplicationInfo::getFilePath(const QString &file)
function QString (line 136) | QString ApplicationInfo::getAudioFilePath(const QString &file)
function QString (line 142) | QString ApplicationInfo::getAudioFilePathForLocale(const QString &file,
function QString (line 166) | QString ApplicationInfo::getLocaleFilePath(const QString &file)
function QStringList (line 175) | QStringList ApplicationInfo::getSystemExcludedFonts()
function QStringList (line 180) | QStringList ApplicationInfo::getFontsFromRcc()
function QStringList (line 185) | QStringList ApplicationInfo::getBackgroundMusicFromRcc()
function QString (line 267) | QString ApplicationInfo::getVoicesLocale(const QString &locale)
function QVariantList (line 290) | QVariantList ApplicationInfo::localeSort(QVariantList list,
function QStringList (line 334) | QStringList ApplicationInfo::supportedLocales()
function QString (line 355) | QString ApplicationInfo::loadTranslation(const QString &applicationName,...
function ApplicationInfo (line 427) | ApplicationInfo *ApplicationInfo::create(QQmlEngine *engine,
FILE: src/core/ApplicationInfo.h
function QString (line 196) | static QString localeShort(const QString &locale)
function Q_INVOKABLE (line 222) | Q_INVOKABLE bool requestAudioFocus() const;
function QString (line 287) | QString localeShort() const
function GCVersionCode (line 301) | static int GCVersionCode() { return VERSION_CODE; }
function QString (line 302) | static QString QTVersion() { return qVersion(); }
function QTMinorVersion (line 304) | static int QTMinorVersion() { return QVersionNumber::fromString(qVersion...
function QString (line 305) | static QString OpenSSLVersion() { return QSslSocket::sslLibraryVersionSt...
function QString (line 306) | static QString CompressedAudio() { return COMPRESSED_AUDIO; }
function isDownloadAllowed (line 307) | static bool isDownloadAllowed() { return QString(DOWNLOAD_ALLOWED) == "O...
function setUseSoftwareRenderer (line 309) | void setUseSoftwareRenderer(bool useSoftwareRenderer) { m_useSoftwareRen...
FILE: src/core/ApplicationSettings.cpp
function QVariantMap (line 474) | QVariantMap ApplicationSettings::loadActivityConfiguration(const QString...
function QStringList (line 507) | QStringList ApplicationSettings::currentLevels(const QString &activity)
function QStringList (line 522) | QStringList ApplicationSettings::ignoredLevels(const QString &activity)
function ApplicationSettings (line 575) | ApplicationSettings *ApplicationSettings::create(QQmlEngine *engine,
FILE: src/core/ApplicationSettings.h
function class (line 55) | class ApplicationSettings : public QObject
FILE: src/core/ClientNetworkMessages.cpp
function QByteArray (line 178) | QByteArray ClientNetworkMessages::prepareMessage(QJsonObject &obj)
FILE: src/core/ClientNetworkMessages.h
function class (line 21) | class ClientNetworkMessages : public QObject
FILE: src/core/Dataset.cpp
function QString (line 21) | QString Dataset::objective() const
function quint32 (line 32) | quint32 Dataset::difficulty() const
function QVariant (line 42) | QVariant Dataset::data() const
FILE: src/core/Dataset.h
function class (line 32) | class Dataset : public QObject
FILE: src/core/Directory.cpp
function QStringList (line 19) | QStringList Directory::getFiles(const QString &location, const QStringLi...
FILE: src/core/Directory.h
function class (line 25) | class Directory : public QObject
FILE: src/core/DownloadManager.cpp
function DownloadManager (line 68) | DownloadManager *DownloadManager::getInstance()
function DownloadManager (line 75) | DownloadManager *DownloadManager::create(QQmlEngine *engine,
function QString (line 149) | QString DownloadManager::getVoicesResourceForLocale(const QString &local...
function QString (line 156) | QString DownloadManager::getBackgroundMusicResources() const
function QString (line 161) | inline QString DownloadManager::getAbsoluteResourcePath(const QString &p...
function QString (line 171) | inline QString DownloadManager::getRelativeResourcePath(const QString &p...
function QString (line 185) | QString DownloadManager::getLocalSubFolderForData(const GCompris::Resour...
function QString (line 206) | QString DownloadManager::getResourcePath(/*const GCompris::ResourceType ...
function QString (line 278) | inline QString DownloadManager::tempFilenameForFilename(const QString &f...
function QString (line 283) | inline QString DownloadManager::filenameForTempFilename(const QString &t...
function QString (line 386) | inline QString DownloadManager::getFilenameForUrl(const QUrl &url) const
function QUrl (line 392) | inline QUrl DownloadManager::getUrlForFilename(const QString &filename) ...
function QString (line 397) | inline QString DownloadManager::getSystemDownloadPath() const
function QStringList (line 402) | inline const QStringList DownloadManager::getSystemResourcePaths() const
function QStringList (line 932) | QStringList DownloadManager::getLocalResources()
FILE: src/core/DownloadManager.h
function Q_NAMESPACE (line 27) | Q_NAMESPACE
type DownloadJob (line 97) | struct DownloadJob
FILE: src/core/File.cpp
function QString (line 23) | QString File::name() const
function QString (line 28) | QString File::sanitizeUrl(const QString &url)
function QString (line 57) | QString File::read(const QString &name)
FILE: src/core/File.h
function class (line 24) | class File : public QObject
FILE: src/core/GImageGrabber.cpp
function QUrl (line 87) | QUrl GImageGrabber::getImageUrl()
FILE: src/core/GImageGrabber.h
function class (line 23) | class GImageGrabber : public QQuickItem
FILE: src/core/GSynth.cpp
function GSynth (line 96) | GSynth *GSynth::create(QQmlEngine *engine,
FILE: src/core/GSynth.h
function class (line 27) | class GSynth : public QObject
FILE: src/core/Sequence.h
function class (line 20) | class Sequence
FILE: src/core/core.js
function shuffle (line 29) | function shuffle(o) {
function getInitialLevel (line 42) | function getInitialLevel(numberOfLevel) {
function getNextLevel (line 57) | function getNextLevel(currentLevel, numberOfLevel) {
function getPreviousLevel (line 72) | function getPreviousLevel(currentLevel, numberOfLevel) {
function getSoundFilenamForChar (line 92) | function getSoundFilenamForChar(c)
function showMessageDialog (line 125) | function showMessageDialog(parent, informativeText,
function destroyDialog (line 162) | function destroyDialog(dialog) {
function showDownloadDialog (line 185) | function showDownloadDialog(parent, properties) {
function checkForVoices (line 219) | function checkForVoices(parent)
function quit (line 246) | function quit(parent)
function isLeftToRightLocale (line 280) | function isLeftToRightLocale(locale) {
function localeNeedSpaces (line 285) | function localeNeedSpaces(locale) {
function resolveLocale (line 292) | function resolveLocale(localeToSet) {
function convertNumberToLocaleString (line 310) | function convertNumberToLocaleString(decimalNumber, locale = GCompris.Ap...
function convertNumberToLocaleCurrencyString (line 319) | function convertNumberToLocaleCurrencyString(number, locale) {
function fitItems (line 336) | function fitItems(x_, y_, n_, extra_) {
function clamp (line 376) | function clamp(x_, min_, max_) {
function sortLevels (line 383) | function sortLevels(chosenLevels) {
function getPasswordImages (line 401) | function getPasswordImages() {
FILE: src/core/main.cpp
function main (line 37) | int main(int argc, char *argv[])
FILE: src/core/netconst.h
function namespace (line 15) | namespace netconst {
FILE: src/core/synth/ADSRenvelope.cpp
function qreal (line 27) | qreal
FILE: src/core/synth/ADSRenvelope.h
function class (line 12) | class ADSREnvelope {
FILE: src/core/synth/generator.cpp
function qint64 (line 66) | qint64
function qint64 (line 81) | qint64
function qint64 (line 89) | qint64
FILE: src/core/synth/generator.h
function class (line 28) | class Wave {
function class (line 41) | class Generator : public QIODevice {
FILE: src/core/synth/linearSynthesis.cpp
function qreal (line 42) | qreal
FILE: src/core/synth/linearSynthesis.h
function class (line 13) | class LinearSynthesis : public Waveform {
FILE: src/core/synth/modulation.h
function class (line 13) | class Modulation {
FILE: src/core/synth/preset.h
function class (line 15) | class Preset {
FILE: src/core/synth/waveform.cpp
function qreal (line 41) | qreal
function qreal (line 46) | qreal
function qreal (line 52) | qreal
function qreal (line 58) | qreal
function qreal (line 68) | qreal
FILE: src/core/synth/waveform.h
function class (line 18) | class Waveform {
FILE: src/server/controllers/database-controller.cpp
type controllers (line 44) | namespace controllers {
function QString (line 161) | QString DatabaseController::sqliteVersion() const
function handleErrors (line 174) | static void handleErrors(const char *where)
function QString (line 183) | QString DatabaseController::decryptText(const QString &value)
function QString (line 239) | QString DatabaseController::encryptText(const QString &value)
function QJsonArray (line 860) | QJsonArray DatabaseController::find(const QString &tableName, const QS...
function QJsonObject (line 892) | QJsonObject DatabaseController::readRow(const QString &tableName, cons...
function QStringList (line 973) | QStringList split(const QString &in, const QString &separator, const Q...
function QString (line 1002) | QString DatabaseController::selectToJson(const QString &req)
FILE: src/server/controllers/database-controller.h
function namespace (line 25) | namespace controllers {
FILE: src/server/controllers/network-controller.cpp
type controllers (line 27) | namespace controllers {
function QStringList (line 381) | QStringList NetworkController::getAllInterfaces() const
function QJsonObject (line 417) | QJsonObject NetworkController::getHostInformations()
FILE: src/server/controllers/network-controller.h
function namespace (line 23) | namespace controllers {
function sendTimeout (line 60) | inline void UserData::sendTimeout() { Q_EMIT timeout(); }
function class (line 79) | class NetworkController : public QObject
FILE: src/server/database/create_tables.sql
type activity_ (line 1) | CREATE TABLE activity_ (
type group_ (line 7) | CREATE TABLE group_ (
type teacher_ (line 14) | CREATE TABLE teacher_ (
type user_ (line 24) | CREATE TABLE user_ (
type group_user_ (line 31) | CREATE TABLE group_user_ (
type result_ (line 39) | CREATE TABLE result_ (
type dataset_ (line 50) | CREATE TABLE dataset_ (
type sequence_ (line 63) | CREATE TABLE sequence_ (
type activity_with_datasets_ (line 70) | CREATE TABLE activity_with_datasets_ (
type sequence_with_activity_ (line 78) | CREATE TABLE sequence_with_activity_ (
type idx_activity_user_id (line 87) | CREATE INDEX idx_activity_user_id ON result_ ( user_id )
type idx_activity_user_name (line 89) | CREATE INDEX idx_activity_user_name ON result_ ( activity_id )
type idx_result_datetime (line 91) | CREATE INDEX idx_result_datetime ON result_ ( result_datetime )
FILE: src/server/database/create_views.sql
type _all_groups (line 1) | CREATE VIEW _all_groups AS
type _all_users_activities (line 8) | CREATE VIEW _all_users_activities AS
type _all_groups_activities (line 15) | CREATE VIEW _all_groups_activities AS
type _group_users (line 24) | CREATE VIEW _group_users AS
type _user_activity_result (line 38) | CREATE VIEW _user_activity_result AS
type _group_activity_result (line 48) | CREATE VIEW _group_activity_result AS
type _user_groups (line 58) | CREATE VIEW _user_groups AS
type _daily_activities (line 71) | CREATE VIEW _daily_activities AS
type _daily_ratios (line 78) | CREATE VIEW _daily_ratios AS
type _dataset_activity (line 86) | CREATE VIEW _dataset_activity AS
type sequence_activity_ (line 92) | CREATE VIEW sequence_activity_ AS
FILE: src/server/database/patch_1.sql
type idx_result_datetime (line 1) | CREATE INDEX idx_result_datetime ON result_ ( result_datetime )
FILE: src/server/database/patch_10.sql
type dataset_ (line 1) | CREATE TABLE dataset_ (
type _dataset_activity (line 12) | CREATE VIEW _dataset_activity AS
FILE: src/server/database/patch_11.sql
type _dataset_activity (line 3) | CREATE VIEW _dataset_activity AS
FILE: src/server/database/patch_13.sql
type _dataset_activity (line 8) | CREATE VIEW _dataset_activity AS
FILE: src/server/database/patch_14.sql
type sequence_ (line 1) | CREATE TABLE sequence_ (
type activity_with_datasets_ (line 8) | CREATE TABLE activity_with_datasets_ (
type sequence_with_activity_ (line 16) | CREATE TABLE sequence_with_activity_ (
type sequence_activity_ (line 25) | CREATE VIEW sequence_activity_ AS
FILE: src/server/database/patch_2.sql
type _group_users (line 5) | CREATE VIEW _group_users AS
type _user_groups (line 20) | CREATE VIEW _user_groups AS
FILE: src/server/database/patch_4.sql
type _all_users_activities (line 10) | CREATE VIEW _all_users_activities AS
FILE: src/server/database/patch_5.sql
type _all_users_activities (line 3) | CREATE VIEW _all_users_activities AS
FILE: src/server/database/patch_6.sql
type _all_groups_activities (line 5) | CREATE VIEW _all_groups_activities AS
type _group_activity_result (line 13) | CREATE VIEW _group_activity_result AS
FILE: src/server/database/patch_7.sql
type _user_activity_result (line 3) | CREATE VIEW _user_activity_result AS
FILE: src/server/database/patch_8.sql
type _daily_activities (line 1) | CREATE VIEW _daily_activities AS
FILE: src/server/database/patch_9.sql
type _daily_ratios (line 1) | CREATE VIEW _daily_ratios AS
FILE: src/server/doc/generate-doc.php
function readAndClean (line 21) | function readAndClean($file) {
function inspectClass (line 29) | function inspectClass($parentClassName, $parentFileName, $depth) {
function readTree (line 48) | function readTree() {
FILE: src/server/main.cpp
function main (line 34) | int main(int argc, char *argv[])
FILE: src/server/server.js
function quit (line 30) | function quit(parent)
function shortActivityName (line 38) | function shortActivityName(str) {
function debug_model (line 42) | function debug_model(model) {
FILE: tests/core/ActivityInfoTest.cpp
class CoreActivityInfoTest (line 29) | class CoreActivityInfoTest : public QObject
FILE: tests/core/ApplicationInfoTest.cpp
class ApplicationInfoTest (line 17) | class ApplicationInfoTest : public QObject
FILE: tests/core/ApplicationSettingsMock.h
function class (line 21) | class ApplicationSettingsMock : public ApplicationSettings
FILE: tests/core/ApplicationSettingsTest.cpp
class CoreApplicationSettingsTest (line 30) | class CoreApplicationSettingsTest : public QObject
FILE: tests/core/DatasetTest.cpp
class CoreDatasetTest (line 27) | class CoreDatasetTest : public QObject
FILE: tests/core/DirectoryTest.cpp
class DirectoryTest (line 19) | class DirectoryTest : public QObject
FILE: tests/core/DownloadManagerTest.cpp
class DownloadManagerTest (line 23) | class DownloadManagerTest : public QObject
method Q_OBJECT (line 25) | Q_OBJECT
method test_getVoicesResourceForLocale_data (line 37) | void test_getVoicesResourceForLocale_data()
method test_getVoicesResourceForLocale (line 48) | void test_getVoicesResourceForLocale()
method test_haveLocalResource_data (line 60) | void test_haveLocalResource_data()
method test_haveLocalResource (line 70) | void test_haveLocalResource()
method test_downloadResource_data (line 78) | void test_downloadResource_data()
method test_downloadResource (line 85) | void test_downloadResource()
method test_updateResource_data (line 94) | void test_updateResource_data()
method test_updateResource (line 102) | void test_updateResource()
method test_downloadIsRunning_data (line 110) | void test_downloadIsRunning_data()
method test_downloadIsRunning (line 116) | void test_downloadIsRunning()
method test_registerResource_data (line 127) | void test_registerResource_data()
method test_registerResource (line 135) | void test_registerResource()
method test_isDataRegistered_data (line 143) | void test_isDataRegistered_data()
method test_isDataRegistered (line 151) | void test_isDataRegistered()
FILE: tests/core/FileTest.cpp
class CoreFileTest (line 21) | class CoreFileTest : public QObject
FILE: tests/core/GImageGrabberTest.cpp
class GImageGrabberTest (line 15) | class GImageGrabberTest : public QObject
FILE: tools/android_format_changelog.py
function generate_for_locale (line 28) | def generate_for_locale(changelog_qml, locale):
function main (line 102) | def main(argv):
FILE: tools/download-assets.py
function download_file (line 14) | def download_file(from_url, output_dir):
function download_contents_and_file (line 21) | def download_contents_and_file(subfolder, key, downloadContents=True):
FILE: tools/fdroid_update_fastlane_metadata.py
function generate_files_for_locale (line 30) | def generate_files_for_locale(changelog_qml, locale):
function main (line 155) | def main(argv):
FILE: tools/inkscape/export_layers_gcompris.py
class LayerExport (line 44) | class LayerExport(inkex.Effect):
method __init__ (line 45) | def __init__(self):
method effect (line 90) | def effect(self):
method get_layer_list (line 160) | def get_layer_list(self):
method get_export_list (line 195) | def get_export_list(self, layer_list, show_layers_below):
method get_export_background (line 239) | def get_export_background(self, layer_list, show_layers_below):
method export_to_svg (line 282) | def export_to_svg(self, export, output_dir):
method convert_svg_to_png (line 334) | def convert_svg_to_png(self, svg_file, output_dir, prefix, isNotBackgr...
method convert_svg_to_svg (line 359) | def convert_svg_to_svg(self, svg_file, output_dir, prefix, isNotBackgr...
function _make_temp_directory (line 387) | def _make_temp_directory():
FILE: tools/python/ActivityInfo.py
class ActivityInfo (line 11) | class ActivityInfo(QObject):
method __init__ (line 12) | def __init__(self, parent=None):
method section (line 32) | def section(self):
method section (line 36) | def section(self, section):
method author (line 40) | def author(self):
method author (line 44) | def author(self, author):
method icon (line 48) | def icon(self):
method icon (line 52) | def icon(self, icon):
method description (line 56) | def description(self):
method description (line 60) | def description(self, description):
method name (line 64) | def name(self):
method name (line 68) | def name(self, name):
method goal (line 72) | def goal(self):
method goal (line 76) | def goal(self, goal):
method prerequisite (line 80) | def prerequisite(self):
method prerequisite (line 84) | def prerequisite(self, prerequisite):
method manual (line 88) | def manual(self):
method manual (line 92) | def manual(self, manual):
method credit (line 96) | def credit(self):
method credit (line 100) | def credit(self, credit):
method title (line 104) | def title(self):
method title (line 108) | def title(self, title):
method difficulty (line 112) | def difficulty(self):
method difficulty (line 116) | def difficulty(self, difficulty):
method createdInVersion (line 120) | def createdInVersion(self):
method createdInVersion (line 124) | def createdInVersion(self, createdInVersion):
method levels (line 128) | def levels(self):
method levels (line 132) | def levels(self, levels):
method enabled (line 136) | def enabled(self):
method enabled (line 140) | def enabled(self, enabled):
FILE: tools/python/ApplicationInfo.py
class ApplicationInfo (line 11) | class ApplicationInfo(QObject):
method __init__ (line 14) | def __init__(self, parent=None):
method isBox2DInstalled (line 22) | def isBox2DInstalled(self):
method isBox2DInstalled (line 26) | def isBox2DInstalled(self, isBox2DInstalled):
method createSingleton (line 29) | def createSingleton(self):
FILE: tools/serverSpec/pdfBuild.py
function downloadIssueImage (line 50) | def downloadIssueImage(filename, image):
Copy disabled (too large)
Download .json
Condensed preview — 3723 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (95,490K chars).
[
{
"path": ".clang-format",
"chars": 385,
"preview": "---\nLanguage: Cpp\nBasedOnStyle: Webkit\nPointerAlignment: Right\nSpaceBeforeParens: ControlStatements\nSpaceBeforeRangeBase"
},
{
"path": ".flatpak-manifest-teachers.json",
"chars": 2060,
"preview": "{\n \"id\": \"org.kde.gcompris-teachers\",\n \"runtime\": \"org.kde.Platform\",\n \"runtime-version\": \"6.10\",\n \"sdk\": \"org.kde.S"
},
{
"path": ".flatpak-manifest.json",
"chars": 1953,
"preview": "{\n \"id\": \"org.kde.gcompris\",\n \"runtime\": \"org.kde.Platform\",\n \"runtime-version\": \"6.10\",\n \"sdk\": \"org.kde.Sdk\",\n \"r"
},
{
"path": ".gitattributes",
"chars": 13,
"preview": "*.svg binary\n"
},
{
"path": ".gitignore",
"chars": 228,
"preview": "# SPDX-License-Identifier: CC0-1.0\n# SPDX-FileCopyrightText: none\nCMakeLists.txt.user\nGCompris.pro.user\n.directory\n*.aac"
},
{
"path": ".gitlab-ci.yml",
"chars": 693,
"preview": "# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>\n# SPDX-License-Identifier: CC0-1.0\n\ninclude:\n - project:"
},
{
"path": ".gitmodules",
"chars": 106,
"preview": "[submodule \"external/qml-box2d\"]\n\tpath = external/qml-box2d\n\turl = https://github.com/qml-box2d/qml-box2d\n"
},
{
"path": ".kde-ci.yml",
"chars": 563,
"preview": "# SPDX-FileCopyrightText: None\n# SPDX-License-Identifier: CC0-1.0\nDependencies:\n - 'on': ['Linux/Qt6', 'FreeBSD/Qt6', '"
},
{
"path": "CMakeLists.txt",
"chars": 16370,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2014 Johnny Jaz"
},
{
"path": "HACKING",
"chars": 4038,
"preview": " GCompris HACKING\n\nOfficial repository\n-------------------\nThe official repository requires a KDE"
},
{
"path": "LICENSES/AGPL-3.0-only.txt",
"chars": 33934,
"preview": "GNU AFFERO GENERAL PUBLIC LICENSE\nVersion 3, 19 November 2007\n\nCopyright (C) 2007 Free Software Foundation, Inc. <http:/"
},
{
"path": "LICENSES/Apache-2.0.txt",
"chars": 10343,
"preview": "Apache License\n\nVersion 2.0, January 2004\n\nhttp://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION,\nA"
},
{
"path": "LICENSES/BSD-2-Clause.txt",
"chars": 1287,
"preview": "Copyright (c) <year> <owner> All rights reserved.\n\nRedistribution and use in source and binary forms, with or without mo"
},
{
"path": "LICENSES/BSD-3-Clause.txt",
"chars": 1480,
"preview": "Copyright (c) <year> <owner>. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without m"
},
{
"path": "LICENSES/CC-BY-2.0.txt",
"chars": 12650,
"preview": "\n\nCreative Commons Attribution 2.0\n\nCREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. "
},
{
"path": "LICENSES/CC-BY-3.0.txt",
"chars": 18666,
"preview": "Creative Commons Attribution 3.0 Unported\n\n CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SE"
},
{
"path": "LICENSES/CC-BY-4.0.txt",
"chars": 18653,
"preview": "Attribution 4.0 International\n\n=======================================================================\n\nCreative Commons"
},
{
"path": "LICENSES/CC-BY-SA-3.0.txt",
"chars": 21386,
"preview": "Creative Commons Attribution-ShareAlike 3.0 Unported\n\nCREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVID"
},
{
"path": "LICENSES/CC-BY-SA-4.0.txt",
"chars": 20134,
"preview": "Attribution-ShareAlike 4.0 International\n\n=======================================================================\n\nCreat"
},
{
"path": "LICENSES/CC0-1.0.txt",
"chars": 7048,
"preview": "Creative Commons Legal Code\n\nCC0 1.0 Universal\n\n CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE\n"
},
{
"path": "LICENSES/GFDL-1.2-or-later.txt",
"chars": 20260,
"preview": "GNU Free Documentation License\n\nVersion 1.2, November 2002\n\nCopyright (C) 2000,2001,2002 Free Software Foundation, Inc. "
},
{
"path": "LICENSES/GPL-2.0-only.txt",
"chars": 17337,
"preview": "GNU GENERAL PUBLIC LICENSE\nVersion 2, June 1991\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc.\n51 Franklin Str"
},
{
"path": "LICENSES/GPL-2.0-or-later.txt",
"chars": 17622,
"preview": "GNU GENERAL PUBLIC LICENSE\n\nVersion 2, June 1991\n\nCopyright (C) 1989, 1991 Free Software Foundation, Inc. \n\n51 Franklin "
},
{
"path": "LICENSES/GPL-3.0-only.txt",
"chars": 34410,
"preview": "GNU GENERAL PUBLIC LICENSE\nVersion 3, 29 June 2007\n\nCopyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>\n\nE"
},
{
"path": "LICENSES/GPL-3.0-or-later.txt",
"chars": 34410,
"preview": "GNU GENERAL PUBLIC LICENSE\nVersion 3, 29 June 2007\n\nCopyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>\n\nE"
},
{
"path": "LICENSES/LGPL-3.0-only.txt",
"chars": 7356,
"preview": "GNU LESSER GENERAL PUBLIC LICENSE\nVersion 3, 29 June 2007\n\nCopyright (C) 2007 Free Software Foundation, Inc. <http://fsf"
},
{
"path": "LICENSES/LicenseRef-Free-Art-Licence-1.2.txt",
"chars": 10064,
"preview": "Free Art License\n\nhttp://artlibre.org/licence/lal/en/ \n\nversion 1.2\n\nPreamble :\n\nWith this Free Art License, you are aut"
},
{
"path": "LICENSES/LicenseRef-Qt-Commercial.txt",
"chars": 435,
"preview": "Commercial License Usage\nLicensees holding valid commercial Qt licenses may use this file in\naccordance with the commerc"
},
{
"path": "LICENSES/MPL-2.0.txt",
"chars": 14907,
"preview": "Mozilla Public License Version 2.0\n\n1. Definitions\n\n1.1. \"Contributor\" means each individual or legal entity that create"
},
{
"path": "LICENSES/OFL-1.1.txt",
"chars": 4418,
"preview": "Copyright (c) 2004-2014, SIL International (http://scripts.sil.org), \nwith Reserved Font Names 'Andika' and 'SIL'.\n\nThis"
},
{
"path": "LICENSES/Unlicense.txt",
"chars": 1211,
"preview": "This is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, c"
},
{
"path": "README",
"chars": 1860,
"preview": "\n\t\t GCompris / I Got IT\n GCompris is a GNU package\n https://gcompris.net\n\nGComp"
},
{
"path": "README.md",
"chars": 2786,
"preview": "# [GCompris](https://gcompris.net)\n\n<img src=\"src/core/resource/gcompris-logo-full.svg\" width=\"320\" height=\"114\" alt=\"G"
},
{
"path": "REUSE.toml",
"chars": 205037,
"preview": "# SPDX-FileCopyrightText: 2024 Johnny Jazeix\n#\n# SPDX-License-Identifier: CC0-1.0\n\nversion = 1\nSPDX-PackageName = \"GComp"
},
{
"path": "android/AndroidManifest.xml.cmake",
"chars": 2333,
"preview": "<?xml version=\"1.0\"?>\n<!--\n - SPDX-License-Identifier: BSD-2-Clause\n - SPDX-FileCopyrightText: 2014 Bruno Coudoin <bru"
},
{
"path": "android/CMakeLists.txt",
"chars": 9845,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2014 Johnny Jaz"
},
{
"path": "android/build.gradle",
"chars": 2268,
"preview": "/*\n SPDX-FileCopyrightText: 2022 Johnny Jazeix <jazeix@gmail.com>\n SPDX-License-Identifier: BSD-3-Clause\n*/\n\nbuild"
},
{
"path": "android/configAndroid.json.cmake",
"chars": 859,
"preview": "{\n \"description\": \"This file is to be read by androiddeployqt\",\n \"application-binary\": \"GCompris\",\n \"architectures\": {\n"
},
{
"path": "android/gradle/wrapper/gradle-wrapper.properties",
"chars": 346,
"preview": "# SPDX-FileCopyrightText: Copyright (C) 2024 Gradle Inc.\n# SPDX-License-Identifier: Apache-2.0\ndistributionBase=GRADLE_U"
},
{
"path": "android/src/net/gcompris/GComprisActivity.java",
"chars": 6303,
"preview": "/****************************************************************************\n**\n** SPDX-FileCopyrightText: 2013 Digia P"
},
{
"path": "android/strings.xml",
"chars": 571,
"preview": "<?xml version='1.0' encoding='utf-8'?>\n<!--\n - SPDX-License-Identifier: BSD-2-Clause\n - SPDX-FileCopyrightText: 2022 J"
},
{
"path": "cmake/CodeQualityUtils.cmake",
"chars": 856,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2018 Johnny Jaz"
},
{
"path": "cmake/FixBundle.cmake.in",
"chars": 388,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2014 Thibaut RO"
},
{
"path": "cmake/box2d.cmake",
"chars": 5141,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2018 Johnny Jaz"
},
{
"path": "cmake/qt_helper.cmake",
"chars": 6647,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2014 Thibaut RO"
},
{
"path": "cmake/rcc.cmake",
"chars": 3898,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2016 Johnny Jaz"
},
{
"path": "cmake/translation.cmake",
"chars": 3612,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2025 Johnny Jaz"
},
{
"path": "cppcheck-suppressions.xml",
"chars": 242,
"preview": "<?xml version=\"1.0\"?>\n<!--\nSPDX-FileCopyrightText: 2025 Sune Vuorela\n\nSPDX-License-Identifier: BSD-2-Clause\n-->\n<suppres"
},
{
"path": "docs/Doxyfile.local",
"chars": 257,
"preview": "PROJECT_NAME = GCompris-qt\nDISTRIBUTE_GROUP_DOC = yes\nFILTER_PATTERNS = *.qml=doxyqml\nEXTENSION_MAPPING = qml=C++ js=C++"
},
{
"path": "docs/docbook/CMakeLists.txt",
"chars": 421,
"preview": "#=============================================================================\n# SPDX-FileCopyrightText: 2015 Burkhard L"
},
{
"path": "docs/docbook/index.docbook",
"chars": 18421,
"preview": "<?xml version=\"1.0\" ?>\n<!DOCTYPE book PUBLIC \"-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN\" \"dtd/kdedbx45.dtd\" [\n"
},
{
"path": "docs/manual-general",
"chars": 5920,
"preview": " \n**Introduction\n\nGCompris is a rich educational software, including more than a hundred activities aimed at children fr"
},
{
"path": "fastlane/metadata/android/ar-AR/changelogs/250000.txt",
"chars": 326,
"preview": "- الطرح عموديا (تعويض)\n- الطرح عموديًا\n- الجمع عموديا\n- احسب باستعمال متمم العشرة\n- ارسم\n- أضيفت الترجمة إلى اللغة السنس"
},
{
"path": "fastlane/metadata/android/ar-AR/changelogs/250100.txt",
"chars": 35,
"preview": "- تحسينات استعمال\n- ثغراتٌ مُصلّحة\n"
},
{
"path": "fastlane/metadata/android/ar-AR/changelogs/260100.txt",
"chars": 17,
"preview": "- ثغراتٌ مُصلّحة\n"
},
{
"path": "fastlane/metadata/android/ar-AR/changelogs/30300.txt",
"chars": 80,
"preview": "- إضافة ترجمة للعربية و اسبرانتو\n- تحديثات للترجمة\n- صور جديدة\n- ثغراتٌ مُصلّحة\n"
},
{
"path": "fastlane/metadata/android/ar-AR/changelogs/40000.txt",
"chars": 348,
"preview": "- الفئات النحوية\n- استعمال المستقيم المُدرّج\n- جِد الأعداد المجاورة\n- قراءة مستقيم مُدرّج\n- التحليل النحوي\n- خمّن 24\n- ز"
},
{
"path": "fastlane/metadata/android/ar-AR/changelogs/40100.txt",
"chars": 35,
"preview": "- تحسينات استعمال\n- ثغراتٌ مُصلّحة\n"
},
{
"path": "fastlane/metadata/android/ar-AR/changelogs/40200.txt",
"chars": 70,
"preview": "- أضيفت الترجمة إلى اللغة اللاتفية\n- تحسينات استعمال\n- ثغراتٌ مُصلّحة\n"
},
{
"path": "fastlane/metadata/android/ar-AR/full_description.txt",
"chars": 798,
"preview": "فهمت هو طقم برمجيّات تعليميّة عالية الجودة يضمّ مختلف الأنشطة للأطفال من سنتين إلى 10 سنوات.\nبعض الأنشطة هدفها الترفيه، "
},
{
"path": "fastlane/metadata/android/ar-AR/short_description.txt",
"chars": 21,
"preview": "لعبة تعليميّة للأطفال"
},
{
"path": "fastlane/metadata/android/ar-AR/title.txt",
"chars": 4,
"preview": "فهمت"
},
{
"path": "fastlane/metadata/android/az-AZ/changelogs/30300.txt",
"chars": 135,
"preview": "- Ərəb və Esperanto dillərinə tərcümələr əlavə olundu\n- Daha çox tərcümə yenilənmələri\n- Çoxlu yeni dillər\n- Çoxsaylı xə"
},
{
"path": "fastlane/metadata/android/az-AZ/full_description.txt",
"chars": 941,
"preview": "GCompris 2 yaşından 10 yaşınadək uşaqlar üçün çoxlu sayda çalşmalardan ibarət tədris proqramı paketidir.\nBəzi çalışmalar"
},
{
"path": "fastlane/metadata/android/az-AZ/short_description.txt",
"chars": 58,
"preview": "2 - 10 yaş arası uşaqlar üçün çoxfəaliyyətli öyrədici oyun"
},
{
"path": "fastlane/metadata/android/az-AZ/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/ca/changelogs/250000.txt",
"chars": 470,
"preview": "- Resta vertical (compensació)\n- Resta vertical\n- Suma vertical\n- Calcula amb el complement a deu\n- Esbós\n- S'han afegit"
},
{
"path": "fastlane/metadata/android/ca/changelogs/250100.txt",
"chars": 61,
"preview": "- Moltes millores en la usabilitat\n- Moltes esmenes d'errors\n"
},
{
"path": "fastlane/metadata/android/ca/changelogs/260100.txt",
"chars": 26,
"preview": "- Moltes esmenes d'errors\n"
},
{
"path": "fastlane/metadata/android/ca/changelogs/30300.txt",
"chars": 148,
"preview": "- S'han afegit les traduccions a l'àrab i l'esperanto.\n- Moltes actualitzacions de les traduccions\n- Moltes imatges nove"
},
{
"path": "fastlane/metadata/android/ca/changelogs/40000.txt",
"chars": 464,
"preview": "- Classes gramaticals\n- Useu una línia graduada\n- Troba els nombres adjacents\n- Llegiu una línia graduada\n- Anàlisi gram"
},
{
"path": "fastlane/metadata/android/ca/changelogs/40100.txt",
"chars": 61,
"preview": "- Moltes millores en la usabilitat\n- Moltes esmenes d'errors\n"
},
{
"path": "fastlane/metadata/android/ca/changelogs/40200.txt",
"chars": 105,
"preview": "- S'han afegit les traduccions per al lituà\n- Moltes millores en la usabilitat\n- Moltes esmenes d'errors\n"
},
{
"path": "fastlane/metadata/android/ca/full_description.txt",
"chars": 1068,
"preview": "El GCompris és una suite de programari educatiu d'alta qualitat, que inclou una gran quantitat d'activitats per a nens i"
},
{
"path": "fastlane/metadata/android/ca/short_description.txt",
"chars": 26,
"preview": "Joc educatiu per a infants"
},
{
"path": "fastlane/metadata/android/ca/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/cs-CZ/changelogs/250000.txt",
"chars": 449,
"preview": "- Odčítání pod sebou (kompenzační)\n- Odčítání pod sebou\n- Sčítání pod sebou\n- Počítej s použitím desítkového doplňku\n- N"
},
{
"path": "fastlane/metadata/android/cs-CZ/changelogs/250100.txt",
"chars": 56,
"preview": "- Mnoho vylepšení použitelnosti\n- Opravena spousta chyb\n"
},
{
"path": "fastlane/metadata/android/cs-CZ/changelogs/260100.txt",
"chars": 24,
"preview": "- Opravena spousta chyb\n"
},
{
"path": "fastlane/metadata/android/cs-CZ/changelogs/30300.txt",
"chars": 117,
"preview": "- Přidány překlady pro arabštinu a esperanto\n- Spousta aktualizací překladů\n- Spousta nových obrázků\n- Spousta oprav\n"
},
{
"path": "fastlane/metadata/android/cs-CZ/changelogs/40000.txt",
"chars": 454,
"preview": "- Slovní druhy\n- Používání číselné osy\n- Najdi následující čísla\n- Čtení číselné osy\n- Určování slovních druhů\n- Uhádni "
},
{
"path": "fastlane/metadata/android/cs-CZ/changelogs/40100.txt",
"chars": 56,
"preview": "- Mnoho vylepšení použitelnosti\n- Opravena spousta chyb\n"
},
{
"path": "fastlane/metadata/android/cs-CZ/changelogs/40200.txt",
"chars": 87,
"preview": "- Přidán překlad pro Lotyštinu\n- Mnoho vylepšení použitelnosti\n- Opravena spousta chyb\n"
},
{
"path": "fastlane/metadata/android/cs-CZ/full_description.txt",
"chars": 486,
"preview": "GCompris je vysoce kvalitní vzdělávací softwarový balík, skládající se z mnoha aktivit pro děti ve věku 2-10.\nNěkteré ak"
},
{
"path": "fastlane/metadata/android/cs-CZ/short_description.txt",
"chars": 20,
"preview": "Výuková hra pro děti"
},
{
"path": "fastlane/metadata/android/cs-CZ/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/de-DE/changelogs/260100.txt",
"chars": 28,
"preview": "- Viele Fehlerbereinigungen\n"
},
{
"path": "fastlane/metadata/android/de-DE/changelogs/30300.txt",
"chars": 137,
"preview": "- Übersetzung für Arabisch und Esperanto hinzugefügt\n- Viele aktualisierte Übersetzungen\n- Viele neue Bilder\n- Viele Feh"
},
{
"path": "fastlane/metadata/android/de-DE/full_description.txt",
"chars": 917,
"preview": "GCompris ist eine Lernsoftware mit vielen Aktivitäten für Kinder im Alter von 2 bis 10 Jahren.\nEinige Aktivitäten sind e"
},
{
"path": "fastlane/metadata/android/de-DE/short_description.txt",
"chars": 20,
"preview": "Lernspiel für Kinder"
},
{
"path": "fastlane/metadata/android/de-DE/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/el-GR/changelogs/30300.txt",
"chars": 151,
"preview": "- Προστέθηκαν μεταφράσεις για τα Αραβικά και την Εσπεράντο.\n- Πολλές ενημερώσεις στις μεταφράσεις\n- Βλέπω και θυμάμαι 2\n"
},
{
"path": "fastlane/metadata/android/el-GR/full_description.txt",
"chars": 1098,
"preview": "Το GCompris είναι μια σουίτα εκπαιδευτικού λογισμικού με πολυάριθμες δραστηριότητες για παιδιά ηλικίας 2 έως 10 ετών.\nΟρ"
},
{
"path": "fastlane/metadata/android/el-GR/short_description.txt",
"chars": 72,
"preview": "Εκπαιδευτικό παιχνίδι πολλαπλών δραστηριοτήτων για ηλικίες 2 έως 10 ετών"
},
{
"path": "fastlane/metadata/android/el-GR/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/en-GB/changelogs/250100.txt",
"chars": 47,
"preview": "- Many usability improvements\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-GB/changelogs/260100.txt",
"chars": 17,
"preview": "- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-GB/changelogs/30300.txt",
"chars": 108,
"preview": "- Translations added for Arabic and Esperanto\n- Many translation updates\n- Many new images\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-GB/changelogs/40000.txt",
"chars": 407,
"preview": "- Grammatical classes\n- Use a graduated line\n- Find the adjacent numbers\n- Read a graduated line\n- Grammatical analysis\n"
},
{
"path": "fastlane/metadata/android/en-GB/changelogs/40100.txt",
"chars": 47,
"preview": "- Many usability improvements\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-GB/changelogs/40200.txt",
"chars": 79,
"preview": "- Translation added for Latvian\n- Many usability improvements\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-GB/full_description.txt",
"chars": 528,
"preview": "GCompris is a high quality educational software suite, including a large number of activities for children aged 2 to 10."
},
{
"path": "fastlane/metadata/android/en-GB/short_description.txt",
"chars": 29,
"preview": "Educational game for children"
},
{
"path": "fastlane/metadata/android/en-GB/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/en-US/changelogs/250000.txt",
"chars": 423,
"preview": "- Vertical subtraction (compensation)\n- Vertical subtraction\n- Vertical addition\n- Calculate with ten's complement\n- Ske"
},
{
"path": "fastlane/metadata/android/en-US/changelogs/250100.txt",
"chars": 47,
"preview": "- Many usability improvements\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-US/changelogs/260000.txt",
"chars": 291,
"preview": "- Drawing wheels\n- Multiple-choice questions\n- Translation added for Kannada and Tamil\n- New command-line option to set "
},
{
"path": "fastlane/metadata/android/en-US/changelogs/260100.txt",
"chars": 17,
"preview": "- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-US/changelogs/30300.txt",
"chars": 108,
"preview": "- Translations added for Arabic and Esperanto\n- Many translation updates\n- Many new images\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-US/changelogs/40000.txt",
"chars": 407,
"preview": "- Grammatical classes\n- Use a graduated line\n- Find the adjacent numbers\n- Read a graduated line\n- Grammatical analysis\n"
},
{
"path": "fastlane/metadata/android/en-US/changelogs/40100.txt",
"chars": 47,
"preview": "- Many usability improvements\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-US/changelogs/40200.txt",
"chars": 79,
"preview": "- Translation added for Latvian\n- Many usability improvements\n- Many bug fixes\n"
},
{
"path": "fastlane/metadata/android/en-US/full_description.txt",
"chars": 963,
"preview": "GCompris is a high quality educational software suite, including a large number of activities for children aged 2 to 10."
},
{
"path": "fastlane/metadata/android/en-US/short_description.txt",
"chars": 29,
"preview": "Educational game for children"
},
{
"path": "fastlane/metadata/android/en-US/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/es-ES/changelogs/250000.txt",
"chars": 497,
"preview": "- Resta vertical (compensación)\n- Resta vertical\n- Suma vertical\n- Calcula con el complemento de diez\n- Boceto\n- Se ha a"
},
{
"path": "fastlane/metadata/android/es-ES/changelogs/250100.txt",
"chars": 69,
"preview": "- Numerosas mejoras de usabilidad.\n- Muchas correcciones de errores.\n"
},
{
"path": "fastlane/metadata/android/es-ES/changelogs/260100.txt",
"chars": 34,
"preview": "- Muchas correcciones de errores.\n"
},
{
"path": "fastlane/metadata/android/es-ES/changelogs/30300.txt",
"chars": 162,
"preview": "- Se han añadido traducciones para el árabe y el esperanto.\n- Muchas actualizaciones de traducciones.\n- Muchas imágenes "
},
{
"path": "fastlane/metadata/android/es-ES/changelogs/40000.txt",
"chars": 482,
"preview": "- Categorías gramaticales\n- Usa una línea graduada\n- Encuentra los números adyacentes\n- Lee una línea graduada\n- Análisi"
},
{
"path": "fastlane/metadata/android/es-ES/changelogs/40100.txt",
"chars": 69,
"preview": "- Numerosas mejoras de usabilidad.\n- Muchas correcciones de errores.\n"
},
{
"path": "fastlane/metadata/android/es-ES/changelogs/40200.txt",
"chars": 114,
"preview": "- Se han añadido traducciones para el letón.\n- Numerosas mejoras de usabilidad.\n- Muchas correcciones de errores.\n"
},
{
"path": "fastlane/metadata/android/es-ES/full_description.txt",
"chars": 1074,
"preview": "GCompris es un conjunto de programas educativos de alta calidad que contiene un gran número de actividades para niños en"
},
{
"path": "fastlane/metadata/android/es-ES/short_description.txt",
"chars": 26,
"preview": "Juego educativo para niños"
},
{
"path": "fastlane/metadata/android/es-ES/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/eu-ES/changelogs/250000.txt",
"chars": 458,
"preview": "- Kenketa bertikala (konpentsazioa)\n- Kenketa bertikala\n- Batuketa bertikala\n- Kalkulatu hamarrerako osagarriarekin\n- Zi"
},
{
"path": "fastlane/metadata/android/eu-ES/changelogs/250100.txt",
"chars": 61,
"preview": "- Erabilerraztasun hobekuntza ugari\n- Akats-konponketa ugari\n"
},
{
"path": "fastlane/metadata/android/eu-ES/changelogs/260100.txt",
"chars": 25,
"preview": "- Akats-konponketa ugari\n"
},
{
"path": "fastlane/metadata/android/eu-ES/changelogs/30300.txt",
"chars": 131,
"preview": "- Arabieraren eta Esperantoaren itzulpenak gehitu dira\n- Itzulpenetan eguneratze asko\n- Irudi berri ugari\n- Akats-konpon"
},
{
"path": "fastlane/metadata/android/eu-ES/changelogs/40000.txt",
"chars": 468,
"preview": "- Gramatika-klaseak\n- Erabili graduatutako lerro bat\n- Aurkitu aldameneko zenbakiak\n- Irakurri graduatutako lerro bat\n- "
},
{
"path": "fastlane/metadata/android/eu-ES/changelogs/40100.txt",
"chars": 61,
"preview": "- Erabilerraztasun hobekuntza ugari\n- Akats-konponketa ugari\n"
},
{
"path": "fastlane/metadata/android/eu-ES/changelogs/40200.txt",
"chars": 96,
"preview": "- Letonieraren itzulpena gehitu da\n- Erabilerraztasun hobekuntza ugari\n- Akats-konponketa ugari\n"
},
{
"path": "fastlane/metadata/android/eu-ES/full_description.txt",
"chars": 1059,
"preview": "GCompris kalitate handiko hezkuntza-software multzo bat da, 2 eta 10 urte bitarteko haurrentzako jarduera ugari dituena."
},
{
"path": "fastlane/metadata/android/eu-ES/short_description.txt",
"chars": 28,
"preview": "Haurrentzako joko hezigarria"
},
{
"path": "fastlane/metadata/android/eu-ES/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/fi-FI/changelogs/250100.txt",
"chars": 58,
"preview": "- Monia käytettävyysparannuksia\n- Monia virheenkorjauksia\n"
},
{
"path": "fastlane/metadata/android/fi-FI/changelogs/260100.txt",
"chars": 26,
"preview": "- Monia virheenkorjauksia\n"
},
{
"path": "fastlane/metadata/android/fi-FI/full_description.txt",
"chars": 906,
"preview": "GCompris on laadukas monitoimintoinen opetusohjelmisto 2–10-vuotiaille lapsille.\nJotkin toiminnoista ovat pelimäisiä mut"
},
{
"path": "fastlane/metadata/android/fi-FI/short_description.txt",
"chars": 26,
"preview": "Opettavainen peli lapsille"
},
{
"path": "fastlane/metadata/android/fi-FI/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/fr-FR/changelogs/250000.txt",
"chars": 577,
"preview": "- Soustraction verticale (méthode de l'emprunt par compensation).\n- Soustraction verticale\n- Addition verticale\n- Utilis"
},
{
"path": "fastlane/metadata/android/fr-FR/changelogs/250100.txt",
"chars": 63,
"preview": "- Beaucoup d'améliorations d'ergonomie.\n- Plein de corrections\n"
},
{
"path": "fastlane/metadata/android/fr-FR/changelogs/260100.txt",
"chars": 23,
"preview": "- Plein de corrections\n"
},
{
"path": "fastlane/metadata/android/fr-FR/changelogs/30300.txt",
"chars": 145,
"preview": "- Traductions ajoutées pour l'arabe et l'espéranto.\n- Beaucoup de traductions mises à jour\n- Beaucoup de nouvelles image"
},
{
"path": "fastlane/metadata/android/fr-FR/changelogs/40000.txt",
"chars": 503,
"preview": "- Classes grammaticales\n- Trouve le nombre sur une ligne graduée\n- Trouve les nombres adjacents\n- Repérage sur ligne gra"
},
{
"path": "fastlane/metadata/android/fr-FR/changelogs/40100.txt",
"chars": 63,
"preview": "- Beaucoup d'améliorations d'ergonomie.\n- Plein de corrections\n"
},
{
"path": "fastlane/metadata/android/fr-FR/changelogs/40200.txt",
"chars": 100,
"preview": "- Traduction ajoutée pour le letton.\n- Beaucoup d'améliorations d'ergonomie.\n- Plein de corrections\n"
},
{
"path": "fastlane/metadata/android/fr-FR/full_description.txt",
"chars": 1185,
"preview": "GCompris est un logiciel éducatif qui propose des activités variées aux enfants de 2 à 10 ans. Il est plébiscité par les"
},
{
"path": "fastlane/metadata/android/fr-FR/short_description.txt",
"chars": 25,
"preview": "Jeu éducatif pour enfants"
},
{
"path": "fastlane/metadata/android/fr-FR/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/gl-ES/changelogs/250000.txt",
"chars": 427,
"preview": "- Resta vertical (compensación)\n- Resta vertical\n- Suma vertical\n- Calcular co complemento de 10\n- Esbozo\n- Engadiuse un"
},
{
"path": "fastlane/metadata/android/gl-ES/changelogs/250100.txt",
"chars": 66,
"preview": "- Moitas melloras de usabilidade.\n- Moitas correccións de fallos.\n"
},
{
"path": "fastlane/metadata/android/gl-ES/changelogs/260100.txt",
"chars": 32,
"preview": "- Moitas correccións de fallos.\n"
},
{
"path": "fastlane/metadata/android/gl-ES/changelogs/40000.txt",
"chars": 466,
"preview": "- Categorías gramaticais\n- Usa unha liña graduada\n- Atopa os números adxacentes\n- Le unha liña graduada.\n- Análise grama"
},
{
"path": "fastlane/metadata/android/gl-ES/changelogs/40100.txt",
"chars": 66,
"preview": "- Moitas melloras de usabilidade.\n- Moitas correccións de fallos.\n"
},
{
"path": "fastlane/metadata/android/gl-ES/changelogs/40200.txt",
"chars": 103,
"preview": "- Engadiuse unha tradución ao letón.\n- Moitas melloras de usabilidade.\n- Moitas correccións de fallos.\n"
},
{
"path": "fastlane/metadata/android/gl-ES/full_description.txt",
"chars": 1016,
"preview": "GCompris é unha colección de programas educativos que inclúe numerosas actividades para nenas e nenos de entre 2 e 10 an"
},
{
"path": "fastlane/metadata/android/gl-ES/short_description.txt",
"chars": 27,
"preview": "Xogo educativo para cativos"
},
{
"path": "fastlane/metadata/android/gl-ES/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/he/changelogs/250100.txt",
"chars": 46,
"preview": "- הרבה שיפורים בשימושיות\n- הרבה תיקוני שגיאות\n"
},
{
"path": "fastlane/metadata/android/he/changelogs/260100.txt",
"chars": 21,
"preview": "- הרבה תיקוני שגיאות\n"
},
{
"path": "fastlane/metadata/android/he/changelogs/40100.txt",
"chars": 46,
"preview": "- הרבה שיפורים בשימושיות\n- הרבה תיקוני שגיאות\n"
},
{
"path": "fastlane/metadata/android/he/changelogs/40200.txt",
"chars": 66,
"preview": "- נוסף תרגום ללטבית\n- הרבה שיפורים בשימושיות\n- הרבה תיקוני שגיאות\n"
},
{
"path": "fastlane/metadata/android/he/full_description.txt",
"chars": 746,
"preview": "חבילת הלומדות האיכותיות ג׳יקומפרי כוללת מספר גדול של פעילויות לילדים וילדות בגילאי שנתיים עד 10.\nחלק מהפעילויות מוכוונות"
},
{
"path": "fastlane/metadata/android/he/short_description.txt",
"chars": 18,
"preview": "משחק לימודי לילדים"
},
{
"path": "fastlane/metadata/android/he/title.txt",
"chars": 20,
"preview": "GCompris (ג׳יקומפרי)"
},
{
"path": "fastlane/metadata/android/hr/changelogs/250100.txt",
"chars": 61,
"preview": "- Mnoga poboljšanja upotrebljivosti\n- Mnogi ispravci grešaka\n"
},
{
"path": "fastlane/metadata/android/hr/changelogs/260100.txt",
"chars": 25,
"preview": "- Mnogi ispravci grešaka\n"
},
{
"path": "fastlane/metadata/android/hr/changelogs/30300.txt",
"chars": 116,
"preview": "- Dodani prijevodi za arapski i esperanto\n- Mnoga ažuriranja prijevoda\n- Mnogo novih slika\n- Mnogi ispravci grešaka\n"
},
{
"path": "fastlane/metadata/android/hr/full_description.txt",
"chars": 935,
"preview": "GCompris je visokokvalitetni obrazovni programski paket koji uključuje velik broj aktivnosti za djecu od 2 do 10 godina."
},
{
"path": "fastlane/metadata/android/hr/short_description.txt",
"chars": 23,
"preview": "Obrazovna igra za djecu"
},
{
"path": "fastlane/metadata/android/hr/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/hu-HU/changelogs/250000.txt",
"chars": 432,
"preview": "- Függőleges kivonás (kompenzáció)\n- Függőleges kivonás\n- Gyakorold az összeadást!\n- A tíz bontott alakjának használata\n"
},
{
"path": "fastlane/metadata/android/hu-HU/changelogs/250100.txt",
"chars": 59,
"preview": "- Sok apró javítás és változtatás.\n- Sok apró hibajavítás.\n"
},
{
"path": "fastlane/metadata/android/hu-HU/changelogs/260100.txt",
"chars": 24,
"preview": "- Sok apró hibajavítás.\n"
},
{
"path": "fastlane/metadata/android/hu-HU/full_description.txt",
"chars": 503,
"preview": "A Gcompris egy minőségi oktató szoftvercsomag amely sokféle feladatot tartalmaz 2-10 éves gyermekek számára.\nBár néhány "
},
{
"path": "fastlane/metadata/android/hu-HU/short_description.txt",
"chars": 30,
"preview": "Oktató játékcsomag gyerekeknek"
},
{
"path": "fastlane/metadata/android/hu-HU/title.txt",
"chars": 8,
"preview": "Gcompris"
},
{
"path": "fastlane/metadata/android/id/changelogs/250100.txt",
"chars": 55,
"preview": "- Banyak perbaikan pada fungsi\n- Banyak perbaikan kutu\n"
},
{
"path": "fastlane/metadata/android/id/changelogs/30300.txt",
"chars": 132,
"preview": "- Terjemahan ditambahkan untuk bahasa Arab dan Esperanto\n- Banyak pembaruan terjemahan\n- Banyak gambar baru\n- Banyak per"
},
{
"path": "fastlane/metadata/android/id/full_description.txt",
"chars": 593,
"preview": "GCompris adalah kumpulan permainan berbagai kegiatan pendidikan untuk anak usia 2 sampai 10 tahun.\nBeberapa kegiatan ber"
},
{
"path": "fastlane/metadata/android/id/short_description.txt",
"chars": 31,
"preview": "Permainan pendidikan untuk anak"
},
{
"path": "fastlane/metadata/android/id/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/it-IT/changelogs/250000.txt",
"chars": 499,
"preview": "- Sottrazione verticale (compensazione)\n- Sottrazione verticale\n- Addizione verticale\n- Calcola con il complemento a die"
},
{
"path": "fastlane/metadata/android/it-IT/changelogs/250100.txt",
"chars": 65,
"preview": "- Molti miglioramenti all'usabilità\n- Numerose correzioni di bug\n"
},
{
"path": "fastlane/metadata/android/it-IT/changelogs/260100.txt",
"chars": 29,
"preview": "- Numerose correzioni di bug\n"
},
{
"path": "fastlane/metadata/android/it-IT/changelogs/30300.txt",
"chars": 136,
"preview": "- Aggiunte traduzioni per arabo ed esperanto\n- Molti aggiornamenti delle traduzioni\n- Molte nuove immagini\n- Numerose co"
},
{
"path": "fastlane/metadata/android/it-IT/changelogs/40000.txt",
"chars": 460,
"preview": "- Classi grammaticali\n- Usa una linea graduata\n- Trova i numeri adiacenti\n- Leggi una riga graduata\n- Analisi grammatica"
},
{
"path": "fastlane/metadata/android/it-IT/changelogs/40100.txt",
"chars": 65,
"preview": "- Molti miglioramenti all'usabilità\n- Numerose correzioni di bug\n"
},
{
"path": "fastlane/metadata/android/it-IT/changelogs/40200.txt",
"chars": 99,
"preview": "- Traduzione aggiunta per lettone\n- Molti miglioramenti all'usabilità\n- Numerose correzioni di bug\n"
},
{
"path": "fastlane/metadata/android/it-IT/full_description.txt",
"chars": 980,
"preview": "GCompris è una raccolta di alta qualità di programmi didattici che comprende numerose attività per bambini da 2 a 10 ann"
},
{
"path": "fastlane/metadata/android/it-IT/short_description.txt",
"chars": 27,
"preview": "Gioco didattico per bambini"
},
{
"path": "fastlane/metadata/android/it-IT/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/ka-GE/changelogs/250100.txt",
"chars": 50,
"preview": "- მრავალი გაუმჯობესება\n- ბევრი შეცდომის გასწორება\n"
},
{
"path": "fastlane/metadata/android/ka-GE/changelogs/260100.txt",
"chars": 27,
"preview": "- ბევრი შეცდომის გასწორება\n"
},
{
"path": "fastlane/metadata/android/ka-GE/full_description.txt",
"chars": 949,
"preview": "GCompris მაღალი ხარისხის სასწავლო პროგრამების ნაკრებია, რომელიც 2-10 ასაკის ბავშვებისთვის დიდი რაოდენობით აქტივობებს შეი"
},
{
"path": "fastlane/metadata/android/ka-GE/short_description.txt",
"chars": 36,
"preview": "საგანმანათლებლო თამაში ბავშვებისთვის"
},
{
"path": "fastlane/metadata/android/ka-GE/title.txt",
"chars": 8,
"preview": "GCompris"
},
{
"path": "fastlane/metadata/android/lt/changelogs/250100.txt",
"chars": 50,
"preview": "- Daug įvairių pagerinimų\n- Daug klaidų pataisymų\n"
},
{
"path": "fastlane/metadata/android/lt/changelogs/260100.txt",
"chars": 24,
"preview": "- Daug klaidų pataisymų\n"
}
]
// ... and 3523 more files (download for full content)
About this extraction
This page contains the full source code of the gcompris/GCompris-qt GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3723 files (80.0 MB), approximately 21.2M tokens, and a symbol index with 1832 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.