{{ extends 'global/Page.html' }} {{ block title }}Comprehension question 2 of 4{{ endblock }} {{ block content }}

If I take the algorithm's estimate as advice, I must follow the algorithm's advice and cannot enter another value as final estimate.

{{ if player.changeadvice == False }}

Correct! If you receive the algorithm's estimate as an advice, you are free to decide which final estimate you enter. This can be algorithm's proposed estimation or any other value between 0 and 100.

{{ else }}

False! If you receive the algorithm's estimate as an advice, you are free to decide which final estimate you enter. This can be algorithm's proposed estimation or any other value between 0 and 100.

{{ endif }}

{{ endblock }}