User:JimTittsler/Quiz GIFT

From WikiEducator
Jump to: navigation, search

Quiz

// question: 0  name: Switch category to $system$/Default for System
$CATEGORY: $system$/Default for System


// question: 28  name: Question name here
::Question name here::[html]<p>Question text here</p>{
	=<p>choice 1</p>#<p>feedback 1</p>
	~<p>choice 2</p>#<p>feedback 2</p>
	~<p>choice 3</p>#<p>feedback 3</p>
	####<p>General feedback here</p>
}


// question: 29  name: True/False Question Name
::True/False Question Name::[html]<p>True/False Question text</p>{FALSE#<p>Feedback for True</p>#<p>Feedback for False</p>####<p>True/False General feedback</p>}

// question: 0  name: Switch category to $course$/Default for MBT
$CATEGORY: $course$/Default for MBT


// question: 31  name: Description name
::Description name::[html]<p>Description text</p>

// question: 30  name: Short answer name
::Short answer name::[html]<p>Short answer text</p>{
	=%100%answer1#
	####<p>Short answer general feedback</p>
}

Input

From the Moodle-generated GIFT quiz:

// question: 0  name: Switch category to $system$/Default for System
$CATEGORY: $system$/Default for System


// question: 28  name: Question name here
::Question name here::[html]<p>Question text here</p>{
	=<p>choice 1</p>#<p>feedback 1</p>
	~<p>choice 2</p>#<p>feedback 2</p>
	~<p>choice 3</p>#<p>feedback 3</p>
	####<p>General feedback here</p>
}


// question: 29  name: True/False Question Name
::True/False Question Name::[html]<p>True/False Question text</p>{FALSE#<p>Feedback for True</p>#<p>Feedback for False</p>####<p>True/False General feedback</p>}

// question: 0  name: Switch category to $course$/Default for MBT
$CATEGORY: $course$/Default for MBT


// question: 31  name: Description name
::Description name::[html]<p>Description text</p>

// question: 30  name: Short answer name
::Short answer name::[html]<p>Short answer text</p>{
	=%100%answer1#
	####<p>Short answer general feedback</p>
}