Skip to content

Commit

Permalink
add new grammar points
Browse files Browse the repository at this point in the history
- added new grammar points to the grammar index. (#295)
  - Potential Verbs
  • Loading branch information
SethClydesdale committed Feb 6, 2025
1 parent 35bd17b commit b1e0fbd
Show file tree
Hide file tree
Showing 15 changed files with 281 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lessons-3rd/appendix/conjugation-chart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h3 class="sub-title">Genki II</h3>
<tr>
<td style="width:25px">verb types</td>
<td style="width:25px">dictionary forms</td>
<td style="width:110px">potential<br>(<a href="../../#lesson-13" target="_blank">L13</a>)</td>
<td style="width:110px">potential<br>(<a href="../grammar-index/#l13-p1" target="_blank" class="grammar-link">L13</a>)</td>
<td style="width:110px">volitional<br>(<a href="../../#lesson-15" target="_blank">L15</a>)</td>
<td style="width:110px">ば-forms<br>(<a href="../../#lesson-18" target="_blank">L18</a>)</td>
<td style="width:110px">passive<br>(<a href="../../#lesson-21" target="_blank">L21</a>)</td>
Expand Down
271 changes: 259 additions & 12 deletions lessons-3rd/appendix/grammar-index/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lessons-3rd/lesson-13/grammar-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script>Genki.generateQuiz({
format : 'practice',
type : ['multi', 'fill'],
info : 'Change the verbs into the potential forms.',
info : 'Change the verbs into the {!GRI|potential forms|l13-p1}.',

quizlet : [
[
Expand Down
2 changes: 1 addition & 1 deletion lessons-3rd/lesson-13/grammar-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script>Genki.generateQuiz({
format : 'practice',
type : ['multi', 'fill'],
info : 'Read the cues and describe the things that Mary can do, using potential verbs.',
info : 'Read the cues and describe the things that Mary can do, using {!GRI|potential verbs|l13-p1}.',

quizlet : [
[
Expand Down
2 changes: 1 addition & 1 deletion lessons-3rd/lesson-13/grammar-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script>Genki.generateQuiz({
format : 'practice',
type : ['multi', 'fill'],
info : 'Answer the questions using the potential verb in the negative.',
info : 'Answer the questions using the {!GRI|potential verb|l13-p1} in the negative.',

quizlet : [
[
Expand Down
8 changes: 4 additions & 4 deletions lessons-3rd/lesson-13/workbook-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'fill',
info : 'Fill in the chart below.',
info : 'Fill in the chart below. {!GRI|Click here|l13-p1} to review Potential Verbs.',

quizlet :
'<p class="sectionDesc3rd"><span class="sectionNumber3rd">I</span>Fill in the chart below.</p>'+
'<table class="table large-width center count-problems">'+
'<tr>'+
'<td style="width:110px;"></td>'+
'<td>te-form</td>'+
'<td>potential</td>'+
'<td>potential negative</td>'+
'<td>{!GRI|te-form|l6-p1}</td>'+
'<td>{!GRI|potential|l13-p1}</td>'+
'<td>{!GRI|potential negative|l13-p1}</td>'+
'</tr>'+

'<tr>'+
Expand Down
2 changes: 1 addition & 1 deletion lessons-3rd/lesson-13/workbook-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'fill',
info : 'Complete the following problems using potential verbs.',
info : 'Complete the following problems using {!GRI|potential verbs|l13-p1}.',

quizlet :
'<p class="sectionDesc3rd"><span class="sectionNumber3rd">II</span>Write two things you can/cannot do and two things you were able/unable to do in childhood.</p>'+
Expand Down
4 changes: 2 additions & 2 deletions lessons-3rd/lesson-13/workbook-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'fill',
info : 'Complete the following problems using potential verbs.',
info : 'Complete the following problems using {!GRI|potential verbs|l13-p1}.',

quizlet :
'<div class="count-problems valign-top">'+
'<p class="sectionDesc3rd"><span class="sectionNumber3rd">I</span>Read the first half of the sentences and fill in the blanks with the potential verbs.<br>Determine whether you should use the affirmative or negative.</p>'+
'<p class="sectionDesc3rd"><span class="sectionNumber3rd">I</span>Read the first half of the sentences and fill in the blanks with the {!GRI|potential verbs|l13-p1}.<br>Determine whether you should use the affirmative or negative.</p>'+

'<div class="problem"><ruby>中国<rt>ちゅうごく</rt></ruby>に<ruby>住<rt>す</rt></ruby>んでいたので、<ruby>中国語<rt>ちゅうごくご</rt></ruby>が{話せます|はなせます|answer;width:84;hint:(speak)}。</div>'+

Expand Down
2 changes: 1 addition & 1 deletion lessons/appendix/conjugation-chart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h3 class="sub-title">Genki II</h3>
<tr>
<td style="width:25px">verb types</td>
<td style="width:25px">dictionary forms</td>
<td style="width:110px">potential<br>(<a href="../../../#lesson-13" target="_blank">L.13</a>)</td>
<td style="width:110px">potential<br>(<a href="../../../lessons-3rd/appendix/grammar-index/#l13-p1" target="_blank" class="grammar-link">L.13</a>)</td>
<td style="width:110px">volitional<br>(<a href="../../../#lesson-15" target="_blank">L.15</a>)</td>
<td style="width:110px">ば-forms<br>(<a href="../../../#lesson-18" target="_blank">L.18</a>)</td>
<td style="width:110px">passive<br>(<a href="../../../#lesson-21" target="_blank">L.21</a>)</td>
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-13/grammar-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'multi',
info : 'Change the verbs into their potential forms.',
info : 'Change the verbs into their {!GRI|potential forms|l13-p1}.',

quizlet : [
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-13/grammar-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'multi',
info : 'Read the cues and describe the things that Mary can do, using potential verbs.',
info : 'Read the cues and describe the things that Mary can do, using {!GRI|potential verbs|l13-p1}.',

quizlet : [
{
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-13/grammar-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'multi',
info : 'Answer the questions using the potential verb in the negative.',
info : 'Answer the questions using the {!GRI|potential verb|l13-p1} in the negative.',

quizlet : [
{
Expand Down
8 changes: 4 additions & 4 deletions lessons/lesson-13/workbook-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'fill',
info : 'Fill in the chart below.',
info : 'Fill in the chart below. {!GRI|Click here|l13-p1} to review Potential Verbs.',

quizlet :
'<table class="table large-width center">'+
'<tr>'+
'<td style="width:110px;"></td>'+
'<td>te-form</td>'+
'<td>potential</td>'+
'<td>potential negative</td>'+
'<td>{!GRI|te-form|l6-p1}</td>'+
'<td>{!GRI|potential|l13-p1}</td>'+
'<td>{!GRI|potential negative|l13-p1}</td>'+
'</tr>'+

'<tr>'+
Expand Down
2 changes: 1 addition & 1 deletion lessons/lesson-13/workbook-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'fill',
info : 'Write two things you can/cannot do and two things you were able/unable to do in childhood.',
info : 'Write two things you can/cannot do and two things you were able/unable to do in childhood, using {!GRI|potential verbs|l13-p1}.',

quizlet :
'<div class="count-problems">'+
Expand Down
4 changes: 2 additions & 2 deletions lessons/lesson-13/workbook-3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ <h3><i class="fa">&#xf0a1;</i> News and Info</h3>
<script src="../../../resources/javascript/all.min.js"></script>
<script>Genki.generateQuiz({
type : 'fill',
info : 'Complete the problems below using potential verbs.',
info : 'Complete the problems below using {!GRI|potential verbs|l13-p1}.',

quizlet :
'<div class="count-problems">'+
'<p class="section-desc">Read the first half of the sentences and fill in the blanks with the potential verbs. Determine whether you should use the affirmative or negative.</p>'+
'<p class="section-desc">Read the first half of the sentences and fill in the blanks with the {!GRI|potential verbs|l13-p1}. Determine whether you should use the affirmative or negative.</p>'+
'<div class="problem">中国に住んでいたので、中国語が、{話せます|はなせます|answer;width:84;hint:(speak)}。</div>'+

'<div class="problem">水がこわいので、{泳げません|およげません|answer;width:98;hint:(swim)}。</div>'+
Expand Down

0 comments on commit b1e0fbd

Please sign in to comment.