Changes between Version 20 and Version 21 of BossaExampleOne


Ignore:
Timestamp:
Jul 25, 2008, 3:34:14 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaExampleOne

    v20 v21  
    11= Bossa example 1 =
    22
    3 We'll create an application in which volunteers view synthetic images,
     3In this application volunteers view synthetic images,
    44looking for ellipses on a noisy background.
    55Their task is to click on the center of the ellipse,
    66or to indicate that there is no ellipse.
    7 Here's an example:
     7Here's an example image:
    88
    99[[Image(bossa_test.png, nolink)]]
     
    1111(there's an ellipse slightly below/left of center).
    1212
     13We'll assume you've created a Bossa project at http://a.b.c/test/.
    1314Visit http://a.b.c/test_ops/bossa_ops.php,
    1415and create an application with short name "bossa_example".
    1516
    16 The application is define by three scripts in ~/projects/test/html/:
     17The application is defined by three scripts in ~/projects/test/html/:
    1718
    1819 * '''ops/bossa_example_make_files.php''': a script that creates image files.
    1920 * '''ops/bossa_example_make_jobs.php''': a script that creates jobs.
    20  * '''inc/bossa_example.inc''': display and policy functions.
     21 * '''inc/bossa_example.inc''': the display and policy functions.
    2122
    2223We'll go through these scripts and explain how they work.