> In order to run and hot reload the app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app)
##### Ask the student which where the 20 stocks he chose to monitored and display their data.
###### Are the 20 stocks being monitored and do they display their data within the app?
##### Buy 100 shares of a stock. Check the current stock price and make sure your fake dollar balance has decreased to the correct amount as per the purchase. See also if the stock has appeared in your portfolio, and
###### Were you able to buy the stock?
###### Is the stock appearing in your wallet?
###### Was the fake money adjusted to the correct amount after buying the stock?
##### Do similar operations with 4 other stocks of your choice.
###### Does the app behave accordingly?
###### Does the app display historical charts of the stock prices for the selected stock price history?
##### Ask the student which of the patterns, `BLoC`, `Pattern` or `MVC`, did they used? Ask them to explain the pattern that they used, and confirm if they implemented it correctly.
[BLoC](https://pub.dev/packages/flutter_bloc)
[Pattern](https://pub.dev/packages/provider)
[MVC](https://pub.dev/packages/mvc_pattern)
###### Was the student able to explain his choice?