apluslms / a-plus-rst-tools

Tools to publish RST course content for mooc-grader and a-plus. Should be cloned as a course submodule.
MIT License
6 stars 24 forks source link

Octave support added and codemirror errors in console resolved #141

Closed yuseinaligmail closed 2 years ago

yuseinaligmail commented 2 years ago

Description

What? Octave language support added.

Also, CodeMirror not found exception bug resolved

Why?

Octave support for interactive code blocks will be needed for Signals and Systems Course.

How? Language check related parts are extended to check for octave kernel.

Fixes #

Testing

Remember to add or update unit tests for new features and changes.

What type of test did you run?

[ADD A DESCRIPTION ABOUT WHAT YOU TESTED MANUALLY] I did create interactive code blocks in Octave and tested their functionality.

Did you test the changes in

Think of what is affected by these changes and could become broken It is not expected to break any part.

Translation

Have you updated the README or other relevant documentation?

Not needed for this addition.

Is it Done?

Clean up your git commit history before submitting the pull request!