Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exam-statistics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Pintarelli
exam-statistics
Commits
ef7ee659
Commit
ef7ee659
authored
Jan 30, 2017
by
Simon Pintarelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
30b12405
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Readme.rst
Readme.rst
+9
-9
No files found.
Readme.rst
View file @
ef7ee659
This is intended as a user-friendly (and easy to customize) alternative to the previous exam statistic script
written in perl.
This is intended as a user-friendly (and easy to customize) alternative to the previous exam statistics script.
.. role:: bash(code)
:language: bash
...
...
@@ -8,10 +7,10 @@ written in perl.
Installation
============
Run :bash:`./install.sh`.
Be patient, if you run this on a D-MATH computer it wi
ll
take >5min
.
Run :bash:`./install.sh`.
This will download and compile the required R-packages and insta
ll
pandas and xlwt for python 3
.
Of course y
ou have to clone or download the git repo first:
Y
ou have to clone or download the git repo first:
.. code:: shell
...
...
@@ -35,11 +34,12 @@ Usage
3. Open ``marks.xls`` in a spreadsheet editor (for example localc) and enter
the number of points per task for each student (Columns A1..An). Add or remove
columns for tasks as needed. Save as Excel document to ``marks.xls``.
4. Open the file ``statistics.Rnw`` in a text editor and fill the data in the block called "User
Settings".
4. Open the file ``statistics.Rnw`` in a text editor and fill in the variables in the
block "User Settings". That means the lecture title, the interpolation points for
the grading scale and the maximal number of points per task.
5. Open a shell and type :bash:`./2-generate-stats-and-edoz-upload`. This will generate the
files ``statistics.pdf`` and ``edoz-final.txt``
6. Check the grades of a few students manually to make sure that results in
6. Check the grades of a few students manually to make sure that
the
results in
``edoz-final.txt`` are correct.
7. Upload ``edoz-final.txt`` to edoz by clicking on ``Import Data``.
...
...
@@ -52,7 +52,7 @@ Preview
Links
=====
If you'd like to customize the script have a look at the following packages and the file ``statistics.Rnw``.
If you'd like to customize the script
,
have a look at the following packages and the file ``statistics.Rnw``.
- Manipulate data in R: `dplyr <https://cran.rstudio.com/web/packages/dplyr/vignettes/introduction.html>`_
- Plots in R `ggplot2 <http://www.cookbook-r.com/Graphs/>`_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment