Obojobo

Obojobo

  • Authors
  • Developers
  • GitHub

› Authors Section Topics

Getting Started

  • Writing Your First Obojobo Document
  • OboXML Guide

Writing Assessments

  • Creating Your First Assessment
  • Assessment Scoring
  • Score Results Text

Assessments How To

  • Adding a Pre-Test
  • Displaying Remaining Attempts
  • Extra Credit & Penalties
  • Limiting Attempts
  • Locking Navigation
  • LTI Score Passback
  • New Questions for each Attempt
  • Post-Attempt Pages
  • Reviews & Question Feedback
  • Threshold Scoring
  • Triggers and Actions
  • Variables

Locking Navigation

You can prevent students from leaving the Assessment Attempt once it’s started by locking the navigation:

<ObojoboDraftDoc>
  <Module>
    <Content> <!-- ... --> </Content>

    <Assessment id="my-assessment">
      <Page> <!-- ... --> </Page>
      <QuestionBank> <!-- ... --> </QuestionBank>
      <scoreActions> <!-- ... --> </scoreActions>

      <triggers>

        <trigger type="onStartAttempt">
          <actions>
            <action type="nav:lock" />
          </actions>
        </trigger>

        <trigger type="onEndAttempt">
          <actions>
            <action type="nav:unlock" />
          </actions>
        </trigger>

      </triggers>

    </Assessment>

  </Module>
</ObojoboDraftDoc>

Now students cannot leave the Assessment section once it’s started. When the Assessment Attempt has ended students can return to other portions of the document.

Visit Obojobo on GitHub
Obojobo
Obojobo™ ©2021 University of Central Florida