MOOCit Docs
English
English
  • Introduction
  • Getting Started with MOOCit
  • Take Your First Demo Course in Learner View
  • Studio vs LMS
  • Set Your Platform Language
  • Course Development
    • Create a New Course
      • Course Creation Form
    • Course Set-Up
      • Course Pacing and Schedule
      • Course Name, Description and Image
      • Add a Course 'About' Video
      • Additional Course Run Info
      • Prerequisite Course
      • Course Entrance Exam
    • Course Structure
      • Building the Course Outline - Video Tutorial
    • Course Content Visibility and Access
      • Subsection Prerequisites
      • Hiding Sections and/or Subsections
      • Hide a Subsection after Due Date
  • Course Properties
    • Manage Course Visibility
    • Make a Course Private
    • Course Grading Configuration
    • Delete a Course
    • Course Updates
    • Course Handouts
    • Certificate Configuration
    • Modify the Name of a Course (legacy)
  • Course Components
    • Common Problem Type
      • Checkboxes, Dropdown, Numerical & Text input
      • Add Multiple Questions
      • Add an explanation (Show Answer)
      • Hints and Feedback
      • About; Question Title, Header, Prompt & Tips
      • Common Problem Settings
    • Images
    • Advanced Components
    • SCORM file
    • PDF File
    • PDF viewer without download / print option
    • Downloadable Document Button
    • Surveys & Polls
    • Video - Youtube
    • Video - Vimeo
    • Staff Graded Assignment
    • Tables
    • Word Cloud
    • iFrame (Genial.ly, Prezi, etc.)
    • ZOOM Meeting (Dedicated Instance)
    • ZOOM (SaaS Integration)
    • H5P
  • Instructors
    • Manage Course Team
      • Add new team member
      • Add a Discussion Moderator/Admin
      • FAQ
    • Enroll / Unenroll Learners
    • Download Learner List
    • Download Learner Grades
    • Reset Learner Exercise Attempts
    • Email Learners
  • Advanced
    • Discussion Forums
      • Hide discussion forum
    • Configuration of Badges
    • Duplicate a Course (Import / Export a Course)
    • Using Randomized Content Blocks
    • Pointing on a Picture Question
    • Tips and Warnings
    • Learner Cohorts + Content Groups
      • Enabling and Configuring Cohorts
      • Create Cohort Specific Content with Content Groups
      • Assign Cohorts to Content Groups
      • Dividing Discussions by Cohort
  • Rest API
    • API home
    • Enrollments
    • Completion
    • Grades
  • Data + Analytics
    • Opening CSV reports with Excel
Propulsé par GitBook
Sur cette page
  • Add Hints
  • Add Feedback

Cet article vous a-t-il été utile ?

  1. Course Components
  2. Common Problem Type

Hints and Feedback

How to add hints and automated feedback to common problem components.

PrécédentAdd an explanation (Show Answer)SuivantAbout; Question Title, Header, Prompt & Tips

Dernière mise à jour il y a 4 ans

Cet article vous a-t-il été utile ?

You can add hints and feedback to your questions. By using hints and feedback, you can provide learners with guidance and help them as they work on problems.

Add Hints

To ensure that your hints can assist learners with varying backgrounds and levels of understanding, you should provide multiple hints with different levels of detail.

For example, the first hint can orient the learner to the problem and help those struggling to better understand what is being asked. The second hint can then take the learner further towards the answer.

In problems that are not graded, the third and final hint can explain the solution for learners who are still confused.

To add Hints to your question, add them between || or copy and paste the following code template at the bottom of your question:

||You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.|| ||If you add more than one hint, a different hint appears each time learners select the hint button.||

Hints are accessible for learners using the hint button. If no hint is added the Hint button will not be visible to learners.

Add Feedback

The immediacy of the feedback available to learners is a key advantage of online instruction and difficult to do in a traditional classroom environment.

You can target feedback for common incorrect answers to the misconceptions that are common for the level of the learner (for example, elementary, middle, high school, college).

In addition, you can create feedback that provides some guidance to the learner about how to arrive at the correct answer. This is especially important in text input and numeric input problems, because without such guidance, learners might not be able to proceed.

You should also include feedback for the correct answer to reinforce why the answer is correct. Especially in questions where learners are able to guess, such as multiple choice and dropdown problems, the feedback should provide a reason why the selection is correct.

To add Feedback to your question, add them between {{ and }} directly after each possible question response, or copy and paste the following templates :

Feedback appears automatically after a learner selects and submits an answer.

Multiple choice Feedback

( ) an incorrect answer {{Specify optional feedback to appears after this answer is submitted.}} (x) the correct answer ( ) an incorrect answer {{Specify optional feedback for none, a subset, or all of the answers.}}

Checkboxes Feedback

Checkboxes Feedback allows you to define what feedbacks should be displayed if the answer is selected or unselected.

>>Question text or prompt.||Optional tip or note.<< [x] a correct answer {{ selected: Specify optional feedback that appears after the learner selects and submits this answer. }, { unselected: Specify optional feedback that appears after the learner clears and submits this answer.}} [ ] an incorrect answer [ ] an incorrect answer {{ selected: You can specify optional feedback for none, all, or a subset of the answers. }, { unselected: You can specify optional feedback for selected answers, cleared answers, or both.}} [x] a correct answer {{ ((A B D)) You can specify optional feedback for a combination of answers which appears after the specified set of answers is submitted.}} {{ ((A B C D)) You can specify optional feedback for one, several, or all answer combinations. }}

Dropdown Feedback

[[ an incorrect answer {{Specify optional feedback to appears after this answer is submitted.}} (the correct answer) an incorrect answer {{Specify optional feedback for none, a subset, or all of the answers.}} ]]

Numerical input Feedback

=100 +-5% {{Specify optional feedback to appears after this answer is submitted.}}

Text Input Feedback

= the correct answer {{Specify optional feedback to appears after this answer is submitted.}} or= optional acceptal variant of the correct answer not= optional incorrect answer such as a frequent misconception {{Specify optional feedback for none, a subset, or all of the answers.}}

Display of Feedback and Hints in question
Add hints underneath the question.