Skip to content

Instantly share code, notes, and snippets.

@seyyah
Created September 25, 2010 09:35
Show Gist options
  • Select an option

  • Save seyyah/596666 to your computer and use it in GitHub Desktop.

Select an option

Save seyyah/596666 to your computer and use it in GitHub Desktop.
<?php
require_once("inc/common.php");
require_once("inc/format_base.php");
require_once("inc/format_gift.php");
$question = new qformat_gift();
$question
->id : number
->name : string
->qtype : number
->questiontext : string
->numofquestion : number
->answers[$i]
->answer : string
->fraction : real
->feedback : string
->questiontextformat : number
->usecase : bool
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment