Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS-210 Functional Programming 2019
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taha Zakariya
CS-210 Functional Programming 2019
Commits
5128c796
Commit
5128c796
authored
5 years ago
by
Timothée Floure
Browse files
Options
Downloads
Patches
Plain Diff
Put emphasis on some important grading info
parent
4b0b049d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
week1/00-grading-and-submission.md
+6
-5
6 additions, 5 deletions
week1/00-grading-and-submission.md
with
6 additions
and
5 deletions
week1/00-grading-and-submission.md
+
6
−
5
View file @
5128c796
...
@@ -6,7 +6,7 @@ Each assignment is shipped with two sets of tests:
...
@@ -6,7 +6,7 @@ Each assignment is shipped with two sets of tests:
*
The grading tests, provided as a 'black box': you can run them
*
The grading tests, provided as a 'black box': you can run them
but are not allowed to the their content. You can run them locally (= on
but are not allowed to the their content. You can run them locally (= on
your computer) with the
`runGradingTests`
SBT command. You will get the
your computer) with the
`runGradingTests`
SBT command. You will get the
full score
if
all the grading tests pass.
full score
**if and only if**
all the grading tests pass.
*
The tests defined under
`src/test/scala`
. They can be run with the
`test`
*
The tests defined under
`src/test/scala`
. They can be run with the
`test`
SBT command and you can - we encourage you to - add your owns.
SBT command and you can - we encourage you to - add your owns.
...
@@ -68,10 +68,11 @@ support](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support).
...
@@ -68,10 +68,11 @@ support](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support).
### Submission
### Submission
You only have to make sure your commits are pushed on gitlab and that your code
You only have to make sure
**your commits are pushed to gitlab**
and that
is properly graded in the CI: your branch will be automatically snapshotted
**your code is properly graded in the CI**
(i.e. you get a grade): your branch
under the
`submission-$ASSIGNMENT`
tag at the deadline. Note that you cannot
will be automatically snapshotted under the
`submission-$ASSIGNMENT`
tag at the
create, delete or update the
`submission-*`
tags by yourself.
deadline. Note that you cannot create, delete or update the
`submission-*`
tags
by yourself.
## Troubleshooting
## Troubleshooting
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment