From 458dc1c8e90ab9f431f9873b4dd4fb025e4d1eea Mon Sep 17 00:00:00 2001 From: Glen Pike Date: Tue, 11 Jan 2022 15:07:53 +0000 Subject: [PATCH 1/2] Adding completion flags to meta yaml --- en/meta.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/en/meta.yml b/en/meta.yml index 85eb7ea..57fbac9 100644 --- a/en/meta.yml +++ b/en/meta.yml @@ -1,7 +1,8 @@ --- title: Build a Python Web Server with Flask hero_image: images/banner.png -description: Install the Python web framework Flask and set up a basic web server with different pages +description: Install the Python web framework Flask and set up a basic web server + with different pages original_url: https://raspberrypi.org/learning/python-web-server-with-flask theme: yellow duration: 2 @@ -16,13 +17,15 @@ hardware: '' software: python, html-css-javascript version: 4.1 last_tested: 2018-08-02 -steps: +steps: - title: Introduction + completion: engaged - title: Build a Flask website - title: Add a new page - title: Using HTML -- title: "Challenge: Add a HTML template to your 2nd page" +- title: 'Challenge: Add a HTML template to your 2nd page' challenge: true - title: Add colour with CSS + completion: internal - title: Adding dynamic content - title: What next? From f90230f1714f7357b1957659e2fe53100da25844 Mon Sep 17 00:00:00 2001 From: Scott Adams <74183390+sra405@users.noreply.github.com> Date: Mon, 6 Jun 2022 08:44:41 +0100 Subject: [PATCH 2/2] Adding completion flags to meta yaml --- en/meta.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en/meta.yml b/en/meta.yml index 57fbac9..3b14c57 100644 --- a/en/meta.yml +++ b/en/meta.yml @@ -19,13 +19,15 @@ version: 4.1 last_tested: 2018-08-02 steps: - title: Introduction - completion: engaged - title: Build a Flask website - title: Add a new page + completion: + - engaged - title: Using HTML - title: 'Challenge: Add a HTML template to your 2nd page' challenge: true - title: Add colour with CSS - completion: internal - title: Adding dynamic content + completion: + - internal - title: What next?