[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HTML for the test questions



xorxes wrote:
> This is the kind of language proficiency test I have in mind:
>
> http://www.transparent.com/tlquiz/proftest/english/tlengtest.htm
> (English test)
> http://www.transparent.com/tlquiz/proftest/spanish/tlspatest.htm
> (Spanish test)

Three kinds of questions: fill-in-the-blank, pick-the-bad-underlined,
and reading-comprehension. The included style is just a bare-bones
thing, it could probably use a bunch of margins or something.

What language is the test software being written in? I could setup a
formatting thingie for it if it's in Python or (maaaaybe) C. If I'm
kindof wasting my time because something has already been designed, I
could improve it.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
.testquestions ol li ol li {
list-style-type: lower-alpha;
}
label {
text-decoration: underline;
}
</style>
<title>Lojban Test Example</title>
</head>
<body>
<form class="testquestions" method="post" action="test.cgi">

<!-- A bunch of fill-in-the-blank or a set for Reading Comprehension --
>
<p>Instructions: Choose the option that makes a complete sentence:</p>
<ol>
<li>
  ____ valsi
  <ol>
    <li><input type="radio" name="QID1" value="a" id="aQID1" /><label
for="aQID1">zo da</label></li>
    <li><input type="radio" name="QID1" value="b" id="bQID1" /><label
for="bQID1">lo da</label></li>
    <li><input type="radio" name="QID1" value="c" id="cQID1" /><label
for="cQID1">lo cusku</label></li>
  </ol>
</li>
<li>
  mi spuda to lo ninpre ku se preti zoi gy.What does {komo} mean?
  <ol>
    <li><input type="radio" name="QID3" value="a" id="aQID3" /><label
for="aQID3">fa'o</label></li>
    <li><input type="radio" name="QID3" value="b" id="bQID3" /><label
for="bQID3">.gy toi</label></li>
    <li><input type="radio" name="QID3" value="c" id="cQID3" /><label
for="cQID3">.gy to'e</label></li>
    <li><input type="radio" name="QID3" value="c" id="dQID3" /><label
for="dQID3">.gy to'i</label></li>
  </ol>
</li>
</ol>

<!-- pick-the-bad-underline -->
<p>Instructions: Choose the unnecessary terminator:</p>
<ol>
<li>
  lo mamta be lo ninmu <label for="aQID2">be'o</label> noi mi tavla
<label for="bQID2">cu</label> melbi <label for="cQID2">vau</label>
  <ol>
    <li><input type="radio" name="QID2" value="a" id="aQID2" /><label
for="aQID2">be'o</label></li>
    <li><input type="radio" name="QID2" value="b" id="bQID2" /><label
for="bQID2">cu</label></li>
    <li><input type="radio" name="QID2" value="c" id="cQID2" /><label
for="cQID2">vau</label></li>
  </ol>
</li>
</ol>

</form>
</body>
</html>

To unsubscribe from this group, send email to lojban-lbck+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.