From f5bf99f798960477eb063b2da587e419f70442d9 Mon Sep 17 00:00:00 2001 From: DaehunGwak Date: Tue, 15 Dec 2020 00:07:25 +0900 Subject: [PATCH] Refactor sentence consistency Modify all questions using informal sentence --- .../translations/.github/pre-lecture-quiz.ko.md | 4 ++-- .../translations/.github/post-lecture-quiz.ko.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.ko.md b/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.ko.md index 355d0e1c..f36093d9 100644 --- a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.ko.md +++ b/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.ko.md @@ -1,12 +1,12 @@ *수업 들으시면서 퀴즈를 완성해주세요.* -1. 어떤 명령어로 Git 레포지토리를 만드나요? +1. 어떤 명령어로 Git 레포지토리를 만드는가? - [ ] git create - [ ] git start - [ ] git init -2. `git add`는 어떤 동작을 하는 것인가요? +2. `git add`는 어떤 동작을 하는 것인가? - [ ] 코드를 커밋 - [ ] 추적을 위해 staging 영역으로 파일을 추가 diff --git a/1-getting-started-lessons/3-accessibility/translations/.github/post-lecture-quiz.ko.md b/1-getting-started-lessons/3-accessibility/translations/.github/post-lecture-quiz.ko.md index 6170a8fb..ae410e30 100644 --- a/1-getting-started-lessons/3-accessibility/translations/.github/post-lecture-quiz.ko.md +++ b/1-getting-started-lessons/3-accessibility/translations/.github/post-lecture-quiz.ko.md @@ -1,17 +1,17 @@ *문제당 하나의 정답을 골라 퀴즈를 완성하세요.* -1. Lighthouse 는 접근성 문제만 점검합니다. +1. Lighthouse 는 접근성 문제만 점검한다. - [ ] 네 - [ ] 아니요 -2. 칼러 세이프 팔레트 (Color-safe palettes) 어떤 사람을 도울 수 있나요? +2. 칼러 세이프 팔레트 (Color-safe palettes) 어떤 사람을 도울 수 있는가? - [ ] 색맹 - [ ] 시각 장애 - [ ] 둘다 -3. 설명 링크는 접근가능한 웹 사이트에 꼭 필요한 요소입니다. +3. 설명 링크는 접근가능한 웹 사이트에 꼭 필요한 요소이다. - [ ] 네 - [ ] 아니요