lesson 2 quiz migration

pull/168/head
Jen Looper 4 years ago
parent a6608a2676
commit cbe7d5f834

@ -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]`

@ -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

@ -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]`

@ -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]`

@ -1,13 +0,0 @@
_इस क्विज को कक्षा में पूरा करें_
1. आप एक Git रेपो कैसे बनाते हैं?
- [ ] git create
- [ ] git start
- [ ] git init
2. `git add` क्या करता है ?
- [ ] आपके कोड को कमिट करता है
- [ ] ट्रैकिंग के लिए एक स्टेजिंग क्षेत्र में अपनी फ़ाइलों को जोड़ता है
- [ ] अपनी फ़ाइलों को GitHub में जोड़ता है

@ -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

@ -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

@ -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

@ -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)
## 리뷰 & 자기주도 학습

Loading…
Cancel
Save