Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/quiz/processattempt.php File Reference

Go to the source code of this file.

Namespaces

namespace  mod
 

Local Library of functions for module scorm.


Variables

 $timenow = time()
 $attemptid = required_param('attempt', PARAM_INT)
 $next = optional_param('next', false, PARAM_BOOL)
 $thispage = optional_param('thispage', 0, PARAM_INT)
 $nextpage = optional_param('nextpage', 0, PARAM_INT)
 $finishattempt = optional_param('finishattempt', 0, PARAM_BOOL)
 $timeup = optional_param('timeup', 0, PARAM_BOOL)
 $scrollpos = optional_param('scrollpos', '', PARAM_RAW)
 $transaction = $DB->start_delegated_transaction()
 $attemptobj = quiz_attempt::create($attemptid)

Variable Documentation

Definition at line 40 of file processattempt.php.

Definition at line 49 of file processattempt.php.

$finishattempt = optional_param('finishattempt', 0, PARAM_BOOL)

Definition at line 44 of file processattempt.php.

$next = optional_param('next', false, PARAM_BOOL)

Definition at line 41 of file processattempt.php.

$nextpage = optional_param('nextpage', 0, PARAM_INT)

Definition at line 43 of file processattempt.php.

Definition at line 46 of file processattempt.php.

$thispage = optional_param('thispage', 0, PARAM_INT)

Definition at line 42 of file processattempt.php.

$timenow = time()

Definition at line 37 of file processattempt.php.

$timeup = optional_param('timeup', 0, PARAM_BOOL)

Definition at line 45 of file processattempt.php.

$transaction = $DB->start_delegated_transaction()

Definition at line 48 of file processattempt.php.

 All Data Structures Namespaces Files Functions Variables Enumerations