// # chris.json5
//
// ## Weekly Integration Tests: Preference Sets
//
// This preference set is used for the
// [weekly integration tests](http://wiki.gpii.net/w/Weekly_Integration_Test_Plan) and is manually tested on a regular basis. The expected system behaviour on login is described here.
//
// It has also been used in the [third review of Cloud4all](https://github.com/GPII/universal/blob/master/testData/preferences/review3/review3-preferences.md).
//
// ## Details
// `chris.json5`: preference set with a combination of common and application-specific terms for the following settings:
// * screen reader with TTS using a speech rate of 350 wpm,
// * Braille output,
// * a lower screen resolution on Windows,
// * NVDA is prioritised on Windows,
// * Mobile Accessibility for Android is prioritised over other Android accessibility features,
// * Rule-Based Matchmaker.
{
    "flat": {
        "name": "Chris",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/screenReaderTTS/enabled": true,
                    "http://registry.gpii.net/common/screenReaderBrailleOutput": true,
                    "http://registry.gpii.net/common/speechRate": 350
                },
                "metadata": [
                    {
                        "type": "priority",
                        "scope": [
                            "http://registry.gpii.net/applications/org.nvda-project",
                            "http://registry.gpii.net/applications/es.codefactory.android.app.ma"
                        ],
                        "value": 1024
                    }
                ]
            }
        }
    }
}
