Create Free Response Questions

Short-answer and essay questions are free response questions that allow your students to demonstrate their knowledge by providing an extended textual answer in their own words. There is no qualitative difference between the two kinds of questions; whether you describe the question as short-answer or essay generally is a reflection of the length of the expected response.

How-ToInstructor HelpWebAssign

Short-answer and essay questions are not automatically graded by WebAssign; they must be manually graded.

  1. Click Questions Create. The Question Editor opens.

  2. In Name, type a name for the question.

  3. In Mode, select Essay.

  4. In Question, type your question. Use the answer placeholder string <_> to specify where the answer box should be displayed.

  5. Optionally, set the $rows or $cols variables at the beginning of Answer to change the size of the answer box.

    To do this:

    Begin Answer with this:

    Make the answer box n rows high

    <eqn $rows=n; ''>

    Make the answer box n characters wide

    <eqn $cols=n; ''>

    You can combine these declarations using a single <eqn> tag by separating each declaration with a semicolon. For example:

    <eqn $rows=10; $cols=60; ''>

    The default size of the answer box is 6 rows by 65 characters. The size of the answer box does not constrain the length of the student's response, but it can suggest to students whether a brief or extended answer is expected.

  6. In Answer, type a key that will help the grader determine whether or not the student's response is correct.

    You might state the points that should be awarded for correctly addressing particular topics, or refer to a grading rubric. The key must be on a single line.

  7. Type a Solution.

    The solution helps your students understand the steps they need to take to determine the correct answer to the question. Your assignment settings specify when to show the solution.

Example Short-answer or Essay Question The following table summarizes an actual question. QID 1070062 Name Template2 2.ESS.01. Mode Essay Question Define economics in your own words.<_> Answer <eqn $rows=3; $cols=60; ''>Economics is the social science that studies the production, distribution, and consumption of goods and services. Display to Students