• Resolved superrhoca

    (@superrhoca)


    I want only the questions to be visible for my web page. I don’t want the Watu exam to be answering and submitting questions. The goal is to see the questions, not to make an exam.

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

    (@superrhoca)

    Or I want to reduce the row height. In the example, it automatically comes out as 5 and I want it as 2.

    <textarea name="answer-7[]" rows="5" cols="40" id="textarea_q_7" class="watu-textarea watu-textarea-1"></textarea>
    Plugin Author Bob

    (@prasunsen)

    You can reduce the height with CSS:

    .watu-textarea { height: 200px; }

    Thread Starter superrhoca

    (@superrhoca)

    Te?ekkür ederim.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I only want the question field’ is closed to new replies.