diff options
author | Camil Staps | 2015-03-07 21:54:25 +0100 |
---|---|---|
committer | Camil Staps | 2015-03-07 21:54:25 +0100 |
commit | 9c3a59c1600242b5c28fcd8c4d58b711b54d254e (patch) | |
tree | 7cee90d4844d5839ddac514a5c62f1bcbcb41e10 /Week5/src/week5/MCQuestion.java | |
parent | Finished week 5 (diff) |
removed Thijs as author
Diffstat (limited to 'Week5/src/week5/MCQuestion.java')
-rw-r--r-- | Week5/src/week5/MCQuestion.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Week5/src/week5/MCQuestion.java b/Week5/src/week5/MCQuestion.java index d3aa41a..86869c5 100644 --- a/Week5/src/week5/MCQuestion.java +++ b/Week5/src/week5/MCQuestion.java @@ -7,7 +7,6 @@ import java.util.Random; * * Note: for 2-choice questions the TCQuestion class should be used. * - * @author Thijs Heijligenberg, s4451414 * @author Camil Staps, s4498062 */ public class MCQuestion extends Question { |