Skip to content

Instantly share code, notes, and snippets.

@BillFoster
Created August 19, 2011 12:43
Show Gist options
  • Save BillFoster/1156718 to your computer and use it in GitHub Desktop.
Save BillFoster/1156718 to your computer and use it in GitHub Desktop.
string values for variables
{
name: TestRules
duration: 0
percentpass: 0
shufflequestions: false
navigation: {
reverse: true
browse: true
}
questions: [
{ name: Question 1
variables: {
d:"'hullo there'"
}
parts: [
{ type: numberentry
marks: 1
prompt: "Write $\simplify{{d}}$ "
}
]
}
]
}
@BillFoster
Copy link
Author

Tried all variations on setting value for string (double quotes etc) but display is in italic and spaces not recognised

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment