Skip to content

Moodle Code Activity

The Code Activity plugin is something I’m working on where I’ll be able to put an activity in Moodle with code files that students will be able to edit, check, and submit; and the grades will automatically get put into their gradebooks.

My goal is for it to be a pseudo IDE for Java and Python, along with the possibility of other languages along the way. Ideally this will allow me to not worry about what IDE may, or may not be installed in the lab or at home. Students will be able to login and work on their code anywhere they can get to a web browser.

For now, there’s not much there. The options page is the first step. It’s built, but doesn’t save yet. But I wanted to go ahead and get a page up about the project. So there’s something to look at, here’s a screenshot of the mod_form page.

Capture

If you’re interested, the code is over on GitHub.It’s not ready for use, but if you’re on the geeky side you might want to take a look.

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *