Skip to content

Lesson 02 updated #117

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

Closed
wants to merge 27 commits into from
Closed
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6d8dda2
Create README.md
JEKLUND251 Mar 4, 2025
ec0b53d
Update README.md
JEKLUND251 Mar 4, 2025
08494d8
Update README.md
JEKLUND251 Mar 4, 2025
4d289e1
Create Images subfolder
JEKLUND251 Mar 4, 2025
5ff6a5e
Add files via upload
JEKLUND251 Mar 4, 2025
76d6adf
Delete lesson_00/JustinEKlund.md/Images subfolder
JEKLUND251 Mar 4, 2025
094cf02
Rename IMG_2810.jpg to Images subfolder
JEKLUND251 Mar 4, 2025
f8174e6
Rename Images subfolder to Images
JEKLUND251 Mar 4, 2025
7a9fa54
Rename lesson_00/JustinEKlund.md/Images to lesson_00/JustinEKlund.md/…
JEKLUND251 Mar 4, 2025
1be4541
Add files via upload
JEKLUND251 Mar 4, 2025
01d896e
Rename IMG_2810 (1).jpg to readme pic 1
JEKLUND251 Mar 4, 2025
15e3d77
Update README.md
JEKLUND251 Mar 5, 2025
706c4c2
Delete lesson_00/JustinEKlund.md/Images files directory
JEKLUND251 Mar 5, 2025
3d2cd35
Add files via upload
JEKLUND251 Mar 5, 2025
c89c4d2
Delete lesson_00/JustinEKlund.md/Images file directory
JEKLUND251 Mar 5, 2025
1eb5166
Create txt
JEKLUND251 Mar 5, 2025
f9b0b73
Add files via upload
JEKLUND251 Mar 5, 2025
edfaa94
Delete lesson_00/JustinEKlund.md/Images/txt
JEKLUND251 Mar 5, 2025
aa23cde
Update README.md
JEKLUND251 Mar 5, 2025
f2c7cf9
Fix: Punctuation and grammar
VicenteVigueras Mar 7, 2025
c91781d
Merge branch 'code-differently:main' into main
JEKLUND251 Mar 10, 2025
f770163
Merge branch 'code-differently:main' into main
JEKLUND251 Mar 10, 2025
fec1b98
Merge branch 'code-differently:main' into main
JEKLUND251 Mar 10, 2025
58a4a65
Merge branch 'code-differently:main' into main
JEKLUND251 Mar 10, 2025
a1bbed5
Merge branch 'code-differently:main' into main
JEKLUND251 Mar 11, 2025
90c2cc4
Merge branch 'code-differently:main' into main
JEKLUND251 Mar 11, 2025
9f91627
completed lesson 2
JEKLUND251 Mar 11, 2025
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
22 changes: 11 additions & 11 deletions lesson_02/quiz/src/lesson2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Lesson2 {
[AnswerChoice.C, "To delete unnecessary files"],
[AnswerChoice.D, "To run code more efficiently"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -56,7 +56,7 @@ export class Lesson2 {
[AnswerChoice.C, "A tool for merging branches"],
[AnswerChoice.D, "A way to delete a repository"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.A, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -70,7 +70,7 @@ export class Lesson2 {
[AnswerChoice.C, "Push changes to the server"],
[AnswerChoice.D, "Write code directly in GitHub"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.D, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -84,7 +84,7 @@ export class Lesson2 {
[AnswerChoice.C, "git branch"],
[AnswerChoice.D, "git pull"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -98,7 +98,7 @@ export class Lesson2 {
[AnswerChoice.C, "NetBeans"],
[AnswerChoice.D, "VS Code"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.D, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -112,7 +112,7 @@ export class Lesson2 {
[AnswerChoice.C, "Dev Containers"],
[AnswerChoice.D, "Source Control"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.C, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -126,7 +126,7 @@ export class Lesson2 {
[AnswerChoice.C, "Playing music"],
[AnswerChoice.D, "Managing source control"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.C, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -140,7 +140,7 @@ export class Lesson2 {
[AnswerChoice.C, "cd"],
[AnswerChoice.D, "mkdir"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -154,7 +154,7 @@ export class Lesson2 {
[AnswerChoice.C, "cd"],
[AnswerChoice.D, "mkdir"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.C, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -168,7 +168,7 @@ export class Lesson2 {
[AnswerChoice.C, "Remove a file or directory"],
[AnswerChoice.D, "Copy a file or directory"],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.A, // Replace `UNANSWERED` with the correct answer.
);
}

Expand All @@ -182,7 +182,7 @@ export class Lesson2 {
[AnswerChoice.C, "⌘ + Q"],
[AnswerChoice.D, '⌘ + S, then type "terminal"'],
]),
AnswerChoice.UNANSWERED, // Replace `UNANSWERED` with the correct answer.
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
);
}
}
Expand Down