Files
G4G0-1/Unsorted/HW4_final_marks.csv

248 KiB

1stdIdfirst_namelast_namemarkfeedback
20agg468MuhamadoCande18.33OUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.333333333333332. Additional marks after hand marking company class is 8
31agg545CledMabika Guiende9FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on login CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Member class constructor throws an exception when tested against spec. Member Class OVERALL: 0.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 FOUND: refNumber initialised, incrementing 0.0 FOUND: type initialised, incrementing 0.0 FOUND: price initialised, incrementing 0.0 OVERALL: 5.0. Additional marks after hand marking company class is 4
42agg663RihanKhan14FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. membership number: 123 email: testString logged in status: false An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.0. Additional marks after hand marking company class is 4
53agg789JosueLosasa18FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 10.0. Additional marks after hand marking company class is 8
64agg802SandraAdjemout4Your initial score was 0. The new score is capped at 40% after being marked by hand. refNumber is not char. Holiday class throws an exception. Money is not of type int, Friend class throws an exception.
75agg874MohamedZini4An instance of the Website class was created successfully. An instance of the Member class was created successfully. FEEDBACK: website class constructor throws an exception when tested against spec. website Class OVERALL: 0.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Member class constructor throws an exception when tested against spec. Member Class OVERALL: 0.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FEEDBACK: Friend class constructor throws an exception when tested against spec. Friend Class OVERALL: 0.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 java.lang.IllegalArgumentException: Can not set int field Member.money to java.lang.Double at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:228) at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:232) at java.base/jdk.internal.reflect.MethodHandleIntegerFieldAccessorImpl.set(MethodHandleIntegerFieldAccessorImpl.java:127) at java.base/java.lang.reflect.Field.set(Field.java:836) at HW4Test2023.main(HW4Test2023.java:116) java.lang.NoSuchFieldException: companyWebsites at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at HW4Test2023.main(HW4Test2023.java:765) java.lang.IllegalArgumentException: Can not set int field Friend.money to java.lang.Double at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:228) at java.base/jdk.internal.reflect.FieldAccessorImpl.throwSetIllegalArgumentException(FieldAccessorImpl.java:232) at java.base/jdk.internal.reflect.MethodHandleIntegerFieldAccessorImpl.set(MethodHandleIntegerFieldAccessorImpl.java:127) at java.base/java.lang.reflect.Field.set(Field.java:836) at HW4Test2023.main(HW4Test2023.java:1645) java.lang.NoSuchFieldException: companyWebsites at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at HW4Test2023.main(HW4Test2023.java:1820) FOUND: refNumber initialised, incrementing 0.0 FOUND: type initialised, incrementing 0.0 FOUND: price initialised, incrementing 0.0 OVERALL: 0.0. Your initial score was 0. The new score is capped at 40% after being marked by hand. Money is not int. Friend class throws an exception.
86agg946TrinityBooth8Your initial score was 0. The new score is capped at 40% after being marked by hand. Friend class was named wrongly as Friend.Java, it should be small j and not big
97agg951CharlesAndersonno submission
108agg995LewisRylance18.663FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: payForHoliday() method not found Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 12.663333333333332. Additional marks after hand marking company class is 6
119agg996HaiderRafiq4java: constructor Holiday in class Holiday cannot be applied to given types; required: java.lang.String,java.lang.String,double,double found: java.lang.String,java.lang.String,int reason: actual and formal argument lists differ in length. Your initial score was 0. The new score is capped at 40% after being marked by hand
1210chc001ArslanMazhar23.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 8.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 15.333333333333332. Additional marks after hand marking company class is 8
1311chc002BassirouSeye Diengno submission
1412chc006ZunairaRana20.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 8.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 15.333333333333332. Additional marks after hand marking company class is 5
1513chc008MohamedSheikh Ibrahim21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
1614chc097BareerahKhan13.5FEEDBACK: You need to initialize loggedInList to a value inside the constructor method. FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FEEDBACK: listMemberLoggedIn method output isn't correct Website Class Overall: 0.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 9.5. Additional marks after hand marking company class is 4
1715chc119GeorgeWilkinson26.3333Extra member type field not found inside website class, no marks needed ! FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is a private method, incrementing 1.0 FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 11.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 18.333333333333332. Additional marks after hand marking company class is 8
1816chc141MamreAbatcha11.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 1.5 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 6.33. Additional marks after hand marking company class is 5
1917chc143DaanishAbdul Muqtader18FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 11.0. Additional marks after hand marking company class is 8
2018chc145NajiyullahAhmed13.5FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 9.5. Additional marks after hand marking company class is 4
2119chc146JakeAndrews25FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: checkMoney() must be a private method FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 10.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 17.0. Additional marks after hand marking company class is 8
2220chc148JoshuaCarpenter24.99666FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: whoCannotPay() is a private method, incrementing 1.0 FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FOUND: correct output for whoCannotPay() FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 10.666666 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 16.996665999999998. Additional marks after hand marking company class is 8
2321chc150LukeCollingwood0no submission for Company class
2422chc158MorganGeorge14.5FEEDBACK: You need to initialize loggedInList to a value inside the constructor method. FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FEEDBACK: listMemberLoggedIn method output isn't correct Website Class Overall: 0.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 8.5. Additional marks after hand marking company class is 6
2523chc163SabirHussein21FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 13.0. Additional marks after hand marking company class is 8
2624chc164TehreemKhan17.5FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 9.5. Additional marks after hand marking company class is 8
2725chc187RehanAbbasi15.33FOUND: loggedInList initialised, incrementing 0.5 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 3.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 7.33. Additional marks after hand marking company class is 8
2826chc194LaumaViksnano submission
2927chc199MohammedKhan14.33FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 1.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 An instance of the Website class was created successfully. An instance of the Company class was created successfully. FEEDBACK: Company class constructor throws an exception when tested against spec. Company Class OVERALL: 0.0 OVERALL: 9.333333333333332. Additional marks after hand marking company class is 5
3028chc220MohammedAhmed6Throws an exception when tested against spec. Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field. Friend class throws an exception.
3129chc223NomanAli21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
3230chc229SaifeldeenBassowa20.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
3331chc244KatieGrasby17.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 9.333333333333332. Additional marks after hand marking company class is 8
3432chc249MohammedIbraheem21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
3533chc255RajaMahmood21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
3634chc265MohammadShahid24.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: whoCannotPay() is a private method, incrementing 1.0 FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 10.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 16.33. Additional marks after hand marking company class is 8
3735chc267FreyaSproston-Ritchie19.5FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 11.5. Additional marks after hand marking company class is 8
3836chc273Mohammed-AbdulWazid18.666FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: whoCannotPay() is a private method, incrementing 1.0 FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FOUND: correct output for whoCannotPay() FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 9.666666 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 15.666666. Additional marks after hand marking company class is 3
3937chc278AnitaAkinsanya19FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 8.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 14.0. Additional marks after hand marking company class is 5
4038chc279Abdal-AhadAlam19FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FEEDBACK: listMemberLoggedIn method output isn't correct Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.0. Additional marks after hand marking company class is 8
4139chc280MohammedAli Habib4Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field. An exception was thrown.
4240chc282EniolaBalogun15.66FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 1.33 OVERALL: 9.663333333333332. Additional marks after hand marking company class is 6
4341chc284MikeyBerry4Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field. An exception was thrown.
4442chc286KeronBland4Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field. An exception was thrown.
4543chc291EllieCollier19FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 6
4644chc292TyCollins5Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field. An exception was thrown.
4745chc299MunibHafiz Aslam2.33An instance of the Website class was created successfully. An instance of the Member class was created successfully. FEEDBACK: website class constructor throws an exception when tested against spec. website Class OVERALL: 0.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FEEDBACK: You need to initialize companions to a value inside the constructor method. toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found java.lang.NoSuchFieldException: money at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at HW4Test2023.main(HW4Test2023.java:113) FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 0.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 2.33
4846chc304MohammedHussain19FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 6
4947chc307AnasKasim2.66An instance of the Website class was created successfully. FEEDBACK: website class constructor throws an exception when tested against spec. website Class OVERALL: 0.0 An instance of the Website class was created successfully. FEEDBACK: Member class constructor throws an exception when tested against spec. Member Class OVERALL: 0.0 java.lang.NoSuchFieldException: websiteName at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at HW4Test2023.main(HW4Test2023.java:53) java.lang.NoSuchFieldException: websiteName at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at HW4Test2023.main(HW4Test2023.java:682) An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FEEDBACK: Friend class constructor throws an exception when tested against spec. Friend Class OVERALL: 0.66 OVERALL: 0.66. Additional marks after hand marking company class is 2
5048chc308MohammedKhalil4Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field. An exception was thrown. Wrong class naming and constructor.
5149chc315MojolaoluwaOlujobi19.5FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FEEDBACK: You need to initialize companions to a non null value. FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: Member's money decreased by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.5 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 11.5. Additional marks after hand marking company class is 8
5250chc317AdilPathan19.5FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.5. Additional marks after hand marking company class is 8
5351chc320TalhaRiazno submission
5452chc333ShabbeerAhmedno submission
5553chc345RaviEyongo19.66FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: checkMoney() must be a private method FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 selectHoliday Method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 11.663333333333332. Additional marks after hand marking company class is 8
5654chc347MobasharFarooq16An instance of the Website class was created successfully. An instance of the Member class was created successfully. FEEDBACK: website class constructor throws an exception when tested against spec. website Class OVERALL: 0.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 java.lang.NoSuchFieldException: money at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at HW4Test2023.main(HW4Test2023.java:113) FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 8.0. Additional marks after hand marking company class is 8
5755chc348AlexFolanno submission
5856chc352SamuelGrange7.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: listFriends() method not found FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 3.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 7.333333333333333
5957chc371HubertPielano submission
6058chc372DylanPugh22FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: checkMoney() must be a private method FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 14.0. Additional marks after hand marking company class is 8
6159chc378UsmanSaleem17.83FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 9.83. Additional marks after hand marking company class is 8
6260chc380TaylorTuffin21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
6361chc419MohammedIqbal21.33Extra member type field not found inside website class, no marks needed ! FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
6462chc425FilipLysonek16FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: couldn't output list of friends the expected way, and do not use toString FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FOUND: Member's money decreased by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 3
6563chc426SamuelMakin11.33Invalid website name entered, please enter a valid name An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the friend class was created successfully. Invalid holiday type name entered, please enter a valid holiday type An instance of the Holiday class was created successfully. Extra member type field not found inside website class, no marks needed ! FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 Invalid website name entered, please enter a valid name An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. Invalid holiday type name entered, please enter a valid holiday type An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FEEDBACK: You need to initialize companions to a non null value. FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.833333333333333 Invalid holiday type name entered, please enter a valid holiday type An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money Invalid website name entered, please enter a valid name An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.333333333333332
6664chc429CristianMantaluta4Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong field name in Holiday.java. Wrong type for price. An exception was thrown.
6765chc430SamMcTaggart21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
6866chc431BradleyMccarthy10Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong name for constructor in Website.java. An exception was thrown.
6967chc435AdamParker5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
7068chc438GabijaSafranaviciute2Your initial score was 0. The new score is capped at 40% after being marked by hand. Cannot find symbol ArrayList because it is not imported. No selectedHoliday but you tried to call it. An exception was thrown.
7169chc454MirBaky13FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0
7270chc458BenClark17.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 4
7371chc463JosephHowarth20.33Extra member type field not found inside website class, no marks needed ! FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: checkMoney() must be a private method FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
7472chc464GeorgeHyde14.5FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found selectHoliday Method not found FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 0.5 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 6.5. Additional marks after hand marking company class is 8
7573chc465MuhammadIqbalno submission
7674chc477DanielSimpson20.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: Member's money decreased by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
7775chc484MohamedAlsawidi18FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.0. Additional marks after hand marking company class is 8
7876chc489AmaanFarooqi22FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 14.0. Additional marks after hand marking company class is 8
7977chc527FreehaAkhtar Bashir23FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 8.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 15.0. Additional marks after hand marking company class is 8
8078chc528RabiaAkhtar Bashir25.99999FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: whoCannotPay() is a private method, incrementing 1.0 FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FOUND: correct output for whoCannotPay() FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 10.999999333333331 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 17.99999933333333. Additional marks after hand marking company class is 8
8179chc540BlakeMcfarlane19FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.0. Additional marks after hand marking company class is 8
8280chc570SalmaAloush17.33FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 9.333333333333332. Additional marks after hand marking company class is 8
8381chc580MuhmmadCan21FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: listFriends() method not found FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 8
8482chc581JacobColville-Mace22.33Your code throwed an exception. Company field was commented out to generate a result for you. Luckily your mark will not be capped because it was a minor adjustment.
8583chc584MohsinGulzar14.333FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 14.333333333333332
8684chc598WaleedKhalidno submission
8785chc600JamieLo20FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: couldn't output list of friends the expected way, and do not use toString FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.0. Additional marks after hand marking company class is 8
8886chc613HannanRasul15.33FOUND: loggedInList initialised, incrementing 0.5 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 3.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 7.33. Additional marks after hand marking company class is 8
8987chc617LukeSlattery2Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong number of constructor in Member.java and wrong type for money. An exception was thrown.
9088chc628DestinyAchuo0
9189chc630MichaelAkinbanjo18.333FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.333333333333332. Additional marks after hand marking company class is 8
9290chc631RobelAmare Berihu20.33FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
9391chc637TaniaReeceno submission
9492chc654MustaphaAdewuyino submission
9593chc670TiagoSantos8Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field and wrong membershipNumber. An exception was thrown.
9694chc673HaseebZafar5Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong number of constructor in Website.java. An exception was thrown.
9795chc678MohammedAl-Gailani21.333FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
9896chc681AlaDiab17.33FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 9.333333333333332. Additional marks after hand marking company class is 8
9997chc686TehmoorHussain21.333FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
10098chc707MohammedJaved15.33FOUND: loggedInList initialised, incrementing 0.5 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 3.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 7.33. Additional marks after hand marking company class is 8
10199chc720AsadAli15.66FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FEEDBACK: You need to initialize companions to a non null value. FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 3.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 1.33 OVERALL: 7.663333333333333. Additional marks after hand marking company class is 8
102100chc723RafidAli Jannat23.66FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: whoCannotPay() is a private method, incrementing 1.0 FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FOUND: correct output for whoCannotPay() FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 9.666666 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 15.666666. Additional marks after hand marking company class is 8
103101chc730AbdullahAhmad15.33An instance of the Website class was created successfully. An instance of the Member class was created successfully. FEEDBACK: website class constructor throws an exception when tested against spec. website Class OVERALL: 0.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. java.lang.NoSuchFieldException: money at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at HW4Test2023.main(HW4Test2023.java:113) FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 7.33. Additional marks after hand marking company class is 8
104102chc734FatimaFatima18.83FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable Website Class Overall: 0.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is a private method, incrementing 1.0 FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 9.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.833333333333332. Additional marks after hand marking company class is 6
105103chc760DanielChuhan15.33FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 2.5 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 1.33 OVERALL: 7.33. Additional marks after hand marking company class is 8
106104chc783FernandoAmaral17.833FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FEEDBACK: You need to initialize companions to a non null value. FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 3.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 9.833333333333332. Additional marks after hand marking company class is 8
107105chc790BrenoGuimaraes11.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: listFriends() method not found FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 11.33
108106chc791ManiHasavari17.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 9.333333333333332. Additional marks after hand marking company class is 8
109107chc796AyaanMajeed0No Compnay.java file
110108chc800RobertsSpungis6Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong type for money field and constructor. An exception was thrown.
111109chc802JonasVerdeflor19FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FEEDBACK: payForHoliday() method not found Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 11.0. Additional marks after hand marking company class is 8
112110chc811MohammedAhmed15FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: whoCannotPay() must be a private method FOUND: whoCannotPay() returns void, incrementing 0.5 CHECK: checkMoney() has one parameter, incrementing 0.5 FEEDBACK: couldn't output whoCannotPay() the expected way FOUND: Member's money decreased by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 9.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 15.0
113111chc818SaimMohee15.66FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable Website Class Overall: 1.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 3.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 7.663333333333333. Additional marks after hand marking company class is 8
114112chc821MicaelaSamuel6Your initial score was 0. The new score is capped at 40% after being marked by hand. Wrong constructor for Holiday. An exception was thrown.
115113chc840JoseMartins6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
116114chc865DennisAdesanyano submission
117115chc870TaleeqMehmood21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
118116chc905AhmadJaved Shaheenno submission
119117chc908DionisaNicandro Gomes Ie10.83FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: listFriends() method not found FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: payForHoliday() method not found Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 10.833333333333332
120118chc945HaiderZiano submission
121119chc947TalalButt25.33Extra member type field not found inside website class, no marks needed ! FOUND: loggedInList initialised, incrementing 0.5 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is a private method, incrementing 1.0 FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 11.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 17.333333333333332. Additional marks after hand marking company class is 8
122120chc953HuzaifaJaved23.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 8.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 15.333333333333332. Additional marks after hand marking company class is 8
123121chc961SaraRiaz16.833FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: couldn't output list of friends the expected way, and do not use toString FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 3.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 8.833333333333332. Additional marks after hand marking company class is 8
124122chc984ValeriiaMalevanets6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
125123ela336KevinAnnan6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
126124ela398SirajMahmood0
127125epd484JackLewtas1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
128126isj876ZeeshanAftabno submission
129127lab795DaniyalTariqno submission
130128lab918MohammadAlajmi6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown. Cannot find checkMoney in Website
131129lab920MohammadAlsalbood20.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
132130lab921BaderAlenezi17.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 9.33. Additional marks after hand marking company class is 8
133131lab923MohammedAldhefeeri6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
134132lab925AbdalazizAnki15.993FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FEEDBACK: You were expected to write two accessors method such as getMoney(), getName() inside Friend class. FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 0.66 OVERALL: 7.993333333333333. Additional marks after hand marking company class is 8
135133lab926FahadAlzuabi20.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FEEDBACK: listMemberLoggedIn method output isn't correct Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
136134lab928FatmaH Q A Abdulrahim1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
137135lab931SalmanAlzaabi20FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FEEDBACK: listMemberLoggedIn method output isn't correct Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.0. Additional marks after hand marking company class is 8
138136lab932MohammadAlmutairi18FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.0. Additional marks after hand marking company class is 8
139137lab938DhariAlshammari21.5FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 8.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.5. Additional marks after hand marking company class is 8
140138lab944AbdullahAlotaibi18.5FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.5. Additional marks after hand marking company class is 8
141139lab953BndarAlmutairi19.33FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FEEDBACK: You need to initialize companions to a non null value. FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.333333333333332. Additional marks after hand marking company class is 8
142140lab957HussainAlwutaib16.833FEEDBACK: You need to initialize loggedInList to a non null value. FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 1.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 8.833333333333332. Additional marks after hand marking company class is 8
143141lab959MohammedS M N Alajmi4Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown. Cannot find checkMoney in Website
144142lab961BaselMurad6.4933FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 2.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FEEDBACK: You were expected to write two accessors method such as getMoney(), getName() inside Friend class. FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 1.6600000000000001 OVERALL: 6.493333333333333
145143lab963LatifahAlqattan1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
146144lab964TareqAldhafeeri1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
147145lab965YousefAlthafiri1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
148146lab969FaisalMubarak1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
149147lab971FawazAlmutairi21FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 8
150148lab974RashedAlajmi6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown. Wrong constructor and logic
151149lab976SulaimanAlazemi21FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 8
152150lab981HassanAlawadh18.33FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.333333333333332. Additional marks after hand marking company class is 8
153151lab984MubarakAlhajraf21FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 8
154152lac005MarvelousAdegoke11.16FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 2.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FEEDBACK: You were expected to write two accessors method such as getMoney(), getName() inside Friend class. FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 1.6600000000000001 OVERALL: 7.16. Additional marks after hand marking company class is 4
155153lac036AbdallahAlharbi20FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.0. Additional marks after hand marking company class is 8
156154lac041DennisUzeh6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown. Wrong field name in Holiday
157155lac047GraceKinyungu19.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.333333333333332. Additional marks after hand marking company class is 8
158156lac059TaiwoWhesu0
159157lac063ProsperEzenwa3.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
160158lac066JoaquinRodes6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
161159lac068SemirDoksoz21FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 8
162160lac091AbdullahAlhajri19FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 selectHoliday Method not found FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.0. Additional marks after hand marking company class is 8
163161lac092GhaliahAlmuhana15.5FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FEEDBACK: listFriends() method not found FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 3.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 7.5. Additional marks after hand marking company class is 8
164162lac094HamadAlajmi19.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: couldn't output list of friends the expected way, and do not use toString FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.333333333333332. Additional marks after hand marking company class is 8
165163sgc007AnasHussein20.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
166164sgc022RehanAhmed14Extra member type field not found inside website class, no marks needed ! FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 10.0. Additional marks after hand marking company class is 4
167165sgc023LiamBaker20FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.0. Additional marks after hand marking company class is 8
168166sgc042LawatLimbu7.33FEEDBACK: You need to initialize loggedInList to a value inside the constructor method. CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FEEDBACK: listMemberLoggedIn method output isn't correct Website Class Overall: 0.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: listFriends() method not found FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 4.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 7.333333333333333
169167sgc047KhalidMohammed1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
170168sgc080AudreyNkonkeu Futeu4Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
171169sgc109SamuelDavis1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
172170sgc143StephenUmeh16.163FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 2.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 8.163333333333334. Additional marks after hand marking company class is 8
173171sgc148AbdulhamedAl-maghrebi0
174172sgc249AlexandruMihai21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
175173sgc254HarryParkerno submission
176174sgc271MohammadUwais21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
177175sgc310SamuelMillerno submission
178176sgc327AlexanderWilson21FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.0. Additional marks after hand marking company class is 8
179177sgc331SalehaAshbar Naseem17.663FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 9.663333333333334. Additional marks after hand marking company class is 8
180178sgc353EhtashamShafqat18FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FEEDBACK: storeFriend() method not found FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.0. Additional marks after hand marking company class is 8
181179sgc370LinaAbu11.663FOUND: loggedInList initialised, incrementing 0.5 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 1.33 OVERALL: 7.663333333333333. Additional marks after hand marking company class is 4
182180sgc408LouisCopeland19FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.0. Additional marks after hand marking company class is 8
183181sgc460LiamMetcalfeno submission
184182sgc473HannaanAhmed20.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 12.333333333333332. Additional marks after hand marking company class is 8
185183sgc476MohammedAltaf23.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FOUND: Member's money decreased by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 8.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 15.333333333333332. Additional marks after hand marking company class is 8
186184sgc481MahadAtif18.663FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FEEDBACK: You were expected to write two mutator method such as setMoney(), setName() inside Website class. FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 2.33 OVERALL: 10.663333333333332. Additional marks after hand marking company class is 8
187185sgc491HamzaDurrani6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown. Wrong type and field in Holiday.
188186sgc496ZohaibGhousno submission
189187sgc522IqraNadeem19.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 5.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 11.333333333333332. Additional marks after hand marking company class is 8
190188sgc530ParhamSaberhannanno submission
191189sgc535DeonThomas19.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 11.333333333333332. Additional marks after hand marking company class is 8
192190sgc538AlexandruVintila21.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 13.333333333333332. Additional marks after hand marking company class is 8
193191sgc547AnisAhmed4Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
194192sgc555WilliamHendry3Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
195193sgc559TayyabKhan15FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.0. Additional marks after hand marking company class is 3
196194sgc561Abdul-HannaanNawaz15FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 5.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 10.0. Additional marks after hand marking company class is 5
197195sgc565SebastianRadu6Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown. Wrong constructor and fields for Holiday
198196sgc574RamseyYakubu1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
199197sgc575MohammedYusaf12.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 12.333333333333332
200198sgc664RoshanJahangir20FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FEEDBACK: You need to initialize money to a value inside the constructor method. FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 6.0 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 12.0. Additional marks after hand marking company class is 8
201199sgc669SaqlainAziz Javeed22.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 7.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 14.333333333333332. Additional marks after hand marking company class is 8
202200sgc670HassanKhanno submission
203201sgc671BenjaminWolkowski11.833FOUND: loggedInList initialised, incrementing 0.5 CHECKED: checkHitDiscount() should be a private method with boolean return type. CHECKED: getNumberOfUsers method isn't callable Website Class Overall: 0.5 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: payForHoliday() method not found Member Class OVERALL: 4.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FEEDBACK: toString not callable in the expected way Friend Class OVERALL: 2.0 OVERALL: 6.833333333333333. Additional marks after hand marking company class is 5
204202sgc710KacperKowalski1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
205203sgc718PrinceHansno submission
206204sgc795LamaSheikh alardno submission
207205sgc799AdithyaRamamoorthy18.833FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 toString() isn't callable in the expected way FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FEEDBACK: payForHoliday() method not found Member Class OVERALL: 3.833333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 10.833333333333332. Additional marks after hand marking company class is 8
208206sgc818PierreGrantno submission
209207sgc869ZainabMahmoodno submission
210208sgc905SiakaCamarano submission
211209sgc906RicardsAvots4Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
212210sgc950JenilLathiya4Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
213211sgc958MuhammadArif Zahid24.33FOUND: loggedInList initialised, incrementing 0.5 FEEDBACK: member not added on login FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 2.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is a private method, incrementing 1.0 FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 11.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 16.333333333333332. Additional marks after hand marking company class is 8
214212sgc982DjaouedBoukhalfa13.33FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FEEDBACK: member not removed on logout CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 3.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FEEDBACK: getCompanions isn't callable in the expected way FOUND: storeFriend() method, incrementing 1.0 FEEDBACK: couldn't output list of friends the expected way, and do not use toString FEEDBACK: you did not allow selection if all have enough money FEEDBACK: you did not stop selection if member has insufficient money FEEDBACK: Member's money did not decrease by right amount FEEDBACK: Friend's money did not decrease by right amount Member Class OVERALL: 3.333333333333333 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 9.333333333333332. Additional marks after hand marking company class is 4
215213sgc983MekkiMohamed Riadh Abdelkader1.5Your initial score was 0. The new score is capped at 40% after being marked by hand. An exception was thrown.
216214sgc994MuhammadAsghar26.333FOUND: loggedInList initialised, incrementing 0.5 FOUND: member added on login, incrementing 1.0 FOUND: member removed on logout, incrementing 1.0 CHECKED: checkHitDiscount() should be a private method with boolean return type. FOUND: getNumberOfUsers method found, increment mark by 0.5 FOUND: listMemberLoggedIn method output is correct, incrementing 1.0 Website Class Overall: 4.0 An instance of the Website class was created successfully. An instance of the Member class was created successfully. An instance of the Friend class was created successfully. An instance of the Holiday class was created successfully. FOUND: money initialised, incrementing 0.3333333333333333 FOUND: companions initialised, incrementing 0.5 FOUND: toString() method, incrementing 0.5 FOUND: toString() method returns a String, incrementing 1.0 FOUND: getCompanions() method, incrementing 1.0 FOUND: storeFriend() method, incrementing 1.0 FOUND: correct output for list of friends, incrementing 1.0 FOUND: checkMoney() is a private method, incrementing 1.0 FOUND: checkMoney() returns a Boolean, incrementing 1.0 CHECK: checkMoney() has one parameter, incrementing 1.0 FOUND: checkMoney() is called in selectHoliday FOUND: whoCannotPay() is called in selectHoliday FEEDBACK: Member's money did not decrease by right amount FOUND: Friend's money decreased by right amount Member Class OVERALL: 11.333333333333332 An instance of the Holiday class was created successfully. An instance of the friend class was created successfully. FOUND: friend class has fields for name and money An instance of the Website class was created successfully. FOUND: 2 accessor, incrementing 0.67 FOUND: Two mutator, incrementing 0.67 FOUND: toString method was found, incrementing 0.5 FOUND: toString returns a String, incremeting 0.5 Friend Class OVERALL: 3.0 OVERALL: 18.333333333333332. Additional marks after hand marking company class is 8