-
大小: 77.75MB文件類型: .zip金幣: 1下載: 0 次發布日期: 2022-04-19
- 語言: PHP
- 標簽:
資源簡介
EduSoho開源網校平臺系統源碼是一套PHP版開源網校源代碼建站系統,而且免費提供給非商業用途的用戶使用。EduSoho開源網校平臺系統所在的闊知網絡是一家專注在線教育平臺系統研發與教育運營服務的互聯網企業,其研發的開源網校系統提供了基礎的功能,包括直播、錄播、考試題庫等多項功能,用戶可以實現根據不同的用戶給予不同的權限,觀看第三方的視頻內容,需要的用戶可以下載安裝使用,體驗一下EduSoho開源網校系統的各項功能。
Edusoho開源網校系統功能特點
1、獨創學習引擎,打造互動式課堂
EduSoho獨創的學習引擎,開發了一對一直播、大班直播、點播課程、音頻課程、作業、考試等12種教學手段,讓教育機構按需打造個性化的教學模式。
2、題庫系統,智能化開展考試測評
EduSoho獨立研發的在線題庫平臺是針對試題管理、智能組卷、在線做題、課后作業、模擬考試的需求所提供的整體的解決方案。
3、移動端學習,把學校裝進口袋
配套闊知學堂APP、專為微信端優化的微網校和小程序,滿足學員碎片化學習需求,隨時隨地在線學習。
4、云視頻
專為在線教育研發的視頻技術-TLP2.0專利技術,加密傳輸,動態解密播放,實現了盜版溯源等。
5、微信營銷平臺,實現網??焖僖?br/>微營銷工具、微網校和小程序,無縫對接網校微信公眾號和社群,打造網校微信運營生態,輕松實現快速引流。
6、智能營銷系統,招生轉化率翻倍
從定位目標客戶到促銷成交,多種工具幫助網校打通招生轉化路徑,從招生到課程營銷,營收增長80%。
7、網校管理ERP,讓你輕松掌握運營管理
可視化圖表結合面板式管理后臺,讓網校的管理輕松高效。
EduSoho開源網校平臺系統源碼截圖
相關閱讀
在線教育,如何選擇合適的視頻“云”服務
Edusoho開源網校系統功能特點
1、獨創學習引擎,打造互動式課堂
EduSoho獨創的學習引擎,開發了一對一直播、大班直播、點播課程、音頻課程、作業、考試等12種教學手段,讓教育機構按需打造個性化的教學模式。
2、題庫系統,智能化開展考試測評
EduSoho獨立研發的在線題庫平臺是針對試題管理、智能組卷、在線做題、課后作業、模擬考試的需求所提供的整體的解決方案。
3、移動端學習,把學校裝進口袋
配套闊知學堂APP、專為微信端優化的微網校和小程序,滿足學員碎片化學習需求,隨時隨地在線學習。
4、云視頻
專為在線教育研發的視頻技術-TLP2.0專利技術,加密傳輸,動態解密播放,實現了盜版溯源等。
5、微信營銷平臺,實現網??焖僖?br/>微營銷工具、微網校和小程序,無縫對接網校微信公眾號和社群,打造網校微信運營生態,輕松實現快速引流。
6、智能營銷系統,招生轉化率翻倍
從定位目標客戶到促銷成交,多種工具幫助網校打通招生轉化路徑,從招生到課程營銷,營收增長80%。
7、網校管理ERP,讓你輕松掌握運營管理
可視化圖表結合面板式管理后臺,讓網校的管理輕松高效。
EduSoho開源網校平臺系統源碼截圖
相關閱讀
在線教育,如何選擇合適的視頻“云”服務
代碼片段和文件信息
#?-*-?coding:?utf-8?-*-
#
#?Doctrine?2?ORM?documentation?build?configuration?file?created?by
#?sphinx-quickstart?on?Fri?Dec??3?18:10:24?2010.
#
#?This?file?is?execfile()d?with?the?current?directory?set?to?its?containing?dir.
#
#?Note?that?not?all?possible?configuration?values?are?present?in?this
#?autogenerated?file.
#
#?All?configuration?values?have?a?default;?values?that?are?commented?out
#?serve?to?show?the?default.
import?sys?os
#?If?extensions?(or?modules?to?document?with?autodoc)?are?in?another?directory
#?add?these?directories?to?sys.path?here.?If?the?directory?is?relative?to?the
#?documentation?root?use?os.path.abspath?to?make?it?absolute?like?shown?here.
sys.path.append(os.path.abspath(‘_exts‘))
#?--?General?configuration?-----------------------------------------------------
#?Add?any?Sphinx?extension?module?names?here?as?strings.?They?can?be?extensions
#?coming?with?Sphinx?(named?‘sphinx.ext.*‘)?or?your?custom?ones.
extensions?=?[‘configurationblock‘]
#?Add?any?paths?that?contain?templates?here?relative?to?this?directory.
templates_path?=?[‘_templates‘]
#?The?suffix?of?source?filenames.
source_suffix?=?‘.rst‘
#?The?encoding?of?source?files.
#source_encoding?=?‘utf-8‘
#?The?master?toctree?document.
master_doc?=?‘index‘
#?General?information?about?the?project.
project?=?u‘Doctrine?2?ORM‘
copyright?=?u‘2010-12?Doctrine?Project?Team‘
#?The?version?info?for?the?project?you‘re?documenting?acts?as?replacement?for
#?|version|?and?|release|?also?used?in?various?other?places?throughout?the
#?built?documents.
#
#?The?short?X.Y?version.
version?=?‘2‘
#?The?full?version?including?alpha/beta/rc?tags.
release?=?‘2‘
#?The?language?for?content?autogenerated?by?Sphinx.?Refer?to?documentation
#?for?a?list?of?supported?languages.
language?=?‘en‘
#?There?are?two?options?for?replacing?|today|:?either?you?set?today?to?some
#?non-false?value?then?it?is?used:
#today?=?‘‘
#?Else?today_fmt?is?used?as?the?format?for?a?strftime?call.
#today_fmt?=?‘%B?%d?%Y‘
#?List?of?documents?that?shouldn‘t?be?included?in?the?build.
#unused_docs?=?[]
#?List?of?directories?relative?to?source?directory?that?shouldn‘t?be?searched
#?for?source?files.
exclude_trees?=?[‘_build‘]
#?The?reST?default?role?(used?for?this?markup:?‘text‘)?to?use?for?all?documents.
#default_role?=?None
#?If?true?‘()‘?will?be?appended?to?:func:?etc.?cross-reference?text.
#add_function_parentheses?=?True
#?If?true?the?current?module?name?will?be?prepended?to?all?description
#?unit?titles?(such?as?..?function::).
#add_module_names?=?True
#?If?true?sectionauthor?and?moduleauthor?directives?will?be?shown?in?the
#?output.?They?are?ignored?by?default.
show_authors?=?True
#?The?name?of?the?Pygments?(syntax?highlighting)?style?to?use.
pygments_style?=?‘sphinx‘
#?A?list?of?ignored?prefixes?for?module?index?sorting.
#modindex_common_prefix?=?[]
#?--?Options?for?HTML?output?---------------------------------------------------
#?The?theme?to?use?for?HTML?and?HTML?Help?pages.??Major
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-06-26?14:14??edusoho\
?????目錄???????????0??2019-06-26?14:15??edusoho\api\
?????文件?????????844??2019-05-17?13:58??edusoho\api\bootstrap.php
?????目錄???????????0??2019-06-26?14:15??edusoho\api\config\
?????文件????????1827??2019-05-17?13:58??edusoho\api\config\container.php
?????文件??????????61??2019-05-17?13:58??edusoho\api\config\dev.php
?????文件?????????895??2019-05-17?13:58??edusoho\api\config\paramaters.php
?????文件??????????72??2019-05-17?13:58??edusoho\api\config\prod.php
?????文件????????6323??2019-05-17?13:58??edusoho\api\config\routing.php
?????文件?????????771??2019-05-17?13:58??edusoho\api\config\whitelist.php
?????文件????????2799??2019-05-17?13:58??edusoho\api\index.php
?????目錄???????????0??2019-06-26?14:15??edusoho\api\src\
?????文件????????1225??2019-05-17?13:58??edusoho\api\src\announcements.php
?????文件????????1461??2019-05-17?13:58??edusoho\api\src\blacklists.php
?????文件????????1044??2019-05-17?13:58??edusoho\api\src\courses.php
?????文件????????3455??2019-05-17?13:58??edusoho\api\src\coursethreads.php
?????文件?????????377??2019-05-17?13:58??edusoho\api\src\exercises.php
?????文件?????????199??2019-05-17?13:58??edusoho\api\src\files.php
?????文件????????1711??2019-05-17?13:58??edusoho\api\src\functions.php
?????文件?????????939??2019-05-17?13:58??edusoho\api\src\me.php
?????文件????????1343??2019-05-17?13:58??edusoho\api\src\messages.php
?????文件????????1736??2019-05-17?13:58??edusoho\api\src\mobileschools.php
?????目錄???????????0??2019-06-26?14:15??edusoho\api\src\Topxia\
?????目錄???????????0??2019-06-26?14:15??edusoho\api\src\Topxia\Api\
?????文件????????6159??2019-05-17?13:58??edusoho\api\src\Topxia\Api\ApiAuth.php
?????目錄???????????0??2019-06-26?14:15??edusoho\api\src\Topxia\Api\Convert\
?????文件?????????477??2019-05-17?13:58??edusoho\api\src\Topxia\Api\Convert\AnnouncementConvert.php
?????文件?????????448??2019-05-17?13:58??edusoho\api\src\Topxia\Api\Convert\BlacklistConvert.php
?????文件??????????93??2019-05-17?13:58??edusoho\api\src\Topxia\Api\Convert\Convert.php
?????文件?????????429??2019-05-17?13:58??edusoho\api\src\Topxia\Api\Convert\CourseConvert.php
?????文件?????????444??2019-05-17?13:58??edusoho\api\src\Topxia\Api\Convert\CourseThreadConvert.php
............此處省略27890個文件信息
評論
共有 條評論