Skip to content

Commit 458dc1c

Browse files
committed
Adding completion flags to meta yaml
1 parent 700811a commit 458dc1c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

en/meta.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Build a Python Web Server with Flask
33
hero_image: images/banner.png
4-
description: Install the Python web framework Flask and set up a basic web server with different pages
4+
description: Install the Python web framework Flask and set up a basic web server
5+
with different pages
56
original_url: https://raspberrypi.org/learning/python-web-server-with-flask
67
theme: yellow
78
duration: 2
@@ -16,13 +17,15 @@ hardware: ''
1617
software: python, html-css-javascript
1718
version: 4.1
1819
last_tested: 2018-08-02
19-
steps:
20+
steps:
2021
- title: Introduction
22+
completion: engaged
2123
- title: Build a Flask website
2224
- title: Add a new page
2325
- title: Using HTML
24-
- title: "Challenge: Add a HTML template to your 2nd page"
26+
- title: 'Challenge: Add a HTML template to your 2nd page'
2527
challenge: true
2628
- title: Add colour with CSS
29+
completion: internal
2730
- title: Adding dynamic content
2831
- title: What next?

0 commit comments

Comments
 (0)