Feedback in short anwer questions

Feedback in short anwer questions

by Barbaros Aslan -
Number of replies: 1

I want to give seperated feedbacks for correct answer and incorrect answers ,How can I do this?

// question: 3783  name: 1
::1::4+4=?{
 =%0%(NOT EQUAL)8#Wrong
 =%100%8#Right

}

Average of ratings: -
In reply to Barbaros Aslan

Re: Feedback in short anwer questions

by Barbaros Aslan -

I fixed it myself;

For different feedbacks in numerical problems ,you can use the following example :

// question: 3789  name: example
::example:: 4+4=?
{# 
 =%100% 8..8    #RIGHT
 =%0% -99999999999..7.99  #WRONG
 =%0%  8.01..99999999999  #WRONG
}