Git Product home page Git Product logo

itil_quiz's Introduction

ITIL Quiz

A little python utility for ITIL v3 Foundations practice exams.

Installation

For installation instructions visit the project page.

Creating Quizzes

Creating your own quiz file is relatively straightforward. Questions are broken down into a few different parts:

  • The questions itself
  • Any options associated with the question [optional]
  • Possible answers
  • The correct answer
  • The explanation of the answer

Each question part resides on its own line prepended by an identifier. Discrete questions are separated by a single blank line.

Questions are prepended by Q: as in:

Q: Which of the following processes are concerned with managing risks to services?

Options are prepended with O: and are pipe separated:

O: IT service continuity management | Information security management | Service catalog management

Possible answers are prepended by a number followed by a period and space:

1. All of the above
2. 1 and 3 only
3. 2 and 3 only
4. 1 and 2 only

The correct answer is prepended by A: followed by the number of the correct possible answer:

A: 4

Explanations are prepended by E: and will be shown if the user misses the question:

E: Service continuity management carries out risk assessment as part of defining requirements and strategy. Information security also needs to analyze security risks before taking action to mitigate them. Service catalog management does not carry out these assessments.

It's important to note that linebreaks are important and there should be a space following each of the prepended identifiers. The quiz file ends with a single blank line after the final question.

itil_quiz's People

Contributors

chasingtheflow avatar jcybersec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.