# Assessment 3

#### A logistics company ships fresh seafood from Norway to Japan. Each container is equipped with IoT sensors recording temperature and location, storing this data on the blockchain. During transit, one container records that the temperature rose above safe limits for two hours.

What immediate advantages does this system provide to the company? (Select all that apply)

* [x] The system can automatically flag the spoiled shipment and prevent it from reaching customers.
* [x] The exact time and location of the temperature issue can be identified.
* [x] Fraudulent attempts to alter the shipping data would be detected immediately.
* [x] The company can instantly trigger compensation or replacement actions.
* [ ] The system ensures the spoiled seafood can still be sold without detection.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/introduction-to-blockchain-technology/the-future-of-technology/assessment-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
