Skip to content

Commit e06f285

Browse files
authored
Quiz update
1 parent f8e500d commit e06f285

File tree

18 files changed

+25
-26
lines changed

18 files changed

+25
-26
lines changed

1-Introduction/03-defining-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Kaggle is an excellent source of open datasets. Use the [dataset search tool](ht
5959
- Is the data quantitative or qualitative?
6060
- Is the data structured, unstructured, or semi-structured?
6161

62-
## [Post-Lecture Quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/5)
62+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
6363

6464

6565

1-Introduction/04-stats-and-probability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Use the sample code in the notebook to test other hypothesis that:
244244
2. First basemen are taller than third basemen
245245
3. Shortstops are taller than second basemen
246246

247-
## [Post-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/7)
247+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
248248

249249
## Review & Self Study
250250

2-Working-With-Data/05-relational-databases/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ There are numerous relational databases available on the internet. You can explo
166166

167167
## Post-Lecture Quiz
168168

169-
## [Post-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/9)
169+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
170170

171171
## Review & Self Study
172172

2-Working-With-Data/06-non-relational/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ There is a `TwitterData.json` file that you can upload to the SampleDB database.
132132

133133
Try to run a few select queries to find the documents that have Microsoft in the text field. Hint: try to use the [LIKE keyword](https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-keywords#using-like-with-the--wildcard-character)
134134

135-
136-
## [Post-Lecture Quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/11)
135+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
137136

138137

139138

2-Working-With-Data/07-python/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ Here are some examples of exploring data from Image data sources:
256256

257257
Whether you already have structured or unstructured data, using Python you can perform all steps related to data processing and understanding. It is probably the most flexible way of data processing, and that is the reason the majority of data scientists use Python as their primary tool. Learning Python in depth is probably a good idea if you are serious about your data science journey!
258258

259-
260-
261-
## [Post-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/13)
259+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
262260

263261
## Review & Self Study
264262

2-Working-With-Data/08-data-preparation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ letters numbers
317317

318318
All of the discussed materials are provided as a [Jupyter Notebook](https://github.com/microsoft/Data-Science-For-Beginners/blob/main/2-Working-With-Data/08-data-preparation/notebook.ipynb). Additionally, there are exercises present after each section, give them a try!
319319

320-
## [Post-Lecture Quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/15)
320+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
321321

322322

323323

3-Data-Visualization/09-visualization-quantities/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ In this plot, you can see the range per bird category of the Minimum Length and
194194
## 🚀 Challenge
195195

196196
This bird dataset offers a wealth of information about different types of birds within a particular ecosystem. Search around the internet and see if you can find other bird-oriented datasets. Practice building charts and graphs around these birds to discover facts you didn't realize.
197-
## [Post-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/17)
197+
198+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
198199

199200
## Review & Self Study
200201

3-Data-Visualization/10-visualization-distributions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Perhaps it's worth researching whether the cluster of 'Vulnerable' birds accordi
192192

193193
Histograms are a more sophisticated type of chart than basic scatterplots, bar charts, or line charts. Go on a search on the internet to find good examples of the use of histograms. How are they used, what do they demonstrate, and in what fields or areas of inquiry do they tend to be used?
194194

195-
## [Post-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/19)
195+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
196196

197197
## Review & Self Study
198198

3-Data-Visualization/11-visualization-proportions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this lesson, you will use a different nature-focused dataset to visualize pro
1212

1313
> 💡 A very interesting project called [Charticulator](https://charticulator.com) by Microsoft Research offers a free drag and drop interface for data visualizations. In one of their tutorials they also use this mushroom dataset! So you can explore the data and learn the library at the same time: [Charticulator tutorial](https://charticulator.com/tutorials/tutorial4.html).
1414
15-
## [Pre-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/20)
15+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
1616

1717
## Get to know your mushrooms 🍄
1818

3-Data-Visualization/12-visualization-relationships/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ Go, bees, go!
164164
## 🚀 Challenge
165165

166166
In this lesson, you learned a bit more about other uses of scatterplots and line grids, including facet grids. Challenge yourself to create a facet grid using a different dataset, maybe one you used prior to these lessons. Note how long they take to create and how you need to be careful about how many grids you need to draw using these techniques.
167-
## [Post-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/23)
167+
168+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
168169

169170
## Review & Self Study
170171

0 commit comments

Comments
 (0)