-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO MERGE - academy init commit #406
Conversation
Inclusion of chia academy header, sidebar, intro page, and overview (template)
fixes for the academy updates in the config
fix for academy sidebar
fix for academy sidebar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent!
--- | ||
|
||
## Learning objectives: | ||
A set of specific learning objectives is provided at the beginning of the lesson. These objectives outline what students will be able to understand or do by the end of the lesson, setting clear expectations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..expectations.
--- | ||
|
||
## Content: | ||
The core content in each lesson is conveyed through structured short format videos followed by summaries. This hybrid visual and text approach ensures accessibility and caters to diverse learning preferences. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...structured,
--- | ||
|
||
## Script: | ||
Each of the short format videos will be proceeded by the script used for creating the video. This written format ensures ease of translation catering to diverse learners. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...will be preceded
|
||
--- | ||
|
||
## Knowledge check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...check:
--- | ||
|
||
## Knowledge check | ||
Each lesson contains a brief quiz designed to gauge learners' comprehension and retention of the video material. These assessments reinforce key concepts and help learners self-asses their understanding. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self-assess
slug: '/academy-intro', | ||
title: 'Chia Academy Intro', | ||
description: | ||
'Welcome to Chia Academy, the scholarly hub for delving deep into Chia blockchain technology. In an age characterized by rapid digital transformation, this institution offers a comprehensive exploration of the Chia blockchain, dissecting its technical intricacies, real-world applications, and the nuances of its secure data handling. The Chia blockchain, created by Bram Cohen, stands out from traditional cryptocurrencies with its unique Proof of Space and Time (PoST) model, which contrasts with the energy-intensive Proof of Work (PoW) used by Bitcoin. This innovation is notable for its eco-friendly approach to blockchain. As a Chia Academy student, you will dive into the core concepts and functionalities of the Chia blockchain, including:', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if we want to say something like: ... Proof of work (POW) model ...?
Inclusion of chia academy header, sidebar, intro page, and overview (template)