Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mlota

    (@mlota)

    In textbox mode no checked items…

    // common.js
    if(!anyChecked) {
    alert(chained_i18n.please_answer);
    return false;
    }

    Thread Starter mlota

    (@mlota)

    This can resolve the problem…

    //common.js
    if((!anyChecked)&&(qType != ‘text’)){

    Plugin Author Bob

    (@prasunsen)

    Thanks for the feedback, completely forgot the open end questions. Fixed now.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘does not recognize the answer in textbox’ is closed to new replies.