Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fp:homework02 [2022/03/31 13:42]
pdmatei created
fp:homework02 [2022/04/01 09:53] (current)
pdmatei
Line 132: Line 132:
  
   * **You should not change any other files of the project, except for the //​template-file//​**. For this homework, the //​template-file//​ is ''​Main.scala''​. **Warning:​** if a submission has changes in other files, it **may not be graded**.   * **You should not change any other files of the project, except for the //​template-file//​**. For this homework, the //​template-file//​ is ''​Main.scala''​. **Warning:​** if a submission has changes in other files, it **may not be graded**.
-  * To solve your homework, download the {{:fp:H2-word-tree.zip| Homework project}} and **rename** it using the following convention: ''​HX_<​LastName>​_<​FirstName>'',​ where X is the homework number. (Example: ''​H2_Popovici_Matei''​). If your project name disregards this convention, it **may not be graded**.+  * To solve your homework, download the {{:fp:h2-word-tree.zip| Homework project}} and **rename** it using the following convention: ''​HX_<​LastName>​_<​FirstName>'',​ where X is the homework number. (Example: ''​H2_Popovici_Matei''​). If your project name disregards this convention, it **may not be graded**.
   * Each project file contains a ''​profileID''​ definition which you must fill out with your token ID received via email for this lecture. Make sure the token id is defined correctly. (Grades will be automatically assigned by token ID).   * Each project file contains a ''​profileID''​ definition which you must fill out with your token ID received via email for this lecture. Make sure the token id is defined correctly. (Grades will be automatically assigned by token ID).
   * In order to be graded, **the homework must compile**. If a homework has **compilation errors** (does not compile), it **will not be graded**. Please take care to remove code that does not compile by replacing (or keeping) function bodies implemented with ''???''​.   * In order to be graded, **the homework must compile**. If a homework has **compilation errors** (does not compile), it **will not be graded**. Please take care to remove code that does not compile by replacing (or keeping) function bodies implemented with ''???''​.