Moodle  2.2.1
http://www.collinsharper.com
cc_qti_profiletype Class Reference

Static Public Member Functions

static valid ($value)

Data Fields

const multiple_choice = 'cc.multiple_choice.v0p1'
const multiple_response = 'cc.multiple_response.v0p1'
const true_false = 'cc.true_false.v0p1'
const field_entry = 'cc.fib.v0p1'
const pattern_match = 'cc.pattern_match.v0p1'
const essay = 'cc.essay.v0p1'

Detailed Description

Definition at line 50 of file cc_asssesment.php.


Member Function Documentation

static valid ( value) [static]

validates a profile value

Parameters:
string$value
Returns:
boolean

Definition at line 64 of file cc_asssesment.php.

Here is the caller graph for this function:


Field Documentation

const essay = 'cc.essay.v0p1'

Definition at line 56 of file cc_asssesment.php.

const field_entry = 'cc.fib.v0p1'

Definition at line 54 of file cc_asssesment.php.

const multiple_choice = 'cc.multiple_choice.v0p1'

Definition at line 51 of file cc_asssesment.php.

const multiple_response = 'cc.multiple_response.v0p1'

Definition at line 52 of file cc_asssesment.php.

const pattern_match = 'cc.pattern_match.v0p1'

Definition at line 55 of file cc_asssesment.php.

const true_false = 'cc.true_false.v0p1'

Definition at line 53 of file cc_asssesment.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations