lipu-sona/11/index.html

163 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>questions? (lesson 11)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut-icon" type="image/png" href="/assets/favicon.png" />
</head>
<body onload="toggleTextClass('answers')">
<h1 class="title">
lesson 11 -
<span style="vertical-align: -50%" class="title-emphasis"
>questions?</span
>
</h1>
<h2 class="title box-title">vocab</h2>
<div class="box box-top">
<p>󱤺 mun - moon, night sky object, star</p>
<p>󱤆 ante - different, altered, changed, other</p>
<p>󱥠 sitelen - image, picture, representation, symbol, mark, writing</p>
<p>󱥓 poki - container, bag, bowl, box, cup, cupboard, drawer, vessel</p>
<p>󱥈 pakala - botched, broken, damaged, harmed, messed up</p>
<p>󱤓 jo - to have, carry, contain, hold</p>
<p>󱥥 supa - horizontal surface, thing to put or rest something on</p>
</div>
<h3 class="title box-title sub-title">~ question word</h3>
<div class="box box-top">
<p>󱥙 seme - (indicates missing information in a question)</p>
</div>
<h3 class="title box-title sub-title">~ notes</h3>
<div class="box">
<p>jo is not the same as english's general to have</p>
<p>"i have a lot of work" is not "mi jo e pali mute"</p>
<p class="quote">
<span class="sentence">i have a lot of work</span><br />~ mi wile pali
mute
</p>
</div>
<h2 class="title box-title">lesson</h2>
<div class="box box-top">
<p>
there are two ways to ask yes/no questions, and one way to ask an
open-ended one
</p>
</div>
<h3 class="title box-title sub-title">~ verb ala verb</h3>
<div class="box box-top">
<p>
to ask yes or no questions, you repeat the first word in the predicate
or preverb by saying <em>word ala word</em>
</p>
<p>
to answer a question like this you repeat the word for yes, and say ala
or word ala for no.
</p>
<p class="quote">
<span class="sentence">sina wile ala wile pali?</span><br />
~ do you want to work?<br />
<span class="sentence">wile</span> / <span class="sentence">ala</span
><br />
~ yes / no
</p>
<p class="quote">
<span class="sentence">jan ni li suwi ala suwi tawa sina?</span><br />
~ is this person cute in your opinion?<br />
<span class="sentence">suwi</span> /
<span class="sentence">suwi ala</span><br />
~ yes / no
</p>
</div>
<h3 class="title box-title sub-title">~ anu seme?</h3>
<div class="box box-top">
<p>
you can also form yes/no questions by appending "anu seme?" to the end.
(lesson 12 will cover the word anu)
</p>
<p>
they are answered the same way as <em>verb ala verb</em> questions, by
either repeating the word, or saying ala.
</p>
<p>
if you're unsure of which word to repeat, you could also just say a
sentence
</p>
<p class="quote">
<span class="sentence">sina moku anu seme?</span><br />
~ do you eat?<br />
<span class="sentence">moku</span> / <span class="sentence">ala</span
><br />
~ yes / no
</p>
<p class="quote">
<span class="sentence">ona li jan poka sina anu seme?</span><br />
~ are they your friend?<br />
<span class="sentence">ona li jan poka mi</span><br />
~ they are my friend
</p>
</div>
<h3 class="title box-title sub-title">~ open-ended questions</h3>
<div class="box">
<p>
open-ended questions are formed by making a normal sentence and putting
the word <em>seme</em> where the missing information would go.
</p>
<p>
if you have phrased the question correctly, the responder should be able
to replace the word seme with the answer.
</p>
<p class="quote">
<span class="sentence">sina seme?</span><br />
~ what are you doing? / who are you?<br />
<span class="sentence">mi pakala e ijo / mi soweli Tesa</span><br />
~ i break things / i'm tess
</p>
<p class="quote">
<span class="sentence">seme li lon supa?</span><br />
~ what's on the table?<br />
<span class="sentence">len jaki</span><br />
~ dirty clothes
</p>
<p class="quote">
<span class="sentence">soweli Sijala li lon seme?</span><br />
~ where is tiara?<br />
<span class="sentence">ona li lon insa pi poki kala!</span><br />
~ she is inside the aquarium!
</p>
</div>
<h2 class="title box-title">exercises</h2>
<h3 class="title box-title sub-title">~ repetition</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from toki pona to english
</h3>
<div class="box box-top"></div>
<h3 class="title box-title sub-title">
~ translate from english to toki pona
</h3>
<div class="box box-top"></div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="../10">prev 󱤖</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../12">󱥩 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>