Back
Module 5
The Creation of Educational Activities using JClic
Practice session
1
2
3
4
5
6
Exercises
Exercises
Looking for an activity in the clicZone web
The objective of this practice session is to use the activity browser in the clicZone web to find an activity and once found, see the options it offers: starting it up from the Internet or installing it on your computer.
   

Open the Internet browser..

Go to the web http://clic.xtec.net, select English as the language and look for the button which opens the section Activities.

The activity browser will open.

Drop down Area and select an option.

Drop down Language and choose the one you want.

Do the same for Level.

If you are interested in a project with a minimum of text content, mark the corresponding option. If this is not the case, do not mark the option.

If you are looking for an activity that you already know you can fill in the Title, Author and/or Description if you have these details. Remember that the more fields you fill in, the better the search will be and you will obtain a shorter list of activities thus making it easier to find what you are looking for.

Once you have filled in as much as possible, click on the button search...

When the search is finished you will have information on the number of activities found and a list of these activities in groups of 25. If more than this number have been found, you will see that there is more than one page and, above the list, the place where you can access them.

Choose an activity from the list and click on the title.

Look at the page which has opened and see what type of information it gives you.

The first bar, Version JClic - original language, is below the information.

Click on the option . JClic willl open and the activity will run from the Internet.

The activity will not be installed on your computer. If you close it and later wish to see it again you must do so from the Web

Try out several activities until you find one you like.

Go to the web where the activity is situated. Remember, you must stay connected to the Internet.

On the menu bar JClic Version in your chosen language, if the activity is in more than one language, click on .

This will start up in the same way as the installation procedure for the demo in practice 1 module 1. Click OK for each step.

The activity is now installed on your computer. There is no longer any need to connect to the Internet to access it.

Close the browser, (you can disconnect) and open JClic. Click on the button in the library for the activity which you have just installed and start it up.

 
Optional practice session (only for experts in HTML)
   
Practice

In the previous practice session we saw how to make an HTML page with an applet, that allows any visitor to your web to see the JClic projects you have made. If you know how HTML language works you can take this a step further and offer the users the possibility of installing these projects on their computers through links which are similar to those used in the Cliczone.

E.g., if you wish to offer the possibility of downloading the project in module 4 you can do the following:

  • Upload the file modulo4.jclic.inst which you created in the previous practice session to your web. The other file which is necessary is module4.jclic.zip, that you uploaded when you made the applet.
  • Create a new webpage which you can call install.htm and introduce a link like this:

    <html>
    <head>
    <title>Installation of project...</title>
    </head>
    <body>

    <p> ... title ... explanation ... etc. </p>
    <p><a href="xxx">Click here if you wish to install this JClic project on your computer.</a></p>
    </body>
    </html>



    The text "xxx" must be changed to a longish sentence. There are two steps:

    http://clic.xtec.net/jnlp/jclic/install.jnlp?argument=yyy

    Where "yyy" put the complete URL for the file which you have just uploaded to your web:

    http://www.xtec.net/~identifier/project 2/module4.jclic.inst


    Identifier must be substituted for the corresponding user password. Observe that in the example we have indicated the folder for project 2 which was suggested in the last session.

    You must write all of this (uniting both expressions) all together without any spaces, inside the quotation marks of the href.

  • Upload the page install.htm to your web.

Using the browser open the page which you have just uploaded. The URL will be similar to this:

http://www.xtec.net/~identifier/project 2/install.htm

Make sure that when you click on the link the installation procedure occurs. If you test from the same computer where you did the practice sessions you will have to indicate a different folder name to avoid overwriting the original.

Top