moodle-qformat_xlsx
is a plugin for Moodle that provides seamless integration for importing and exporting XLSX files. This plugin enhances the functionality of Moodle by allowing users to easily upload and download XLSX files, which can be particularly useful for managing course data, student information, grades, and more.
- Import XLSX: Easily import data from XLSX files into Moodle.
- Export to XLSX: Export Moodle data like grades, attendance, and course information into an XLSX file.
- User-Friendly Interface: Simple and intuitive UI for both importing and exporting processes.
- Data Integrity: Ensures that the data structure is maintained during the import/export process.
-
Download the Plugin: Clone this repository or download the ZIP file.
git clone https://github.com/michael2to3/moodle-qformat_xlsx.git
-
Install the Plugin on Moodle:
- Navigate to your Moodle installation's
admin/tool/installaddon/index.php
page. - Upload the downloaded plugin ZIP file.
- Follow the on-screen instructions to complete the installation.
- Navigate to your Moodle installation's
-
Verify Installation:
- After installation, 'moodle-qformat_xlsx' should be listed under the Plugins section in Moodle.
- Navigate to the
moodle-qformat_xlsx
import section in Moodle. - Choose the XLSX file you want to import.
- Map the columns in your XLSX file to the corresponding fields in Moodle.
- Click on 'Import' to complete the process.
- Navigate to the section where you want to export data (e.g., grades, attendance).
- Select the
Export to XLSX
option. - Customize the data fields and filters as per your requirements.
- Click on 'Export' to download the XLSX file.
No additional configuration is needed after installation. However, you can modify the import/export settings based on your Moodle setup if necessary.
For issues, feature requests, or contributions, please use the Issues section of this repository.
This plugin is released under the GNU General Public License. See the LICENSE file for more details.