From fa4628109a53b58526927665387d536393ea2328 Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 20 Dec 2022 16:04:20 +0100 Subject: [PATCH] docs(stock-market): improve audit format --- subjects/mobile-dev/stock-market/audit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/mobile-dev/stock-market/audit/README.md b/subjects/mobile-dev/stock-market/audit/README.md index 009021b0..5cd6907c 100644 --- a/subjects/mobile-dev/stock-market/audit/README.md +++ b/subjects/mobile-dev/stock-market/audit/README.md @@ -1,6 +1,6 @@ #### Functional -#### In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app). +> In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app) ###### Does the app run without crushes? @@ -16,11 +16,11 @@ ###### Can you see historical data in days, weeks, and months slice? -###### Ask student about pattern implementation. If they used BLoC ask them to explain the pattern, and [check](https://pub.dev/packages/flutter_bloc) whether they implemented it correctly. +###### Ask student about pattern implementation. If they used BLoC ask them to explain the pattern, and [check](https://pub.dev/packages/flutter_bloc) whether they implemented it correctly. Is it the case? -###### Ask student about pattern implementation. If they used Provider ask them to explain the pattern, and [check](https://pub.dev/packages/provider) whether they implemented it correctly. +###### Ask student about pattern implementation. If they used Provider ask them to explain the pattern, and [check](https://pub.dev/packages/provider) whether they implemented it correctly. Is it the case? -###### Ask student about pattern implementation. If they used MVC ask them to explain the pattern, and [check](https://pub.dev/packages/mvc_pattern) whether they implemented it correctly. +###### Ask student about pattern implementation. If they used MVC ask them to explain the pattern, and [check](https://pub.dev/packages/mvc_pattern) whether they implemented it correctly. Is it the case? ###### Logout and try everything you just did with new account. Do you see similar behaviour?