Moodle Tools (Advance)
1. MOOdle SHell
Moosh stands for MOOdle SHell. It is a commandline tool that will allow you to perform most common Moodle tasks.
Open Source Software in My Daily Life
Moosh stands for MOOdle SHell. It is a commandline tool that will allow you to perform most common Moodle tasks.
Masuk ke menu : SystemAdministrator > Appearance > Additional HTML
Kemudian tambahkan script berikut pada form Within HEAD
<script>
document.addEventListener('contextmenu', (e)=>{
e.preventDefault();
})
</script>
<video width="600" height="350" controls controlsList="nodownload">
<source data-src="video1.ogg" type="video/mp4">
</video>
Untuk Moodle yang lebih baru dapat lihat ke sini
Atau ke Word table format
Bagaimana meng-export pertanyaan di Moodle (termasuk gambar jika ada) dalam formasi Microsoft Word ?
Yang perlu kita lakukan adalah 2 hal yaitu :
1. Memastikan konfigurasi PHP mendukung tidy, curl dan xlst
2. Memasang plugin Moodle2Word (qformat_wordtable)
Untuk mememeriksa apakah konfigurasi PHP Anda sudah mendukung tidy, curl dan xlst , periksalah :
Administration -> Server -> PHP info
Jika tidak ada maka Anda harus memasangnya, jika menggunakan Ubuntu atau distro Debianlike lainnya dapat menjalankan perintah berikut ini :
$sudo apt-get install php5-curl, php5-xls, php5-tidy
Memasang plugin wordtable
Silahkan logout dan login kembali sebagai Administrator. Sekarang ketika Anda mencoba export atau import Questions/Pertanyaan, akan ada pilihan wordtable.
Plugin yang bagus, walau ada versi trial limited, tapi versi full nya ternyata harganya juga bagus, €200 / tahun 🙂