Skip to content

Commit

Permalink
Add better descriptions for exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Sep 25, 2023
1 parent feeed8b commit f56b6f6
Show file tree
Hide file tree
Showing 10 changed files with 213 additions and 15 deletions.
8 changes: 6 additions & 2 deletions exercises/actor-birthday/parsons.xml
100755 → 100644

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion exercises/anagram/template.xml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion exercises/average-list/parsons.xml

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion exercises/between/parsons.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion exercises/bigram-autocomplete/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Bigram Autocomplete"
description = "Implement a 2-gram (bigram) language model to be used for text autocompletion"
description = "A language model is a probabilistic model of language that can generate a series of words based on example text that it was trained on.\n\nIn this activity, we will be making a custom block to create a simple language model based on bigrams! A bigram-based language model keeps count of how often each letter follows every other letter. Using these counts, it can guess the next letter will be based on the current one!"
topics = ["AI"]
concepts = ["loops", "lists"]
4 changes: 2 additions & 2 deletions exercises/factorial/parsons.xml
100755 → 100644

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions exercises/greet/parsons.xml

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion exercises/leap-year/template.xml

Large diffs are not rendered by default.

36 changes: 34 additions & 2 deletions exercises/letter-frequency/parsons.xml

Large diffs are not rendered by default.

130 changes: 128 additions & 2 deletions exercises/minesweeper/parsons.xml

Large diffs are not rendered by default.

0 comments on commit f56b6f6

Please sign in to comment.