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
63b88781
Commit
63b88781
authored
Feb 08, 2017
by
Simon Pintarelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
example numbers..
parent
03b6d8bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
statistics.Rnw
statistics.Rnw
+3
-3
No files found.
statistics.Rnw
View file @
63b88781
...
...
@@ -31,13 +31,13 @@
\rhead{LECTURER}
<<usersettings, echo=FALSE>>=
max_points_per_task <- c(10, 10, 10, 10) # max. no. of points per task
, required to set axes limits
max_points_per_task <- c(10, 10, 10, 10) # max. no. of points per task
maxpoints <- sum(max_points_per_task) # max. points
dp <- 0.5 # point interval
dg <- 0.25 # grade interval
## piecewise linear grading scale, make sure to include maxpoints
int_points <- c(0, 21,
46
, maxpoints)
int_grades <- c(1, 4,
6,
6)
int_points <- c(0, 21,
35
, maxpoints)
int_grades <- c(1, 4,
6,
6)
@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
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