From cbe7d5f834e3777c855f0b6cc722056f6ee119fa Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 6 Jan 2021 10:44:40 -0500 Subject: [PATCH] lesson 2 quiz migration --- .../.github/post-lecture-quiz.md | 19 ------------------- .../.github/pre-lecture-quiz.md | 13 ------------- .../.github/post-lecture-quiz.hi.md | 19 ------------------- .../.github/post-lecture-quiz.it.md | 19 ------------------- .../.github/pre-lecture-quiz.hi.md | 13 ------------- .../.github/pre-lecture-quiz.it.md | 14 -------------- .../2-github-basics/translations/README.es.md | 4 ++-- .../2-github-basics/translations/README.it.md | 4 ++-- .../2-github-basics/translations/README.ko.md | 4 ++-- 9 files changed, 6 insertions(+), 103 deletions(-) delete mode 100644 1-getting-started-lessons/2-github-basics/.github/post-lecture-quiz.md delete mode 100644 1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md delete mode 100644 1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md delete mode 100644 1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.it.md delete mode 100644 1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md delete mode 100644 1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.it.md diff --git a/1-getting-started-lessons/2-github-basics/.github/post-lecture-quiz.md b/1-getting-started-lessons/2-github-basics/.github/post-lecture-quiz.md deleted file mode 100644 index 36692ac1..00000000 --- a/1-getting-started-lessons/2-github-basics/.github/post-lecture-quiz.md +++ /dev/null @@ -1,19 +0,0 @@ -*Complete this quiz by checking one answer per question.* - -1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is: - -- [ ] GitHub -- [ ] A Pull Request -- [ ] A feature branch - -2. How would you get all the commits from a remote branch? - -- [ ] `git fetch` -- [ ] `git pull` -- [ ] `git commits -r` - -3. How do you switch to a branch? - -- [ ] `git switch [branch-name]` -- [ ] `git checkout [branch-name]` -- [ ] `git load [branch-name]` diff --git a/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md b/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md deleted file mode 100644 index 6b75242f..00000000 --- a/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md +++ /dev/null @@ -1,13 +0,0 @@ -*Complete this quiz in class* - -1. How do you create a Git repo? - -- [ ] git create -- [ ] git start -- [ ] git init - -2. What does `git add` do? - -- [ ] Commits your code -- [ ] Adds your files to a staging area for tracking -- [ ] Adds your files to GitHub diff --git a/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md b/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md deleted file mode 100644 index 2665f629..00000000 --- a/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.hi.md +++ /dev/null @@ -1,19 +0,0 @@ -_प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें._ - -1. समीक्षाओं, टिप्पणियों, एकीकृत परीक्षणों और अधिक के साथ एक शाखा पर पेश किए गए मतभेदों की तुलना और चर्चा करने का स्थान है: - -- [ ] GitHub -- [ ] A Pull Request(एक निवेदन) -- [ ] A feature branch(एक सुविधा शाखा) - -2. आपको दूरस्थ शाखा से सभी कमिटस कैसे मिलेंगे? - -- [ ] `git fetch` -- [ ] `git pull` -- [ ] `git commits -r` - -3. आप किसी शाखा में कैसे जाते हैं? - -- [ ] `git switch [branch-name]` -- [ ] `git checkout [branch-name]` -- [ ] `git load [branch-name]` diff --git a/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.it.md b/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.it.md deleted file mode 100644 index 92032da8..00000000 --- a/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.it.md +++ /dev/null @@ -1,19 +0,0 @@ -*Completare questo quiz selezionando una risposta per domanda.* - -1. Un luogo dove confrontare e discutere le differenze introdotte su un ramo con valutazioni, commenti, test integrati, e altro è: - -- [ ] GitHub -- [ ] Una Pull Request -- [ ] Un ramo di funzionalità - -2. Come si otterrebbero tutti i commit da un ramo remoto? - -- [ ] `git fetch` -- [ ] `git pull` -- [ ] `git commits -r` - -3. Come ci si porta su di un ramo? - -- [ ] `git switch [nome-ramo]` -- [ ] `git checkout [nome-ramo]` -- [ ] `git load [nome-ramo]` diff --git a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md b/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md deleted file mode 100644 index 7c0653e7..00000000 --- a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.hi.md +++ /dev/null @@ -1,13 +0,0 @@ -_इस क्विज को कक्षा में पूरा करें_ - -1. आप एक Git रेपो कैसे बनाते हैं? - -- [ ] git create -- [ ] git start -- [ ] git init - -2. `git add` क्या करता है ? - -- [ ] आपके कोड को कमिट करता है -- [ ] ट्रैकिंग के लिए एक स्टेजिंग क्षेत्र में अपनी फ़ाइलों को जोड़ता है -- [ ] अपनी फ़ाइलों को GitHub में जोड़ता है diff --git a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.it.md b/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.it.md deleted file mode 100644 index 31ee2597..00000000 --- a/1-getting-started-lessons/2-github-basics/translations/.github/pre-lecture-quiz.it.md +++ /dev/null @@ -1,14 +0,0 @@ -*Completa questo quiz in classe* - - -1. Come si crea un repository Git? - -- [ ] git create -- [ ] git start -- [ ] git init - -2. Che cosa fa `git add`? - -- [ ] Esegue una azione di commit per il proprio codice -- [ ] Aggiunge i propri file in una staging area per essere tracciati -- [ ] Aggiunge i propri file a GitHub diff --git a/1-getting-started-lessons/2-github-basics/translations/README.es.md b/1-getting-started-lessons/2-github-basics/translations/README.es.md index 9f5b420f..826f4d38 100644 --- a/1-getting-started-lessons/2-github-basics/translations/README.es.md +++ b/1-getting-started-lessons/2-github-basics/translations/README.es.md @@ -2,7 +2,7 @@ Esta lección cubre los conceptos básicos de GitHub, una plataforma para alojar y administrar cambios en su código. -## [Pre-lecture prueba](../.github/pre-lecture-quiz.md) +## [Pre-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/3) ### Introducción @@ -266,7 +266,7 @@ Los proyectos también pueden tener discusiones en foros, listas de correo o can 🚀 Desafío: empareje con un amigo para trabajar en el código del otro. Cree un proyecto de forma colaborativa, bifurque el código, cree ramas y combine los cambios. -## [Post-lecture prueba](../.github/post-lecture-quiz.md) +## [Post-lecture prueba](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/4) ## Revisión y autoestudio diff --git a/1-getting-started-lessons/2-github-basics/translations/README.it.md b/1-getting-started-lessons/2-github-basics/translations/README.it.md index aa237954..8244de43 100644 --- a/1-getting-started-lessons/2-github-basics/translations/README.it.md +++ b/1-getting-started-lessons/2-github-basics/translations/README.it.md @@ -6,7 +6,7 @@ Questa lezione tratta delle basi di GitHub, una piattaforma per ospitare e gesti > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## Quiz Pre-lezione -[Pre-lecture quiz](../.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/3?loc=it) ## Introduzione @@ -296,7 +296,7 @@ I progetti potrebbero anche essere discussi nei forum, liste di distribuzione, o Fare coppia con un amico per lavorare al codice dei progetti l'uno dell'altro. Creare un progetto in modo collaborativo, biforcare il codice, craare rami e fondere modifiche. ## Quiz Post-lezione -[Post-lecture quiz](../.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/4?loc=it) ## Revisione e Auto Apprendimento diff --git a/1-getting-started-lessons/2-github-basics/translations/README.ko.md b/1-getting-started-lessons/2-github-basics/translations/README.ko.md index 6f37cdd9..e91452ed 100644 --- a/1-getting-started-lessons/2-github-basics/translations/README.ko.md +++ b/1-getting-started-lessons/2-github-basics/translations/README.ko.md @@ -6,7 +6,7 @@ > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## 강의 전 퀴즈 -[Pre-lecture quiz](../.github/pre-lecture-quiz.md) +[Pre-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/3?loc=ko) ## 소개 @@ -275,7 +275,7 @@ GitHub의 모든 공개 저장소에 스타 표시, 워치 및/또는 "포크" 친구와 페어링하여 서로의 코드를 작업하세요. 공동으로 프로젝트를 만들고, 코드를 포크하고, 브랜치를 만들고, 변경 사항을 병합합니다. ## 강의 후 퀴즈 -[Post-lecture quiz](../.github/post-lecture-quiz.md) +[Post-lecture quiz](https://nice-beach-0fe9e9d0f.azurestaticapps.net/quiz/4?loc=ko) ## 리뷰 & 자기주도 학습