".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
Moodle是一个基于模块化设计,采用面向对象方式开发的开源课程管理系统,它可以为用户提供个性化的在线学习体验和相关服务。如果我们购买的是Hostinger主机(如[美国主机](https://www.idcspy.com/))来放网站,那么可以使用其hPanel面板自动安装Moodle,操作还是比较简单。
![](https://www.idcspy.com/wp-content/uploads/2021/11/15-4.jpg)
1、登录到[Hostinger](/#)账户,以访问hPanel面板,在导航栏部分选中Hosting,然后选择要安装Moodle的域名,点击旁边的Manage管理按钮。
2、向下滚动到Website网站部分,单击Auto Installer自动安装程序。这里会显示当前流行的应用程序(如WordPress、[WooCommerce](/#)等),在Other部分,点击Select按钮,选择要安装的管理系统。
![](https://www.idcspy.com/wp-content/uploads/2021/11/13-5.jpg)
3、选中Moodle LMS课程管理系统后,根据页面提示填写必要的字段,如用户名、密码、电子邮件地址等,信息填写完毕后,点击Install按钮便可开始安装。
![](https://www.idcspy.com/wp-content/uploads/2021/11/14-3.jpg)
4、Moodle程序安装需要一定的时间,耐心等待即可。安装完成后,该程序将会出现在List of Installed Applications已安装应用程序列表中。
这样,我们便成功地在Hostinger主机上安装了Moodle程序,后续可以根据需要创建用户、进行课程管理等操作。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104927.html