# Migrate to the v2.0.0(hotfix-1)

## 1. Download the New Source Code

Download the new source code. You need to use the new source code to apply the updates.

### 1.1 Admin Update

Copy the changed files from the new source code and replace them with your old source code.

Changed files:

> * quiz\_admin/lib/forms/quiz\_form.dart
> * quiz\_admin/lib/forms/question\_form.dart

### 1.2 App Update

Copy the changed files from the new source code and replace them with your old source code.&#x20;

Changed files:

> * quiz\_app/lib/pages/quiz\_screen.dart


---

# 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://docs.quizhour.mrb-lab.com/updates/migrate-to-the-v2.0.0-hotfix-1.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.
