|
Group: Administrators
Posts: 13K,
Visits: 109K
|
#1: You can have multiple /responsemessage attributes tied to the same response. #2: You present different feedback images just like you always do: Have multiple items in the <picture> element and select them sequentially or via a variable (a <values> entry):
<picture peerfeedback> / items = ("peerfeedback.jpg", "perfeedback2.jpg", "perfeedback3.jpg") / hposition = 50% / vposition = 50% / select = sequence </picture>
or, more flexibly,
<picture peerfeedback> / items = ("peerfeedback.jpg", "perfeedback2.jpg", "perfeedback3.jpg") / hposition = 50% / vposition = 50% / select = values.feedbackitem </picture>
where you set the feedbackitem value via conditional logic as needed.
#3: If you want to display the feedback after turn-over, you need to display it via the <trial>'s /stimulustimes *before* displaying the cards or via a dedicated feedback <trial> invoked via /branch.
|