~ubuntu-branches/ubuntu/lucid/tuxtype/lucid-proposed

« back to all changes in this revision

Viewing changes to data/scripts/basic_lesson_01.xml

  • Committer: Bazaar Package Importer
  • Author(s): Holger Levsen
  • Date: 2009-11-25 13:17:11 UTC
  • mfrom: (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091125131711-nhssnv6ewxj4ubrv
Tags: 1.8.0-1
* New upstream release, quoting from the upstream changelog:
  - new music files and backgrounds contributed by Caroline Ford,
    some old sounds (the ones with suboptimal free licensing) removed -
    Tux Typing is now 100% DFSG-compliant (Closes: #400924)
  - fixed a problem that was causing the wrong key to flash in the bottom
    row of keys
  - game Instructions - simplified and reactivated cascade and laser game
    instruction scripts, fixed scripting background image so that it scales
    properly in fullscreen
  - scripting - Added some basic scripts so that new users will have a
    complete lesson set out of the box. Added a howto in the docs.
  - Sarah Frisk's word list editor from GSoC 2009 has been merged in as
    a new, somewhat "beta" feature. (Closes: #94986)
* tuxtype.postinst: Make tuxtype binary and shared wordlist directory 
  setgid games, so that wordlists can be edited and shared. This is done
  with dpkg-statoverride, so local admins can override this decission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<script title="Test Lesson" bgcolor="#3f4f1f">
 
2
       <page title="Introduction to Example Lesson">
 
3
       <text align="center">The a Key</text>
 
4
       <text align="center">In this lesson you will be learning where the a key</text>
 
5
       <text align="center">is located.</text>
 
6
       <text align="center" y="300"> PRESS SPACE TO START THE LESSON!</text>
 
7
      <waitforinput/>
 
8
       </page>
 
9
       <page title="The a Key" bgcolor="#3f7f3f">
 
10
       <img src="/keyboard/keyboard-us.png" x="45" y="220"/>
 
11
       <text align="center">In this exercise we practice the a key.</text>
 
12
       <text align="center">To start practicing hit the p key</text>
 
13
       <text color="#000000" x="100" y="280">A</text>
 
14
       <text color="#000000" x="130" y="280">S</text>
 
15
      <waitforchar/>
 
16
      <prac>aaa aaa aaa aaa aaa aaa aaa aaas asas saaa aass aass aasa aass aaaa aaaa aaaa aas asa aas aaa aaas aaa aaa aaa aaa aaa aaa aaa</prac>
 
17
      </page>
 
18
      <!--HACK: there is some undesired behavior in scripting.c, this fixes it for now-->
 
19
      <page>
 
20
      </page>
 
21
      <page>
 
22
       <img src="keyboard/space.png" x="200" y="160"/>
 
23
       <img src="keyboard/larrow.png" x="460" y="18"/>
 
24
       <img src="keyboard/esc.png" x="515" y="50"/>
 
25
       <text align="center">Great Job!</text>
 
26
       <text align="left"></text>
 
27
       <text align="center">To go back to the main menu</text>
 
28
       <text align="center">Press Space</text>
 
29
       <waitforinput/>
 
30
     </page>