Skip to content
Snippets Groups Projects
Commit 6d90ded7 authored by Ashwin Maran's avatar Ashwin Maran
Browse files

rubric update

parent 1ab0d528
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
## Corrections and clarifications: ## Corrections and clarifications:
* **3/22/2023 - 2:00 PM**: In the `Project Requirements` section, it is stated that `small_movies` is a required data structure. This is a **typo**. It is supposed to be `small_movies_data`. * **3/22/2023 - 2:00 PM**: In the `Project Requirements` section, it is stated that `small_movies` is a required data structure. This is a **typo**. It is supposed to be `small_movies_data`.
* **3/22/2023 - 4:30 PM**: Typos in `rubric.md` fixed. Some rubric items clarified further.
**Find any issues?** Report to us: **Find any issues?** Report to us:
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
- `get_mapping` (3) - `get_mapping` (3)
- Incorrect logic is used in function (-2) - Incorrect logic is used in function (-2)
- Function defined more than once (-1)
- Q1 (3) - Q1 (3)
- Required function is not used to answer (-2) - Required function is not used to answer (-2)
...@@ -38,8 +39,9 @@ ...@@ -38,8 +39,9 @@
- Answer does not exclude movie titles (-1) - Answer does not exclude movie titles (-1)
- `get_raw_movies` (5) - `get_raw_movies` (5)
- Incorrect logic is used in function (-2) - Incorrect logic is used in function (-3)
- Column indices are hardcoded instead of using the header to identify column names (-1) - Column indices are hardcoded instead of using the header to identify column names (-1)
- Function defined more than once (-1)
- Q5 (3) - Q5 (3)
- Required function is not used to answer (-2) - Required function is not used to answer (-2)
...@@ -53,7 +55,7 @@ ...@@ -53,7 +55,7 @@
- Required data structure is not used (-1) - Required data structure is not used (-1)
- Answer uses loops to iterate over dictionary keys (-1) - Answer uses loops to iterate over dictionary keys (-1)
- `get_movies` (7) - `get_movies` (8)
- Function is called more than once with the same dataset (-4) - Function is called more than once with the same dataset (-4)
- Incorrect logic is used in function (-2) - Incorrect logic is used in function (-2)
- Function loops through IDs in the `mapping_path` file (-2) - Function loops through IDs in the `mapping_path` file (-2)
...@@ -105,7 +107,8 @@ ...@@ -105,7 +107,8 @@
- `genre_dict` (5) - `genre_dict` (5)
- Data structure is defined incorrectly (-3) - Data structure is defined incorrectly (-3)
- Data structure is modified (-2) - Required function is not used (-1)
- Data structure is modified (-1)
- Q16 (3) - Q16 (3)
- Required data structure is not used (-2) - Required data structure is not used (-2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment