Skip to content

Commit 045bc3d

Browse files
authored
Merge branch 'byu-cpe:main' into main
2 parents c4fb77f + d1dc3d0 commit 045bc3d

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

website/_data/questions.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,24 @@
349349
- text: target_link_directories()
350350
correct: Specifies the paths in which the linker should search for libraries when linking a given target.
351351
- text: target_compile_features()
352-
correct: Specifies compiler features required when compiling a given target.
353-
352+
correct: Specifies compiler features required when compiling a given target.
353+
354+
355+
356+
# --------------------------- Activities for OpenSource.md ---------------------------------
357+
- id: 130
358+
prompt: I can do anything I want with Open Source Software
359+
type: multiple_choice
360+
responses:
361+
- text: "true"
362+
- text: "false"
363+
correct: true
364+
365+
- id: 131
366+
prompt: When creating my own open sourc project, I should
367+
type: multiple_choice
368+
responses:
369+
- text: "use an existing licence"
370+
correct: true
371+
- text: "create my own licence"
372+
- text: "not use a licence"

website/_selfpaced/OpenSource.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ order: 6
99

1010
# Open Source Software
1111

12+
## Overview
13+
Open source Software refers to software where the source code is available publicly and can be modified. Open source software embraces the ideals of collaboration and public review, allowing comunities to form and help develop software. However, the fact that a software is open source does not necessarily grant the ability to do anything you want with it. Open source software is protected by licences. There are several common licences that are used in most projects. Some licences may require you to use the same licence or to share any modifications you make.
1214

1315
## Self-Paced Activities
1416

17+
{% include quizzes.html id=130 %}
18+
19+
{% include quizzes.html id=131 %}
20+
21+
### Explore open source projects
1522
1. Identify at least three open source projects of interest
1623
* Projects related to your summer research
1724
* A project related to your personal interests

0 commit comments

Comments
 (0)