commit 6f3d597286cb7745b043cc9e518d7179501985a8 Author: Andrzej Wójtowicz Date: Mon Aug 23 12:51:45 2021 +0200 Init diff --git a/README.md b/README.md new file mode 100644 index 0000000..619f084 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# Thirdparty CodeRunner question templates + +The following list shows CodeRunner question templates created by the community. + +## Main + +Templates and demos created by the plugin author Richard Lobb. + +* [Plugin samples](https://github.com/trampgeek/moodle-qtype_coderunner/tree/master/samples), notably: + * C via Python: `prototype_c_via_python.xml` + * C# via Python`csharpprogviapython.xml` + * Python with pylint & Matlab: `uocprototypes.xml` + * Python Tkinter `uoctkinterprototype.xml` + * demo questions: + * GraphUI: `graphuidemoquestion.xml` + * randomization: `randomisationexamples.xml` + * SQLite: `sqlexamples.xml` + * NodeJS: `trivialnodejsquestion.xml` +* [Python matplotlib and general graphics](https://coderunner.org.nz/mod/forum/discuss.php?d=167#p704) + +## User + +Templates and demos created by users. + +### Prototypes + +* [Arduino](https://coderunner.org.nz/mod/forum/discuss.php?d=155) +* [C# with Mono](https://coderunner.org.nz/mod/forum/discuss.php?d=79) +* [Digital logic in VHDL](https://coderunner.org.nz/mod/forum/discuss.php?d=381) +* [DFS automata](https://coderunner.org.nz/mod/forum/discuss.php?d=308#p1342) +* [F#](https://coderunner.org.nz/mod/forum/discuss.php?d=409) +* [HTML](https://coderunner.org.nz/mod/forum/discuss.php?d=399) +* [Julia](https://coderunner.org.nz/mod/forum/discuss.php?d=177) +* [OCaml](https://coderunner.org.nz/mod/forum/discuss.php?d=411) +* [Octave graphics](https://coderunner.org.nz/mod/forum/discuss.php?d=111) +* [Parson's problems](https://coderunner.org.nz/mod/forum/discuss.php?d=394) +* [Python Turtle drawing](https://coderunner.org.nz/mod/forum/discuss.php?d=61#p1303) +* [R](https://coderunner.org.nz/mod/forum/discuss.php?d=37) +* [Vector diagram ui for electrical engineering](https://coderunner.org.nz/mod/forum/discuss.php?d=444) +* [VHDL](https://coderunner.org.nz/mod/forum/discuss.php?d=334) +* [Visual Basic with Mono](https://coderunner.org.nz/mod/forum/discuss.php?d=205) + +### Custom plugins + +* [Blockly](https://coderunner.org.nz/mod/forum/discuss.php?d=337) ([GitHub](https://github.com/Canx/moodle-qtype_coderunner)) +* [GraphChecker](https://coderunner.org.nz/mod/forum/discuss.php?d=378) ([GitHub](https://github.com/graphchecker/))