EOppi student grading: Difference between revisions

From wikiluntti
Line 10: Line 10:


https://gist.github.com/markkuleino/bea1d81b41b233a8a3dbb2b6659a2222
https://gist.github.com/markkuleino/bea1d81b41b233a8a3dbb2b6659a2222
== Part 5 ==
<syntaxhighlight lang="python">
</syntaxhighlight>


== Part 6 ==
== Part 6 ==

Revision as of 19:59, 5 March 2021

Introduction

Set the grades according to the points given to the exercises.

I encountered some problems while trying to add a long file: Internal server error. Thus, there is many parts.

Theory

Save the database as a csv file and read it. Choose the exercises and run the python script. See the script at

https://gist.github.com/markkuleino/bea1d81b41b233a8a3dbb2b6659a2222

Part 6