Skip to content

isaqb-org/examination-expert

Repository files navigation

Examination Regulations and Critiria for the https://isaqb.org® CPSA® Expert Level

Status

CI – Releases and Main Last commit Contributors Issues Issues closed

This is copyrighted work.

Content

This repository contains the examination regulations and criteria for the iSAQB® CPSA® Expert Level in AsciiDoc.

How to clone the project

The project uses Git Modules. So, don’t forget to clone the repository with the option --recursive.

If you forgot the option --recursive, you can load the Git Modules with this command

$ git submodule update --init

How to contribute or participate

Create an issue, a merge- or pull-request

How to build the documents

Prerequisite: You need a Java Runtime(tm) installed.

You build the output documents with gradle:

$ ./gradlew buildDocs

That will produce both pdf and html output in German (DE) and English (EN), unless you modify the configuration.

In case you want to change that, adjust the following part of build.gradle:

task buildDocs {
  group 'Documentation'
  description 'Grouping task for generating all languages in several formats'
  dependsOn "renderDE", "renderEN"
}

In the task "renderDE", certain attributes (aka variables) are defined that configure the corresponding output.

Additional translations/languages

Maintainers

This repository is currently maintained by the Examination Level Working Group It was forked from https://github.com/isaqb-org/advanced-template.

Licensing and Copyright