reset password
Author Message
jgarc629
Posts: 76
Posted 18:15 Nov 07, 2017 |

What are the policies on extensions and how can we ask for one? I still have confusion and I wasn't able to ask all my questions today at office hours or get them answered on the forums. I feel like I'm getting an idea of how to do the code but I doubt I will finish on time. Anyone?

astrong2
Posts: 25
Posted 18:18 Nov 07, 2017 |

An extension would be very helpful if possible

jzunig20
Posts: 38
Posted 18:19 Nov 07, 2017 |

Agreed.

chrisramirez
Posts: 2
Posted 18:19 Nov 07, 2017 |

I have been working on it and have made some advancements  but I don't think I'll be able to finish it on time. 

tweathe
Posts: 10
Posted 18:20 Nov 07, 2017 |

I have also been struggling with parts of this lab and I know a lot of my classmates who I've been struggling too. I think an extension would really benefit us for this assignment, especially if we have time to help each other in class tomorrow.

atontha
Posts: 1
Posted 18:23 Nov 07, 2017 |

DJ Iniquity  - Can we get an extension? I have been working on this assignment for at least 4 hours a day and I still haven't been able to finish it. Thanks for your time John!

Last edited by atontha at 18:50 Nov 07, 2017.
ImtiazUddin25
Posts: 1
Posted 18:48 Nov 07, 2017 |

Hey Everyone!

Hope you all are doing well. I am also having a difficult time meeting the deadline and was wondering if we can get an extension for this lab. So far, I barely figured out the Guard class for the most part and have yet to finish the Lunatic class. An extension would be most helpful. 

Thanks for listening!

AlbertR
Posts: 5
Posted 19:08 Nov 07, 2017 |

Usually never comment on this stuff, but I too have been having a very difficult time with this lab. I understand if he wouldn't allow it, but it seems this assignment has been very hard on more people than just myself.

Arnav98
Posts: 48
Posted 19:31 Nov 07, 2017 |

I always submitted all of my labs 2-3 days before the deadline but this time the lab is just too confusing. If one thing works, the other stops working. Ill really appreciate an extension.

Last edited by Arnav98 at 19:32 Nov 07, 2017.
jingchao
Posts: 25
Posted 20:01 Nov 07, 2017 |

extension +1

cyee10
Posts: 6
Posted 20:16 Nov 07, 2017 |

s a m e

RebeccaS
Posts: 2
Posted 20:16 Nov 07, 2017 |

Totally Agreed!

fengus97
Posts: 18
Posted 20:16 Nov 07, 2017 |

I've been trying to get my code working as well but haven't had much success. Some more time would be much appreciated! 

jgarc629
Posts: 76
Posted 21:03 Nov 07, 2017 |
Arnav98 wrote:

I always submitted all of my labs 2-3 days before the deadline but this time the lab is just too confusing. If one thing works, the other stops working. Ill really appreciate an extension.

Same here, I’ve never turned in something incomplete and I actually want to figure this out because I don’t like not knowing moving on missing something and not understanding it 

jhurley
Posts: 207
Posted 21:29 Nov 07, 2017 |

Extending to Saturday night

jgarc629
Posts: 76
Posted 22:25 Nov 07, 2017 |
jhurley wrote:

Extending to Saturday night

Thank you very much

Nicky T
Posts: 3
Posted 01:37 Nov 08, 2017 |

I agree with everyone else here. I've been working on getting my lunatics to move properly but haven't had much luck at it. Would it be possible to receive a small extension?

RandomAccess
Posts: 101
Posted 02:07 Nov 08, 2017 |

Oh thank you! I've made great progress but I simply can't get it done tonight.

jhurley
Posts: 207
Posted 06:44 Nov 08, 2017 |

Here is a hint many people have found useful.  When you need to change the CSS for a Label in the GridPane because the guard or a lunatic has moved onto it, it is tricky to get to the right label using the GridPane methods.  If you create a 2D array of Labels and add the same Labels to the array that you add to the Grid Pane, you can get to them using array subscripts.  Remember that the Array is an array of references; the labels it contains are the same ones that are in the GridPane, so when you find them in the array and change their css classes, you will see the changes in the GridPane.