Class SloodleChoiceOption

Description

Class to represent a single available option for a choice.

Located in /lib/modules/module_choice.php (line 383)


	
			
Variable Summary
 mixed $id
 string $text
Variables
mixed $id = 0 (line 390)

The ID of the option (should be unique across the site).

  • access: public
int $maxselections = -1 (line 412)

Maximum allowed number of selections for this option.

Note: will be -1 if there is no limit.

  • access: public
int $numselections = 0 (line 404)

Number of selections so far of this option.

  • access: public
string $text = '' (line 397)

The text of this option.

  • access: public
mixed $timemodified = 0 (line 419)

Timestamp of when this option was last modified.

$var int

  • access: public

Documentation generated on Fri, 17 Jul 2009 11:01:57 +0100 by phpDocumentor 1.4.0