An experiment to create a community-driven language learning platform

栏目: IT技术 · 发布时间: 5年前

内容简介:an experiment to create a community-driven language-learning platformMy goal is to start a community-driven language-learning platform that gives it's users and contributors a way to influence it's future and adapt it to special requirements.

An experiment to create a community-driven language learning platform

an experiment to create a community-driven language-learning platform

Click here for live demo

Project goal

My goal is to start a community-driven language-learning platform that gives it's users and contributors a way to influence it's future and adapt it to special requirements.

To achieve that, I release all source code under the GPLv3 free software license, which guarantees end users the freedom to run, study, share, and modify the software.

In addition to licensing the software under a free software license, the course content will be decoupled from the software itself, and the development of GPLv3 or public domain course content will be encouraged. This should allow course developers to retain the freedom to choose how they use their work.

Once course content is properly decoupled from the software, it should be possible to experiment with alternative ways of using course content: for example, the creation of audiobooks or print material.

Screenshots

An experiment to create a community-driven language learning platform An experiment to create a community-driven language learning platform An experiment to create a community-driven language learning platform An experiment to create a community-driven language learning platform

Milestones

Here's a rough sketch of how I imagine the milestones of this project:

First demo

  • :ballot_box_with_check: Demo course content in Spanish for English speakers
  • :ballot_box_with_check: Some basic building blocks of course content implemented
  • :ballot_box_with_check: Developers can use course editor
  • :ballot_box_with_check: Basic theme/branding

Alpha release

  • ☐ Course progress can be properly syncronised across devices
  • ☐ Course editor can be accessed by all course contributors
  • ☐ Statistics about course controbutors are collected and published
  • ☐ At least the basics of the Spanish course are ready
  • ☐ Most of the course building blocks are implemented

Beta release

  • ☐ All of the basic building blocks of courses are implemented
  • ☐ More advanced learning features (reading exercises)
  • ☐ Spaced repetition implemented
  • ☐ Spanish course is stable and useful

Stable release(s)

  • ☐ Any user can build their own course
  • ☐ Users can suggest changes to course content
  • ☐ There's a marketplace for "unofficial" courses
  • ☐ Multiple stable courses available
  • ☐ Mobile apps available
  • ☐ Wiki features
  • ☐ Dictionary
  • ☐ Speaking exercises

Become a contributor

Contribute to course material

If you are interested in contributing to course development, please fill the following form: https://danielkantor196881.typeform.com/to/V00Paz . The project is in a very early stage right now, so you might not be able to contribute right away. Your work will be released in this GitHub repository and you will show up as a contributor here.

Contribute to software development

If you are interested in writing code for LibreLingo, you can simply start submitting pull requests. You can also use this form to get in touch: https://danielkantor196881.typeform.com/to/jTe9jX . You don't need to fill this form. You can just start submitting issues and pull requests if your wish!

Other forms of contribution

You can help LibreLingo by testing it and submitting feature requests or bug reports: https://github.com/kantord/LibreLingo/issues/new . If you want to get in touch, you can simply the contacts on my GitHub profile .

There is also a Matrix/FreeNode IRC channel #LibreLingo , instructions for joining:

  • Matrix: #LibreLingo on matrix.org
  • IRC: connect to irc.freenode.net with your favourite client and join #LibreLingo

Tech stack

Web app/PWA Course editor
Frontend Svelte Django Admin*
Backend CouchDB

* Djando Admin might be replaced in the future

Testing is done using Jest and Cypress. Other technology in use include: bulma, webpack, etc.

License

Development

Development documentation is available on Read the Docs

Contributors :sparkles:

Thanks goes to these wonderful people ( emoji key ):

An experiment to create a community-driven language learning platform Daniel Kantor
:computer:
An experiment to create a community-driven language learning platform Klemen Skerbiš An experiment to create a community-driven language learning platform Mirek Mazel An experiment to create a community-driven language learning platform Chris Babcock An experiment to create a community-driven language learning platform Liaizon Wakest An experiment to create a community-driven language learning platform Trolli Schmittlauch An experiment to create a community-driven language learning platform Jérôme Deuchnord
An experiment to create a community-driven language learning platform Felix Ableitner
:bug:
An experiment to create a community-driven language learning platform Navan Chauhan
:computer:
An experiment to create a community-driven language learning platform Roshan Jossy
:computer: :book:
An experiment to create a community-driven language learning platform ledgelight An experiment to create a community-driven language learning platform Francis Tyers
:book:
An experiment to create a community-driven language learning platform titanix An experiment to create a community-driven language learning platform Michael Moroni

This project follows the all-contributors specification. Contributions of any kind welcome!


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法图解

算法图解

[美] Aditya Bhargava / 袁国忠 / 人民邮电出版社 / 2017-3 / 49.00元

本书示例丰富,图文并茂,以让人容易理解的方式阐释了算法,旨在帮助程序员在日常项目中更好地发挥算法的能量。书中的前三章将帮助你打下基础,带你学习二分查找、大O表示法、两种基本的数据结构以及递归等。余下的篇幅将主要介绍应用广泛的算法,具体内容包括:面对具体问题时的解决技巧,比如,何时采用贪婪算法或动态规划;散列表的应用;图算法;K最近邻算法。一起来看看 《算法图解》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具