Skip to content

Instantly share code, notes, and snippets.

@BillFoster
Created March 17, 2012 18:27
Show Gist options
  • Save BillFoster/2063849 to your computer and use it in GitHub Desktop.
Save BillFoster/2063849 to your computer and use it in GitHub Desktop.
checking algorithm and odd roots of negative numbers
{ notes: ""
name: example
percentPass: 50
shuffleQuestions: false
rulesets:{
std:[all,fractionNumbers, !collectNumbers,!noLeadingMinus]
}
navigation: {
allowregen: true
showfrontpage: false
reverse: true
browse: true
}
feedback: {
showtotalmark: true
}
questions: [
{
name: example
statement: """
Input $(1-x)^{1/3}$
"""
parts: [
{
type: gapfill
prompt:"""
Solution is:
$y=\;\;$[[0]]
"""
gaps: [
{ type: jme
answer: "(1-x)^(1/3)"
answersimplification: "std"
vsetrange:[2,3]
marks:1
}
]
}
]
advice: """
"""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment