Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c084f7f
Create JBEYFOOD.jpg
jbey251 Feb 17, 2026
5fc0e9e
Add files via upload
jbey251 Feb 17, 2026
5638cf4
Delete lesson_00/JohnBey2/Images/JBEYFOOD.jpg
jbey251 Feb 17, 2026
36406cd
Create Test
jbey251 Feb 17, 2026
bffd8fe
Create test1
jbey251 Feb 17, 2026
772c9af
Delete lesson_00/JohnBey2 directory
jbey251 Feb 17, 2026
ad5b813
Create Test1
jbey251 Feb 17, 2026
03ff3f6
Delete lesson_00/JohnBey2/Images directory
jbey251 Feb 17, 2026
f62597a
Create .gitkeep
jbey251 Feb 17, 2026
aadfe09
Delete lesson_00/John Bey 2/Images directory
jbey251 Feb 17, 2026
3d5b43a
Create .gitkeep
jbey251 Feb 17, 2026
862eab6
Create .gitkeep
jbey251 Feb 17, 2026
ce1db67
Delete lesson_00/John Bey 2 directory
jbey251 Feb 17, 2026
b77bb46
Create .gitkeep
jbey251 Feb 17, 2026
d922370
Create .gitkeep
jbey251 Feb 17, 2026
c8c7c22
Add files via upload
jbey251 Feb 17, 2026
8873f82
Add files via upload
jbey251 Feb 17, 2026
dd68980
Delete lesson_00/John Bey 2/Images/.gitkeep
jbey251 Feb 17, 2026
53eff84
Delete lesson_00/John Bey 2/.gitkeep
jbey251 Feb 17, 2026
08d5b11
Create README.md
jbey251 Feb 17, 2026
6aa4cad
Update README.md
jbey251 Feb 17, 2026
6167ca9
Update README.md
jbey251 Feb 17, 2026
d1575ef
Update README.md
jbey251 Feb 17, 2026
91772f7
Update README.md
jbey251 Feb 17, 2026
db60b4a
Update README.md
jbey251 Feb 17, 2026
ced9889
Update README.md
jbey251 Feb 17, 2026
e6a150f
Merge pull request #1 from jbey251/Learning.
jbey251 Feb 17, 2026
b058b5a
Test
jbey251 Mar 5, 2026
0cd5d4c
Stashing
jbey251 Mar 6, 2026
a627ed7
Created new quizzes for lesson_03
jbey251 Mar 10, 2026
cd30f94
testing rebase
jbey251 Mar 10, 2026
c80eabb
test
jbey251 Mar 10, 2026
0cbf9db
testing
jbey251 Mar 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers-contrib/features/ts-node:1": {},
// "ghcr.io/devcontainers-contrib/features/ts-node:1": {},
"ghcr.io/devcontainers/features/sshd:1": {},
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
Expand Down
Binary file added lesson_00/John Bey 2/Images/JBEYFOOD.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lesson_00/John Bey 2/Images/JBEYFOOD2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions lesson_00/John Bey 2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# John W. Bey's Life

## Work in Progress . . .

### 🍔 Food 🍜

<img src="Images/JBEYFOOD.jpg" height=300/> <img src="Images/JBEYFOOD2.jpg" height=300/>
Binary file added lesson_01/John Bey 2/Images/JBEYFOOD.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lesson_01/John Bey 2/Images/JBEYFOOD2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions lesson_01/John Bey 2/README.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>John W. Bey's Life</title>
<link rel="stylesheet" href="styles.css">
</head>

<body>

<h1>John W. Bey's Life</h1>

<h2>Work in Progress . . .</h2>

<h3>🍔 Food 🍜</h3>

<div class="images">
<img src="Images/JBEYFOOD.jpg" alt="Food Image 1">
<img src="Images/JBEYFOOD2.jpg" alt="Food Image 2">
</div>

</body>
</html>
29 changes: 29 additions & 0 deletions lesson_01/John Bey 2/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
body {
font-family: Arial, Helvetica, sans-serif;
margin: 16px;
}

/* Markdown-style headers */

h1 {
font-size: 2em;
border-bottom: 1px solid #d0d7de;
padding-bottom: 0.3em;
}

h2 {
font-size: 1.5em;
border-bottom: 1px solid #d0d7de;
padding-bottom: 0.3em;
}

h3 {
font-size: 1.25em;
}

/* Images */

.images img {
height: 300px;
margin-right: 4px;
}
4 changes: 4 additions & 0 deletions lesson_03/quiz/quiz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ quiz:
- $2y$10$7TUXmYaJlWnRZTzYR..CsefgVcOZJMGt7ctxyAf.G3obBBFEAB342
- $2y$10$0ghuTDegle177q8VjCgQ2OhManKjotYXrcDT3SLyUF8KvI152Wd0.
- $2y$10$JXoeInFy4UzHhi2Lskxzeu7CQ9RprnJgBw9pjAlV.t6zQyJTyy8OK
Jbey2:
- $2y$10$Xk2YsiaPxP4XDX.A5Dfuzeqv6Fgjm9q9VjbS9MQA7dN0vGNX6DCeG
- $2y$10$hFWt2.WTvFC9yOh7feD5C.f7OF5IK.Hw6tdPmelpyuRAGkUmgBnYu
- $2y$10$Mrf8pUMLOcDD38d8aiOrdeIVuJ6Urczpz/2q/0Nmm2xvZgDeVJTWy
dylanlafferty:
- $2y$10$acRuI5XyFjj4PLpl3d1xd.ZEG2MsPUpw0aFoP/CmEx14fEhdmxP1i
- $2y$10$E9m5ekFKcrlyQkURGQNaaOPbu8sBn5fDRWEqUbGvuB8oLIhYLufn2
Expand Down
81 changes: 81 additions & 0 deletions lesson_03/quiz/src/quizzes/Jbey2_quiz.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
import {
AnswerChoice,
MultipleChoiceQuizQuestion,
QuizQuestion,

Check failure on line 4 in lesson_03/quiz/src/quizzes/Jbey2_quiz.ts

View workflow job for this annotation

GitHub Actions / build

'QuizQuestion' is defined but never used

Check failure on line 4 in lesson_03/quiz/src/quizzes/Jbey2_quiz.ts

View workflow job for this annotation

GitHub Actions / build

'QuizQuestion' is defined but never used
QuizQuestionProvider,
} from 'codedifferently-instructional';
export class JBey2Quiz implements QuizQuestionProvider {
getProviderName(): string {
return 'JBey1';
}
makeQuizQuestions() {
return [
JBey2Quiz.makeQuestion0(),
JBey2Quiz.makeQuestion1(),
JBey2Quiz.makeQuestion2(),
];
}
static makeQuestion0() {
return new MultipleChoiceQuizQuestion(
0,
'What is Polymorphism?',
new Map([
[AnswerChoice.A, 'The ability to write code in multiple languages at the same time'],
[
AnswerChoice.B,
'The ability of a variable to change its data type at runtime depending on the value assigned to it',
],
[
AnswerChoice.C,
'The ability of an object to take on many forms, typically through method overriding',
],
[AnswerChoice.D, 'The ability of a class to inherit from multiple parents simultaneously'],
]),
AnswerChoice.C,
); // Replace `UNANSWERED` with the correct answer.
}
static makeQuestion1() {
return new MultipleChoiceQuizQuestion(
1,
'What is Node.JS?',
new Map([
[
AnswerChoice.A,
'Node.JS is a programming language used for both writing both front-end and back-end code',
],
[AnswerChoice.B, 'Node.JS is a framework for JavaScript, like Angular or React, but for servers'],
[
AnswerChoice.C,
'Node.js is a web server application, similar to Apache or Nginx',
],
[
AnswerChoice.D,
'Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser',
],
]),
AnswerChoice.D,
); // Replace `UNANSWERED` with the correct answer.
}
static makeQuestion2() {
return new MultipleChoiceQuizQuestion(
2,
'What is API?',
new Map([
[AnswerChoice.A, 'API is a set of defined rules and protocols that allows two software applications to communicate and exchange data with each other'],
[
AnswerChoice.B,
'An API is a database that stores information for applications to use',
],
[
AnswerChoice.C,
'An API is a user interface for developers, like a button you click',
],
[
AnswerChoice.D,
'An API is a software library or SDK that developers add to their code',
],
]),
AnswerChoice.A,
); // Replace `UNANSWERED` with the correct answer.
}
}
Loading
Loading