diff --git a/ex5/README.md b/ex5/README.md
index 93a3dbfae218c10cb543d211372cd7bc77488d31..89638cc65ea3d69230adafd8e73fd785f2f21ea4 100644
--- a/ex5/README.md
+++ b/ex5/README.md
@@ -69,4 +69,4 @@ To do this, create a `vtkContourFilter` and add it to your visualization.
 You can compare your results with the `sphere.vtk` and the `cube.vtk`. Those examples should look the same, however, this may not always be the case. Why?
 *Hint: Check the scalar ranges of the datasets to make sure that your isosurface is in a valid range.*
 
-**Summary of Tasks:** Implement a `vtkContourFilter` and compare it to your own implementation. Why could Marching Tetrahedra and Marching Cubes differ? Save your submission code as `task3.py`. Please explain how to do the comparison in comments in your code.
+**Summary of Tasks:** Implement a `vtkContourFilter` and compare it to your own implementation. Why could Marching Tetrahedra and Marching Cubes differ? Put your answer into the designated field below. For the code, save your submission as `task3.py`. Please explain how to do the comparison in comments in your code.