| src | ||
| .gitignore | ||
| LICENSE.md | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
OnCourse to Google Form Converter
Welcome to the OnCourse to Google Form Converter! This project allows OnCourse teachers to easily convert their OnCourse LMS (Learnosity) assignments into Google Forms. Built with SvelteKit and styled using Tailwind CSS, this tool streamlines the assignment conversion process for educators.
Features
- User-Friendly Interface: Simple and intuitive design for easy navigation.
- Assignment Conversion: Convert OnCourse assignments into Google Forms with a single click.
- Real-Time Updates: Fetches the latest assignments seamlessly.
Getting Started
Prerequisites
- Ensure you have Bun installed on your machine.
Installation
-
Clone the repository:
git clone https://forge.wolfhound.dev/Wolfound/oc_to_forms.git cd oc_to_forms -
Install dependencies:
bun install -
Run the project in development mode:
bun run build --watch -
Open your chrome browser and import
~/oc_to_forms/distas an unpacked extension
Usage
- Upon launching the application, you will be greeted with a welcome message.
- Click the Convert Assignment Test button to initiate the conversion process.
License
This project is open source and available under a custom license. However, please note that:
- Monetization: You may not use this project for commercial purposes.
- Open Source Compliance: Any modifications or distributions must remain open source.
Contributing
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request. Ensure your changes align with the project's goals and maintain the open-source nature of the project.