Skip to content

Instantly share code, notes, and snippets.

@benglass
Created September 26, 2013 16:28
Show Gist options
  • Save benglass/6716625 to your computer and use it in GitHub Desktop.
Save benglass/6716625 to your computer and use it in GitHub Desktop.
<?php
$question_report = array(
array(
'label' => 'Question 1',
'fields' => array(
'field1' => array(
'label' => 'What is your favorite color?',
'response_counts' => array(
'Blue' => 0,
'Red' => 5
)
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment