From 3bd13ce469b8baeabfc46b8c34821447374c24d8 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall <dawagner@gmail.com> Date: Mon, 30 Dec 2024 15:55:20 +0000 Subject: [PATCH] Add module success criteria --- org-cyf-sdc/content/tools/success/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/org-cyf-sdc/content/tools/success/index.md b/org-cyf-sdc/content/tools/success/index.md index 465c0fbe2..99c6922aa 100644 --- a/org-cyf-sdc/content/tools/success/index.md +++ b/org-cyf-sdc/content/tools/success/index.md @@ -6,10 +6,10 @@ emoji= '✅' menu_level = ['module'] weight = 11 [[objectives]] -1="Translate requirements into high-level design outlines" -2="Break down solving problems into testable steps" -3="Ask questions systematically using a given formal language" -4="Demonstrate good citizenship on GitHub by participating in code review on PRs" -5="Solve at least 6 7kyu problems in Codewars" -6="Solve up to level 5 in the Bandit repeatedly" +1="Work with binary, hexadecimal, and decimal numbers" +2="Explain what a CPU is, what main memory is, and how they interact" +3="Describe an operating system, including the kernel, processes, and syscalls" +4="Process text files using standard command line tools, including in pipelines" +5="Write command line tools using JavaScript + NodeJS, including dependencies from npm" +6="Write command line tools using Python, including dependencies from pypi" +++