{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/localhost"
        }
    ],
    "info": {
        "name": "Laravel",
        "_postman_id": "e7551501-0ac0-49a9-9036-e999a43fe115",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "1. Authentication",
            "description": "\nAPIs for Authentication",
            "item": [
                {
                    "name": "Register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"John\",\"last_name\":\"Doe\",\"email\":\"john.doe@currikistudio.org\",\"password\":\"Password123\",\"organization_name\":\"Curriki\",\"organization_type\":\"Nonprofit\",\"job_title\":\"Developer\",\"domain\":\"currikistudio\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"message\": \"You are one step away from building the world's most immersive learning experiences with CurrikiStudio!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create user account. Please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"john.doe@currikistudio.org\",\"password\":\"Password123\",\"domain\":\"curriki\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid Credentials.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid Domain.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Email is not verified.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"email\": \"john.doe@currikistudio.org\",\r\n        \"organization_name\": \"Curriki\",\r\n        \"organization_type\": null,\r\n        \"job_title\": \"Developer\",\r\n        \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n        \"phone_number\": \"+1234567890\",\r\n        \"website\": \"www.currikistudio.org\",\r\n        \"subscribed\": true\r\n    },\r\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Admin Login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"john.doe@currikistudio.org\",\"password\":\"Password123\",\"domain\":\"vel\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid Credentials.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Email is not verified.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unauthorized!\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"email\": \"john.doe@currikistudio.org\",\r\n        \"organization_name\": \"Curriki\",\r\n        \"organization_type\": null,\r\n        \"job_title\": \"Developer\",\r\n        \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n        \"phone_number\": \"+1234567890\",\r\n        \"website\": \"www.currikistudio.org\",\r\n        \"subscribed\": true\r\n    },\r\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Login with Google",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login\/google",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login\/google"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"domain\":\"quidem\",\"tokenId\":\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjJjNmZh...\",\"tokenObj\":{\"token_type\":\"Bearer\",\"access_token\":\"ya29.a0AfH6SMBx-CIZfKRorxn8xPugO...\",\"scope\":\"email profile ...\",\"login_hint\":\"AJDLj6JUa8yxXrhHdWRHIV0...\",\"expires_in\":3599,\"id_token\":\"eyJhbGciOiJSUzI1NiIsImtpZCI6I...\",\"session_state\":{\"extraQueryParams\":{\"authuser\":\"0\"}},\"first_issued_at\":1601535932504,\"expires_at\":1601539531504,\"idpId\":\"google\"}}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Unable to login with Google.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"email\": \"john.doe@currikistudio.org\",\r\n        \"organization_name\": \"Curriki\",\r\n        \"organization_type\": null,\r\n        \"job_title\": \"Developer\",\r\n        \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n        \"phone_number\": \"+1234567890\",\r\n        \"website\": \"www.currikistudio.org\",\r\n        \"subscribed\": true\r\n    },\r\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Login with LTI SSO 1.0",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login\/sso",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login\/sso"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sso_info\":\"dXNlcl9rZXk9YWFobWFkJnVzZXJfZW1haWw9YXFlZWwuYWhtYWQlNDB...\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Unable to login with LTI SSO.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"email\": \"john.doe@currikistudio.org\",\r\n        \"organization_name\": \"Curriki\",\r\n        \"organization_type\": null,\r\n        \"job_title\": \"Developer\",\r\n        \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n        \"phone_number\": \"+1234567890\",\r\n        \"website\": \"www.currikistudio.org\",\r\n        \"subscribed\": true\r\n    },\r\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Login with LTI SSO",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login\/lti-sso",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login\/lti-sso"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sso_info\":\"dXNlcl9rZXk9YWFobWFkJnVzZXJfZW1haWw9YXFlZWwuYWhtYWQlNDB...\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Unable to login with LTI SSO.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"email\": \"john.doe@currikistudio.org\",\r\n        \"organization_name\": \"Curriki\",\r\n        \"organization_type\": null,\r\n        \"job_title\": \"Developer\",\r\n        \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n        \"phone_number\": \"+1234567890\",\r\n        \"website\": \"www.currikistudio.org\",\r\n        \"subscribed\": true\r\n    },\r\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Wordpress SSO: Execute wordpress sso authentication",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login\/wordpress-sso",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login\/wordpress-sso"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clientId\":\"quia\",\"code\":\"vero\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Oaut Redirect",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/oauth\/:provider\/redirect",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/oauth\/:provider\/redirect",
                            "variable": [
                                {
                                    "id": "provider",
                                    "key": "provider",
                                    "value": "voluptatem",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "- Redirect",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"email\": \"john.doe@currikistudio.org\",\r\n        \"organization_name\": \"Curriki\",\r\n        \"organization_type\": null,\r\n        \"job_title\": \"Developer\",\r\n        \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n        \"phone_number\": \"+1234567890\",\r\n        \"website\": \"www.currikistudio.org\",\r\n        \"subscribed\": true\r\n    },\r\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Oaut oauthCallBack",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/oauth\/:provider\/callback",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/oauth\/:provider\/callback",
                            "variable": [
                                {
                                    "id": "provider",
                                    "key": "provider",
                                    "value": "amet",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "- Redirect back",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n        \"id\": 1,\r\n        \"first_name\": \"John\",\r\n        \"last_name\": \"Doe\",\r\n        \"email\": \"john.doe@currikistudio.org\",\r\n        \"organization_name\": \"Curriki\",\r\n        \"organization_type\": null,\r\n        \"job_title\": \"Developer\",\r\n        \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n        \"phone_number\": \"+1234567890\",\r\n        \"website\": \"www.currikistudio.org\",\r\n        \"subscribed\": true\r\n    },\r\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9...\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Forgot Password\n\nSend a password reset link to the given user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"john.doe@currikistudio.org\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Password reset email has been sent. Please follow the instructions.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Email is not verified.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Reset Password\n\nReset the given user's password.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"ya29.a0AfH6SMBx-CIZfKRorxn8xPugO...\",\"email\":\"john.doe@currikistudio.org\",\"password\":\"Password123\",\"password_confirmation\":\"Password123\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Password has been reset successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n  \"error\": \"Invalid request.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Verify an Email Address\n\nMark the authenticated user's email address as verified.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/verify-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/verify-email"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"hash\":\"9e0f70124a2a88d5435...\",\"signature\":\"467fbe9a00e7d367553f...\",\"expires\":1599754915}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"You have been successfully logged out.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "2. User",
            "description": "\nAPIs for user management",
            "item": [
                {
                    "name": "Download Exported Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/notifications\/:notification\/download-export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/notifications\/:notification\/download-export",
                            "variable": [
                                {
                                    "id": "notification",
                                    "key": "notification",
                                    "value": "sit",
                                    "description": "The notification."
                                },
                                {
                                    "id": "notification_id",
                                    "key": "notification_id",
                                    "value": "123",
                                    "description": "Current id of a notification"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Download the specific notification project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Notification has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Not an export notification.\",\n    \"Link has expired.\",\n    \"Notification with provided id does not exists.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All User Organizations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/organizations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/organizations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the users organizations",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Curriki Studio\",\r\n            \"description\": \"Curriki Studio, default organization.\",\r\n            \"image\": \"\/storage\/organizations\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n            \"favicon\": \"\/storage\/organizations\/favicon\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n            \"domain\": \"currikistudio\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Accept Terms",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscribe",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscribe"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Accept Terms and Privacy Policy.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to subscribe.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n      \"id\": 1,\r\n      \"first_name\": \"John\",\r\n      \"last_name\": \"Doe\",\r\n      \"email\": \"john.doe@currikistudio.org\",\r\n      \"organization_name\": \"Curriki\",\r\n      \"organization_type\": null,\r\n      \"job_title\": \"Developer\",\r\n      \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n      \"phone_number\": \"+1234567890\",\r\n      \"website\": \"www.currikistudio.org\",\r\n      \"subscribed\": true,\r\n      \"organization_role\": \"Admin\",\r\n      \"organization_role_id\": 1,\r\n      \"organization_joined_at\": \"2022-10-12\",\r\n      \"projects_count\": 5,\r\n      \"groups_count\": 1,\r\n      \"teams_count\": 2\r\n    },\r\n    \"message\": \"User has been created successfully.\"\r\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Authenticated User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the authenticated user detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to get user detail.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n      \"id\": 1,\r\n      \"first_name\": \"John\",\r\n      \"last_name\": \"Doe\",\r\n      \"email\": \"john.doe@currikistudio.org\",\r\n      \"organization_name\": \"Curriki\",\r\n      \"organization_type\": null,\r\n      \"job_title\": \"Developer\",\r\n      \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n      \"phone_number\": \"+1234567890\",\r\n      \"website\": \"www.currikistudio.org\",\r\n      \"subscribed\": true,\r\n      \"organization_role\": \"Admin\",\r\n      \"organization_role_id\": 1,\r\n      \"organization_joined_at\": \"2022-10-12\",\r\n      \"projects_count\": 5,\r\n      \"groups_count\": 1,\r\n      \"teams_count\": 2\r\n    },\r\n    \"message\": \"User has been created successfully.\"\r\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All User Notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/notifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the users unread notification",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"notifications\": [\r\n        {\r\n            \"id\": \"afff2365-a4f3-48ab-8d53-6d958a9e3ab3\",\r\n            \"type\": \"App\\\\Notifications\\\\CloneNotification\",\r\n            \"notifiable_type\": \"App\\\\User\",\r\n            \"notifiable_id\": 1243,\r\n            \"data\": {\r\n                \"message\": \"Project(26 Project 2) has been duplicated successfully\"\r\n            },\r\n            \"read_at\": null,\r\n            \"created_at\": \"2020-10-16T13:46:33.000000Z\",\r\n            \"updated_at\": \"2020-10-16T13:46:33.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All User Export list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/users\/notifications\/export-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/users\/notifications\/export-list",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "Id of an organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":25,\"days_limit\":\"?days_limit=5\"}"
                        },
                        "description": "Get a list of the users exported project",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n\t\"data\": [\r\n\t\t{\r\n\t\t\t\"id\": \"681e9e03-6601-4752-a360-5037f0401bba\",\r\n\t\t\t\"project\": \"Metrics Project\",\r\n\t\t\t\"created_at\": \"14-Jun-2022\",\r\n\t\t\t\"will_expire_on\": \"24-Jun-2022\",\r\n\t\t\t\"link\": \"\/api\/storage\/exports\/projects-62a877f9af025.zip\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"21f86165-698f-4c7e-ac8a-7ddace3fca73\",\r\n\t\t\t\"project\": \"Pro Micro\",\r\n\t\t\t\"created_at\": \"09-Jun-2022\",\r\n\t\t\t\"will_expire_on\": \"19-Jun-2022\",\r\n\t\t\t\"link\": \"\/api\/storage\/exports\/projects-62a1f02f43a7b.zip\"\r\n\t\t}\r\n\t],\r\n    \"links\": {\r\n\t\t\"first\": \"suborganization\/1\/users\/notifications\/export-list?size=10&page=1\",\r\n\t\t\"last\": \"suborganization\/1\/users\/notifications\/export-list?size=10&page=1\",\r\n\t\t\"prev\": null,\r\n\t\t\"next\": null\r\n\t},\r\n    \"meta\": {\r\n\t\t\"current_page\": 1,\r\n\t\t\"from\": 1,\r\n\t\t\"last_page\": 1,\r\n\t\t\"path\": \"suborganization\/1\/users\/notifications\/export-list\",\r\n\t\t\"per_page\": \"10\",\r\n\t\t\"to\": 2,\r\n\t\t\"total\": 2\r\n\t}\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All User Export list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/users\/notifications\/export-list-independent-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/users\/notifications\/export-list-independent-activities",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "Id of an organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":25,\"days_limit\":\"?days_limit=5\"}"
                        },
                        "description": "Get a list of the users exported project",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n\t\"data\": [\r\n\t\t{\r\n\t\t\t\"id\": \"e66ce14f-e8c0-4fcd-8e9c-0a53453c6da0\",\r\n\t\t\t\"project\": \"Test new Drag 1.14\",\r\n\t\t\t\"created_at\": \"17-Jun-2022\",\r\n\t\t\t\"will_expire_on\": \"27-Jun-2022\",\r\n\t\t\t\"link\": \"storage\/exports\/independent_activity-62ac5c287b011.zip\",\r\n\t\t\t\"organization_id\": 1\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"id\": \"e1ef3916-645e-40ed-81b3-0143d9fc19f6\",\r\n\t\t\t\"project\": \"Taurus 10 Jun 2022 edited-COPY edited\",\r\n\t\t\t\"created_at\": \"17-Jun-2022\",\r\n\t\t\t\"will_expire_on\": \"27-Jun-2022\",\r\n\t\t\t\"link\": \"storage\/exports\/independent_activity-62ac5c2566576.zip\",\r\n\t\t\t\"organization_id\": 1\r\n\t\t}\r\n\t],\r\n\t\r\n    \"links\": {\r\n\t\t\"first\": \"suborganization\/1\/users\/notifications\/export-list-independent-activities?size=10&page=1\",\r\n\t\t\"last\": \"suborganization\/1\/users\/notifications\/export-list-independent-activities?size=10&page=1\",\r\n\t\t\"prev\": null,\r\n\t\t\"next\": null\r\n\t},\r\n    \"meta\": {\r\n\t\t\"current_page\": 1,\r\n\t\t\"from\": 1,\r\n\t\t\"last_page\": 1,\r\n\t\t\"path\": \"suborganization\/1\/users\/notifications\/export-list-independent-activities\",\r\n\t\t\"per_page\": \"10\",\r\n\t\t\"to\": 2,\r\n\t\t\"total\": 2\r\n\t}\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Read All Notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/notifications\/read-all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/notifications\/read-all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Read all notifications of the specified user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to read notifications.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"notifications\": [\r\n        {\r\n            \"id\": \"afff2365-a4f3-48ab-8d53-6d958a9e3ab3\",\r\n            \"type\": \"App\\\\Notifications\\\\CloneNotification\",\r\n            \"notifiable_type\": \"App\\\\User\",\r\n            \"notifiable_id\": 1243,\r\n            \"data\": {\r\n                \"message\": \"Project(26 Project 2) has been duplicated successfully\"\r\n            },\r\n            \"read_at\": null,\r\n            \"created_at\": \"2020-10-16T13:46:33.000000Z\",\r\n            \"updated_at\": \"2020-10-16T13:46:33.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Read Notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/notifications\/:notification\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/notifications\/:notification\/read",
                            "variable": [
                                {
                                    "id": "notification",
                                    "key": "notification",
                                    "value": "itaque",
                                    "description": "The notification."
                                },
                                {
                                    "id": "notification_id",
                                    "key": "notification_id",
                                    "value": "123",
                                    "description": "Current id of a notification"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Read notification of the specified user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to read notification.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"notifications\": [\r\n        {\r\n            \"id\": \"afff2365-a4f3-48ab-8d53-6d958a9e3ab3\",\r\n            \"type\": \"App\\\\Notifications\\\\CloneNotification\",\r\n            \"notifiable_type\": \"App\\\\User\",\r\n            \"notifiable_id\": 1243,\r\n            \"data\": {\r\n                \"message\": \"Project(26 Project 2) has been duplicated successfully\"\r\n            },\r\n            \"read_at\": null,\r\n            \"created_at\": \"2020-10-16T13:46:33.000000Z\",\r\n            \"updated_at\": \"2020-10-16T13:46:33.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/notifications\/:notification\/delete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/notifications\/:notification\/delete",
                            "variable": [
                                {
                                    "id": "notification",
                                    "key": "notification",
                                    "value": "magni",
                                    "description": "The notification."
                                },
                                {
                                    "id": "notification_id",
                                    "key": "notification_id",
                                    "value": "123",
                                    "description": "Current id of a notification"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified notification from storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Notification has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete notification.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Users for Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"Abby\"}"
                        },
                        "description": "Get a list of the users for Team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"users\": [\r\n        {\r\n            \"id\": 1,\r\n            \"first_name\": \"John\",\r\n            \"last_name\": \"Doe\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"first_name\": \"Jane\",\r\n            \"last_name\": \"Doe\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/users\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/users\/search",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "Organization",
                                    "key": "Organization",
                                    "value": "suscipit",
                                    "description": "$suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"Abby\"}"
                        },
                        "description": "Get a list of the organization users.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"users\": [\r\n        {\r\n            \"id\": 1,\r\n            \"first_name\": \"John\",\r\n            \"last_name\": \"Doe\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"first_name\": \"Jane\",\r\n            \"last_name\": \"Doe\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Check Organization User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/users\/check",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/users\/check",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "9",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "Organization",
                                    "key": "Organization",
                                    "value": "natus",
                                    "description": "$suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":\"1\",\"user_id\":\"1\"}"
                        },
                        "description": "Check if organization user exist in specific organization or not.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"invited\": true,\n  \"message\": \"Success\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"invited\": false,\n  \"message\": \"error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Check User Email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/users\/check-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/users\/check-email",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "3",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"john.doe@currikistudio.org\"}"
                        },
                        "description": "Check if user email exist in the instance.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"The user already exists in the organization.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n      \"id\": 1,\r\n      \"first_name\": \"John\",\r\n      \"last_name\": \"Doe\",\r\n      \"email\": \"john.doe@currikistudio.org\",\r\n      \"organization_name\": \"Curriki\",\r\n      \"organization_type\": null,\r\n      \"job_title\": \"Developer\",\r\n      \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n      \"phone_number\": \"+1234567890\",\r\n      \"website\": \"www.currikistudio.org\",\r\n      \"subscribed\": true,\r\n      \"organization_role\": \"Admin\",\r\n      \"organization_role_id\": 1,\r\n      \"organization_joined_at\": \"2022-10-12\",\r\n      \"projects_count\": 5,\r\n      \"groups_count\": 1,\r\n      \"teams_count\": 2\r\n    },\r\n    \"message\": \"User has been created successfully.\"\r\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/update-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/update-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"current_password\":\"Password123\",\"password\":\"Password321\",\"password_confirmation\":\"Password321\"}"
                        },
                        "description": "Update password of the specified user in storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Password has been updated successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid request.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update password.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the users.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"users\": [\r\n        {\r\n            \"id\": 1,\r\n            \"first_name\": \"John\",\r\n            \"last_name\": \"Doe\",\r\n            \"email\": \"john.doe@currikistudio.org\",\r\n            \"organization_name\": \"Curriki\",\r\n            \"organization_type\": null,\r\n            \"job_title\": \"Developer\",\r\n            \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n            \"phone_number\": \"+1234567890\",\r\n            \"website\": \"www.currikistudio.org\",\r\n            \"subscribed\": true\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"first_name\": \"Jane\",\r\n            \"last_name\": \"Doe\",\r\n            \"email\": \"jane.doe@currikistudio.org\",\r\n            \"organization_name\": \"Curriki\",\r\n            \"organization_type\": null,\r\n            \"job_title\": \"Manager\",\r\n            \"address\": \"20660 Stevens Creek Blvd #333, Cupertino, CA 95014\",\r\n            \"phone_number\": \"+1234567891\",\r\n            \"website\": \"www.currikistudio.org\",\r\n            \"subscribed\": true\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "The Id of a user"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified user detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n      \"id\": 1,\r\n      \"first_name\": \"John\",\r\n      \"last_name\": \"Doe\",\r\n      \"email\": \"john.doe@currikistudio.org\",\r\n      \"organization_name\": \"Curriki\",\r\n      \"organization_type\": null,\r\n      \"job_title\": \"Developer\",\r\n      \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n      \"phone_number\": \"+1234567890\",\r\n      \"website\": \"www.currikistudio.org\",\r\n      \"subscribed\": true,\r\n      \"organization_role\": \"Admin\",\r\n      \"organization_role_id\": 1,\r\n      \"organization_joined_at\": \"2022-10-12\",\r\n      \"projects_count\": 5,\r\n      \"groups_count\": 1,\r\n      \"teams_count\": 2\r\n    },\r\n    \"message\": \"User has been created successfully.\"\r\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "The Id of a user"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"John\",\"last_name\":\"Doe\",\"organization_name\":\"Curriki\",\"organization_type\":\"goptjjngm\",\"website\":\"www.currikistudio.org\",\"job_title\":\"Developer\",\"address\":\"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\"phone_number\":\"+1234567890\"}"
                        },
                        "description": "Update the specified user in storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update profile.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n      \"id\": 1,\r\n      \"first_name\": \"John\",\r\n      \"last_name\": \"Doe\",\r\n      \"email\": \"john.doe@currikistudio.org\",\r\n      \"organization_name\": \"Curriki\",\r\n      \"organization_type\": null,\r\n      \"job_title\": \"Developer\",\r\n      \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n      \"phone_number\": \"+1234567890\",\r\n      \"website\": \"www.currikistudio.org\",\r\n      \"subscribed\": true,\r\n      \"organization_role\": \"Admin\",\r\n      \"organization_role_id\": 1,\r\n      \"organization_joined_at\": \"2022-10-12\",\r\n      \"projects_count\": 5,\r\n      \"groups_count\": 1,\r\n      \"teams_count\": 2\r\n    },\r\n    \"message\": \"User has been created successfully.\"\r\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "The Id of a user"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified user from storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete profile.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Organization User Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/update-user-detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/update-user-detail",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":6,\"first_name\":\"txurazbklwenpbckkn\",\"last_name\":\"x\",\"email\":\"onikolaus@example.net\",\"job_title\":\"rxdwpzokifrgztyjlijhu\",\"role_id\":12,\"password\":\":(x\\\/Yq^>;}.Z,g*Q\",\"organization_name\":\"expedita\",\"organization_type\":\"eveniet\",\"website\":\"vitae\",\"address\":\"nemo\"}"
                        },
                        "description": "Update user detail in storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update user.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"user\": {\r\n      \"id\": 1,\r\n      \"first_name\": \"John\",\r\n      \"last_name\": \"Doe\",\r\n      \"email\": \"john.doe@currikistudio.org\",\r\n      \"organization_name\": \"Curriki\",\r\n      \"organization_type\": null,\r\n      \"job_title\": \"Developer\",\r\n      \"address\": \"20660 Stevens Creek Blvd #332, Cupertino, CA 95014\",\r\n      \"phone_number\": \"+1234567890\",\r\n      \"website\": \"www.currikistudio.org\",\r\n      \"subscribed\": true,\r\n      \"organization_role\": \"Admin\",\r\n      \"organization_role_id\": 1,\r\n      \"organization_joined_at\": \"2022-10-12\",\r\n      \"projects_count\": 5,\r\n      \"groups_count\": 1,\r\n      \"teams_count\": 2\r\n    },\r\n    \"message\": \"User has been created successfully.\"\r\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Users Basic Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/report\/basic",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/report\/basic"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":25,\"query\":\"Test\"}"
                        },
                        "description": "Returns the paginated response of the users with basic reporting.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"current_page\": 1,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1242,\r\n            \"first_name\": \"123security\",\r\n            \"last_name\": \"products\",\r\n            \"email\": \"wirelessproducts.wl@gmail.com\",\r\n            \"projects_count\": 2,\r\n            \"playlists_count\": 9,\r\n            \"activities_count\": 60\r\n        },\r\n        {\r\n            \"id\": 824,\r\n            \"first_name\": \"168xoso\",\r\n            \"last_name\": \"com\",\r\n            \"email\": \"168xosocom@gmail.com\",\r\n            \"projects_count\": 2,\r\n            \"playlists_count\": 9,\r\n            \"activities_count\": 60\r\n        }\r\n    ],\r\n    \"first_page_url\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic?page=1\",\r\n    \"from\": 1,\r\n    \"last_page\": 816,\r\n    \"last_page_url\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic?page=816\",\r\n    \"next_page_url\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic?page=2\",\r\n    \"path\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic\",\r\n    \"per_page\": \"2\",\r\n    \"prev_page_url\": null,\r\n    \"to\": 2,\r\n    \"total\": 1632\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Shared Projects",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/shared",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/shared"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":12}"
                        },
                        "description": "Get a list of the shared projects of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"gcr_project_visibility\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "3. Project",
            "description": "\nAPIs for project management",
            "item": [
                {
                    "name": "Get Shared Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/load-shared",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/load-shared",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "9",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified shared project detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"No shareable Project found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"project\": {\r\n        \"id\": 1,\r\n        \"organization_id\": 1,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"name\": \"The Science of Golf\",\r\n        \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n        \"thumb_url\": \"\/storage\/uploads\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n        \"shared\": false,\r\n        \"gcr_project_visibility\": true,\r\n        \"starter_project\": false,\r\n        \"order\": null,\r\n        \"status\": 1,\r\n        \"status_text\": \"DRAFT\",\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n        \"updated_at\": \"2020-09-17T09:44:27.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Project Search Preview",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/search-preview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/search-preview",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "4",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified project search preview.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"project\": {\r\n        \"id\": 2459,\r\n        \"name\": \"Teach for America: High School Science\",\r\n        \"description\": \"This project consists of two playlists serving as exemplar high school science digital learning instruction.\",\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/593158\/pexels-photo-593158.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;fit=crop&amp;h=200&amp;w=280\",\r\n        \"shared\": false,\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"created_at\": \"2021-05-03T15:41:08.000000Z\",\r\n        \"updated_at\": \"2021-05-03T15:41:08.000000Z\",\r\n        \"playlists\": [\r\n            {\r\n                \"id\": 5078,\r\n                \"title\": \"The Smallest Unit of Life: The Cell\",\r\n                \"project_id\": 2459,\r\n                \"created_at\": \"2021-05-03T15:41:11.000000Z\",\r\n                \"updated_at\": \"2021-05-03T15:41:11.000000Z\",\r\n                \"activities\": [\r\n                    {\r\n                        \"id\": 23090,\r\n                        \"title\": \"What You'll Explore\",\r\n                        \"type\": \"h5p\",\r\n                        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/593158\/pexels-photo-593158.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;fit=crop&amp;h=200&amp;w=280\",\r\n                        \"library_name\": \"H5P.Accordion 1.0\"\r\n                    },\r\n                    {\r\n                        \"id\": 23091,\r\n                        \"title\": \"History of Cell Theory\",\r\n                        \"type\": \"h5p\",\r\n                        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/593158\/pexels-photo-593158.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;fit=crop&amp;h=200&amp;w=280\",\r\n                        \"library_name\": \"H5P.Column 1.11\"\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"id\": 5079,\r\n                \"title\": \"Understanding the Atom\",\r\n                \"project_id\": 2459,\r\n                \"created_at\": \"2021-05-03T15:41:15.000000Z\",\r\n                \"updated_at\": \"2021-05-03T15:41:15.000000Z\",\r\n                \"activities\": [\r\n                    {\r\n                        \"id\": 23097,\r\n                        \"title\": \"Build an Atom\",\r\n                        \"type\": \"h5p\",\r\n                        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/593158\/pexels-photo-593158.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=1&amp;fit=crop&amp;h=200&amp;w=280\",\r\n                        \"library_name\": \"H5P.IFrameEmbed 1.0\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload thumbnail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/upload-thumb",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/upload-thumb",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "9",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"thumb\":\"(binary)\",\"project_id\":19}"
                        },
                        "description": "Upload thumbnail image for a project",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"thumbUrl\": \"\/storage\/projects\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"The given data was invalid.\",\n  \"errors\": {\n    \"thumb\": [\n      \"The thumb must be an image.\"\n    ]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Recent Projects",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/recent",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/recent",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "9",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the recent projects of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"playlists\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"title\": \"Test Playlist 1\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2020-09-10T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-10T19:21:08.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"title\": \"Test Playlist 2\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2020-09-11T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-11T19:21:08.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"playlists\": [\r\n                {\r\n                    \"id\": 3,\r\n                    \"title\": \"Test Playlist 3\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2020-09-12T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T19:21:08.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 4,\r\n                    \"title\": \"Test Playlist 4\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2020-09-13T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-13T19:21:08.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Default Projects",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/default",
                            "query": [
                                {
                                    "key": "size",
                                    "value": "10",
                                    "description": "",
                                    "disabled": false
                                },
                                {
                                    "key": "order_by_type",
                                    "value": "ASC+OR+DESC",
                                    "description": "",
                                    "disabled": false
                                },
                                {
                                    "key": "order_by_column8",
                                    "value": "name%2C+created_at",
                                    "description": "",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/default?size=10&order_by_type=ASC+OR+DESC&order_by_column8=name%2C+created_at",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "7",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "Id of an organization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":6,\"order_by_column\":\"name\",\"order_by_type\":\"asc\"}"
                        },
                        "description": "Get a list of the default projects.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"playlists\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"title\": \"Test Playlist 1\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2020-09-10T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-10T19:21:08.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"title\": \"Test Playlist 2\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2020-09-11T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-11T19:21:08.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"playlists\": [\r\n                {\r\n                    \"id\": 3,\r\n                    \"title\": \"Test Playlist 3\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2020-09-12T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T19:21:08.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 4,\r\n                    \"title\": \"Test Playlist 4\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2020-09-13T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-13T19:21:08.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Projects Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/detail",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the projects of a user with detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"playlists\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"title\": \"Test Playlist 1\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2020-09-10T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-10T19:21:08.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"title\": \"Test Playlist 2\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2020-09-11T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-11T19:21:08.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"playlists\": [\r\n                {\r\n                    \"id\": 3,\r\n                    \"title\": \"Test Playlist 3\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2020-09-12T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T19:21:08.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 4,\r\n                    \"title\": \"Test Playlist 4\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2020-09-13T19:21:08.000000Z\",\r\n                    \"updated_at\": \"2020-09-13T19:21:08.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Favorite Projects of login user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/favorites",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/favorites",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "19",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "Organization",
                                    "key": "Organization",
                                    "value": "quo",
                                    "description": "$suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":11,\"order_by_column\":\"name\",\"order_by_type\":\"DESC\"}"
                        },
                        "description": "Get a list of the favorite projects of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"gcr_project_visibility\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Reorder Projects",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/reorder",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/reorder",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "14",
                                    "description": "The ID of the suborganization."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"projects\":[1,2,3]}"
                        },
                        "description": "Reorder projects of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"gcr_project_visibility\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Project's Order",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/order",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/order",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "19",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "1",
                                    "description": "Id of the project whose order is to be updated"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order\":1}"
                        },
                        "description": "Update project's order.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project reorder has been successful.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to reorder project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Share Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/share",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "2",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "19",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Share the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to share project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"project\": {\r\n        \"id\": 1,\r\n        \"organization_id\": 1,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"name\": \"The Science of Golf\",\r\n        \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n        \"thumb_url\": \"\/storage\/uploads\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n        \"shared\": false,\r\n        \"gcr_project_visibility\": true,\r\n        \"starter_project\": false,\r\n        \"order\": null,\r\n        \"status\": 1,\r\n        \"status_text\": \"DRAFT\",\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n        \"updated_at\": \"2020-09-17T09:44:27.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Clone Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/clone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/clone",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "9",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "20",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"1\"}"
                        },
                        "description": "Clone the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Not a Public Project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Export Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/export",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "10",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "10",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of an organization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Export the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Export Noovo Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/export-noovo",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/export-noovo",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "3",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "6",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Export the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/import",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"project\":\"praesentium\"}"
                        },
                        "description": "Import the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Share Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/remove-share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/remove-share",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "7",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "14",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove share the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove share project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"project\": {\r\n        \"id\": 1,\r\n        \"name\": \"Test Project\",\r\n        \"description\": \"This is a test project.\",\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n        \"shared\": false,\r\n        \"starter_project\": null,\r\n        \"is_public\": true,\r\n        \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n        \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Favorite\/Unfavorite Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/favorite",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:project_id\/favorite",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "6",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Favorite\/Unfavorite the specified project for a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"This resource will be removed from your Favorites. You will no longer be able to reuse\/remix its contents into your projects.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Team's Projects",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/team-projects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/team-projects",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the team's projects of an organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 10,\r\n            \"organization_id\": 1,\r\n            \"organization_visibility_type_id\": 1,\r\n            \"name\": \"project 1\",\r\n            \"description\": \"test  fffff  rrrr\",\r\n            \"thumb_url\": \"\",\r\n            \"shared\": true,\r\n            \"starter_project\": false,\r\n            \"order\": 2,\r\n            \"status\": 1,\r\n            \"status_text\": \"DRAFT\",\r\n            \"indexing\": null,\r\n            \"is_user_starter\": false,\r\n            \"indexing_text\": \"NOT REQUESTED\",\r\n            \"created_at\": \"2021-08-17T11:15:58.000000Z\",\r\n            \"updated_at\": \"2021-08-17T11:15:58.000000Z\",\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Test User\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"email_verified_at\": \"2021-03-05T15:53:34.000000Z\",\r\n                    \"created_at\": null,\r\n                    \"updated_at\": null,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"User\",\r\n                    \"organization_name\": null,\r\n                    \"job_title\": null,\r\n                    \"address\": null,\r\n                    \"phone_number\": null,\r\n                    \"organization_type\": null,\r\n                    \"website\": null,\r\n                    \"deleted_at\": null,\r\n                    \"role\": null,\r\n                    \"gapi_access_token\": null,\r\n                    \"hubspot\": false,\r\n                    \"subscribed\": false,\r\n                    \"subscribed_ip\": null,\r\n                    \"membership_type_id\": 2,\r\n                    \"pivot\": {\r\n                        \"project_id\": 10,\r\n                        \"user_id\": 1,\r\n                        \"role\": \"owner\",\r\n                        \"created_at\": \"2021-08-17T11:15:58.000000Z\",\r\n                        \"updated_at\": \"2021-08-17T11:15:58.000000Z\"\r\n                    }\r\n                }\r\n            ],\r\n            \"team\": {\r\n                \"id\": 63,\r\n                \"name\": \"Team Test One\",\r\n                \"created_at\": \"2021-08-17T11:15:57.000000Z\",\r\n                \"updated_at\": \"2021-08-17T11:15:57.000000Z\",\r\n                \"deleted_at\": null,\r\n                \"description\": \"desc\",\r\n                \"indexing\": null,\r\n                \"organization_id\": 1,\r\n                \"original_user\": null\r\n            }\r\n        },\r\n        {\r\n            \"id\": 11,\r\n            \"organization_id\": 1,\r\n            \"organization_visibility_type_id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\",\r\n            \"shared\": true,\r\n            \"starter_project\": false,\r\n            \"order\": 2,\r\n            \"status\": 1,\r\n            \"status_text\": \"DRAFT\",\r\n            \"indexing\": null,\r\n            \"is_user_starter\": false,\r\n            \"indexing_text\": \"NOT REQUESTED\",\r\n            \"created_at\": \"2021-08-17T11:21:09.000000Z\",\r\n            \"updated_at\": \"2021-08-23T17:17:46.000000Z\",\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Test User 2\",\r\n                    \"email\": \"test2@test.com\",\r\n                    \"email_verified_at\": \"2021-03-05T15:53:34.000000Z\",\r\n                    \"created_at\": null,\r\n                    \"updated_at\": null,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"User 2\",\r\n                    \"organization_name\": null,\r\n                    \"job_title\": null,\r\n                    \"address\": null,\r\n                    \"phone_number\": null,\r\n                    \"organization_type\": null,\r\n                    \"website\": null,\r\n                    \"deleted_at\": null,\r\n                    \"role\": null,\r\n                    \"gapi_access_token\": null,\r\n                    \"hubspot\": false,\r\n                    \"subscribed\": false,\r\n                    \"subscribed_ip\": null,\r\n                    \"membership_type_id\": 2,\r\n                    \"pivot\": {\r\n                        \"project_id\": 11,\r\n                        \"user_id\": 1,\r\n                        \"role\": \"owner\",\r\n                        \"created_at\": \"2021-08-17T11:21:09.000000Z\",\r\n                        \"updated_at\": \"2021-08-17T11:21:09.000000Z\"\r\n                    }\r\n                }\r\n            ],\r\n            \"team\": {\r\n                \"id\": 64,\r\n                \"name\": \"Team 2 Test\",\r\n                \"created_at\": \"2021-08-17T11:21:08.000000Z\",\r\n                \"updated_at\": \"2021-08-17T11:21:08.000000Z\",\r\n                \"deleted_at\": null,\r\n                \"description\": \"desc\",\r\n                \"indexing\": null,\r\n                \"organization_id\": 2,\r\n                \"original_user\": null\r\n            }\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/team-projects?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/team-projects?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/team-projects\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Projects of login user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects",
                            "query": [
                                {
                                    "key": "size",
                                    "value": "10",
                                    "description": "",
                                    "disabled": false
                                },
                                {
                                    "key": "order_by_type",
                                    "value": "ASC+OR+DESC",
                                    "description": "",
                                    "disabled": false
                                },
                                {
                                    "key": "order_by_column8",
                                    "value": "name%2C+created_at",
                                    "description": "",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects?size=10&order_by_type=ASC+OR+DESC&order_by_column8=name%2C+created_at",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "Id of an organization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":12,\"order_by_column\":\"name\",\"order_by_type\":\"ASC\"}"
                        },
                        "description": "Get a list of the projects of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"gcr_project_visibility\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "8",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Test Project\",\"description\":\"This is a test project.\",\"thumb_url\":\"https:\\\/\\\/images.pexels.com\\\/photos\\\/2832382\",\"organization_visibility_type_id\":1}"
                        },
                        "description": "Create a new project in storage for a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create project. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"project\": {\r\n        \"id\": 1,\r\n        \"organization_id\": 1,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"name\": \"The Science of Golf\",\r\n        \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n        \"thumb_url\": \"\/storage\/uploads\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n        \"shared\": false,\r\n        \"gcr_project_visibility\": true,\r\n        \"starter_project\": false,\r\n        \"order\": null,\r\n        \"status\": 1,\r\n        \"status_text\": \"DRAFT\",\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n        \"updated_at\": \"2020-09-17T09:44:27.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "13",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified project detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"project\": {\r\n        \"id\": 1,\r\n        \"organization_id\": 1,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"name\": \"The Science of Golf\",\r\n        \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n        \"thumb_url\": \"\/storage\/uploads\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n        \"shared\": false,\r\n        \"gcr_project_visibility\": true,\r\n        \"starter_project\": false,\r\n        \"order\": null,\r\n        \"status\": 1,\r\n        \"status_text\": \"DRAFT\",\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n        \"updated_at\": \"2020-09-17T09:44:27.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Test Project\",\"description\":\"This is a test project.\",\"thumb_url\":\"https:\\\/\\\/images.pexels.com\\\/photos\\\/2832382\",\"organization_visibility_type_id\":1,\"user_id\":18,\"shared\":false}"
                        },
                        "description": "Update the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"project\": {\r\n        \"id\": 1,\r\n        \"organization_id\": 1,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"name\": \"The Science of Golf\",\r\n        \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n        \"thumb_url\": \"\/storage\/uploads\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n        \"shared\": false,\r\n        \"gcr_project_visibility\": true,\r\n        \"starter_project\": false,\r\n        \"order\": null,\r\n        \"status\": 1,\r\n        \"status_text\": \"DRAFT\",\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n        \"updated_at\": \"2020-09-17T09:44:27.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/projects\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/projects\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified project of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Projects by Ids",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization\/projects\/by-ids",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization\/projects\/by-ids",
                            "variable": [
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "consequatur",
                                    "description": "The suborganization."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the Projects by Ids",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "Projects",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Projects",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/projects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/projects",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"Vivensity\",\"indexing\":\"1\",\"exclude_starter\":\"true\",\"starter_project\":\"true\",\"shared\":true,\"created_from\":\"2022-12-05\",\"created_to\":\"2022-12-05\",\"updated_from\":\"2022-12-05\",\"updated_to\":\"2022-12-05\",\"author_id\":10,\"order_by_column\":\"name\",\"order_by_type\":\"asc\",\"size\":10}"
                        },
                        "description": "Get a list of the projects of an organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"gcr_project_visibility\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Project Indexing",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/indexes\/:index",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/indexes\/:index",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "17",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "index",
                                    "key": "index",
                                    "value": "3",
                                    "description": "New Integer Index Value, 1 => 'REQUESTED', 2 => 'NOT APPROVED', 3 => 'APPROVED'."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "Project Id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Modify the index value of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Library status changed successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Invalid index value provided.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Starter Project Toggle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/starter\/:flag",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/starter\/:flag",
                            "variable": [
                                {
                                    "id": "flag",
                                    "key": "flag",
                                    "value": "quas",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"projects\":[1,2,3],\"flag\":true}"
                        },
                        "description": "Toggle the starter flag of any project",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Starter Projects status updated successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Choose at-least one project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "4. Playlist",
            "description": "\nAPIs for playlist management",
            "item": [
                {
                    "name": "Get Shared Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/load-shared",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/load-shared",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "14",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified shared playlist of a Project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"No shareable Project found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Shared Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/load-shared-playlist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/load-shared-playlist",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "20",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "1",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified shared playlist detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"No shareable Playlist found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Shared Playlists of a Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/shared-playlists",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/shared-playlists",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "8",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the list of shared playlists detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"No shareable Playlist found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Reorder Playlists",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/reorder",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/reorder",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "4",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"playlists\":[\"repellat\"]}"
                        },
                        "description": "Reorder playlists of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlists\": [\r\n        {\r\n            \"id\": 1,\r\n            \"title\": \"Math Playlist\",\r\n            \"order\": 0,\r\n            \"is_public\": true,\r\n            \"gcr_playlist_visibility\": true,\r\n            \"project_id\": 1,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"Test Project\",\r\n                \"description\": \"This is a test project.\",\r\n                \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n                \"shared\": true,\r\n                \"starter_project\": null,\r\n                \"users\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"first_name\": \"John\",\r\n                        \"last_name\": \"Doe\",\r\n                        \"email\": \"john.doe@currikistudio.org\",\r\n                        \"role\": \"owner\"\r\n                    }\r\n                ],\r\n                \"is_public\": true,\r\n                \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n                \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n            },\r\n            \"activities\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"playlist_id\": 1,\r\n                    \"title\": \"Audio Record\",\r\n                    \"type\": \"h5p\",\r\n                    \"content\": \"Audio Record content\",\r\n                    \"shared\": true,\r\n                    \"order\": 0,\r\n                    \"thumb_url\": \"\/storage\/activities\/3vVpHHh75MJHOV6a6iZdy13luBaiNn1SrniYpBbQ.png\",\r\n                    \"subject_id\": \"Career & Technical Education\",\r\n                    \"education_level_id\": null,\r\n                    \"h5p_content\": {\r\n                        \"id\": 19430,\r\n                        \"user_id\": 1,\r\n                        \"title\": \"record\",\r\n                        \"library_id\": 98,\r\n                        \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                        \"filtered\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing &quot;Retry&quot; you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can&#039;t create the audio file.\\\"}}\",\r\n                        \"slug\": \"record\",\r\n                        \"embed_type\": \"div\",\r\n                        \"disable\": 9,\r\n                        \"content_type\": null,\r\n                        \"authors\": null,\r\n                        \"source\": null,\r\n                        \"year_from\": null,\r\n                        \"year_to\": null,\r\n                        \"license\": \"U\",\r\n                        \"license_version\": null,\r\n                        \"license_extras\": null,\r\n                        \"author_comments\": null,\r\n                        \"changes\": null,\r\n                        \"default_language\": null,\r\n                        \"created_at\": \"2020-09-27T07:14:57.000000Z\",\r\n                        \"updated_at\": \"2020-09-27T07:14:57.000000Z\"\r\n                    },\r\n                    \"is_public\": false,\r\n                    \"created_at\": \"2020-09-27T07:14:57.000000Z\",\r\n                    \"updated_at\": \"2020-09-27T07:14:57.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"playlist_id\": 1,\r\n                    \"title\": \"Language Arts\",\r\n                    \"type\": \"h5p\",\r\n                    \"content\": \"Language Arts content\",\r\n                    \"shared\": true,\r\n                    \"order\": 1,\r\n                    \"thumb_url\": \"\/storage\/activities\/w2LXV4VMPgccjJyZbs16wSzglX1s58K5NFfFp7ed.png\",\r\n                    \"subject_id\": \"Language Arts\",\r\n                    \"education_level_id\": null,\r\n                    \"h5p_content\": {\r\n                        \"id\": 19431,\r\n                        \"user_id\": 1,\r\n                        \"title\": \"fghfhg\",\r\n                        \"library_id\": 98,\r\n                        \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                        \"filtered\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing &quot;Retry&quot; you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can&#039;t create the audio file.\\\"}}\",\r\n                        \"slug\": \"fghfhg\",\r\n                        \"embed_type\": \"div\",\r\n                        \"disable\": 9,\r\n                        \"content_type\": null,\r\n                        \"authors\": null,\r\n                        \"source\": null,\r\n                        \"year_from\": null,\r\n                        \"year_to\": null,\r\n                        \"license\": \"U\",\r\n                        \"license_version\": null,\r\n                        \"license_extras\": null,\r\n                        \"author_comments\": null,\r\n                        \"changes\": null,\r\n                        \"default_language\": null,\r\n                        \"created_at\": \"2020-09-07T07:15:31.000000Z\",\r\n                        \"updated_at\": \"2020-09-07T07:15:31.000000Z\"\r\n                    },\r\n                    \"is_public\": false,\r\n                    \"created_at\": \"2020-09-07T07:15:31.000000Z\",\r\n                    \"updated_at\": \"2020-09-07T07:15:31.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n            \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"title\": \"Music Playlist\",\r\n            \"order\": 1,\r\n            \"is_public\": false,\r\n            \"project_id\": 1,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"Test Project\",\r\n                \"description\": \"This is a test project.\",\r\n                \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n                \"shared\": true,\r\n                \"starter_project\": null,\r\n                \"users\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"first_name\": \"John\",\r\n                        \"last_name\": \"Doe\",\r\n                        \"email\": \"john.doe@currikistudio.org\",\r\n                        \"role\": \"owner\"\r\n                    }\r\n                ],\r\n                \"is_public\": true,\r\n                \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n                \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n            },\r\n            \"activities\": [],\r\n            \"created_at\": \"2020-09-16T18:21:29.000000Z\",\r\n            \"updated_at\": \"2020-09-16T18:21:29.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Clone Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/clone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/clone",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "18",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "9",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Clone a playlist of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Playlist is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Not a Public Playlist.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Playlists",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "13",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the playlists of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlists\": [\r\n        {\r\n            \"id\": 1,\r\n            \"title\": \"Math Playlist\",\r\n            \"order\": 0,\r\n            \"is_public\": true,\r\n            \"gcr_playlist_visibility\": true,\r\n            \"project_id\": 1,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"Test Project\",\r\n                \"description\": \"This is a test project.\",\r\n                \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n                \"shared\": true,\r\n                \"starter_project\": null,\r\n                \"users\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"first_name\": \"John\",\r\n                        \"last_name\": \"Doe\",\r\n                        \"email\": \"john.doe@currikistudio.org\",\r\n                        \"role\": \"owner\"\r\n                    }\r\n                ],\r\n                \"is_public\": true,\r\n                \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n                \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n            },\r\n            \"activities\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"playlist_id\": 1,\r\n                    \"title\": \"Audio Record\",\r\n                    \"type\": \"h5p\",\r\n                    \"content\": \"Audio Record content\",\r\n                    \"shared\": true,\r\n                    \"order\": 0,\r\n                    \"thumb_url\": \"\/storage\/activities\/3vVpHHh75MJHOV6a6iZdy13luBaiNn1SrniYpBbQ.png\",\r\n                    \"subject_id\": \"Career & Technical Education\",\r\n                    \"education_level_id\": null,\r\n                    \"h5p_content\": {\r\n                        \"id\": 19430,\r\n                        \"user_id\": 1,\r\n                        \"title\": \"record\",\r\n                        \"library_id\": 98,\r\n                        \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                        \"filtered\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing &quot;Retry&quot; you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can&#039;t create the audio file.\\\"}}\",\r\n                        \"slug\": \"record\",\r\n                        \"embed_type\": \"div\",\r\n                        \"disable\": 9,\r\n                        \"content_type\": null,\r\n                        \"authors\": null,\r\n                        \"source\": null,\r\n                        \"year_from\": null,\r\n                        \"year_to\": null,\r\n                        \"license\": \"U\",\r\n                        \"license_version\": null,\r\n                        \"license_extras\": null,\r\n                        \"author_comments\": null,\r\n                        \"changes\": null,\r\n                        \"default_language\": null,\r\n                        \"created_at\": \"2020-09-27T07:14:57.000000Z\",\r\n                        \"updated_at\": \"2020-09-27T07:14:57.000000Z\"\r\n                    },\r\n                    \"is_public\": false,\r\n                    \"created_at\": \"2020-09-27T07:14:57.000000Z\",\r\n                    \"updated_at\": \"2020-09-27T07:14:57.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"playlist_id\": 1,\r\n                    \"title\": \"Language Arts\",\r\n                    \"type\": \"h5p\",\r\n                    \"content\": \"Language Arts content\",\r\n                    \"shared\": true,\r\n                    \"order\": 1,\r\n                    \"thumb_url\": \"\/storage\/activities\/w2LXV4VMPgccjJyZbs16wSzglX1s58K5NFfFp7ed.png\",\r\n                    \"subject_id\": \"Language Arts\",\r\n                    \"education_level_id\": null,\r\n                    \"h5p_content\": {\r\n                        \"id\": 19431,\r\n                        \"user_id\": 1,\r\n                        \"title\": \"fghfhg\",\r\n                        \"library_id\": 98,\r\n                        \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                        \"filtered\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing &quot;Retry&quot; you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can&#039;t create the audio file.\\\"}}\",\r\n                        \"slug\": \"fghfhg\",\r\n                        \"embed_type\": \"div\",\r\n                        \"disable\": 9,\r\n                        \"content_type\": null,\r\n                        \"authors\": null,\r\n                        \"source\": null,\r\n                        \"year_from\": null,\r\n                        \"year_to\": null,\r\n                        \"license\": \"U\",\r\n                        \"license_version\": null,\r\n                        \"license_extras\": null,\r\n                        \"author_comments\": null,\r\n                        \"changes\": null,\r\n                        \"default_language\": null,\r\n                        \"created_at\": \"2020-09-07T07:15:31.000000Z\",\r\n                        \"updated_at\": \"2020-09-07T07:15:31.000000Z\"\r\n                    },\r\n                    \"is_public\": false,\r\n                    \"created_at\": \"2020-09-07T07:15:31.000000Z\",\r\n                    \"updated_at\": \"2020-09-07T07:15:31.000000Z\"\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n            \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"title\": \"Music Playlist\",\r\n            \"order\": 1,\r\n            \"is_public\": false,\r\n            \"project_id\": 1,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"Test Project\",\r\n                \"description\": \"This is a test project.\",\r\n                \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n                \"shared\": true,\r\n                \"starter_project\": null,\r\n                \"users\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"first_name\": \"John\",\r\n                        \"last_name\": \"Doe\",\r\n                        \"email\": \"john.doe@currikistudio.org\",\r\n                        \"role\": \"owner\"\r\n                    }\r\n                ],\r\n                \"is_public\": true,\r\n                \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n                \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n            },\r\n            \"activities\": [],\r\n            \"created_at\": \"2020-09-16T18:21:29.000000Z\",\r\n            \"updated_at\": \"2020-09-16T18:21:29.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "20",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "eos",
                                    "description": "The Id of a project Example 1"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Math Playlist\",\"order\":0}"
                        },
                        "description": "Create a new playlist of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create playlist. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/:id",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "7",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified playlist of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid project or playlist id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/:id",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "20",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Math Playlist\",\"order\":0}"
                        },
                        "description": "Update the specified playlist of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid project or playlist id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update playlist.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/:id",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "19",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified playlist of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Playlist has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid project or playlist id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete playlist.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Playlist Search Preview",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/playlists\/:playlist_id\/search-preview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/playlists\/:playlist_id\/search-preview",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "17",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "17",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified playlist search preview.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"message\": [\n    \"Playlist is not available.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Share playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/share",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "14",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "12",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Share the specified playlist of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to share playlist.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Share playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/remove-share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/projects\/:project_id\/playlists\/:playlist_id\/remove-share",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "7",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "8",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove Share the specified playlist of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove share playlist.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Lti Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/lti",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/lti",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "15",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "animi",
                                    "description": "The Id of a project Example 1"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the lti playlist of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Math Playlist\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"gcr_playlist_visibility\": true,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        \"activities\": [],\r\n        \"created_at\": \"2020-09-07T17:01:24.000000Z\",\r\n        \"updated_at\": \"2020-09-07T17:01:24.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "5. Activity",
            "description": "\nAPIs for activity management",
            "item": [
                {
                    "name": "Get Activity Search Preview",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/activities\/:activity_id\/search-preview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/activities\/:activity_id\/search-preview",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "16",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "17",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified activity search preview.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 59,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"params\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 21,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 40,\r\n            \"name\": \"H5P.InteractiveVideo\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 21,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        },\r\n        \"is_public\": false,\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Clone Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/activities\/:activity_id\/clone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/activities\/:activity_id\/clone",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "8",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "14",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Clone the specified activity of a playlist.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Not a Public Activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to clone activity.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload Activity thumbnail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/upload-thumb",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/upload-thumb"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"thumb\":\"(binary)\"}"
                        },
                        "description": "Upload thumbnail image for a activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"thumbUrl\": \"\/storage\/activities\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid image.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Share Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/:activity_id\/share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/:activity_id\/share",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "14",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Share the specified activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to share activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": true,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Share Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/:activity_id\/remove-share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/:activity_id\/remove-share",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "16",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove share the specified activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove share activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"gcr_activity_visibility\": true,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/:activity_id\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/:activity_id\/detail",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "15",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified activity in detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist\": {\r\n            \"id\": 1,\r\n            \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n            \"is_public\": true,\r\n            \"order\": 0,\r\n            \"project_id\": 1,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"The Science of Golf\",\r\n                \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n                \"starter_project\": false,\r\n                \"shared\": false,\r\n                \"is_public\": true,\r\n                \"users\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"email\": \"john.doe@currikistudio.org\",\r\n                        \"first_name\": \"John\",\r\n                        \"last_name\": \"Doe\",\r\n                        \"role\": \"owner\"\r\n                    }\r\n                ],\r\n                \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n                \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n            },\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"h5p\": \"{\\\"params\\\":{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}},\\\"metadata\\\":{\\\"title\\\":\\\"Science of Golf: Why Balls Have Dimples\\\",\\\"license\\\":\\\"U\\\"}}\",\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"library_name\": \"H5P.InteractiveVideo\",\r\n        \"major_version\": 1,\r\n        \"minor_version\": 21,\r\n        \"user_name\": null,\r\n        \"user_id\": null,\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "H5P Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/:activity_id\/h5p",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/:activity_id\/h5p",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "9",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Activity details",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p\": {\r\n            \"settings\": {\r\n                \"baseUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n                \"url\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\",\r\n                \"postUserStatistics\": true,\r\n                \"ajax\": {\r\n                    \"setFinished\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/url\",\r\n                    \"contentUserData\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/content-user-data\/?content_id=:contentId&data_type=:dataType&sub_content_id=:subContentId\"\r\n                },\r\n                \"saveFreq\": false,\r\n                \"siteUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n                \"l10n\": {\r\n                    \"H5P\": {\r\n                        \"fullscreen\": \"Fullscreen\",\r\n                        \"disableFullscreen\": \"Disable fullscreen\",\r\n                        \"download\": \"Download\",\r\n                        \"copyrights\": \"Rights of use\",\r\n                        \"embed\": \"Embed\",\r\n                        \"reuseDescription\": \"Reuse this content.\",\r\n                        \"size\": \"Size\",\r\n                        \"showAdvanced\": \"Show advanced\",\r\n                        \"hideAdvanced\": \"Hide advanced\",\r\n                        \"advancedHelp\": \"Include this script on your website if you want dynamic sizing of the embedded content:\",\r\n                        \"copyrightInformation\": \"Rights of use\",\r\n                        \"close\": \"Close\",\r\n                        \"title\": \"Title\",\r\n                        \"author\": \"Author\",\r\n                        \"year\": \"Year\",\r\n                        \"source\": \"Source\",\r\n                        \"license\": \"License\",\r\n                        \"thumbnail\": \"Thumbnail\",\r\n                        \"noCopyrights\": \"No copyright information available for this content.\",\r\n                        \"downloadDescription\": \"Download this content as a H5P file.\",\r\n                        \"copyrightsDescription\": \"View copyright information for this content.\",\r\n                        \"embedDescription\": \"View the embed code for this content.\",\r\n                        \"h5pDescription\": \"Visit H5P.org to check out more cool content.\",\r\n                        \"contentChanged\": \"This content has changed since you last used it.\",\r\n                        \"startingOver\": \"You'll be starting over.\",\r\n                        \"confirmDialogHeader\": \"Confirm action\",\r\n                        \"confirmDialogBody\": \"Please confirm that you wish to proceed. This action is not reversible.\",\r\n                        \"cancelLabel\": \"Cancel\",\r\n                        \"confirmLabel\": \"Confirm\",\r\n                        \"reuse\": \"Reuse\",\r\n                        \"reuseContent\": \"Reuse Content\"\r\n                    }\r\n                },\r\n                \"hubIsEnabled\": false,\r\n                \"user\": {\r\n                    \"name\": \"John Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\"\r\n                },\r\n                \"editor\": {\r\n                    \"filesPath\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/editor\",\r\n                    \"fileIcon\": {\r\n                        \"path\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/images\/binary-file.png\",\r\n                        \"width\": 50,\r\n                        \"height\": 50\r\n                    },\r\n                    \"ajaxPath\": \"https:\/\/www.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/\",\r\n                    \"libraryUrl\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/\",\r\n                    \"copyrightSemantics\": {\r\n                        \"name\": \"copyright\",\r\n                        \"type\": \"group\",\r\n                        \"label\": \"Copyright information\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"name\": \"title\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Title\",\r\n                                \"placeholder\": \"La Gioconda\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Author\",\r\n                                \"placeholder\": \"Leonardo da Vinci\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"year\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Year(s)\",\r\n                                \"placeholder\": \"1503 - 1517\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"source\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Source\",\r\n                                \"placeholder\": \"http:\/\/en.wikipedia.org\/wiki\/Mona_Lisa\",\r\n                                \"optional\": true,\r\n                                \"regexp\": {\r\n                                    \"pattern\": \"^http[s]?:\/\/.+\",\r\n                                    \"modifiers\": \"i\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"name\": \"license\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License\",\r\n                                \"default\": \"U\",\r\n                                \"options\": [\r\n                                    {\r\n                                        \"value\": \"U\",\r\n                                        \"label\": \"Undisclosed\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY\",\r\n                                        \"label\": \"Attribution\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-SA\",\r\n                                        \"label\": \"Attribution-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-ND\",\r\n                                        \"label\": \"Attribution-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC\",\r\n                                        \"label\": \"Attribution-NonCommercial\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-SA\",\r\n                                        \"label\": \"Attribution-NonCommercial-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-ND\",\r\n                                        \"label\": \"Attribution-NonCommercial-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"GNU GPL\",\r\n                                        \"label\": \"General Public License\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"v3\",\r\n                                                \"label\": \"Version 3\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v2\",\r\n                                                \"label\": \"Version 2\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v1\",\r\n                                                \"label\": \"Version 1\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"PD\",\r\n                                        \"label\": \"Public Domain\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"-\",\r\n                                                \"label\": \"-\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC0 1.0\",\r\n                                                \"label\": \"CC0 1.0 Universal\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC PDM\",\r\n                                                \"label\": \"Public Domain Mark\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"C\",\r\n                                        \"label\": \"Copyright\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"name\": \"version\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License Version\",\r\n                                \"options\": []\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"metadataSemantics\": [\r\n                        {\r\n                            \"name\": \"title\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Title\",\r\n                            \"placeholder\": \"La Gioconda\"\r\n                        },\r\n                        {\r\n                            \"name\": \"license\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License\",\r\n                            \"default\": \"U\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"U\",\r\n                                    \"label\": \"Undisclosed\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"optgroup\",\r\n                                    \"label\": \"Creative Commons\",\r\n                                    \"options\": [\r\n                                        {\r\n                                            \"value\": \"CC BY\",\r\n                                            \"label\": \"Attribution (CC BY)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-SA\",\r\n                                            \"label\": \"Attribution-ShareAlike (CC BY-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-ND\",\r\n                                            \"label\": \"Attribution-NoDerivs (CC BY-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC\",\r\n                                            \"label\": \"Attribution-NonCommercial (CC BY-NC)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-SA\",\r\n                                            \"label\": \"Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-ND\",\r\n                                            \"label\": \"Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC0 1.0\",\r\n                                            \"label\": \"Public Domain Dedication (CC0)\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC PDM\",\r\n                                            \"label\": \"Public Domain Mark (PDM)\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"GNU GPL\",\r\n                                    \"label\": \"General Public License v3\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"PD\",\r\n                                    \"label\": \"Public Domain\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"ODC PDDL\",\r\n                                    \"label\": \"Public Domain Dedication and Licence\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"C\",\r\n                                    \"label\": \"Copyright\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseVersion\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License Version\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"4.0\",\r\n                                    \"label\": \"4.0 International\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"3.0\",\r\n                                    \"label\": \"3.0 Unported\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.5\",\r\n                                    \"label\": \"2.5 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.0\",\r\n                                    \"label\": \"2.0 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"1.0\",\r\n                                    \"label\": \"1.0 Generic\"\r\n                                }\r\n                            ],\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearFrom\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (from)\",\r\n                            \"placeholder\": \"1991\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearTo\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (to)\",\r\n                            \"placeholder\": \"1992\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"source\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Source\",\r\n                            \"placeholder\": \"https:\/\/\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"authors\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"group\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"label\": \"Author's name\",\r\n                                        \"name\": \"name\",\r\n                                        \"optional\": true,\r\n                                        \"type\": \"text\"\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"role\",\r\n                                        \"type\": \"select\",\r\n                                        \"label\": \"Author's role\",\r\n                                        \"default\": \"Author\",\r\n                                        \"options\": [\r\n                                            {\r\n                                                \"value\": \"Author\",\r\n                                                \"label\": \"Author\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Editor\",\r\n                                                \"label\": \"Editor\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Licensee\",\r\n                                                \"label\": \"Licensee\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Originator\",\r\n                                                \"label\": \"Originator\"\r\n                                            }\r\n                                        ]\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseExtras\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"License Extras\",\r\n                            \"optional\": true,\r\n                            \"description\": \"Any additional information about the license\"\r\n                        },\r\n                        {\r\n                            \"name\": \"changes\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"change\",\r\n                                \"type\": \"group\",\r\n                                \"label\": \"Changelog\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"name\": \"date\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Date\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"author\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Changed by\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"log\",\r\n                                        \"type\": \"text\",\r\n                                        \"widget\": \"textarea\",\r\n                                        \"label\": \"Description of change\",\r\n                                        \"placeholder\": \"Photo cropped, text changed, etc.\",\r\n                                        \"optional\": true\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"authorComments\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"Author comments\",\r\n                            \"description\": \"Comments for the editor of the content (This text will not be published as a part of copyright info)\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"contentType\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        },\r\n                        {\r\n                            \"name\": \"defaultLanguage\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        }\r\n                    ],\r\n                    \"assets\": {\r\n                        \"css\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/libs\/darkroom.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/h5p-hub-client.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/fonts.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/application.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/libs\/zebra_datepicker.min.css\"\r\n                        ],\r\n                        \"js\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p-editor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5p-hub-client.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-semantic-structure.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-selector.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-fullscreen-bar.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-form.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-text.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-html.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-number.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-textarea.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file-uploader.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image-popup.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-av.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-group.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-boolean.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list-editor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-list-cache.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-select.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-hub.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-legacy.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-dimensions.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-coordinates.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-none.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-author-widget.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-changelog-widget.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-pre-save.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/ckeditor\/ckeditor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/language\/en.js\"\r\n                        ]\r\n                    },\r\n                    \"deleteMessage\": \"laravel-h5p.content.destoryed\",\r\n                    \"apiVersion\": {\r\n                        \"majorVersion\": 1,\r\n                        \"minorVersion\": 24\r\n                    }\r\n                },\r\n                \"loadedJs\": [],\r\n                \"loadedCss\": [],\r\n                \"core\": {\r\n                    \"styles\": [\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\"\r\n                    ],\r\n                    \"scripts\": [\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\"\r\n                    ]\r\n                },\r\n                \"contents\": {\r\n                    \"cid-59\": {\r\n                        \"library\": \"H5P.InteractiveVideo 1.21\",\r\n                        \"jsonContent\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                        \"fullScreen\": 1,\r\n                        \"exportUrl\": \"https:\/\/www.currikistudio.org\/api\/h5p\/export\/59\",\r\n                        \"embedCode\": \"<iframe src=\\\"https:\/\/www.currikistudio.org\/h5p\/embed\/59\\\" width=\\\":w\\\" height=\\\":h\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\/iframe>\",\r\n                        \"resizeCode\": \"<script src=\\\"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-resizer.js\\\" charset=\\\"UTF-8\\\"><\/script>\",\r\n                        \"url\": \"https:\/\/www.currikistudio.org\/api\/h5p\/embed\/59\",\r\n                        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                        \"displayOptions\": {\r\n                            \"frame\": true,\r\n                            \"export\": true,\r\n                            \"embed\": true,\r\n                            \"copyright\": false,\r\n                            \"icon\": true,\r\n                            \"copy\": false\r\n                        },\r\n                        \"contentUserData\": [\r\n                            {\r\n                                \"state\": \"{}\"\r\n                            }\r\n                        ],\r\n                        \"scripts\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/js\/drop.min.js?ver=1.0.2\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Transition-1.0\/transition.js?ver=1.0.4\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/question.js?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/explainer.js?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/score-points.js?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SoundJS-1.0\/soundjs-0.6.2.min.js?ver=1.0.2\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/stop-watch.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/sound-effects.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/xapi-event-builder.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/result-slide.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/solution-view.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/single-choice-alternative.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/single-choice.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/single-choice-set.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/stop-watch.js?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/xapi-event-builder.js?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/summary.js?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNDrop-1.1\/drag-n-drop.js?ver=1.1.5\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.js?ver=1.2.6\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/context-menu.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/dialog.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-element.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-form-manager.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/flowplayer-1.0\/scripts\/flowplayer-3.2.12.min.js?ver=1.0.5\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/youtube.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/panopto.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/html5.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/flash.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/video.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.js?ver=1.10.19\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.js?ver=1.21.9\"\r\n                        ],\r\n                        \"styles\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/FontAwesome-4.5\/h5p-font-awesome.min.css?ver=4.5.4\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/css\/drop-theme-arrows-bounce.min.css?ver=1.0.2\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.FontIcons-1.0\/styles\/h5p-font-icons.css?ver=1.0.6\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-help-dialog.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-message-dialog.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progress-circle.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-simple-rounded-button.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-speech-bubble.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-tip.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-slider.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-score-bar.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progressbar.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-ui.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-icon.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/question.css?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/explainer.css?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/styles\/single-choice-set.css?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/css\/summary.css?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.css?ver=1.2.6\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/dialog.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/context-menu.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar-form-manager.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/styles\/video.css?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.css?ver=1.10.19\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.css?ver=1.21.9\"\r\n                        ]\r\n                    }\r\n                }\r\n            },\r\n            \"user\": {\r\n                \"id\": 1,\r\n                \"name\": \"John Doe\",\r\n                \"email\": \"john.doe@currikistudio.org\"\r\n            },\r\n            \"embed_code\": \"<div class=\\\"h5p-iframe-wrapper\\\"><iframe id=\\\"h5p-iframe-59\\\" class=\\\"h5p-iframe\\\" data-content-id=\\\"59\\\" style=\\\"height: 1px\\\" src=\\\"about:blank\\\" frameBorder=\\\"0\\\" scrolling=\\\"no\\\"><\/iframe><\/div>\"\r\n        },\r\n        \"playlist\": {\r\n            \"id\": 1,\r\n            \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n            \"project_id\": 1,\r\n            \"order\": 0,\r\n            \"created_at\": null,\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"is_public\": true,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"The Science of Golf\",\r\n                \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n                \"starter_project\": false,\r\n                \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n                \"updated_at\": \"2020-09-17T05:44:49.000000Z\",\r\n                \"deleted_at\": null,\r\n                \"shared\": true,\r\n                \"is_public\": true\r\n            }\r\n        },\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": true,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-09-17T05:44:49.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get H5P Resource Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/:activity_id\/h5p-resource-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/:activity_id\/h5p-resource-settings",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "17",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings for a activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Activity doesn't belong to this user.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 59,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"params\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 21,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 40,\r\n            \"name\": \"H5P.InteractiveVideo\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 21,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        },\r\n        \"is_public\": false,\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get H5P Resource Settings (Open)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/:activity_id\/h5p-resource-settings-open",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/:activity_id\/h5p-resource-settings-open",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "19",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings for a activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 59,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"params\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 21,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 40,\r\n            \"name\": \"H5P.InteractiveVideo\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 21,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        },\r\n        \"is_public\": false,\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/activities",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "20",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of activities",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activities\": [\r\n        {\r\n            \"id\": 1,\r\n            \"playlist_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"\",\r\n            \"shared\": false,\r\n            \"order\": 2,\r\n            \"thumb_url\": null,\r\n            \"subjects\": [\r\n                {\r\n                    \"id\": 4,\r\n                    \"name\": \"English\",\r\n                    \"order\": 3,\r\n                    \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                    \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Math\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                    \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n                }\r\n            ],\r\n            \"education_levels\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Grade A\",\r\n                    \"order\": 5,\r\n                    \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                    \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Grade B\",\r\n                    \"order\": 6,\r\n                    \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                    \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n                }\r\n            ],\r\n            \"author_tags\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Audio\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                    \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"name\": \"Video\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                    \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n                }\r\n            ],\r\n            \"gcr_activity_visibility\": true,\r\n            \"h5p_content\": {\r\n                \"id\": 59,\r\n                \"user_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"library_id\": 40,\r\n                \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                \"embed_type\": \"div\",\r\n                \"disable\": 9,\r\n                \"content_type\": null,\r\n                \"authors\": null,\r\n                \"source\": null,\r\n                \"year_from\": null,\r\n                \"year_to\": null,\r\n                \"license\": \"U\",\r\n                \"license_version\": null,\r\n                \"license_extras\": null,\r\n                \"author_comments\": null,\r\n                \"changes\": null,\r\n                \"default_language\": null,\r\n                \"library\": {\r\n                    \"id\": 40,\r\n                    \"created_at\": null,\r\n                    \"updated_at\": null,\r\n                    \"name\": \"H5P.InteractiveVideo\",\r\n                    \"title\": \"Interactive Video\",\r\n                    \"major_version\": 1,\r\n                    \"minor_version\": 21,\r\n                    \"patch_version\": 9,\r\n                    \"runnable\": 1,\r\n                    \"restricted\": 0,\r\n                    \"fullscreen\": 1,\r\n                    \"embed_types\": \"iframe\",\r\n                    \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                    \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                    \"drop_library_css\": \"\",\r\n                    \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                    \"tutorial_url\": \"\",\r\n                    \"has_icon\": 1\r\n                },\r\n                \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n                \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"playlist_id\": 2,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"\",\r\n            \"shared\": false,\r\n            \"order\": 2,\r\n            \"thumb_url\": null,\r\n            \"subject_id\": null,\r\n            \"education_level_id\": null,\r\n            \"h5p_content\": {\r\n                \"id\": 59,\r\n                \"user_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"library_id\": 40,\r\n                \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                \"embed_type\": \"div\",\r\n                \"disable\": 9,\r\n                \"content_type\": null,\r\n                \"authors\": null,\r\n                \"source\": null,\r\n                \"year_from\": null,\r\n                \"year_to\": null,\r\n                \"license\": \"U\",\r\n                \"license_version\": null,\r\n                \"license_extras\": null,\r\n                \"author_comments\": null,\r\n                \"changes\": null,\r\n                \"default_language\": null,\r\n                \"library\": {\r\n                    \"id\": 40,\r\n                    \"created_at\": null,\r\n                    \"updated_at\": null,\r\n                    \"name\": \"H5P.InteractiveVideo\",\r\n                    \"title\": \"Interactive Video\",\r\n                    \"major_version\": 1,\r\n                    \"minor_version\": 21,\r\n                    \"patch_version\": 9,\r\n                    \"runnable\": 1,\r\n                    \"restricted\": 0,\r\n                    \"fullscreen\": 1,\r\n                    \"embed_types\": \"iframe\",\r\n                    \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                    \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                    \"drop_library_css\": \"\",\r\n                    \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                    \"tutorial_url\": \"\",\r\n                    \"has_icon\": 1\r\n                },\r\n                \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n                \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/activities",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "7",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Science of Golf: Why Balls Have Dimples\",\"type\":\"h5p\",\"content\":\"facilis\",\"description\":\"Nesciunt a quaerat sed nobis sed occaecati distinctio.\",\"order\":2,\"shared\":true,\"h5p_content_id\":59,\"thumb_url\":\"null\",\"subject_id\":[1,2],\"education_level_id\":[1,2],\"author_tag_id\":[1,2],\"source_type\":\"rerum\",\"source_url\":\"http:\\\/\\\/www.wehner.com\\\/\"}"
                        },
                        "description": "Create a new activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create activity. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"gcr_activity_visibility\": true,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/activities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/activities\/:id",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "18",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid playlist or activity id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"gcr_activity_visibility\": true,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/activities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/activities\/:id",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "12",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Science of Golf: Why Balls Have Dimples\",\"type\":\"h5p\",\"content\":\"fugiat\",\"description\":\"Assumenda et veritatis eos ipsum in.\",\"data\":\"consequatur\",\"order\":2,\"shared\":false,\"h5p_content_id\":59,\"thumb_url\":\"null\",\"subject_id\":[1,2],\"education_level_id\":[1,2],\"author_tag_id\":[1,2],\"source_type\":\"eligendi\",\"source_url\":\"http:\\\/\\\/www.mcclure.info\\\/\"}"
                        },
                        "description": "Update the specified activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid playlist or activity id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"gcr_activity_visibility\": true,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/playlists\/:playlist_id\/activities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/playlists\/:playlist_id\/activities\/:id",
                            "variable": [
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "9",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete activity.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Stand Alone Activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of stand alone activities",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activities\": [\r\n        {\r\n            \"id\": 1,\r\n            \"playlist_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"\",\r\n            \"shared\": false,\r\n            \"order\": 2,\r\n            \"thumb_url\": null,\r\n            \"subjects\": [\r\n                {\r\n                    \"id\": 4,\r\n                    \"name\": \"English\",\r\n                    \"order\": 3,\r\n                    \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                    \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Math\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                    \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n                }\r\n            ],\r\n            \"education_levels\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Grade A\",\r\n                    \"order\": 5,\r\n                    \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                    \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Grade B\",\r\n                    \"order\": 6,\r\n                    \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                    \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n                }\r\n            ],\r\n            \"author_tags\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Audio\",\r\n                    \"order\": 1,\r\n                    \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                    \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"name\": \"Video\",\r\n                    \"order\": 2,\r\n                    \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                    \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n                }\r\n            ],\r\n            \"gcr_activity_visibility\": true,\r\n            \"h5p_content\": {\r\n                \"id\": 59,\r\n                \"user_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"library_id\": 40,\r\n                \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                \"embed_type\": \"div\",\r\n                \"disable\": 9,\r\n                \"content_type\": null,\r\n                \"authors\": null,\r\n                \"source\": null,\r\n                \"year_from\": null,\r\n                \"year_to\": null,\r\n                \"license\": \"U\",\r\n                \"license_version\": null,\r\n                \"license_extras\": null,\r\n                \"author_comments\": null,\r\n                \"changes\": null,\r\n                \"default_language\": null,\r\n                \"library\": {\r\n                    \"id\": 40,\r\n                    \"created_at\": null,\r\n                    \"updated_at\": null,\r\n                    \"name\": \"H5P.InteractiveVideo\",\r\n                    \"title\": \"Interactive Video\",\r\n                    \"major_version\": 1,\r\n                    \"minor_version\": 21,\r\n                    \"patch_version\": 9,\r\n                    \"runnable\": 1,\r\n                    \"restricted\": 0,\r\n                    \"fullscreen\": 1,\r\n                    \"embed_types\": \"iframe\",\r\n                    \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                    \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                    \"drop_library_css\": \"\",\r\n                    \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                    \"tutorial_url\": \"\",\r\n                    \"has_icon\": 1\r\n                },\r\n                \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n                \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"playlist_id\": 2,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"\",\r\n            \"shared\": false,\r\n            \"order\": 2,\r\n            \"thumb_url\": null,\r\n            \"subject_id\": null,\r\n            \"education_level_id\": null,\r\n            \"h5p_content\": {\r\n                \"id\": 59,\r\n                \"user_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"library_id\": 40,\r\n                \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                \"embed_type\": \"div\",\r\n                \"disable\": 9,\r\n                \"content_type\": null,\r\n                \"authors\": null,\r\n                \"source\": null,\r\n                \"year_from\": null,\r\n                \"year_to\": null,\r\n                \"license\": \"U\",\r\n                \"license_version\": null,\r\n                \"license_extras\": null,\r\n                \"author_comments\": null,\r\n                \"changes\": null,\r\n                \"default_language\": null,\r\n                \"library\": {\r\n                    \"id\": 40,\r\n                    \"created_at\": null,\r\n                    \"updated_at\": null,\r\n                    \"name\": \"H5P.InteractiveVideo\",\r\n                    \"title\": \"Interactive Video\",\r\n                    \"major_version\": 1,\r\n                    \"minor_version\": 21,\r\n                    \"patch_version\": 9,\r\n                    \"runnable\": 1,\r\n                    \"restricted\": 0,\r\n                    \"fullscreen\": 1,\r\n                    \"embed_types\": \"iframe\",\r\n                    \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                    \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                    \"drop_library_css\": \"\",\r\n                    \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                    \"tutorial_url\": \"\",\r\n                    \"has_icon\": 1\r\n                },\r\n                \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n                \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "19",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "Organization",
                                    "key": "Organization",
                                    "value": "1",
                                    "description": "suborganization required The Id of a organization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Science of Golf: Why Balls Have Dimples\",\"content\":\"et\",\"description\":\"Dolores et officia fugit eos.\",\"order\":2,\"shared\":false,\"h5p_content_id\":59,\"thumb_url\":\"null\",\"subject_id\":[1,2],\"education_level_id\":[1,2],\"author_tag_id\":[1,2],\"organization_id\":7,\"source_type\":\"qui\",\"source_url\":\"https:\\\/\\\/bednar.com\\\/error-in-ad-aut-eius-corrupti-aut-possimus.html\"}"
                        },
                        "description": "Create a new activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create activity. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"gcr_activity_visibility\": true,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Stand Alone Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "16",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the stand alone activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                },
                                {
                                    "id": "standAloneActivity",
                                    "key": "standAloneActivity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified stand alone activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid activity id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"gcr_activity_visibility\": true,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the stand alone activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Science of Golf: Why Balls Have Dimples\",\"type\":\"qssxapkvpp\",\"content\":\"ab\",\"description\":\"Architecto et beatae id facilis illo consectetur dolorem.\",\"data\":\"quaerat\",\"order\":2,\"shared\":false,\"h5p_content_id\":59,\"thumb_url\":\"null\",\"subject_id\":[1,2],\"education_level_id\":[1,2],\"author_tag_id\":[1,2],\"source_type\":\"repudiandae\",\"source_url\":\"http:\\\/\\\/www.bode.net\\\/\"}"
                        },
                        "description": "Update the specified activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid activity id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"gcr_activity_visibility\": true,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Standalone Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the stand alone activity."
                                },
                                {
                                    "id": "Organization",
                                    "key": "Organization",
                                    "value": "1",
                                    "description": "The Id of an organization"
                                },
                                {
                                    "id": "standAloneActivity",
                                    "key": "standAloneActivity",
                                    "value": "1",
                                    "description": "The Id of an activity"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete activity.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:activity_id\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:activity_id\/detail",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "16",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "12",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified activity in detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist\": {\r\n            \"id\": 1,\r\n            \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n            \"is_public\": true,\r\n            \"order\": 0,\r\n            \"project_id\": 1,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"The Science of Golf\",\r\n                \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n                \"starter_project\": false,\r\n                \"shared\": false,\r\n                \"is_public\": true,\r\n                \"users\": [\r\n                    {\r\n                        \"id\": 1,\r\n                        \"email\": \"john.doe@currikistudio.org\",\r\n                        \"first_name\": \"John\",\r\n                        \"last_name\": \"Doe\",\r\n                        \"role\": \"owner\"\r\n                    }\r\n                ],\r\n                \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n                \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n            },\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"English\",\r\n                \"order\": 3,\r\n                \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n                \"updated_at\": \"2022-01-06T12:15:10.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Math\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n                \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade A\",\r\n                \"order\": 5,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Grade B\",\r\n                \"order\": 6,\r\n                \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n                \"updated_at\": \"2022-01-07T14:07:17.000000Z\"\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Audio\",\r\n                \"order\": 1,\r\n                \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"Video\",\r\n                \"order\": 2,\r\n                \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n                \"updated_at\": \"2022-01-10T13:20:57.000000Z\"\r\n            }\r\n        ],\r\n        \"h5p\": \"{\\\"params\\\":{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}},\\\"metadata\\\":{\\\"title\\\":\\\"Science of Golf: Why Balls Have Dimples\\\",\\\"license\\\":\\\"U\\\"}}\",\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 40,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.InteractiveVideo\",\r\n                \"title\": \"Interactive Video\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 21,\r\n                \"patch_version\": 9,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-interactive-video.js\",\r\n                \"preloaded_css\": \"dist\/h5p-interactive-video.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"interactiveVideo\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"widget\\\": \\\"wizard\\\",\\n    \\\"label\\\": \\\"Interactive Video Editor\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"video\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Upload\/embed video\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"files\\\",\\n            \\\"type\\\": \\\"video\\\",\\n            \\\"label\\\": \\\"Add a video\\\",\\n            \\\"importance\\\": \\\"high\\\",\\n            \\\"description\\\": \\\"Click below to add a video you wish to use in your interactive video. You can add a video link or upload video files. It is possible to add several versions of the video with different qualities. To ensure maximum support in browsers at least add a version in webm and mp4 formats.\\\",\\n            \\\"extraAttributes\\\": [\\n              \\\"metadata\\\"\\n            ],\\n            \\\"enableCustomQualityLabel\\\": true\\n          },\\n          {\\n            \\\"name\\\": \\\"startScreenOptions\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Start screen options (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"title\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"The title of this interactive video\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"maxLength\\\": 60,\\n                \\\"default\\\": \\\"Interactive Video\\\",\\n                \\\"description\\\": \\\"Used in summaries, statistics etc.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hideStartTitle\\\",\\n                \\\"type\\\": \\\"boolean\\\",\\n                \\\"label\\\": \\\"Hide title on video start screen\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"default\\\": false\\n              },\\n              {\\n                \\\"name\\\": \\\"shortStartDescription\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Short description (Optional)\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"maxLength\\\": 120,\\n                \\\"description\\\": \\\"Optional. Display a short description text on the video start screen. Does not work for YouTube videos.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"poster\\\",\\n                \\\"type\\\": \\\"image\\\",\\n                \\\"label\\\": \\\"Poster image\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"description\\\": \\\"Image displayed before the user launches the video. Does not work for YouTube Videos.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"textTracks\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"label\\\": \\\"Text tracks (unsupported for YouTube videos)\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"videoTrack\\\",\\n                \\\"type\\\": \\\"list\\\",\\n                \\\"label\\\": \\\"Available text tracks\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true,\\n                \\\"entity\\\": \\\"Track\\\",\\n                \\\"min\\\": 0,\\n                \\\"defaultNum\\\": 1,\\n                \\\"field\\\": {\\n                  \\\"name\\\": \\\"track\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Track\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"expanded\\\": false,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"label\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Track label\\\",\\n                      \\\"description\\\": \\\"Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"Subtitles\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"kind\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"label\\\": \\\"Type of text track\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"subtitles\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"subtitles\\\",\\n                          \\\"label\\\": \\\"Subtitles\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"captions\\\",\\n                          \\\"label\\\": \\\"Captions\\\"\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"descriptions\\\",\\n                          \\\"label\\\": \\\"Descriptions\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"srcLang\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Source language, must be defined for subtitles\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"default\\\": \\\"en\\\",\\n                      \\\"description\\\": \\\"Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined.\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"track\\\",\\n                      \\\"type\\\": \\\"file\\\",\\n                      \\\"label\\\": \\\"Track source (WebVTT file)\\\",\\n                      \\\"importance\\\": \\\"low\\\"\\n                    }\\n                  ]\\n                }\\n              },\\n              {\\n                \\\"name\\\": \\\"defaultTrackLabel\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Default text track\\\",\\n                \\\"description\\\": \\\"If left empty or not matching any of the text tracks the first text track will be used as the default.\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"optional\\\": true\\n              }\\n            ]\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"assets\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Add interactions\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"widget\\\": \\\"interactiveVideo\\\",\\n        \\\"video\\\": \\\"video\/files\\\",\\n        \\\"poster\\\": \\\"video\/startScreenOptions\/poster\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"interactions\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"interaction\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"duration\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"widget\\\": \\\"duration\\\",\\n                  \\\"label\\\": \\\"Display time\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"from\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"to\\\",\\n                      \\\"type\\\": \\\"number\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"pause\\\",\\n                  \\\"label\\\": \\\"Pause video\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"displayType\\\",\\n                  \\\"label\\\": \\\"Display as\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"<b>Button<\/b> is a collapsed interaction the user must press to open. <b>Poster<\/b> is an expanded interaction displayed directly on top of the video\\\",\\n                  \\\"type\\\": \\\"select\\\",\\n                  \\\"widget\\\": \\\"imageRadioButtonGroup\\\",\\n                  \\\"options\\\": [\\n                    {\\n                      \\\"value\\\": \\\"button\\\",\\n                      \\\"label\\\": \\\"Button\\\"\\n                    },\\n                    {\\n                      \\\"value\\\": \\\"poster\\\",\\n                      \\\"label\\\": \\\"Poster\\\"\\n                    }\\n                  ],\\n                  \\\"default\\\": \\\"button\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"buttonOnMobile\\\",\\n                  \\\"label\\\": \\\"Turn into button on small screens\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"boolean\\\",\\n                  \\\"default\\\": false\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"html\\\",\\n                  \\\"label\\\": \\\"Label\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"description\\\": \\\"Label displayed next to interaction icon.\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"enterMode\\\": \\\"p\\\",\\n                  \\\"tags\\\": [\\n                    \\\"p\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"x\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"y\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"width\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"height\\\",\\n                  \\\"type\\\": \\\"number\\\",\\n                  \\\"widget\\\": \\\"none\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true\\n                },\\n                {\\n                  \\\"name\\\": \\\"libraryTitle\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"widget\\\": \\\"none\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"action\\\",\\n                  \\\"type\\\": \\\"library\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"options\\\": [\\n                    \\\"H5P.Nil 1.0\\\",\\n                    \\\"H5P.Text 1.1\\\",\\n                    \\\"H5P.Table 1.1\\\",\\n                    \\\"H5P.Link 1.3\\\",\\n                    \\\"H5P.Image 1.1\\\",\\n                    \\\"H5P.Summary 1.10\\\",\\n                    \\\"H5P.SingleChoiceSet 1.11\\\",\\n                    \\\"H5P.MultiChoice 1.14\\\",\\n                    \\\"H5P.TrueFalse 1.6\\\",\\n                    \\\"H5P.Blanks 1.12\\\",\\n                    \\\"H5P.DragQuestion 1.13\\\",\\n                    \\\"H5P.MarkTheWords 1.9\\\",\\n                    \\\"H5P.DragText 1.8\\\",\\n                    \\\"H5P.GoToQuestion 1.3\\\",\\n                    \\\"H5P.IVHotspot 1.2\\\",\\n                    \\\"H5P.Questionnaire 1.2\\\",\\n                    \\\"H5P.FreeTextQuestion 1.0\\\"\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"adaptivity\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"label\\\": \\\"Adaptivity\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"correct\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on all correct\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"wrong\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"Action on wrong\\\",\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"seekTo\\\",\\n                          \\\"type\\\": \\\"number\\\",\\n                          \\\"widget\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Seek to\\\",\\n                          \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"allowOptOut\\\",\\n                          \\\"type\\\": \\\"boolean\\\",\\n                          \\\"label\\\": \\\"Allow the user to opt out and continue\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"message\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"widget\\\": \\\"html\\\",\\n                          \\\"enterMode\\\": \\\"p\\\",\\n                          \\\"tags\\\": [\\n                            \\\"strong\\\",\\n                            \\\"em\\\",\\n                            \\\"del\\\",\\n                            \\\"a\\\",\\n                            \\\"code\\\"\\n                          ],\\n                          \\\"label\\\": \\\"Message\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"seekLabel\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"Label for seek button\\\"\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"requireCompletion\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Require full score for task before proceeding\\\",\\n                      \\\"description\\\": \\\"For best functionality this option should be used in conjunction with the \\\\\\\"Prevent skipping forward in a video\\\\\\\" option of Interactive Video.\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"visuals\\\",\\n                  \\\"label\\\": \\\"Visuals\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"backgroundColor\\\",\\n                      \\\"type\\\": \\\"text\\\",\\n                      \\\"label\\\": \\\"Background color\\\",\\n                      \\\"widget\\\": \\\"colorSelector\\\",\\n                      \\\"default\\\": \\\"rgb(255, 255, 255)\\\",\\n                      \\\"spectrum\\\": {\\n                        \\\"showInput\\\": true,\\n                        \\\"showAlpha\\\": true,\\n                        \\\"preferredFormat\\\": \\\"rgb\\\",\\n                        \\\"showPalette\\\": true,\\n                        \\\"palette\\\": [\\n                          [\\n                            \\\"rgba(0, 0, 0, 0)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(67, 67, 67)\\\",\\n                            \\\"rgb(102, 102, 102)\\\",\\n                            \\\"rgb(204, 204, 204)\\\",\\n                            \\\"rgb(217, 217, 217)\\\",\\n                            \\\"rgb(255, 255, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(152, 0, 0)\\\",\\n                            \\\"rgb(255, 0, 0)\\\",\\n                            \\\"rgb(255, 153, 0)\\\",\\n                            \\\"rgb(255, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 0)\\\",\\n                            \\\"rgb(0, 255, 255)\\\",\\n                            \\\"rgb(74, 134, 232)\\\",\\n                            \\\"rgb(0, 0, 255)\\\",\\n                            \\\"rgb(153, 0, 255)\\\",\\n                            \\\"rgb(255, 0, 255)\\\"\\n                          ],\\n                          [\\n                            \\\"rgb(230, 184, 175)\\\",\\n                            \\\"rgb(244, 204, 204)\\\",\\n                            \\\"rgb(252, 229, 205)\\\",\\n                            \\\"rgb(255, 242, 204)\\\",\\n                            \\\"rgb(217, 234, 211)\\\",\\n                            \\\"rgb(208, 224, 227)\\\",\\n                            \\\"rgb(201, 218, 248)\\\",\\n                            \\\"rgb(207, 226, 243)\\\",\\n                            \\\"rgb(217, 210, 233)\\\",\\n                            \\\"rgb(234, 209, 220)\\\",\\n                            \\\"rgb(221, 126, 107)\\\",\\n                            \\\"rgb(234, 153, 153)\\\",\\n                            \\\"rgb(249, 203, 156)\\\",\\n                            \\\"rgb(255, 229, 153)\\\",\\n                            \\\"rgb(182, 215, 168)\\\",\\n                            \\\"rgb(162, 196, 201)\\\",\\n                            \\\"rgb(164, 194, 244)\\\",\\n                            \\\"rgb(159, 197, 232)\\\",\\n                            \\\"rgb(180, 167, 214)\\\",\\n                            \\\"rgb(213, 166, 189)\\\",\\n                            \\\"rgb(204, 65, 37)\\\",\\n                            \\\"rgb(224, 102, 102)\\\",\\n                            \\\"rgb(246, 178, 107)\\\",\\n                            \\\"rgb(255, 217, 102)\\\",\\n                            \\\"rgb(147, 196, 125)\\\",\\n                            \\\"rgb(118, 165, 175)\\\",\\n                            \\\"rgb(109, 158, 235)\\\",\\n                            \\\"rgb(111, 168, 220)\\\",\\n                            \\\"rgb(142, 124, 195)\\\",\\n                            \\\"rgb(194, 123, 160)\\\",\\n                            \\\"rgb(166, 28, 0)\\\",\\n                            \\\"rgb(204, 0, 0)\\\",\\n                            \\\"rgb(230, 145, 56)\\\",\\n                            \\\"rgb(241, 194, 50)\\\",\\n                            \\\"rgb(106, 168, 79)\\\",\\n                            \\\"rgb(69, 129, 142)\\\",\\n                            \\\"rgb(60, 120, 216)\\\",\\n                            \\\"rgb(61, 133, 198)\\\",\\n                            \\\"rgb(103, 78, 167)\\\",\\n                            \\\"rgb(166, 77, 121)\\\",\\n                            \\\"rgb(91, 15, 0)\\\",\\n                            \\\"rgb(102, 0, 0)\\\",\\n                            \\\"rgb(120, 63, 4)\\\",\\n                            \\\"rgb(127, 96, 0)\\\",\\n                            \\\"rgb(39, 78, 19)\\\",\\n                            \\\"rgb(12, 52, 61)\\\",\\n                            \\\"rgb(28, 69, 135)\\\",\\n                            \\\"rgb(7, 55, 99)\\\",\\n                            \\\"rgb(32, 18, 77)\\\",\\n                            \\\"rgb(76, 17, 48)\\\"\\n                          ]\\n                        ]\\n                      }\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"boxShadow\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Box shadow\\\",\\n                      \\\"default\\\": true,\\n                      \\\"description\\\": \\\"Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions\\\"\\n                    }\\n                  ]\\n                },\\n                {\\n                  \\\"name\\\": \\\"goto\\\",\\n                  \\\"label\\\": \\\"Go to on click\\\",\\n                  \\\"importance\\\": \\\"low\\\",\\n                  \\\"type\\\": \\\"group\\\",\\n                  \\\"fields\\\": [\\n                    {\\n                      \\\"name\\\": \\\"type\\\",\\n                      \\\"label\\\": \\\"Type\\\",\\n                      \\\"type\\\": \\\"select\\\",\\n                      \\\"widget\\\": \\\"selectToggleFields\\\",\\n                      \\\"options\\\": [\\n                        {\\n                          \\\"value\\\": \\\"timecode\\\",\\n                          \\\"label\\\": \\\"Timecode\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"url\\\"\\n                          ]\\n                        },\\n                        {\\n                          \\\"value\\\": \\\"url\\\",\\n                          \\\"label\\\": \\\"Another page (URL)\\\",\\n                          \\\"hideFields\\\": [\\n                            \\\"time\\\"\\n                          ]\\n                        }\\n                      ],\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"time\\\",\\n                      \\\"type\\\": \\\"number\\\",\\n                      \\\"widget\\\": \\\"timecode\\\",\\n                      \\\"label\\\": \\\"Go To\\\",\\n                      \\\"description\\\": \\\"The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS.\\\",\\n                      \\\"optional\\\": true\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"url\\\",\\n                      \\\"type\\\": \\\"group\\\",\\n                      \\\"label\\\": \\\"URL\\\",\\n                      \\\"widget\\\": \\\"linkWidget\\\",\\n                      \\\"optional\\\": true,\\n                      \\\"fields\\\": [\\n                        {\\n                          \\\"name\\\": \\\"protocol\\\",\\n                          \\\"type\\\": \\\"select\\\",\\n                          \\\"label\\\": \\\"Protocol\\\",\\n                          \\\"options\\\": [\\n                            {\\n                              \\\"value\\\": \\\"http:\/\/\\\",\\n                              \\\"label\\\": \\\"http:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"https:\/\/\\\",\\n                              \\\"label\\\": \\\"https:\/\/\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"\/\\\",\\n                              \\\"label\\\": \\\"(root relative)\\\"\\n                            },\\n                            {\\n                              \\\"value\\\": \\\"other\\\",\\n                              \\\"label\\\": \\\"other\\\"\\n                            }\\n                          ],\\n                          \\\"optional\\\": true,\\n                          \\\"default\\\": \\\"http:\/\/\\\"\\n                        },\\n                        {\\n                          \\\"name\\\": \\\"url\\\",\\n                          \\\"type\\\": \\\"text\\\",\\n                          \\\"label\\\": \\\"URL\\\",\\n                          \\\"optional\\\": true\\n                        }\\n                      ]\\n                    },\\n                    {\\n                      \\\"name\\\": \\\"visualize\\\",\\n                      \\\"type\\\": \\\"boolean\\\",\\n                      \\\"label\\\": \\\"Visualize\\\",\\n                      \\\"description\\\": \\\"Show that interaction can be clicked by adding a border and an icon\\\"\\n                    }\\n                  ]\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"bookmarks\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"bookmark\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"endscreens\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"list\\\",\\n            \\\"field\\\": {\\n              \\\"name\\\": \\\"endscreen\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"time\\\",\\n                  \\\"type\\\": \\\"number\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"label\\\",\\n                  \\\"type\\\": \\\"text\\\"\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Summary task\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"task\\\",\\n            \\\"type\\\": \\\"library\\\",\\n            \\\"options\\\": [\\n              \\\"H5P.Summary 1.10\\\"\\n            ],\\n            \\\"default\\\": {\\n              \\\"library\\\": \\\"H5P.Summary 1.10\\\",\\n              \\\"params\\\": {}\\n            }\\n          },\\n          {\\n            \\\"name\\\": \\\"displayAt\\\",\\n            \\\"type\\\": \\\"number\\\",\\n            \\\"label\\\": \\\"Display at\\\",\\n            \\\"description\\\": \\\"Number of seconds before the video ends.\\\",\\n            \\\"default\\\": 3\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behavioural settings\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"startVideoAt\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"widget\\\": \\\"timecode\\\",\\n        \\\"label\\\": \\\"Start video at\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Enter timecode in the format M:SS\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"autoplay\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto-play video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Start playing the video automatically\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"loop\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Loop the video\\\",\\n        \\\"default\\\": false,\\n        \\\"optional\\\": true,\\n        \\\"description\\\": \\\"Check if video should run in a loop\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be shown for all questions, disabled for all or configured for each question individually.\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"showBookmarksmenuOnLoad\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Start with bookmarks menu open\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false,\\n        \\\"description\\\": \\\"This function is not available on iPad when using YouTube as video source.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showRewind10\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show button for rewinding 10 seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"preventSkipping\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Prevent skipping forward in a video\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this options will disable user video navigation through default controls.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"deactivateSound\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"default\\\": false,\\n        \\\"label\\\": \\\"Deactivate sound\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enabling this option will deactivate the video's sound and prevent it from being switched on.\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"interaction\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Interaction title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"play\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Play title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Play\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"pause\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Pause title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Pause\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"mute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Mute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Mute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"unmute\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Unmute title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Unmute\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"quality\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video quality title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video Quality\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"captions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video captions title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Captions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"close\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Close button text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Close\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit Fullscreen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Summary title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Open summary dialog\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"bookmarks\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Bookmarks title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Bookmarks\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit screen\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"defaultAdaptivitySeekLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for adaptivity seek button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"continueWithVideo\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Default label for continue video button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Continue with video\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"playbackRate\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Set playback rate\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Playback Rate\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"rewind10\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Rewind 10 Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"navDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Navigation is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Navigation is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"sndDisabled\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Sound is disabled text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Sound is disabled\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"requiresCompletionWarning\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Warning that the user must answer the question correctly before continuing\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You need to answer all the questions correctly before continuing.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"back\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Back button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Back\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"hours\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time hours\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hours\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"minutes\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time minutes\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Minutes\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"seconds\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Passed time seconds\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Seconds\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"currentTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for current time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"totalTime\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for total time\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total time:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"singleInteractionAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text explaining that a single interaction with a name has come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Interaction appeared:\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"multipleInteractionsAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for explaining that multiple interactions have come into view\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple interactions appeared.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"videoPausedAnnouncement\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Video is paused announcement\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Video is paused\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"content\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Content label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Content\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"answered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Answered message (@answered will be replaced with the number of answered questions)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@answered Question(s) answered\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered @answered questions, click below to submit your answers.\\\",\\n        \\\"description\\\": \\\"@answered will be replaced by the number of answered questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationNoAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for missing answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have not answered any questions.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardInformationMustHaveAnswer\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen information for answer needed\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have to answer at least one question before you can submit your answers.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitButton\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Submit Answers\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardSubmitMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen submit message\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your answers have been submitted!\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowAnswered\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Answered questions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Answered questions\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardTableRowScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen table row title: Score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endcardAnsweredScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen answered score\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"answered\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary including score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"endCardTableRowSummaryWithoutScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Submit screen row summary for no score (for readspeakers)\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\n        \\\"optional\\\": true\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            },\r\n            \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n        },\r\n        \"library_name\": \"H5P.InteractiveVideo\",\r\n        \"major_version\": 1,\r\n        \"minor_version\": 21,\r\n        \"user_name\": null,\r\n        \"user_id\": null,\r\n        \"created_at\": \"2020-09-30T20:24:58.000000Z\",\r\n        \"updated_at\": \"2020-09-30T20:24:58.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "H5P Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:activity_id\/h5p",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:activity_id\/h5p",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "2",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "6",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p\": {\r\n            \"settings\": {\r\n                \"baseUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n                \"url\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\",\r\n                \"postUserStatistics\": true,\r\n                \"ajax\": {\r\n                    \"setFinished\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/url\",\r\n                    \"contentUserData\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/content-user-data\/?content_id=:contentId&data_type=:dataType&sub_content_id=:subContentId\"\r\n                },\r\n                \"saveFreq\": false,\r\n                \"siteUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n                \"l10n\": {\r\n                    \"H5P\": {\r\n                        \"fullscreen\": \"Fullscreen\",\r\n                        \"disableFullscreen\": \"Disable fullscreen\",\r\n                        \"download\": \"Download\",\r\n                        \"copyrights\": \"Rights of use\",\r\n                        \"embed\": \"Embed\",\r\n                        \"reuseDescription\": \"Reuse this content.\",\r\n                        \"size\": \"Size\",\r\n                        \"showAdvanced\": \"Show advanced\",\r\n                        \"hideAdvanced\": \"Hide advanced\",\r\n                        \"advancedHelp\": \"Include this script on your website if you want dynamic sizing of the embedded content:\",\r\n                        \"copyrightInformation\": \"Rights of use\",\r\n                        \"close\": \"Close\",\r\n                        \"title\": \"Title\",\r\n                        \"author\": \"Author\",\r\n                        \"year\": \"Year\",\r\n                        \"source\": \"Source\",\r\n                        \"license\": \"License\",\r\n                        \"thumbnail\": \"Thumbnail\",\r\n                        \"noCopyrights\": \"No copyright information available for this content.\",\r\n                        \"downloadDescription\": \"Download this content as a H5P file.\",\r\n                        \"copyrightsDescription\": \"View copyright information for this content.\",\r\n                        \"embedDescription\": \"View the embed code for this content.\",\r\n                        \"h5pDescription\": \"Visit H5P.org to check out more cool content.\",\r\n                        \"contentChanged\": \"This content has changed since you last used it.\",\r\n                        \"startingOver\": \"You'll be starting over.\",\r\n                        \"confirmDialogHeader\": \"Confirm action\",\r\n                        \"confirmDialogBody\": \"Please confirm that you wish to proceed. This action is not reversible.\",\r\n                        \"cancelLabel\": \"Cancel\",\r\n                        \"confirmLabel\": \"Confirm\",\r\n                        \"reuse\": \"Reuse\",\r\n                        \"reuseContent\": \"Reuse Content\"\r\n                    }\r\n                },\r\n                \"hubIsEnabled\": false,\r\n                \"user\": {\r\n                    \"name\": \"John Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\"\r\n                },\r\n                \"editor\": {\r\n                    \"filesPath\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/editor\",\r\n                    \"fileIcon\": {\r\n                        \"path\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/images\/binary-file.png\",\r\n                        \"width\": 50,\r\n                        \"height\": 50\r\n                    },\r\n                    \"ajaxPath\": \"https:\/\/www.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/\",\r\n                    \"libraryUrl\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/\",\r\n                    \"copyrightSemantics\": {\r\n                        \"name\": \"copyright\",\r\n                        \"type\": \"group\",\r\n                        \"label\": \"Copyright information\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"name\": \"title\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Title\",\r\n                                \"placeholder\": \"La Gioconda\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Author\",\r\n                                \"placeholder\": \"Leonardo da Vinci\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"year\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Year(s)\",\r\n                                \"placeholder\": \"1503 - 1517\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"source\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Source\",\r\n                                \"placeholder\": \"http:\/\/en.wikipedia.org\/wiki\/Mona_Lisa\",\r\n                                \"optional\": true,\r\n                                \"regexp\": {\r\n                                    \"pattern\": \"^http[s]?:\/\/.+\",\r\n                                    \"modifiers\": \"i\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"name\": \"license\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License\",\r\n                                \"default\": \"U\",\r\n                                \"options\": [\r\n                                    {\r\n                                        \"value\": \"U\",\r\n                                        \"label\": \"Undisclosed\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY\",\r\n                                        \"label\": \"Attribution\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-SA\",\r\n                                        \"label\": \"Attribution-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-ND\",\r\n                                        \"label\": \"Attribution-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC\",\r\n                                        \"label\": \"Attribution-NonCommercial\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-SA\",\r\n                                        \"label\": \"Attribution-NonCommercial-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-ND\",\r\n                                        \"label\": \"Attribution-NonCommercial-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"GNU GPL\",\r\n                                        \"label\": \"General Public License\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"v3\",\r\n                                                \"label\": \"Version 3\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v2\",\r\n                                                \"label\": \"Version 2\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v1\",\r\n                                                \"label\": \"Version 1\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"PD\",\r\n                                        \"label\": \"Public Domain\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"-\",\r\n                                                \"label\": \"-\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC0 1.0\",\r\n                                                \"label\": \"CC0 1.0 Universal\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC PDM\",\r\n                                                \"label\": \"Public Domain Mark\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"C\",\r\n                                        \"label\": \"Copyright\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"name\": \"version\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License Version\",\r\n                                \"options\": []\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"metadataSemantics\": [\r\n                        {\r\n                            \"name\": \"title\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Title\",\r\n                            \"placeholder\": \"La Gioconda\"\r\n                        },\r\n                        {\r\n                            \"name\": \"license\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License\",\r\n                            \"default\": \"U\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"U\",\r\n                                    \"label\": \"Undisclosed\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"optgroup\",\r\n                                    \"label\": \"Creative Commons\",\r\n                                    \"options\": [\r\n                                        {\r\n                                            \"value\": \"CC BY\",\r\n                                            \"label\": \"Attribution (CC BY)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-SA\",\r\n                                            \"label\": \"Attribution-ShareAlike (CC BY-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-ND\",\r\n                                            \"label\": \"Attribution-NoDerivs (CC BY-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC\",\r\n                                            \"label\": \"Attribution-NonCommercial (CC BY-NC)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-SA\",\r\n                                            \"label\": \"Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-ND\",\r\n                                            \"label\": \"Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC0 1.0\",\r\n                                            \"label\": \"Public Domain Dedication (CC0)\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC PDM\",\r\n                                            \"label\": \"Public Domain Mark (PDM)\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"GNU GPL\",\r\n                                    \"label\": \"General Public License v3\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"PD\",\r\n                                    \"label\": \"Public Domain\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"ODC PDDL\",\r\n                                    \"label\": \"Public Domain Dedication and Licence\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"C\",\r\n                                    \"label\": \"Copyright\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseVersion\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License Version\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"4.0\",\r\n                                    \"label\": \"4.0 International\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"3.0\",\r\n                                    \"label\": \"3.0 Unported\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.5\",\r\n                                    \"label\": \"2.5 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.0\",\r\n                                    \"label\": \"2.0 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"1.0\",\r\n                                    \"label\": \"1.0 Generic\"\r\n                                }\r\n                            ],\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearFrom\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (from)\",\r\n                            \"placeholder\": \"1991\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearTo\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (to)\",\r\n                            \"placeholder\": \"1992\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"source\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Source\",\r\n                            \"placeholder\": \"https:\/\/\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"authors\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"group\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"label\": \"Author's name\",\r\n                                        \"name\": \"name\",\r\n                                        \"optional\": true,\r\n                                        \"type\": \"text\"\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"role\",\r\n                                        \"type\": \"select\",\r\n                                        \"label\": \"Author's role\",\r\n                                        \"default\": \"Author\",\r\n                                        \"options\": [\r\n                                            {\r\n                                                \"value\": \"Author\",\r\n                                                \"label\": \"Author\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Editor\",\r\n                                                \"label\": \"Editor\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Licensee\",\r\n                                                \"label\": \"Licensee\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Originator\",\r\n                                                \"label\": \"Originator\"\r\n                                            }\r\n                                        ]\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseExtras\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"License Extras\",\r\n                            \"optional\": true,\r\n                            \"description\": \"Any additional information about the license\"\r\n                        },\r\n                        {\r\n                            \"name\": \"changes\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"change\",\r\n                                \"type\": \"group\",\r\n                                \"label\": \"Changelog\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"name\": \"date\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Date\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"author\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Changed by\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"log\",\r\n                                        \"type\": \"text\",\r\n                                        \"widget\": \"textarea\",\r\n                                        \"label\": \"Description of change\",\r\n                                        \"placeholder\": \"Photo cropped, text changed, etc.\",\r\n                                        \"optional\": true\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"authorComments\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"Author comments\",\r\n                            \"description\": \"Comments for the editor of the content (This text will not be published as a part of copyright info)\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"contentType\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        },\r\n                        {\r\n                            \"name\": \"defaultLanguage\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        }\r\n                    ],\r\n                    \"assets\": {\r\n                        \"css\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/libs\/darkroom.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/h5p-hub-client.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/fonts.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/application.css\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/libs\/zebra_datepicker.min.css\"\r\n                        ],\r\n                        \"js\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p-editor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5p-hub-client.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-semantic-structure.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-selector.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-fullscreen-bar.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-form.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-text.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-html.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-number.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-textarea.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file-uploader.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image-popup.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-av.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-group.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-boolean.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list-editor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-list-cache.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-select.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-hub.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-legacy.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-dimensions.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-coordinates.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-none.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-author-widget.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-changelog-widget.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-pre-save.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/ckeditor\/ckeditor.js\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/language\/en.js\"\r\n                        ]\r\n                    },\r\n                    \"deleteMessage\": \"laravel-h5p.content.destoryed\",\r\n                    \"apiVersion\": {\r\n                        \"majorVersion\": 1,\r\n                        \"minorVersion\": 24\r\n                    }\r\n                },\r\n                \"loadedJs\": [],\r\n                \"loadedCss\": [],\r\n                \"core\": {\r\n                    \"styles\": [\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\"\r\n                    ],\r\n                    \"scripts\": [\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                        \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\"\r\n                    ]\r\n                },\r\n                \"contents\": {\r\n                    \"cid-59\": {\r\n                        \"library\": \"H5P.InteractiveVideo 1.21\",\r\n                        \"jsonContent\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                        \"fullScreen\": 1,\r\n                        \"exportUrl\": \"https:\/\/www.currikistudio.org\/api\/h5p\/export\/59\",\r\n                        \"embedCode\": \"<iframe src=\\\"https:\/\/www.currikistudio.org\/h5p\/embed\/59\\\" width=\\\":w\\\" height=\\\":h\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\/iframe>\",\r\n                        \"resizeCode\": \"<script src=\\\"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-resizer.js\\\" charset=\\\"UTF-8\\\"><\/script>\",\r\n                        \"url\": \"https:\/\/www.currikistudio.org\/api\/h5p\/embed\/59\",\r\n                        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                        \"displayOptions\": {\r\n                            \"frame\": true,\r\n                            \"export\": true,\r\n                            \"embed\": true,\r\n                            \"copyright\": false,\r\n                            \"icon\": true,\r\n                            \"copy\": false\r\n                        },\r\n                        \"contentUserData\": [\r\n                            {\r\n                                \"state\": \"{}\"\r\n                            }\r\n                        ],\r\n                        \"scripts\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/js\/drop.min.js?ver=1.0.2\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Transition-1.0\/transition.js?ver=1.0.4\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/question.js?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/explainer.js?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/score-points.js?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SoundJS-1.0\/soundjs-0.6.2.min.js?ver=1.0.2\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/stop-watch.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/sound-effects.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/xapi-event-builder.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/result-slide.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/solution-view.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/single-choice-alternative.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/single-choice.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/scripts\/single-choice-set.js?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/stop-watch.js?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/xapi-event-builder.js?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/summary.js?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNDrop-1.1\/drag-n-drop.js?ver=1.1.5\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.js?ver=1.2.6\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/context-menu.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/dialog.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-element.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-form-manager.js?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/flowplayer-1.0\/scripts\/flowplayer-3.2.12.min.js?ver=1.0.5\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/youtube.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/panopto.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/html5.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/flash.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/video.js?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.js?ver=1.10.19\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.js?ver=1.21.9\"\r\n                        ],\r\n                        \"styles\": [\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/FontAwesome-4.5\/h5p-font-awesome.min.css?ver=4.5.4\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/css\/drop-theme-arrows-bounce.min.css?ver=1.0.2\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.FontIcons-1.0\/styles\/h5p-font-icons.css?ver=1.0.6\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-help-dialog.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-message-dialog.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progress-circle.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-simple-rounded-button.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-speech-bubble.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-tip.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-slider.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-score-bar.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progressbar.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-ui.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-icon.css?ver=1.3.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/question.css?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/explainer.css?ver=1.4.7\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.SingleChoiceSet-1.11\/styles\/single-choice-set.css?ver=1.11.9\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/css\/summary.css?ver=1.10.8\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.css?ver=1.2.6\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/dialog.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/context-menu.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar-form-manager.css?ver=1.5.10\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/styles\/video.css?ver=1.5.12\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.css?ver=1.10.19\",\r\n                            \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.css?ver=1.21.9\"\r\n                        ]\r\n                    }\r\n                }\r\n            },\r\n            \"user\": {\r\n                \"id\": 1,\r\n                \"name\": \"John Doe\",\r\n                \"email\": \"john.doe@currikistudio.org\"\r\n            },\r\n            \"embed_code\": \"<div class=\\\"h5p-iframe-wrapper\\\"><iframe id=\\\"h5p-iframe-59\\\" class=\\\"h5p-iframe\\\" data-content-id=\\\"59\\\" style=\\\"height: 1px\\\" src=\\\"about:blank\\\" frameBorder=\\\"0\\\" scrolling=\\\"no\\\"><\/iframe><\/div>\"\r\n        },\r\n        \"playlist\": {\r\n            \"id\": 1,\r\n            \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n            \"project_id\": 1,\r\n            \"order\": 0,\r\n            \"created_at\": null,\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"is_public\": true,\r\n            \"project\": {\r\n                \"id\": 1,\r\n                \"name\": \"The Science of Golf\",\r\n                \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n                \"starter_project\": false,\r\n                \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n                \"updated_at\": \"2020-09-17T05:44:49.000000Z\",\r\n                \"deleted_at\": null,\r\n                \"shared\": true,\r\n                \"is_public\": true\r\n            }\r\n        },\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": true,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-09-17T05:44:49.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Clone Stand Alone Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:activity_id\/clone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/stand-alone-activity\/:activity_id\/clone",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "8",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "13",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of an activity"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Clone the specified activity of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Not a Public Activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to clone activity.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get H5P Resource Settings (Shared)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activities\/:activity_id\/h5p-resource-settings-shared",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activities\/:activity_id\/h5p-resource-settings-shared",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "11",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "qui",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings for a shared activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Activity not found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 59,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"params\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 21,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 40,\r\n            \"name\": \"H5P.InteractiveVideo\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 21,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        },\r\n        \"is_public\": false,\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "6. Independent Activity",
            "description": "\nAPIs for independent activity management",
            "item": [
                {
                    "name": "Get Independent Activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "16",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"Video\",\"indexing\":\"0\",\"shared\":false,\"created_from\":\"2022-12-05\",\"created_to\":\"2022-12-05\",\"updated_from\":\"2022-12-05\",\"updated_to\":\"2022-12-05\",\"author_id\":2,\"order_by_column\":\"title\",\"order_by_type\":\"asc\",\"size\":10}"
                        },
                        "description": "Get a list of independent activities",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 7,\r\n            \"title\": \"title\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"place_holder\",\r\n            \"description\": null,\r\n            \"shared\": false,\r\n            \"order\": 0,\r\n            \"thumb_url\": null,\r\n            \"created_at\": \"2022-04-28T01:03:22.000000Z\",\r\n            \"updated_at\": \"2022-04-28T01:03:22.000000Z\",\r\n            \"gcr_activity_visibility\": false,\r\n            \"subjects\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Arts\",\r\n                    \"order\": null,\r\n                    \"organization_id\": 63,\r\n                    \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                    \"updated_at\": null\r\n                }\r\n            ],\r\n            \"education_levels\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Preschool (Ages 0-4)\",\r\n                    \"order\": null,\r\n                    \"organization_id\": 63,\r\n                    \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                    \"updated_at\": null\r\n                }\r\n            ],\r\n            \"author_tags\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Homework\/Assignment\",\r\n                    \"order\": null,\r\n                    \"organization_id\": 63,\r\n                    \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                    \"updated_at\": null\r\n                }\r\n            ],\r\n            \"source_type\": null,\r\n            \"source_url\": null,\r\n            \"organization_visibility_type_id\": 1,\r\n            \"status\": 1,\r\n            \"status_text\": \"DRAFT\",\r\n            \"indexing\": null,\r\n            \"indexing_text\": \"NOT REQUESTED\",\r\n            \"user\": {\r\n                \"id\": 3,\r\n                \"name\": \"Abby _\",\r\n                \"email\": \"abby@curriki.org\",\r\n                \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n                \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n                \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n                \"first_name\": \"Abby\",\r\n                \"last_name\": \"_\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"192.168.96.10\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"h5p_content\": null\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"title\": \"title\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"place_holder\",\r\n            \"description\": null,\r\n            \"shared\": false,\r\n            \"order\": 1,\r\n            \"thumb_url\": null,\r\n            \"created_at\": \"2022-04-28T00:33:33.000000Z\",\r\n            \"updated_at\": \"2022-05-19T12:16:05.000000Z\",\r\n            \"gcr_activity_visibility\": false,\r\n            \"subjects\": [],\r\n            \"education_levels\": [],\r\n            \"author_tags\": [],\r\n            \"source_type\": null,\r\n            \"source_url\": null,\r\n            \"organization_visibility_type_id\": 4,\r\n            \"status\": 2,\r\n            \"status_text\": \"FINISHED\",\r\n            \"indexing\": 1,\r\n            \"indexing_text\": \"REQUESTED\",\r\n            \"user\": {\r\n                \"id\": 3,\r\n                \"name\": \"Abby _\",\r\n                \"email\": \"abby@curriki.org\",\r\n                \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n                \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n                \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n                \"first_name\": \"Abby\",\r\n                \"last_name\": \"_\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"192.168.96.10\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"h5p_content\": null\r\n        }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Science of Golf: Why Balls Have Dimples\",\"type\":\"h5p\",\"content\":\"sit\",\"description\":\"Saepe quibusdam reiciendis quibusdam saepe minus.\",\"order\":2,\"shared\":false,\"h5p_content_id\":59,\"thumb_url\":\"null\",\"subject_id\":[1,2],\"education_level_id\":[1,2],\"author_tag_id\":[1,2],\"source_type\":\"adipisci\",\"source_url\":\"http:\\\/\\\/rice.com\\\/omnis-vel-aut-ut\",\"organization_visibility_type_id\":1}"
                        },
                        "description": "Create a new independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create independent activity. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 9,\r\n        \"title\": \"title\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"content\",\r\n        \"description\": null,\r\n        \"shared\": null,\r\n        \"order\": 0,\r\n        \"thumb_url\": null,\r\n        \"created_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"updated_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"gcr_activity_visibility\": false,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Arts\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Preschool (Ages 0-4)\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Homework\/Assignment\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": \"1\",\r\n        \"status\": null,\r\n        \"status_text\": null,\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"organization_name\": \"\",\r\n            \"job_title\": \"\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"organization_type\": null,\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": null\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "2",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid organization or independent activity id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 9,\r\n        \"title\": \"title\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"content\",\r\n        \"description\": null,\r\n        \"shared\": null,\r\n        \"order\": 0,\r\n        \"thumb_url\": null,\r\n        \"created_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"updated_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"gcr_activity_visibility\": false,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Arts\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Preschool (Ages 0-4)\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Homework\/Assignment\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": \"1\",\r\n        \"status\": null,\r\n        \"status_text\": null,\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"organization_name\": \"\",\r\n            \"job_title\": \"\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"organization_type\": null,\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": null\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "17",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Science of Golf: Why Balls Have Dimples\",\"type\":\"h5p\",\"content\":\"ab\",\"description\":\"Qui tenetur pariatur nam repellat.\",\"order\":2,\"shared\":false,\"h5p_content_id\":59,\"thumb_url\":\"null\",\"subject_id\":[1,2],\"education_level_id\":[1,2],\"author_tag_id\":[1,2],\"source_type\":\"distinctio\",\"source_url\":\"http:\\\/\\\/www.ratke.com\\\/necessitatibus-exercitationem-quod-est-eveniet-quidem-quaerat-eveniet-vero\",\"organization_visibility_type_id\":1}"
                        },
                        "description": "Update the specified independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid organization or independent activity id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update independent activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 9,\r\n        \"title\": \"title\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"content\",\r\n        \"description\": null,\r\n        \"shared\": null,\r\n        \"order\": 0,\r\n        \"thumb_url\": null,\r\n        \"created_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"updated_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"gcr_activity_visibility\": false,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Arts\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Preschool (Ages 0-4)\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Homework\/Assignment\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": \"1\",\r\n        \"status\": null,\r\n        \"status_text\": null,\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"organization_name\": \"\",\r\n            \"job_title\": \"\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"organization_type\": null,\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": null\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "17",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Independent activity has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete independent activity.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload Independent Activity thumbnail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/upload-thumb",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/upload-thumb"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"thumb\":\"(binary)\"}"
                        },
                        "description": "Upload thumbnail image for an independent activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"thumbUrl\": \"\/storage\/independent-activities\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid image.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Independent Activity Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/:independent_activity_id\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/:independent_activity_id\/detail",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "4",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified independent activity in detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 1,\r\n        \"title\": \"Taurus 10 Jun 2022 edited\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"place_holder\",\r\n        \"description\": null,\r\n        \"shared\": false,\r\n        \"order\": 7,\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/420233\/pexels-photo-420233.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&h=200&w=280\",\r\n        \"subjects\": [],\r\n        \"education_levels\": [],\r\n        \"author_tags\": [],\r\n        \"h5p\": \"{\\\"params\\\":{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}},\\\"metadata\\\":{\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"license\\\":\\\"U\\\"}}\",\r\n        \"h5p_content\": {\r\n            \"id\": 54166,\r\n            \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"updated_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Taurus 10 Jun 2022\",\r\n            \"library_id\": 160,\r\n            \"parameters\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"keywords\\\":[],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"filtered\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"slug\": \"taurus-10-jun-2022\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null,\r\n            \"library\": {\r\n                \"id\": 160,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"name\": \"H5P.CoursePresentation\",\r\n                \"title\": \"Course Presentation\",\r\n                \"major_version\": 1,\r\n                \"minor_version\": 22,\r\n                \"patch_version\": 2,\r\n                \"runnable\": 1,\r\n                \"restricted\": 0,\r\n                \"fullscreen\": 1,\r\n                \"embed_types\": \"iframe\",\r\n                \"preloaded_js\": \"dist\/h5p-course-presentation.js\",\r\n                \"preloaded_css\": \"dist\/h5p-course-presentation.css\",\r\n                \"drop_library_css\": \"\",\r\n                \"semantics\": \"[\\n  {\\n    \\\"name\\\": \\\"presentation\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"importance\\\": \\\"high\\\",\\n    \\\"widget\\\": \\\"coursepresentation\\\",\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"slides\\\",\\n        \\\"importance\\\": \\\"high\\\",\\n        \\\"type\\\": \\\"list\\\",\\n        \\\"field\\\": {\\n          \\\"name\\\": \\\"slide\\\",\\n          \\\"importance\\\": \\\"high\\\",\\n          \\\"type\\\": \\\"group\\\",\\n          \\\"fields\\\": [\\n            {\\n              \\\"name\\\": \\\"elements\\\",\\n              \\\"importance\\\": \\\"high\\\",\\n              \\\"type\\\": \\\"list\\\",\\n              \\\"field\\\": {\\n                \\\"name\\\": \\\"element\\\",\\n                \\\"importance\\\": \\\"high\\\",\\n                \\\"type\\\": \\\"group\\\",\\n                \\\"fields\\\": [\\n                  {\\n                    \\\"name\\\": \\\"x\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"type\\\": \\\"number\\\",\\n                    \\\"widget\\\": \\\"none\\\"\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"y\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"type\\\": \\\"number\\\",\\n                    \\\"widget\\\": \\\"none\\\"\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"width\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"type\\\": \\\"number\\\",\\n                    \\\"widget\\\": \\\"none\\\",\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"height\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"type\\\": \\\"number\\\",\\n                    \\\"widget\\\": \\\"none\\\",\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"action\\\",\\n                    \\\"type\\\": \\\"library\\\",\\n                    \\\"importance\\\": \\\"high\\\",\\n                    \\\"options\\\": [\\n                      \\\"H5P.AdvancedText 1.1\\\",\\n                      \\\"H5P.Link 1.3\\\",\\n                      \\\"H5P.Image 1.1\\\",\\n                      \\\"H5P.Shape 1.0\\\",\\n                      \\\"H5P.Video 1.5\\\",\\n                      \\\"H5P.Audio 1.4\\\",\\n                      \\\"H5P.Blanks 1.12\\\",\\n                      \\\"H5P.SingleChoiceSet 1.11\\\",\\n                      \\\"H5P.MultiChoice 1.14\\\",\\n                      \\\"H5P.TrueFalse 1.6\\\",\\n                      \\\"H5P.DragQuestion 1.13\\\",\\n                      \\\"H5P.Summary 1.10\\\",\\n                      \\\"H5P.DragText 1.8\\\",\\n                      \\\"H5P.MarkTheWords 1.9\\\",\\n                      \\\"H5P.Dialogcards 1.8\\\",\\n                      \\\"H5P.ContinuousText 1.2\\\",\\n                      \\\"H5P.ExportableTextArea 1.3\\\",\\n                      \\\"H5P.Table 1.1\\\",\\n                      \\\"H5P.InteractiveVideo 1.22\\\",\\n                      \\\"H5P.TwitterUserFeed 1.0\\\"\\n                    ],\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"solution\\\",\\n                    \\\"type\\\": \\\"text\\\",\\n                    \\\"widget\\\": \\\"html\\\",\\n                    \\\"optional\\\": true,\\n                    \\\"label\\\": \\\"Comments\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"description\\\": \\\"The comments are shown when the user displays the suggested answers for all slides.\\\",\\n                    \\\"enterMode\\\": \\\"p\\\",\\n                    \\\"tags\\\": [\\n                      \\\"strong\\\",\\n                      \\\"em\\\",\\n                      \\\"del\\\",\\n                      \\\"a\\\",\\n                      \\\"ul\\\",\\n                      \\\"ol\\\",\\n                      \\\"h2\\\",\\n                      \\\"h3\\\",\\n                      \\\"hr\\\",\\n                      \\\"pre\\\",\\n                      \\\"code\\\"\\n                    ]\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"alwaysDisplayComments\\\",\\n                    \\\"type\\\": \\\"boolean\\\",\\n                    \\\"label\\\": \\\"Always display comments\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"backgroundOpacity\\\",\\n                    \\\"type\\\": \\\"number\\\",\\n                    \\\"label\\\": \\\"Background Opacity\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"min\\\": 0,\\n                    \\\"max\\\": 100,\\n                    \\\"step\\\": 5,\\n                    \\\"default\\\": 0,\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"displayAsButton\\\",\\n                    \\\"type\\\": \\\"boolean\\\",\\n                    \\\"label\\\": \\\"Display as button\\\",\\n                    \\\"importance\\\": \\\"medium\\\",\\n                    \\\"default\\\": false,\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"buttonSize\\\",\\n                    \\\"type\\\": \\\"select\\\",\\n                    \\\"label\\\": \\\"Button size\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"optional\\\": false,\\n                    \\\"default\\\": \\\"big\\\",\\n                    \\\"options\\\": [\\n                      {\\n                        \\\"value\\\": \\\"small\\\",\\n                        \\\"label\\\": \\\"Small\\\"\\n                      },\\n                      {\\n                        \\\"value\\\": \\\"big\\\",\\n                        \\\"label\\\": \\\"Big\\\"\\n                      }\\n                    ]\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"title\\\",\\n                    \\\"type\\\": \\\"text\\\",\\n                    \\\"optional\\\": true,\\n                    \\\"label\\\": \\\"Title\\\",\\n                    \\\"importance\\\": \\\"medium\\\"\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"goToSlideType\\\",\\n                    \\\"type\\\": \\\"select\\\",\\n                    \\\"label\\\": \\\"Go to\\\",\\n                    \\\"importance\\\": \\\"medium\\\",\\n                    \\\"optional\\\": false,\\n                    \\\"options\\\": [\\n                      {\\n                        \\\"value\\\": \\\"specified\\\",\\n                        \\\"label\\\": \\\"Specific slide number\\\"\\n                      },\\n                      {\\n                        \\\"value\\\": \\\"next\\\",\\n                        \\\"label\\\": \\\"Next slide\\\"\\n                      },\\n                      {\\n                        \\\"value\\\": \\\"previous\\\",\\n                        \\\"label\\\": \\\"Previous slide\\\"\\n                      }\\n                    ],\\n                    \\\"default\\\": \\\"specified\\\"\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"goToSlide\\\",\\n                    \\\"type\\\": \\\"number\\\",\\n                    \\\"label\\\": \\\"Specific slide number\\\",\\n                    \\\"description\\\": \\\"Only applicable when 'Specific slide number' is selected\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"min\\\": 1,\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"invisible\\\",\\n                    \\\"type\\\": \\\"boolean\\\",\\n                    \\\"label\\\": \\\"Invisible\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"description\\\": \\\"Default cursor, no title and no tab index. Warning: Users with disabilities or keyboard only users will have trouble using this element.\\\",\\n                    \\\"default\\\": false\\n                  }\\n                ]\\n              }\\n            },\\n            {\\n              \\\"name\\\": \\\"keywords\\\",\\n              \\\"importance\\\": \\\"low\\\",\\n              \\\"type\\\": \\\"list\\\",\\n              \\\"optional\\\": true,\\n              \\\"field\\\": {\\n                \\\"name\\\": \\\"keyword\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"type\\\": \\\"group\\\",\\n                \\\"optional\\\": true,\\n                \\\"fields\\\": [\\n                  {\\n                    \\\"name\\\": \\\"main\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"type\\\": \\\"text\\\",\\n                    \\\"optional\\\": true\\n                  },\\n                  {\\n                    \\\"name\\\": \\\"subs\\\",\\n                    \\\"importance\\\": \\\"low\\\",\\n                    \\\"type\\\": \\\"list\\\",\\n                    \\\"optional\\\": true,\\n                    \\\"field\\\": {\\n                      \\\"name\\\": \\\"keyword\\\",\\n                      \\\"importance\\\": \\\"low\\\",\\n                      \\\"type\\\": \\\"text\\\"\\n                    }\\n                  }\\n                ]\\n              }\\n            },\\n            {\\n              \\\"name\\\": \\\"slideBackgroundSelector\\\",\\n              \\\"importance\\\": \\\"medium\\\",\\n              \\\"type\\\": \\\"group\\\",\\n              \\\"widget\\\": \\\"radioSelector\\\",\\n              \\\"fields\\\": [\\n                {\\n                  \\\"name\\\": \\\"imageSlideBackground\\\",\\n                  \\\"type\\\": \\\"image\\\",\\n                  \\\"label\\\": \\\"Image\\\",\\n                  \\\"importance\\\": \\\"medium\\\",\\n                  \\\"optional\\\": true,\\n                  \\\"description\\\": \\\"Image background should have a 2:1 width to height ratio to avoid stretching. High resolution images will display better on larger screens.\\\"\\n                },\\n                {\\n                  \\\"name\\\": \\\"fillSlideBackground\\\",\\n                  \\\"importance\\\": \\\"medium\\\",\\n                  \\\"type\\\": \\\"text\\\",\\n                  \\\"widget\\\": \\\"colorSelector\\\",\\n                  \\\"label\\\": \\\"Pick a color\\\",\\n                  \\\"spectrum\\\": {\\n                    \\\"flat\\\": true,\\n                    \\\"showInput\\\": true,\\n                    \\\"allowEmpty\\\": true,\\n                    \\\"showButtons\\\": false\\n                  },\\n                  \\\"default\\\": null,\\n                  \\\"optional\\\": true\\n                }\\n              ]\\n            }\\n          ]\\n        }\\n      },\\n      {\\n        \\\"name\\\": \\\"ct\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"widget\\\": \\\"none\\\",\\n        \\\"optional\\\": true,\\n        \\\"tags\\\": [\\n          \\\"strong\\\",\\n          \\\"em\\\",\\n          \\\"del\\\",\\n          \\\"br\\\",\\n          \\\"p\\\",\\n          \\\"a\\\",\\n          \\\"h2\\\",\\n          \\\"h3\\\",\\n          \\\"pre\\\",\\n          \\\"code\\\"\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"keywordListEnabled\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Keyword list\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"keywordListAlwaysShow\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Always show\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"keywordListAutoHide\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Auto hide\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"keywordListOpacity\\\",\\n        \\\"type\\\": \\\"number\\\",\\n        \\\"label\\\": \\\"Opacity\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"min\\\": 0,\\n        \\\"max\\\": 100,\\n        \\\"default\\\": 90\\n      },\\n      {\\n        \\\"name\\\": \\\"globalBackgroundSelector\\\",\\n        \\\"importance\\\": \\\"medium\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"widget\\\": \\\"radioSelector\\\",\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"imageGlobalBackground\\\",\\n            \\\"type\\\": \\\"image\\\",\\n            \\\"label\\\": \\\"Image\\\",\\n            \\\"importance\\\": \\\"medium\\\",\\n            \\\"optional\\\": true,\\n            \\\"description\\\": \\\"Image background should have a 2:1 width to height ratio to avoid stretching. High resolution images will display better on larger screens.\\\"\\n          },\\n          {\\n            \\\"name\\\": \\\"fillGlobalBackground\\\",\\n            \\\"type\\\": \\\"text\\\",\\n            \\\"widget\\\": \\\"colorSelector\\\",\\n            \\\"label\\\": \\\"Pick a color\\\",\\n            \\\"importance\\\": \\\"medium\\\",\\n            \\\"spectrum\\\": {\\n              \\\"flat\\\": true,\\n              \\\"showInput\\\": true,\\n              \\\"allowEmpty\\\": true,\\n              \\\"showButtons\\\": false\\n            },\\n            \\\"default\\\": null,\\n            \\\"optional\\\": true\\n          }\\n        ]\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"l10n\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Localize\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"common\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"slide\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Translation for \\\\\\\"Slide\\\\\\\"\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Slide\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"score\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Translation for \\\\\\\"Score\\\\\\\"\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Score\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"yourScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Translation for \\\\\\\"Your Score\\\\\\\"\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Your Score\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"maxScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Translation for \\\\\\\"Max Score\\\\\\\"\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Max Score\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"total\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Translation for \\\\\\\"Total\\\\\\\"\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"totalScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Translation for \\\\\\\"Total Score\\\\\\\"\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Total Score\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutions\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Title for show solutions button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Show solutions\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"retry\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for the retry button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Retry\\\",\\n        \\\"optional\\\": true\\n      },\\n      {\\n        \\\"name\\\": \\\"exportAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text for the export text button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Export text\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"hideKeywords\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Hide sidebar navigation menu button title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Hide sidebar navigation menu\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"showKeywords\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Show sidebar navigation menu button title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Show sidebar navigation menu\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"fullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Fullscreen label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Fullscreen\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"exitFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit fullscreen label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit fullscreen\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"prevSlide\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Previous slide label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Previous slide\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"nextSlide\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Next slide label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Next slide\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"currentSlide\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Current slide label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Current slide\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"lastSlide\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Last slide label\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Last slide\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"solutionModeTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exit solution mode text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Exit solution mode\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"solutionModeText\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Solution mode text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Solution Mode\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"summaryMultipleTaskText\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Text when multiple tasks on a page\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Multiple tasks\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"scoreMessage\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Score message text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"You achieved:\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"shareFacebook\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Share to Facebook text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Share on Facebook\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"shareTwitter\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Share to Twitter text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Share on Twitter\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"shareGoogle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Share to Google text\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Share on Google+\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"summary\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Title for summary slide\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Summary\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"solutionsButtonTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Title for the comments icon\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Show comments\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"printTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Title for print button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Print\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"printIngress\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Print dialog ingress\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"How would you like to print this presentation?\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"printAllSlides\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for \\\\\\\"Print all slides\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Print all slides\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"printCurrentSlide\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for \\\\\\\"Print current slide\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Print current slide\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"noTitle\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for slides without a title\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"No title\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"accessibilitySlideNavigationExplanation\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Explanation of slide navigation for assistive technologies\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"accessibilityCanvasLabel\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Canvas label for assistive technologies\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Presentation canvas. Use left and right arrow to move between slides.\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"containsNotCompleted\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for uncompleted interactions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@slideName contains not completed interaction\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"containsCompleted\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for completed interactions\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@slideName contains completed interaction\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"slideCount\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for slide counter. Variables are @index, @total\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Slide @index of @total\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"containsOnlyCorrect\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for slides that only contains correct answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@slideName only has correct answers\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"containsIncorrectAnswers\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for slides that has incorrect answers\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"@slideName has incorrect answers\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"shareResult\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Label for social sharing bar\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"default\\\": \\\"Share Result\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"accessibilityTotalScore\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Total score announcement for assistive technologies\\\",\\n        \\\"default\\\": \\\"You got @score of @maxScore points in total\\\",\\n        \\\"description\\\": \\\"Available variables are @score and @maxScore\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"accessibilityEnteredFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Entered fullscreen announcement for assistive technologies\\\",\\n        \\\"default\\\": \\\"Entered fullscreen\\\"\\n      },\\n      {\\n        \\\"name\\\": \\\"accessibilityExitedFullscreen\\\",\\n        \\\"type\\\": \\\"text\\\",\\n        \\\"label\\\": \\\"Exited fullscreen announcement for assistive technologies\\\",\\n        \\\"default\\\": \\\"Exited fullscreen\\\"\\n      }\\n    ]\\n  },\\n  {\\n    \\\"name\\\": \\\"override\\\",\\n    \\\"type\\\": \\\"group\\\",\\n    \\\"label\\\": \\\"Behaviour settings.\\\",\\n    \\\"importance\\\": \\\"low\\\",\\n    \\\"description\\\": \\\"These options will let you override behaviour settings.\\\",\\n    \\\"optional\\\": true,\\n    \\\"fields\\\": [\\n      {\\n        \\\"name\\\": \\\"activeSurface\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"widget\\\": \\\"disposableBoolean\\\",\\n        \\\"label\\\": \\\"Activate Active Surface Mode\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Removes navigation controls for the end user. Use Go To Slide to navigate.\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"hideSummarySlide\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Hide Summary Slide\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Hides the summary slide.\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"showSolutionButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Show Solution\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Show Solution\\\\\\\" button will be configured for each question individually (default) shown for all questions (Enabled) or disabled for all questions (Disabled) \\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"retryButton\\\",\\n        \\\"type\\\": \\\"select\\\",\\n        \\\"label\\\": \\\"Override \\\\\\\"Retry\\\\\\\" button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"This option determines if the \\\\\\\"Retry\\\\\\\" button will be configured for each question individually (default) shown for all questions (Enabled) or disabled for all questions (Disabled)\\\",\\n        \\\"optional\\\": true,\\n        \\\"options\\\": [\\n          {\\n            \\\"value\\\": \\\"on\\\",\\n            \\\"label\\\": \\\"Enabled\\\"\\n          },\\n          {\\n            \\\"value\\\": \\\"off\\\",\\n            \\\"label\\\": \\\"Disabled\\\"\\n          }\\n        ]\\n      },\\n      {\\n        \\\"name\\\": \\\"summarySlideSolutionButton\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show \\\\\\\"Show solution\\\\\\\" button in the summary slide\\\",\\n        \\\"description\\\": \\\"If enabled, the learner will be able to show the solutions for all question when they reach the summary slide\\\",\\n        \\\"default\\\": true,\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"widget\\\": \\\"showWhen\\\",\\n        \\\"showWhen\\\": {\\n          \\\"rules\\\": [\\n            {\\n              \\\"field\\\": \\\"hideSummarySlide\\\",\\n              \\\"equals\\\": false\\n            }\\n          ]\\n        }\\n      },\\n      {\\n        \\\"name\\\": \\\"summarySlideRetryButton\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Show \\\\\\\"Retry\\\\\\\" button in the summary slide\\\",\\n        \\\"description\\\": \\\"If enabled, the learner will be able to retry all questions when they reach the summary slide. Be advised that by refreshing the page the learners will be able to retry even if this button isn't showing.\\\",\\n        \\\"default\\\": true,\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"widget\\\": \\\"showWhen\\\",\\n        \\\"showWhen\\\": {\\n          \\\"rules\\\": [\\n            {\\n              \\\"field\\\": \\\"hideSummarySlide\\\",\\n              \\\"equals\\\": false\\n            }\\n          ]\\n        }\\n      },\\n      {\\n        \\\"name\\\": \\\"enablePrintButton\\\",\\n        \\\"type\\\": \\\"boolean\\\",\\n        \\\"label\\\": \\\"Enable print button\\\",\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"Enables the print button.\\\",\\n        \\\"default\\\": false\\n      },\\n      {\\n        \\\"name\\\": \\\"social\\\",\\n        \\\"type\\\": \\\"group\\\",\\n        \\\"label\\\": \\\"Social Settings\\\",\\n        \\\"widget\\\": \\\"showWhen\\\",\\n        \\\"showWhen\\\": {\\n          \\\"rules\\\": [\\n            {\\n              \\\"field\\\": \\\"hideSummarySlide\\\",\\n              \\\"equals\\\": false\\n            }\\n          ]\\n        },\\n        \\\"importance\\\": \\\"low\\\",\\n        \\\"description\\\": \\\"These options will let you override social behaviour settings. Empty values will be filled in automatically if a link is provided, otherwise all values will be generated.\\\",\\n        \\\"optional\\\": true,\\n        \\\"fields\\\": [\\n          {\\n            \\\"name\\\": \\\"showFacebookShare\\\",\\n            \\\"type\\\": \\\"boolean\\\",\\n            \\\"label\\\": \\\"Display Facebook share icon\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"default\\\": false\\n          },\\n          {\\n            \\\"name\\\": \\\"facebookShare\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"expanded\\\": true,\\n            \\\"label\\\": \\\"Facebook share settings\\\",\\n            \\\"widget\\\": \\\"showWhen\\\",\\n            \\\"showWhen\\\": {\\n              \\\"rules\\\": [\\n                {\\n                  \\\"field\\\": \\\"showFacebookShare\\\",\\n                  \\\"equals\\\": true\\n                }\\n              ]\\n            },\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"url\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Share to Facebook link\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"default\\\": \\\"@currentpageurl\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"quote\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Share to Facebook quote\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"default\\\": \\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"showTwitterShare\\\",\\n            \\\"type\\\": \\\"boolean\\\",\\n            \\\"label\\\": \\\"Display Twitter share icon\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"default\\\": false\\n          },\\n          {\\n            \\\"name\\\": \\\"twitterShare\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"type\\\": \\\"group\\\",\\n            \\\"expanded\\\": true,\\n            \\\"label\\\": \\\"Twitter share settings\\\",\\n            \\\"widget\\\": \\\"showWhen\\\",\\n            \\\"showWhen\\\": {\\n              \\\"rules\\\": [\\n                {\\n                  \\\"field\\\": \\\"showTwitterShare\\\",\\n                  \\\"equals\\\": true\\n                }\\n              ]\\n            },\\n            \\\"fields\\\": [\\n              {\\n                \\\"name\\\": \\\"statement\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Share to Twitter statement\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"default\\\": \\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"url\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Share to Twitter link\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"default\\\": \\\"@currentpageurl\\\"\\n              },\\n              {\\n                \\\"name\\\": \\\"hashtags\\\",\\n                \\\"type\\\": \\\"text\\\",\\n                \\\"label\\\": \\\"Share to Twitter hashtags\\\",\\n                \\\"importance\\\": \\\"low\\\",\\n                \\\"default\\\": \\\"h5p, course\\\"\\n              }\\n            ]\\n          },\\n          {\\n            \\\"name\\\": \\\"showGoogleShare\\\",\\n            \\\"type\\\": \\\"boolean\\\",\\n            \\\"label\\\": \\\"Display Google+ share icon\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"default\\\": false\\n          },\\n          {\\n            \\\"name\\\": \\\"googleShareUrl\\\",\\n            \\\"type\\\": \\\"text\\\",\\n            \\\"label\\\": \\\"Share to Google link\\\",\\n            \\\"importance\\\": \\\"low\\\",\\n            \\\"default\\\": \\\"@currentpageurl\\\",\\n            \\\"widget\\\": \\\"showWhen\\\",\\n            \\\"showWhen\\\": {\\n              \\\"rules\\\": [\\n                {\\n                  \\\"field\\\": \\\"showGoogleShare\\\",\\n                  \\\"equals\\\": true\\n                }\\n              ]\\n            }\\n          }\\n        ]\\n      }\\n    ]\\n  }\\n]\",\r\n                \"tutorial_url\": \"\",\r\n                \"has_icon\": 1\r\n            }\r\n        },\r\n        \"library_name\": \"H5P.CoursePresentation\",\r\n        \"major_version\": 1,\r\n        \"minor_version\": 22,\r\n        \"user_name\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby tester test\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2022-06-14T09:32:00.000000Z\",\r\n            \"first_name\": \"Abby tester\",\r\n            \"last_name\": \"test\",\r\n            \"organization_name\": \"Curriki\",\r\n            \"job_title\": \"PM\",\r\n            \"address\": null,\r\n            \"phone_number\": \"4543543543\",\r\n            \"organization_type\": \"K-12\",\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0ARrdaM-BKypS4SFslL_n_LjqfIhQkoZjsLbi7YVPNSIjlIYfxRsB_B-0cCObtILu5Cereaa1GrVVO-1U0O3v6rgVaqfqq9n3jJM8cZueVYGSJxhhCtGMnWoZ5Ni9Exi2uVxC9rXR17T1p-NgWwUddYZInBO8Fk0\\\",\\\"scope\\\":\\\"email profile https:\/\/www.googleapis.com\/auth\/classroom.coursework.students https:\/\/www.googleapis.com\/auth\/userinfo.email https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly https:\/\/www.googleapis.com\/auth\/classroom.coursework.me https:\/\/www.googleapis.com\/auth\/classroom.topics https:\/\/www.googleapis.com\/auth\/classroom.courses openid https:\/\/www.googleapis.com\/auth\/userinfo.profile https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly\\\",\\\"login_hint\\\":\\\"AJDLj6IhjPEjK-HinFn0-xSdbBgjitIliFKMmP0IT37J-BCTcA7-DF5lesECWi3460LMx3a9xrFCjvBSgPqjknqtmIdAXn5G9LXjf_CP3rxipnDlrfmpZzU\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6Ijc0ODNhMDg4ZDRmZmMwMDYwOWYwZTIyZjNjMjJkYTVmZTM5MDZjY2MiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTA2MjM0MTAzNzYwNjM5NzYzMzA1IiwiZW1haWwiOiJmYWhhZC5jdXJyaWtpQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiTkZ6dFR2ZnNDdUNTMG5aQmRzZDlyUSIsIm5hbWUiOiJGYWhhZCBGYXJydWtoIiwicGljdHVyZSI6Imh0dHBzOi8vbGgzLmdvb2dsZXVzZXJjb250ZW50LmNvbS9hL0FBVFhBSnlfSkxxMTZfRnlSSTJEQTdxdEdyc21uZHIyVHdwUG1BMUhYbVY4PXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkZhaGFkIiwiZmFtaWx5X25hbWUiOiJGYXJydWtoIiwibG9jYWxlIjoiZW4iLCJpYXQiOjE2NTQ4MjYyMTgsImV4cCI6MTY1NDgyOTgxOCwianRpIjoiNmM3ZGZhMmYwZDllYTA4ZDNjNzY2ZjJlMTU4MmYxODI5ZjRkMjQxNSJ9.UHc3Hy2rdm190fGbjFjkAoulIYvlAYSaUa6EALqB32mr2ZO4RVxY85nKxeN1GxqXySgCdtNMfmBnRmr7JO7t4qMipuIHCCNLFd3rbh9QJ9z5HuK08gxgKT1IWgfEqzjA9nqX59TDY-3yK41gbIzUR2buXUdIM6EpA9lYW11-gh053wUdKk0zwmgeTRpiJ1qttRV3C50E53mzC61T2bLk56kLXiQPHx6C9LwFoTYtqJq5COILD3Tzg29XXldE7zKszDRUEJFMT9_GvFNsjfJTGv7dPhzxiLeOCs0cjbpJuGyFaYaRyOYvILqDjJH9wYF8KbalnhN9g-HOXDNZk0nphA\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"0\\\"}},\\\"first_issued_at\\\":1654826218249,\\\"expires_at\\\":1654829817249,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"user_id\": 3,\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n        \"updated_at\": \"2022-06-10T01:58:23.000000Z\",\r\n        \"organization_visibility_type_id\": 4\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "H5P Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/:independent_activity_id\/h5p",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/:independent_activity_id\/h5p",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "13",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of an independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 1,\r\n        \"title\": \"Taurus 10 Jun 2022 edited\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"place_holder\",\r\n        \"description\": null,\r\n        \"shared\": false,\r\n        \"order\": 7,\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/420233\/pexels-photo-420233.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&h=200&w=280\",\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p\": {\r\n            \"settings\": {\r\n                \"baseUrl\": \"https:\/\/dev.currikistudio.org\/api\",\r\n                \"url\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\",\r\n                \"postUserStatistics\": true,\r\n                \"ajax\": {\r\n                    \"setFinished\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/finish\",\r\n                    \"contentUserData\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/content-user-data?content_id=:contentId&data_type=:dataType&sub_content_id=:subContentId\"\r\n                },\r\n                \"saveFreq\": 7,\r\n                \"siteUrl\": \"https:\/\/dev.currikistudio.org\/api\",\r\n                \"l10n\": {\r\n                    \"H5P\": {\r\n                        \"fullscreen\": \"Fullscreen\",\r\n                        \"disableFullscreen\": \"Disable fullscreen\",\r\n                        \"download\": \"Download\",\r\n                        \"copyrights\": \"Rights of use\",\r\n                        \"embed\": \"Embed\",\r\n                        \"reuseDescription\": \"Reuse this content.\",\r\n                        \"size\": \"Size\",\r\n                        \"showAdvanced\": \"Show advanced\",\r\n                        \"hideAdvanced\": \"Hide advanced\",\r\n                        \"advancedHelp\": \"Include this script on your website if you want dynamic sizing of the embedded content:\",\r\n                        \"copyrightInformation\": \"Rights of use\",\r\n                        \"close\": \"Close\",\r\n                        \"title\": \"Title\",\r\n                        \"author\": \"Author\",\r\n                        \"year\": \"Year\",\r\n                        \"source\": \"Source\",\r\n                        \"license\": \"License\",\r\n                        \"thumbnail\": \"Thumbnail\",\r\n                        \"noCopyrights\": \"No copyright information available for this content.\",\r\n                        \"downloadDescription\": \"Download this content as a H5P file.\",\r\n                        \"copyrightsDescription\": \"View copyright information for this content.\",\r\n                        \"embedDescription\": \"View the embed code for this content.\",\r\n                        \"h5pDescription\": \"Visit H5P.org to check out more cool content.\",\r\n                        \"contentChanged\": \"This content has changed since you last used it.\",\r\n                        \"startingOver\": \"You'll be starting over.\",\r\n                        \"confirmDialogHeader\": \"Confirm action\",\r\n                        \"confirmDialogBody\": \"Please confirm that you wish to proceed. This action is not reversible.\",\r\n                        \"cancelLabel\": \"Cancel\",\r\n                        \"confirmLabel\": \"Confirm\",\r\n                        \"reuse\": \"Reuse\",\r\n                        \"reuseContent\": \"Reuse Content\"\r\n                    }\r\n                },\r\n                \"hubIsEnabled\": false,\r\n                \"reportingIsEnabled\": true,\r\n                \"user\": {\r\n                    \"name\": \"Abby tester test\",\r\n                    \"mail\": \"abby@curriki.org\"\r\n                },\r\n                \"editor\": {\r\n                    \"filesPath\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/editor\",\r\n                    \"fileIcon\": {\r\n                        \"path\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/images\/binary-file.png\",\r\n                        \"width\": 50,\r\n                        \"height\": 50\r\n                    },\r\n                    \"ajaxPath\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/\",\r\n                    \"libraryUrl\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/\",\r\n                    \"copyrightSemantics\": {\r\n                        \"name\": \"copyright\",\r\n                        \"type\": \"group\",\r\n                        \"label\": \"Copyright information\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"name\": \"title\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Title\",\r\n                                \"placeholder\": \"La Gioconda\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Author\",\r\n                                \"placeholder\": \"Leonardo da Vinci\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"year\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Year(s)\",\r\n                                \"placeholder\": \"1503 - 1517\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"source\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Source\",\r\n                                \"placeholder\": \"http:\/\/en.wikipedia.org\/wiki\/Mona_Lisa\",\r\n                                \"optional\": true,\r\n                                \"regexp\": {\r\n                                    \"pattern\": \"^http[s]?:\/\/.+\",\r\n                                    \"modifiers\": \"i\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"name\": \"license\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License\",\r\n                                \"default\": \"U\",\r\n                                \"options\": [\r\n                                    {\r\n                                        \"value\": \"U\",\r\n                                        \"label\": \"Undisclosed\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY\",\r\n                                        \"label\": \"Attribution\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-SA\",\r\n                                        \"label\": \"Attribution-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-ND\",\r\n                                        \"label\": \"Attribution-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC\",\r\n                                        \"label\": \"Attribution-NonCommercial\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-SA\",\r\n                                        \"label\": \"Attribution-NonCommercial-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-ND\",\r\n                                        \"label\": \"Attribution-NonCommercial-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"GNU GPL\",\r\n                                        \"label\": \"General Public License\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"v3\",\r\n                                                \"label\": \"Version 3\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v2\",\r\n                                                \"label\": \"Version 2\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v1\",\r\n                                                \"label\": \"Version 1\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"PD\",\r\n                                        \"label\": \"Public Domain\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"-\",\r\n                                                \"label\": \"-\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC0 1.0\",\r\n                                                \"label\": \"CC0 1.0 Universal\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC PDM\",\r\n                                                \"label\": \"Public Domain Mark\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"C\",\r\n                                        \"label\": \"Copyright\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"name\": \"version\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License Version\",\r\n                                \"options\": []\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"metadataSemantics\": [\r\n                        {\r\n                            \"name\": \"title\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Title\",\r\n                            \"placeholder\": \"La Gioconda\"\r\n                        },\r\n                        {\r\n                            \"name\": \"license\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License\",\r\n                            \"default\": \"U\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"U\",\r\n                                    \"label\": \"Undisclosed\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"optgroup\",\r\n                                    \"label\": \"Creative Commons\",\r\n                                    \"options\": [\r\n                                        {\r\n                                            \"value\": \"CC BY\",\r\n                                            \"label\": \"Attribution (CC BY)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-SA\",\r\n                                            \"label\": \"Attribution-ShareAlike (CC BY-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-ND\",\r\n                                            \"label\": \"Attribution-NoDerivs (CC BY-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC\",\r\n                                            \"label\": \"Attribution-NonCommercial (CC BY-NC)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-SA\",\r\n                                            \"label\": \"Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-ND\",\r\n                                            \"label\": \"Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC0 1.0\",\r\n                                            \"label\": \"Public Domain Dedication (CC0)\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC PDM\",\r\n                                            \"label\": \"Public Domain Mark (PDM)\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"GNU GPL\",\r\n                                    \"label\": \"General Public License v3\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"PD\",\r\n                                    \"label\": \"Public Domain\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"ODC PDDL\",\r\n                                    \"label\": \"Public Domain Dedication and Licence\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"C\",\r\n                                    \"label\": \"Copyright\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseVersion\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License Version\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"4.0\",\r\n                                    \"label\": \"4.0 International\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"3.0\",\r\n                                    \"label\": \"3.0 Unported\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.5\",\r\n                                    \"label\": \"2.5 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.0\",\r\n                                    \"label\": \"2.0 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"1.0\",\r\n                                    \"label\": \"1.0 Generic\"\r\n                                }\r\n                            ],\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearFrom\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (from)\",\r\n                            \"placeholder\": \"1991\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearTo\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (to)\",\r\n                            \"placeholder\": \"1992\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"source\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Source\",\r\n                            \"placeholder\": \"https:\/\/\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"authors\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"group\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"label\": \"Author's name\",\r\n                                        \"name\": \"name\",\r\n                                        \"optional\": true,\r\n                                        \"type\": \"text\"\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"role\",\r\n                                        \"type\": \"select\",\r\n                                        \"label\": \"Author's role\",\r\n                                        \"default\": \"Author\",\r\n                                        \"options\": [\r\n                                            {\r\n                                                \"value\": \"Author\",\r\n                                                \"label\": \"Author\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Editor\",\r\n                                                \"label\": \"Editor\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Licensee\",\r\n                                                \"label\": \"Licensee\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Originator\",\r\n                                                \"label\": \"Originator\"\r\n                                            }\r\n                                        ]\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseExtras\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"License Extras\",\r\n                            \"optional\": true,\r\n                            \"description\": \"Any additional information about the license\"\r\n                        },\r\n                        {\r\n                            \"name\": \"changes\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"change\",\r\n                                \"type\": \"group\",\r\n                                \"label\": \"Changelog\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"name\": \"date\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Date\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"author\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Changed by\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"log\",\r\n                                        \"type\": \"text\",\r\n                                        \"widget\": \"textarea\",\r\n                                        \"label\": \"Description of change\",\r\n                                        \"placeholder\": \"Photo cropped, text changed, etc.\",\r\n                                        \"optional\": true\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"authorComments\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"Author comments\",\r\n                            \"description\": \"Comments for the editor of the content (This text will not be published as a part of copyright info)\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"contentType\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        },\r\n                        {\r\n                            \"name\": \"defaultLanguage\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        }\r\n                    ],\r\n                    \"assets\": {\r\n                        \"css\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/libs\/darkroom.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/h5p-hub-client.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/fonts.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/application.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/libs\/zebra_datepicker.min.css\"\r\n                        ],\r\n                        \"js\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p-editor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5p-hub-client.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-semantic-structure.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-selector.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-fullscreen-bar.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-form.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-text.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-html.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-number.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-textarea.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file-uploader.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image-popup.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-av.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-group.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-boolean.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list-editor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-list-cache.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-select.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-hub.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-legacy.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-dimensions.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-coordinates.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-none.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-author-widget.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-changelog-widget.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-pre-save.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/ckeditor\/ckeditor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/language\/en.js\"\r\n                        ]\r\n                    },\r\n                    \"deleteMessage\": \"laravel-h5p.content.destoryed\",\r\n                    \"apiVersion\": {\r\n                        \"majorVersion\": 1,\r\n                        \"minorVersion\": 24\r\n                    }\r\n                },\r\n                \"loadedJs\": [],\r\n                \"loadedCss\": [],\r\n                \"core\": {\r\n                    \"styles\": [\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\"\r\n                    ],\r\n                    \"scripts\": [\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\"\r\n                    ]\r\n                },\r\n                \"contents\": {\r\n                    \"cid-54166\": {\r\n                        \"library\": \"H5P.CoursePresentation 1.22\",\r\n                        \"jsonContent\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n                        \"fullScreen\": 1,\r\n                        \"exportUrl\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/export\/54166\",\r\n                        \"embedCode\": \"<iframe src=\\\"https:\/\/dev.currikistudio.org\/h5p\/embed\/54166\\\" width=\\\":w\\\" height=\\\":h\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\/iframe>\",\r\n                        \"resizeCode\": \"<script src=\\\"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-resizer.js\\\" charset=\\\"UTF-8\\\"><\/script>\",\r\n                        \"url\": \"http:\/\/dev.currikistudio.org\/h5p\/embed\/54166\",\r\n                        \"title\": \"Taurus 10 Jun 2022\",\r\n                        \"displayOptions\": {\r\n                            \"frame\": true,\r\n                            \"export\": true,\r\n                            \"embed\": true,\r\n                            \"copyright\": false,\r\n                            \"icon\": true,\r\n                            \"copy\": false\r\n                        },\r\n                        \"contentUserData\": [\r\n                            {\r\n                                \"state\": \"{}\"\r\n                            }\r\n                        ],\r\n                        \"metadata\": {\r\n                            \"title\": \"Taurus 10 Jun 2022\",\r\n                            \"license\": \"U\"\r\n                        },\r\n                        \"scripts\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.AdvancedText-1.1\/text.js?ver=1.1.11\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Tether-1.0\/scripts\/tether.min.js?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/js\/drop.min.js?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Transition-1.0\/transition.js?ver=1.0.4\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.CoursePresentation-1.22\/dist\/h5p-course-presentation.js?ver=1.22.2\"\r\n                        ],\r\n                        \"styles\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.AdvancedText-1.1\/text.css?ver=1.1.11\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/FontAwesome-4.5\/h5p-font-awesome.min.css?ver=4.5.4\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.FontIcons-1.0\/styles\/h5p-font-icons.css?ver=1.0.6\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Tether-1.0\/styles\/tether.min.css?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/css\/drop-theme-arrows-bounce.min.css?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-help-dialog.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-message-dialog.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progress-circle.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-simple-rounded-button.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-speech-bubble.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-tip.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-slider.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-score-bar.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progressbar.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-ui.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-icon.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.CoursePresentation-1.22\/dist\/h5p-course-presentation.css?ver=1.22.2\"\r\n                        ]\r\n                    }\r\n                }\r\n            },\r\n            \"user\": {\r\n                \"id\": 3,\r\n                \"name\": \"Abby tester test\",\r\n                \"email\": \"abby@curriki.org\"\r\n            },\r\n            \"embed_code\": \"<div class=\\\"h5p-iframe-wrapper\\\"><iframe id=\\\"h5p-iframe-54166\\\" class=\\\"h5p-iframe\\\" data-content-id=\\\"54166\\\" style=\\\"height: 1px\\\" src=\\\"about:blank\\\" frameBorder=\\\"0\\\" scrolling=\\\"no\\\"><\/iframe><\/div>\"\r\n        },\r\n        \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n        \"updated_at\": \"2022-06-10T01:58:23.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Share Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/:independent_activity_id\/share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/:independent_activity_id\/share",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "11",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Share the specified independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to share independent activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 9,\r\n        \"title\": \"title\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"content\",\r\n        \"description\": null,\r\n        \"shared\": null,\r\n        \"order\": 0,\r\n        \"thumb_url\": null,\r\n        \"created_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"updated_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"gcr_activity_visibility\": false,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Arts\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Preschool (Ages 0-4)\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Homework\/Assignment\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": \"1\",\r\n        \"status\": null,\r\n        \"status_text\": null,\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"organization_name\": \"\",\r\n            \"job_title\": \"\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"organization_type\": null,\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": null\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Share Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/:independent_activity_id\/remove-share",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/:independent_activity_id\/remove-share",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "2",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove share the specified independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove share independent activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 9,\r\n        \"title\": \"title\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"content\",\r\n        \"description\": null,\r\n        \"shared\": null,\r\n        \"order\": 0,\r\n        \"thumb_url\": null,\r\n        \"created_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"updated_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"gcr_activity_visibility\": false,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Arts\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Preschool (Ages 0-4)\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Homework\/Assignment\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": \"1\",\r\n        \"status\": null,\r\n        \"status_text\": null,\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"organization_name\": \"\",\r\n            \"job_title\": \"\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"organization_type\": null,\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": null\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Independent Activity Search Preview",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/search-preview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/search-preview",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "2",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of an independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified independent activity search preview.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 54166,\r\n        \"title\": \"Taurus 10 Jun 2022\",\r\n        \"params\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"keywords\\\":[],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n        \"filtered\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n        \"slug\": \"taurus-10-jun-2022\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 22,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Taurus 10 Jun 2022\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 160,\r\n            \"name\": \"H5P.CoursePresentation\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 22,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"independent-activity\": {\r\n        \"id\": 1,\r\n        \"title\": \"Taurus 10 Jun 2022 edited\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"place_holder\",\r\n        \"description\": null,\r\n        \"shared\": false,\r\n        \"order\": 7,\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/420233\/pexels-photo-420233.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&h=200&w=280\",\r\n        \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n        \"updated_at\": \"2022-06-10T01:58:23.000000Z\",\r\n        \"gcr_activity_visibility\": true,\r\n        \"subjects\": [],\r\n        \"education_levels\": [],\r\n        \"author_tags\": [],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"status\": 2,\r\n        \"status_text\": \"FINISHED\",\r\n        \"indexing\": 3,\r\n        \"indexing_text\": \"APPROVED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby tester test\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2022-06-14T09:32:00.000000Z\",\r\n            \"first_name\": \"Abby tester\",\r\n            \"last_name\": \"test\",\r\n            \"organization_name\": \"Curriki\",\r\n            \"job_title\": \"PM\",\r\n            \"address\": null,\r\n            \"phone_number\": \"4543543543\",\r\n            \"organization_type\": \"K-12\",\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0ARrdaM-BKypS4SFslL_n_LjqfIhQkoZjsLbi7YVPNSIjlIYfxRsB_B-0cCObtILu5Cereaa1GrVVO-1U0O3v6rgVaqfqq9n3jJM8cZueVYGSJxhhCtGMnWoZ5Ni9Exi2uVxC9rXR17T1p-NgWwUddYZInBO8Fk0\\\",\\\"scope\\\":\\\"email profile https:\/\/www.googleapis.com\/auth\/classroom.coursework.students https:\/\/www.googleapis.com\/auth\/userinfo.email https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly https:\/\/www.googleapis.com\/auth\/classroom.coursework.me https:\/\/www.googleapis.com\/auth\/classroom.topics https:\/\/www.googleapis.com\/auth\/classroom.courses openid https:\/\/www.googleapis.com\/auth\/userinfo.profile https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly\\\",\\\"login_hint\\\":\\\"AJDLj6IhjPEjK-HinFn0-xSdbBgjitIliFKMmP0IT37J-BCTcA7-DF5lesECWi3460LMx3a9xrFCjvBSgPqjknqtmIdAXn5G9LXjf_CP3rxipnDlrfmpZzU\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6Ijc0ODNhMDg4ZDRmZmMwMDYwOWYwZTIyZjNjMjJkYTVmZTM5MDZjY2MiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTA2MjM0MTAzNzYwNjM5NzYzMzA1IiwiZW1haWwiOiJmYWhhZC5jdXJyaWtpQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiTkZ6dFR2ZnNDdUNTMG5aQmRzZDlyUSIsIm5hbWUiOiJGYWhhZCBGYXJydWtoIiwicGljdHVyZSI6Imh0dHBzOi8vbGgzLmdvb2dsZXVzZXJjb250ZW50LmNvbS9hL0FBVFhBSnlfSkxxMTZfRnlSSTJEQTdxdEdyc21uZHIyVHdwUG1BMUhYbVY4PXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkZhaGFkIiwiZmFtaWx5X25hbWUiOiJGYXJydWtoIiwibG9jYWxlIjoiZW4iLCJpYXQiOjE2NTQ4MjYyMTgsImV4cCI6MTY1NDgyOTgxOCwianRpIjoiNmM3ZGZhMmYwZDllYTA4ZDNjNzY2ZjJlMTU4MmYxODI5ZjRkMjQxNSJ9.UHc3Hy2rdm190fGbjFjkAoulIYvlAYSaUa6EALqB32mr2ZO4RVxY85nKxeN1GxqXySgCdtNMfmBnRmr7JO7t4qMipuIHCCNLFd3rbh9QJ9z5HuK08gxgKT1IWgfEqzjA9nqX59TDY-3yK41gbIzUR2buXUdIM6EpA9lYW11-gh053wUdKk0zwmgeTRpiJ1qttRV3C50E53mzC61T2bLk56kLXiQPHx6C9LwFoTYtqJq5COILD3Tzg29XXldE7zKszDRUEJFMT9_GvFNsjfJTGv7dPhzxiLeOCs0cjbpJuGyFaYaRyOYvILqDjJH9wYF8KbalnhN9g-HOXDNZk0nphA\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"0\\\"}},\\\"first_issued_at\\\":1654826218249,\\\"expires_at\\\":1654829817249,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": {\r\n            \"id\": 54166,\r\n            \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"updated_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Taurus 10 Jun 2022\",\r\n            \"library_id\": 160,\r\n            \"parameters\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"keywords\\\":[],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"filtered\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"slug\": \"taurus-10-jun-2022\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        }\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Clone Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/clone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/clone",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "5",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Clone the specified independent activity of an suborganization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Independent Activity is being cloned|duplicated in background!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Not a Public Independent Activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to clone independent activity.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Export Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/export",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "19",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent_activity"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Export the specified activity of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Your request to export independent Activity [title] has been received and is being processed.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/import",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"independent_activity\":\"alias\"}"
                        },
                        "description": "Import the specified independent activity of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Your request to import independent activity has been received and is being processed.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Copy Independent Activity into Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/playlist\/:playlist_id\/copy-to-playlist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/:independent_activity_id\/playlist\/:playlist_id\/copy-to-playlist",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "9",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "5",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent activity"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Clone the specified independent activity of an suborganization and link with a playlist.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Independent Activity is being copied in background!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Not a Public Independent Activity.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to copy independent activity.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Move Independent Activity into Playlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/playlist\/:playlist_id\/move-to-playlist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/playlist\/:playlist_id\/move-to-playlist",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "19",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of a playlist"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"independentActivityIds\":[1,2]}"
                        },
                        "description": "Move the specified independent activity of an suborganization and link with a playlist.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Your request to add independent activity into playlist [playlistTitle] has been received and is being processed.<br> You will be alerted in the notification section in the title bar when complete.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"The given data was invalid.\",\n  \"errors\": {\n     \"independentActivityIds.0\": [\n         \"Activities that are moving to projects should have share disabled and library preference should be private.\"\n     ]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Copy Activity into Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/independent-activities\/activity\/:activity_id\/copy-to-independent-activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/independent-activities\/activity\/:activity_id\/copy-to-independent-activity",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "13",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "20",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "1",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Copy the specified activity of an suborganization into an independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Your request to copy activity [activity->title] into independent activity has been received and is being processed.<br> You will be alerted in the notification section in the title bar when completed.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Independent Activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/independent-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/independent-activities",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"Video\",\"indexing\":\"2\",\"shared\":true,\"created_from\":\"2022-12-05\",\"created_to\":\"2022-12-05\",\"updated_from\":\"2022-12-05\",\"updated_to\":\"2022-12-05\",\"author_id\":17,\"order_by_column\":\"title\",\"order_by_type\":\"asc\",\"size\":10}"
                        },
                        "description": "Get a list of the independent activities of an organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 7,\r\n            \"title\": \"title\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"place_holder\",\r\n            \"description\": null,\r\n            \"shared\": false,\r\n            \"order\": 0,\r\n            \"thumb_url\": null,\r\n            \"created_at\": \"2022-04-28T01:03:22.000000Z\",\r\n            \"updated_at\": \"2022-04-28T01:03:22.000000Z\",\r\n            \"gcr_activity_visibility\": false,\r\n            \"subjects\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Arts\",\r\n                    \"order\": null,\r\n                    \"organization_id\": 63,\r\n                    \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                    \"updated_at\": null\r\n                }\r\n            ],\r\n            \"education_levels\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Preschool (Ages 0-4)\",\r\n                    \"order\": null,\r\n                    \"organization_id\": 63,\r\n                    \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                    \"updated_at\": null\r\n                }\r\n            ],\r\n            \"author_tags\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"Homework\/Assignment\",\r\n                    \"order\": null,\r\n                    \"organization_id\": 63,\r\n                    \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                    \"updated_at\": null\r\n                }\r\n            ],\r\n            \"source_type\": null,\r\n            \"source_url\": null,\r\n            \"organization_visibility_type_id\": 1,\r\n            \"status\": 1,\r\n            \"status_text\": \"DRAFT\",\r\n            \"indexing\": null,\r\n            \"indexing_text\": \"NOT REQUESTED\",\r\n            \"user\": {\r\n                \"id\": 3,\r\n                \"name\": \"Abby _\",\r\n                \"email\": \"abby@curriki.org\",\r\n                \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n                \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n                \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n                \"first_name\": \"Abby\",\r\n                \"last_name\": \"_\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"192.168.96.10\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"h5p_content\": null\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"title\": \"title\",\r\n            \"type\": \"h5p\",\r\n            \"content\": \"place_holder\",\r\n            \"description\": null,\r\n            \"shared\": false,\r\n            \"order\": 1,\r\n            \"thumb_url\": null,\r\n            \"created_at\": \"2022-04-28T00:33:33.000000Z\",\r\n            \"updated_at\": \"2022-05-19T12:16:05.000000Z\",\r\n            \"gcr_activity_visibility\": false,\r\n            \"subjects\": [],\r\n            \"education_levels\": [],\r\n            \"author_tags\": [],\r\n            \"source_type\": null,\r\n            \"source_url\": null,\r\n            \"organization_visibility_type_id\": 4,\r\n            \"status\": 2,\r\n            \"status_text\": \"FINISHED\",\r\n            \"indexing\": 1,\r\n            \"indexing_text\": \"REQUESTED\",\r\n            \"user\": {\r\n                \"id\": 3,\r\n                \"name\": \"Abby _\",\r\n                \"email\": \"abby@curriki.org\",\r\n                \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n                \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n                \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n                \"first_name\": \"Abby\",\r\n                \"last_name\": \"_\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"192.168.96.10\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"h5p_content\": null\r\n        }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Independent Activity Indexing",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/:independent_activity_id\/indexes\/:index",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/:independent_activity_id\/indexes\/:index",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "12",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "index",
                                    "key": "index",
                                    "value": "3",
                                    "description": "New Integer Index Value, 1 => 'REQUESTED', 2 => 'NOT APPROVED', 3 => 'APPROVED'."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of a independent_activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Modify the index value of an independent activity.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Library status changed successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Invalid index value provided.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get H5P Resource Settings (Shared)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/:independent_activity_id\/h5p-resource-settings-shared",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/:independent_activity_id\/h5p-resource-settings-shared",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "10",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "repellat",
                                    "description": "The Id of an independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings for a shared independent activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Independent Activity not found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 54166,\r\n        \"title\": \"Taurus 10 Jun 2022\",\r\n        \"params\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"keywords\\\":[],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n        \"filtered\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n        \"slug\": \"taurus-10-jun-2022\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 22,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Taurus 10 Jun 2022\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 160,\r\n            \"name\": \"H5P.CoursePresentation\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 22,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"independent-activity\": {\r\n        \"id\": 1,\r\n        \"title\": \"Taurus 10 Jun 2022 edited\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"place_holder\",\r\n        \"description\": null,\r\n        \"shared\": false,\r\n        \"order\": 7,\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/420233\/pexels-photo-420233.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&h=200&w=280\",\r\n        \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n        \"updated_at\": \"2022-06-10T01:58:23.000000Z\",\r\n        \"gcr_activity_visibility\": true,\r\n        \"subjects\": [],\r\n        \"education_levels\": [],\r\n        \"author_tags\": [],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"status\": 2,\r\n        \"status_text\": \"FINISHED\",\r\n        \"indexing\": 3,\r\n        \"indexing_text\": \"APPROVED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby tester test\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2022-06-14T09:32:00.000000Z\",\r\n            \"first_name\": \"Abby tester\",\r\n            \"last_name\": \"test\",\r\n            \"organization_name\": \"Curriki\",\r\n            \"job_title\": \"PM\",\r\n            \"address\": null,\r\n            \"phone_number\": \"4543543543\",\r\n            \"organization_type\": \"K-12\",\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0ARrdaM-BKypS4SFslL_n_LjqfIhQkoZjsLbi7YVPNSIjlIYfxRsB_B-0cCObtILu5Cereaa1GrVVO-1U0O3v6rgVaqfqq9n3jJM8cZueVYGSJxhhCtGMnWoZ5Ni9Exi2uVxC9rXR17T1p-NgWwUddYZInBO8Fk0\\\",\\\"scope\\\":\\\"email profile https:\/\/www.googleapis.com\/auth\/classroom.coursework.students https:\/\/www.googleapis.com\/auth\/userinfo.email https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly https:\/\/www.googleapis.com\/auth\/classroom.coursework.me https:\/\/www.googleapis.com\/auth\/classroom.topics https:\/\/www.googleapis.com\/auth\/classroom.courses openid https:\/\/www.googleapis.com\/auth\/userinfo.profile https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly\\\",\\\"login_hint\\\":\\\"AJDLj6IhjPEjK-HinFn0-xSdbBgjitIliFKMmP0IT37J-BCTcA7-DF5lesECWi3460LMx3a9xrFCjvBSgPqjknqtmIdAXn5G9LXjf_CP3rxipnDlrfmpZzU\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6Ijc0ODNhMDg4ZDRmZmMwMDYwOWYwZTIyZjNjMjJkYTVmZTM5MDZjY2MiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTA2MjM0MTAzNzYwNjM5NzYzMzA1IiwiZW1haWwiOiJmYWhhZC5jdXJyaWtpQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiTkZ6dFR2ZnNDdUNTMG5aQmRzZDlyUSIsIm5hbWUiOiJGYWhhZCBGYXJydWtoIiwicGljdHVyZSI6Imh0dHBzOi8vbGgzLmdvb2dsZXVzZXJjb250ZW50LmNvbS9hL0FBVFhBSnlfSkxxMTZfRnlSSTJEQTdxdEdyc21uZHIyVHdwUG1BMUhYbVY4PXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkZhaGFkIiwiZmFtaWx5X25hbWUiOiJGYXJydWtoIiwibG9jYWxlIjoiZW4iLCJpYXQiOjE2NTQ4MjYyMTgsImV4cCI6MTY1NDgyOTgxOCwianRpIjoiNmM3ZGZhMmYwZDllYTA4ZDNjNzY2ZjJlMTU4MmYxODI5ZjRkMjQxNSJ9.UHc3Hy2rdm190fGbjFjkAoulIYvlAYSaUa6EALqB32mr2ZO4RVxY85nKxeN1GxqXySgCdtNMfmBnRmr7JO7t4qMipuIHCCNLFd3rbh9QJ9z5HuK08gxgKT1IWgfEqzjA9nqX59TDY-3yK41gbIzUR2buXUdIM6EpA9lYW11-gh053wUdKk0zwmgeTRpiJ1qttRV3C50E53mzC61T2bLk56kLXiQPHx6C9LwFoTYtqJq5COILD3Tzg29XXldE7zKszDRUEJFMT9_GvFNsjfJTGv7dPhzxiLeOCs0cjbpJuGyFaYaRyOYvILqDjJH9wYF8KbalnhN9g-HOXDNZk0nphA\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"0\\\"}},\\\"first_issued_at\\\":1654826218249,\\\"expires_at\\\":1654829817249,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": {\r\n            \"id\": 54166,\r\n            \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"updated_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Taurus 10 Jun 2022\",\r\n            \"library_id\": 160,\r\n            \"parameters\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"keywords\\\":[],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"filtered\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"slug\": \"taurus-10-jun-2022\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        }\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get H5P Resource Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/independent-activities\/:independent_activity_id\/h5p-resource-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/independent-activities\/:independent_activity_id\/h5p-resource-settings",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "18",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of an independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings for an independent activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Independent Activity doesn't belong to this user.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 54166,\r\n        \"title\": \"Taurus 10 Jun 2022\",\r\n        \"params\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"keywords\\\":[],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n        \"filtered\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n        \"slug\": \"taurus-10-jun-2022\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 22,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Taurus 10 Jun 2022\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 160,\r\n            \"name\": \"H5P.CoursePresentation\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 22,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"independent-activity\": {\r\n        \"id\": 1,\r\n        \"title\": \"Taurus 10 Jun 2022 edited\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"place_holder\",\r\n        \"description\": null,\r\n        \"shared\": false,\r\n        \"order\": 7,\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/420233\/pexels-photo-420233.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&h=200&w=280\",\r\n        \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n        \"updated_at\": \"2022-06-10T01:58:23.000000Z\",\r\n        \"gcr_activity_visibility\": true,\r\n        \"subjects\": [],\r\n        \"education_levels\": [],\r\n        \"author_tags\": [],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": 4,\r\n        \"status\": 2,\r\n        \"status_text\": \"FINISHED\",\r\n        \"indexing\": 3,\r\n        \"indexing_text\": \"APPROVED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby tester test\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2022-06-14T09:32:00.000000Z\",\r\n            \"first_name\": \"Abby tester\",\r\n            \"last_name\": \"test\",\r\n            \"organization_name\": \"Curriki\",\r\n            \"job_title\": \"PM\",\r\n            \"address\": null,\r\n            \"phone_number\": \"4543543543\",\r\n            \"organization_type\": \"K-12\",\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0ARrdaM-BKypS4SFslL_n_LjqfIhQkoZjsLbi7YVPNSIjlIYfxRsB_B-0cCObtILu5Cereaa1GrVVO-1U0O3v6rgVaqfqq9n3jJM8cZueVYGSJxhhCtGMnWoZ5Ni9Exi2uVxC9rXR17T1p-NgWwUddYZInBO8Fk0\\\",\\\"scope\\\":\\\"email profile https:\/\/www.googleapis.com\/auth\/classroom.coursework.students https:\/\/www.googleapis.com\/auth\/userinfo.email https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly https:\/\/www.googleapis.com\/auth\/classroom.coursework.me https:\/\/www.googleapis.com\/auth\/classroom.topics https:\/\/www.googleapis.com\/auth\/classroom.courses openid https:\/\/www.googleapis.com\/auth\/userinfo.profile https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly\\\",\\\"login_hint\\\":\\\"AJDLj6IhjPEjK-HinFn0-xSdbBgjitIliFKMmP0IT37J-BCTcA7-DF5lesECWi3460LMx3a9xrFCjvBSgPqjknqtmIdAXn5G9LXjf_CP3rxipnDlrfmpZzU\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6Ijc0ODNhMDg4ZDRmZmMwMDYwOWYwZTIyZjNjMjJkYTVmZTM5MDZjY2MiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTA2MjM0MTAzNzYwNjM5NzYzMzA1IiwiZW1haWwiOiJmYWhhZC5jdXJyaWtpQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiTkZ6dFR2ZnNDdUNTMG5aQmRzZDlyUSIsIm5hbWUiOiJGYWhhZCBGYXJydWtoIiwicGljdHVyZSI6Imh0dHBzOi8vbGgzLmdvb2dsZXVzZXJjb250ZW50LmNvbS9hL0FBVFhBSnlfSkxxMTZfRnlSSTJEQTdxdEdyc21uZHIyVHdwUG1BMUhYbVY4PXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkZhaGFkIiwiZmFtaWx5X25hbWUiOiJGYXJydWtoIiwibG9jYWxlIjoiZW4iLCJpYXQiOjE2NTQ4MjYyMTgsImV4cCI6MTY1NDgyOTgxOCwianRpIjoiNmM3ZGZhMmYwZDllYTA4ZDNjNzY2ZjJlMTU4MmYxODI5ZjRkMjQxNSJ9.UHc3Hy2rdm190fGbjFjkAoulIYvlAYSaUa6EALqB32mr2ZO4RVxY85nKxeN1GxqXySgCdtNMfmBnRmr7JO7t4qMipuIHCCNLFd3rbh9QJ9z5HuK08gxgKT1IWgfEqzjA9nqX59TDY-3yK41gbIzUR2buXUdIM6EpA9lYW11-gh053wUdKk0zwmgeTRpiJ1qttRV3C50E53mzC61T2bLk56kLXiQPHx6C9LwFoTYtqJq5COILD3Tzg29XXldE7zKszDRUEJFMT9_GvFNsjfJTGv7dPhzxiLeOCs0cjbpJuGyFaYaRyOYvILqDjJH9wYF8KbalnhN9g-HOXDNZk0nphA\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"0\\\"}},\\\"first_issued_at\\\":1654826218249,\\\"expires_at\\\":1654829817249,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": {\r\n            \"id\": 54166,\r\n            \"created_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"updated_at\": \"2022-06-10T01:49:20.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Taurus 10 Jun 2022\",\r\n            \"library_id\": 160,\r\n            \"parameters\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"keywords\\\":[],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"filtered\": \"{\\\"presentation\\\":{\\\"slides\\\":[{\\\"elements\\\":[{\\\"x\\\":29.956427015250547,\\\"y\\\":29.999999999999996,\\\"width\\\":40,\\\"height\\\":40,\\\"action\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Taurus 10 Jun 2022<\\\\\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"efa0c7bc-871b-4f2f-a79f-1ff2f3a3a88e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 10 Jun 2022\\\"}},\\\"alwaysDisplayComments\\\":false,\\\"backgroundOpacity\\\":0,\\\"displayAsButton\\\":false,\\\"buttonSize\\\":\\\"big\\\",\\\"goToSlideType\\\":\\\"specified\\\",\\\"invisible\\\":false,\\\"solution\\\":\\\"\\\"}],\\\"slideBackgroundSelector\\\":{}}],\\\"keywordListEnabled\\\":true,\\\"globalBackgroundSelector\\\":{},\\\"keywordListAlwaysShow\\\":false,\\\"keywordListAutoHide\\\":false,\\\"keywordListOpacity\\\":90},\\\"override\\\":{\\\"activeSurface\\\":false,\\\"hideSummarySlide\\\":false,\\\"summarySlideSolutionButton\\\":true,\\\"summarySlideRetryButton\\\":true,\\\"enablePrintButton\\\":false,\\\"social\\\":{\\\"showFacebookShare\\\":false,\\\"facebookShare\\\":{\\\"url\\\":\\\"@currentpageurl\\\",\\\"quote\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\"},\\\"showTwitterShare\\\":false,\\\"twitterShare\\\":{\\\"statement\\\":\\\"I scored @score out of @maxScore on a task at @currentpageurl.\\\",\\\"url\\\":\\\"@currentpageurl\\\",\\\"hashtags\\\":\\\"h5p, course\\\"},\\\"showGoogleShare\\\":false,\\\"googleShareUrl\\\":\\\"@currentpageurl\\\"}},\\\"l10n\\\":{\\\"slide\\\":\\\"Slide\\\",\\\"score\\\":\\\"Score\\\",\\\"yourScore\\\":\\\"Your Score\\\",\\\"maxScore\\\":\\\"Max Score\\\",\\\"total\\\":\\\"Total\\\",\\\"totalScore\\\":\\\"Total Score\\\",\\\"showSolutions\\\":\\\"Show solutions\\\",\\\"retry\\\":\\\"Retry\\\",\\\"exportAnswers\\\":\\\"Export text\\\",\\\"hideKeywords\\\":\\\"Hide sidebar navigation menu\\\",\\\"showKeywords\\\":\\\"Show sidebar navigation menu\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\",\\\"prevSlide\\\":\\\"Previous slide\\\",\\\"nextSlide\\\":\\\"Next slide\\\",\\\"currentSlide\\\":\\\"Current slide\\\",\\\"lastSlide\\\":\\\"Last slide\\\",\\\"solutionModeTitle\\\":\\\"Exit solution mode\\\",\\\"solutionModeText\\\":\\\"Solution Mode\\\",\\\"summaryMultipleTaskText\\\":\\\"Multiple tasks\\\",\\\"scoreMessage\\\":\\\"You achieved:\\\",\\\"shareFacebook\\\":\\\"Share on Facebook\\\",\\\"shareTwitter\\\":\\\"Share on Twitter\\\",\\\"shareGoogle\\\":\\\"Share on Google+\\\",\\\"summary\\\":\\\"Summary\\\",\\\"solutionsButtonTitle\\\":\\\"Show comments\\\",\\\"printTitle\\\":\\\"Print\\\",\\\"printIngress\\\":\\\"How would you like to print this presentation?\\\",\\\"printAllSlides\\\":\\\"Print all slides\\\",\\\"printCurrentSlide\\\":\\\"Print current slide\\\",\\\"noTitle\\\":\\\"No title\\\",\\\"accessibilitySlideNavigationExplanation\\\":\\\"Use left and right arrow to change slide in that direction whenever canvas is selected.\\\",\\\"accessibilityCanvasLabel\\\":\\\"Presentation canvas. Use left and right arrow to move between slides.\\\",\\\"containsNotCompleted\\\":\\\"@slideName contains not completed interaction\\\",\\\"containsCompleted\\\":\\\"@slideName contains completed interaction\\\",\\\"slideCount\\\":\\\"Slide @index of @total\\\",\\\"containsOnlyCorrect\\\":\\\"@slideName only has correct answers\\\",\\\"containsIncorrectAnswers\\\":\\\"@slideName has incorrect answers\\\",\\\"shareResult\\\":\\\"Share Result\\\",\\\"accessibilityTotalScore\\\":\\\"You got @score of @maxScore points in total\\\",\\\"accessibilityEnteredFullscreen\\\":\\\"Entered fullscreen\\\",\\\"accessibilityExitedFullscreen\\\":\\\"Exited fullscreen\\\"}}\",\r\n            \"slug\": \"taurus-10-jun-2022\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        }\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "7. Activity Layout",
            "description": "\nAPIs for activity layout management",
            "item": [
                {
                    "name": "Get Activity Layouts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-layouts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-layouts",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"vktbzfdzochaaxlotyzypsrf\",\"size\":10,\"order_by_column\":\"title\",\"order_by_type\":\"asc\"}"
                        },
                        "description": "Get a list of the activity layouts.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 2,\r\n            \"title\": \"Layout Two\",\r\n            \"description\": \"test\",\r\n            \"order\": null,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"test\",\r\n            \"image\": \"\/storage\/activity-layouts\/BmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n            \"demo_activity_id\": \"1\",\r\n            \"demo_video_id\": \"1\",\r\n            \"organization_id\": \"1\",\r\n            \"created_at\": \"2022-02-09T10:22:42.000000Z\",\r\n            \"updated_at\": \"2022-02-09T10:22:42.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 1,\r\n            \"title\": \"Layout One\",\r\n            \"description\": \"test\",\r\n            \"order\": null,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"test\",\r\n            \"image\": \"\/storage\/activity-layouts\/BmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n            \"demo_activity_id\": \"1\",\r\n            \"demo_video_id\": \"1\",\r\n            \"organization_id\": \"1\",\r\n            \"created_at\": \"2022-02-09T09:46:28.000000Z\",\r\n            \"updated_at\": \"2022-02-09T10:24:52.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/activity-layouts?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/activity-layouts?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/activity-layouts\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Activity Layout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-layouts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-layouts",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Audio\",\"description\":\"eum\",\"order\":1,\"type\":\"aut\",\"h5pLib\":\"odio\",\"image\":\"voluptas\",\"demo_activity_id\":\"dolor\",\"demo_video_id\":\"consectetur\",\"organization_id\":10}"
                        },
                        "description": "Create a new activity layout.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid activity type id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create activity layout. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"activityLayout\": {\r\n        \"id\": 1,\r\n        \"title\": \"Layout One\",\r\n        \"description\": \"test\",\r\n        \"order\": null,\r\n        \"type\": \"h5p\",\r\n        \"h5pLib\": \"test\",\r\n        \"image\": \"\/storage\/activity-layouts\/BmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n        \"demo_activity_id\": \"1\",\r\n        \"demo_video_id\": \"1\",\r\n        \"organization_id\": \"1\",\r\n        \"created_at\": \"2022-02-09T09:46:28.000000Z\",\r\n        \"updated_at\": \"2022-02-09T10:24:52.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-layouts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-layouts\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "2",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the activity layout."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                },
                                {
                                    "id": "activityLayout",
                                    "key": "activityLayout",
                                    "value": "1",
                                    "description": "The Id of a activity layout"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified activity layout.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activityLayout\": {\r\n        \"id\": 1,\r\n        \"title\": \"Layout One\",\r\n        \"description\": \"test\",\r\n        \"order\": null,\r\n        \"type\": \"h5p\",\r\n        \"h5pLib\": \"test\",\r\n        \"image\": \"\/storage\/activity-layouts\/BmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n        \"demo_activity_id\": \"1\",\r\n        \"demo_video_id\": \"1\",\r\n        \"organization_id\": \"1\",\r\n        \"created_at\": \"2022-02-09T09:46:28.000000Z\",\r\n        \"updated_at\": \"2022-02-09T10:24:52.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-layouts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-layouts\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the activity layout."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                },
                                {
                                    "id": "activityLayout",
                                    "key": "activityLayout",
                                    "value": "1",
                                    "description": "The Id of a activity layout"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified activity layout.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity layout has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete activity layout.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload Thumbnail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activity-layouts\/upload-thumb",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activity-layouts\/upload-thumb"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "thumb",
                                    "value": "esse",
                                    "type": "text",
                                    "description": "Thumbnail image"
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Upload thumbnail image for a activity layout",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"image\": \"\/storage\/activity-layouts\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid image.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "8. Activity Item",
            "description": "\nAPIs for activity item management",
            "item": [
                {
                    "name": "Get Activity Items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization\/activity-items",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization\/activity-items",
                            "variable": [
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "asperiores",
                                    "description": "The suborganization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the activity items.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activityItems\": [\r\n        {\r\n            \"id\": 1,\r\n            \"title\": \"Audio Recorder\",\r\n            \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n            \"order\": 1,\r\n            \"activityType\": {\r\n                \"id\": 1,\r\n                \"title\": \"Audio\",\r\n                \"order\": 0,\r\n                \"image\": \"\/storage\/activity-types\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n                \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n                \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n            },\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n            \"image\": \"\/storage\/activity-items\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n            \"demo_activity_id\": \"768\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\",\r\n            \"organization_id\": 1,\r\n            \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n            \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"title\": \"Dictation\",\r\n            \"description\": \"A tool to create dictation exercises\",\r\n            \"order\": 2,\r\n            \"activityType\": {\r\n                \"id\": 1,\r\n                \"title\": \"Audio\",\r\n                \"order\": 0,\r\n                \"image\": \"\/storage\/activity-types\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n                \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n                \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n            },\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.Dictation 1.0\",\r\n            \"image\": \"\/storage\/activity-items\/WpXZiHcrkBmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n            \"demo_activity_id\": \"760\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/O73ikb7yxLg\",\r\n            \"organization_id\": 1,\r\n            \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n            \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-items",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-items",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Audio\",\"description\":\"molestiae\",\"order\":1,\"activity_type_id\":19,\"type\":\"optio\",\"h5pLib\":\"temporibus\",\"image\":\"numquam\",\"demo_activity_id\":\"autem\",\"demo_video_id\":\"delectus\",\"organization_id\":5}"
                        },
                        "description": "Create a new activity item.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid activity type id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create activity item. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"activityItem\": {\r\n        \"id\": 1,\r\n        \"title\": \"Audio Recorder\",\r\n        \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n        \"order\": 1,\r\n        \"activityType\": {\r\n            \"id\": 1,\r\n            \"title\": \"Audio\",\r\n            \"order\": 0,\r\n            \"image\": \"\/storage\/activity-types\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n            \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n            \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n        },\r\n        \"type\": \"h5p\",\r\n        \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n        \"image\": \"\/storage\/activity-items\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n        \"demo_activity_id\": \"768\",\r\n        \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\",\r\n        \"organization_id\": 1,\r\n        \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n        \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-items\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-items\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "17",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the activity item."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activityItem",
                                    "key": "activityItem",
                                    "value": "1",
                                    "description": "The Id of a activity item"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified activity item.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activityItem\": {\r\n        \"id\": 1,\r\n        \"title\": \"Audio Recorder\",\r\n        \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n        \"order\": 1,\r\n        \"activityType\": {\r\n            \"id\": 1,\r\n            \"title\": \"Audio\",\r\n            \"order\": 0,\r\n            \"image\": \"\/storage\/activity-types\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n            \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n            \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n        },\r\n        \"type\": \"h5p\",\r\n        \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n        \"image\": \"\/storage\/activity-items\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n        \"demo_activity_id\": \"768\",\r\n        \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\",\r\n        \"organization_id\": 1,\r\n        \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n        \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-items\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-items\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "18",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the activity item."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activityItem",
                                    "key": "activityItem",
                                    "value": "1",
                                    "description": "The Id of a activity item"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified activity item.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity item has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete activity item.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity Items with pagination and search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/get-activity-items",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/get-activity-items",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the activity items.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activityItems\": [\r\n        {\r\n            \"id\": 1,\r\n            \"title\": \"Audio Recorder\",\r\n            \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n            \"order\": 1,\r\n            \"activityType\": {\r\n                \"id\": 1,\r\n                \"title\": \"Audio\",\r\n                \"order\": 0,\r\n                \"image\": \"\/storage\/activity-types\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n                \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n                \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n            },\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n            \"image\": \"\/storage\/activity-items\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n            \"demo_activity_id\": \"768\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\",\r\n            \"organization_id\": 1,\r\n            \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n            \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"title\": \"Dictation\",\r\n            \"description\": \"A tool to create dictation exercises\",\r\n            \"order\": 2,\r\n            \"activityType\": {\r\n                \"id\": 1,\r\n                \"title\": \"Audio\",\r\n                \"order\": 0,\r\n                \"image\": \"\/storage\/activity-types\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n                \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n                \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n            },\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.Dictation 1.0\",\r\n            \"image\": \"\/storage\/activity-items\/WpXZiHcrkBmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n            \"demo_activity_id\": \"760\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/O73ikb7yxLg\",\r\n            \"organization_id\": 1,\r\n            \"created_at\": \"2020-08-25T16:29:35.000000Z\",\r\n            \"updated_at\": \"2020-08-25T16:29:35.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload Thumbnail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activity-items\/upload-thumb",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activity-items\/upload-thumb"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "thumb",
                                    "value": "rerum",
                                    "type": "text",
                                    "description": "Thumbnail image"
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Upload thumbnail image for a activity item",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"thumbUrl\": \"\/storage\/activity-items\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid image.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "9. Activity Type",
            "description": "\nAPIs for activity type management",
            "item": [
                {
                    "name": "Get Activity Type Items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activity-types\/:activityType_id\/items",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activity-types\/:activityType_id\/items",
                            "variable": [
                                {
                                    "id": "activityType_id",
                                    "key": "activityType_id",
                                    "value": "6",
                                    "description": "The ID of the activityType."
                                },
                                {
                                    "id": "activityType",
                                    "key": "activityType",
                                    "value": "1",
                                    "description": "The Id of a activity type"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of activity items of the specified activity type.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activityItems\": [\r\n        {\r\n            \"id\": 52,\r\n            \"title\": \"Spoken Answers\",\r\n            \"description\": \"Voice recognition activity that the learner can answered with their own voice.\",\r\n            \"order\": 3,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.SpeakTheWords 1.3\",\r\n            \"image\": \"\/storage\/uploads\/7iyRffLSS9QdFKCazDuDetl6WPk4BQP8tEP2eeuJ.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"769\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/lgzsJDcMvPI\"\r\n        },\r\n        {\r\n            \"id\": 50,\r\n            \"title\": \"Audio Recorder\",\r\n            \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n            \"order\": 1,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n            \"image\": \"\/storage\/uploads\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"768\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\"\r\n        },\r\n        {\r\n            \"id\": 51,\r\n            \"title\": \"Dictation\",\r\n            \"description\": \"A tool to create dictation exercises\",\r\n            \"order\": 2,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.Dictation 1.0\",\r\n            \"image\": \"\/storage\/uploads\/WpXZiHcrkBmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"767\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/JLYtQpB0JmY\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-types",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "10",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the activity types.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"activityTypes\": [\r\n        {\r\n            \"id\": 7,\r\n            \"title\": \"Audio\",\r\n            \"order\": 0,\r\n            \"image\": \"\/storage\/uploads\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n            \"organization_id\": 1,\r\n            \"activityItems\": [\r\n                {\r\n                    \"id\": 52,\r\n                    \"title\": \"Spoken Answers\",\r\n                    \"description\": \"Voice recognition activity that the learner can answered with their own voice.\",\r\n                    \"order\": 3,\r\n                    \"activity_type_id\": 7,\r\n                    \"type\": \"h5p\",\r\n                    \"h5pLib\": \"H5P.SpeakTheWords 1.3\",\r\n                    \"image\": \"\/storage\/uploads\/7iyRffLSS9QdFKCazDuDetl6WPk4BQP8tEP2eeuJ.png\",\r\n                    \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"deleted_at\": null,\r\n                    \"demo_activity_id\": \"769\",\r\n                    \"demo_video_id\": \"https:\/\/youtu.be\/lgzsJDcMvPI\",\r\n                    \"organization_id\": 1\r\n                },\r\n                {\r\n                    \"id\": 50,\r\n                    \"title\": \"Audio Recorder\",\r\n                    \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n                    \"order\": 1,\r\n                    \"activity_type_id\": 7,\r\n                    \"type\": \"h5p\",\r\n                    \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n                    \"image\": \"\/storage\/uploads\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n                    \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"deleted_at\": null,\r\n                    \"demo_activity_id\": \"768\",\r\n                    \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\",\r\n                    \"organization_id\": 1\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-10T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-10T01:16:52.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 8,\r\n            \"title\": \"Informational\",\r\n            \"order\": 0,\r\n            \"image\": \"\/storage\/uploads\/O8M6MvWrdtqrZSczhzzbTdCCDulrKxLJslYTzcwL.png\",\r\n            \"activityItems\": [\r\n                {\r\n                    \"id\": 54,\r\n                    \"title\": \"Dialog Cards\",\r\n                    \"description\": \"Create great interactive language learning resources\",\r\n                    \"order\": 2,\r\n                    \"activity_type_id\": 8,\r\n                    \"type\": \"h5p\",\r\n                    \"h5pLib\": \"H5P.Dialogcards 1.8\",\r\n                    \"image\": \"\/storage\/uploads\/GPrWdvREEixWnQtKtTO0RsBY5cg0XznBoozygcy6.png\",\r\n                    \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"updated_at\": \"2020-09-28T08:56:13.000000Z\",\r\n                    \"deleted_at\": null,\r\n                    \"demo_activity_id\": \"732\",\r\n                    \"demo_video_id\": \"https:\/\/youtu.be\/Fh5zrkWgAjk\",\r\n                    \"organization_id\": 1\r\n                },\r\n                {\r\n                    \"id\": 57,\r\n                    \"title\": \"Summary\",\r\n                    \"description\": \"Create challenges where the learner chooses statements to reach the correct conclusion.\",\r\n                    \"order\": 5,\r\n                    \"activity_type_id\": 8,\r\n                    \"type\": \"h5p\",\r\n                    \"h5pLib\": \"H5P.Summary 1.10\",\r\n                    \"image\": \"\/storage\/uploads\/rFvefEi5bNmj14yDW6WTnirkUm8TY3eu4PgKz1Gi.png\",\r\n                    \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"deleted_at\": null,\r\n                    \"demo_activity_id\": \"762\",\r\n                    \"demo_video_id\": \"https:\/\/youtu.be\/EuXbu4Y4EkU\",\r\n                    \"organization_id\": 1\r\n                }\r\n            ],\r\n            \"created_at\": \"2020-09-10T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-10T01:16:52.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Activity Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-types",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Audio\",\"image\":\"at\",\"order\":1,\"organization_id\":5}"
                        },
                        "description": "Create a new activity type.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create activity type. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"id\": 7,\r\n    \"title\": \"Audio\",\r\n    \"order\": 0,\r\n    \"image\": \"\/storage\/uploads\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n    \"organization_id\": 1,\r\n    \"activityItems\": [\r\n        {\r\n            \"id\": 52,\r\n            \"title\": \"Spoken Answers\",\r\n            \"description\": \"Voice recognition activity that the learner can answered with their own voice.\",\r\n            \"order\": 3,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.SpeakTheWords 1.3\",\r\n            \"image\": \"\/storage\/uploads\/7iyRffLSS9QdFKCazDuDetl6WPk4BQP8tEP2eeuJ.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"769\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/lgzsJDcMvPI\"\r\n        },\r\n        {\r\n            \"id\": 50,\r\n            \"title\": \"Audio Recorder\",\r\n            \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n            \"order\": 1,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n            \"image\": \"\/storage\/uploads\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"768\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\",\r\n            \"organization_id\": 1\r\n        },\r\n        {\r\n            \"id\": 51,\r\n            \"title\": \"Dictation\",\r\n            \"description\": \"A tool to create dictation exercises\",\r\n            \"order\": 2,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.Dictation 1.0\",\r\n            \"image\": \"\/storage\/uploads\/WpXZiHcrkBmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"767\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/JLYtQpB0JmY\",\r\n            \"organization_id\": 1\r\n        }\r\n    ],\r\n    \"created_at\": \"2020-09-10T01:16:52.000000Z\",\r\n    \"updated_at\": \"2020-09-10T01:16:52.000000Z\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Activity Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-types\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "14",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the activity type."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activityType",
                                    "key": "activityType",
                                    "value": "1",
                                    "description": "The Id of a activity type"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified activity type.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"id\": 7,\r\n    \"title\": \"Audio\",\r\n    \"order\": 0,\r\n    \"image\": \"\/storage\/uploads\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n    \"organization_id\": 1,\r\n    \"activityItems\": [\r\n        {\r\n            \"id\": 52,\r\n            \"title\": \"Spoken Answers\",\r\n            \"description\": \"Voice recognition activity that the learner can answered with their own voice.\",\r\n            \"order\": 3,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.SpeakTheWords 1.3\",\r\n            \"image\": \"\/storage\/uploads\/7iyRffLSS9QdFKCazDuDetl6WPk4BQP8tEP2eeuJ.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"769\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/lgzsJDcMvPI\"\r\n        },\r\n        {\r\n            \"id\": 50,\r\n            \"title\": \"Audio Recorder\",\r\n            \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n            \"order\": 1,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n            \"image\": \"\/storage\/uploads\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"768\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\",\r\n            \"organization_id\": 1\r\n        },\r\n        {\r\n            \"id\": 51,\r\n            \"title\": \"Dictation\",\r\n            \"description\": \"A tool to create dictation exercises\",\r\n            \"order\": 2,\r\n            \"activity_type_id\": 7,\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.Dictation 1.0\",\r\n            \"image\": \"\/storage\/uploads\/WpXZiHcrkBmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"demo_activity_id\": \"767\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/JLYtQpB0JmY\",\r\n            \"organization_id\": 1\r\n        }\r\n    ],\r\n    \"created_at\": \"2020-09-10T01:16:52.000000Z\",\r\n    \"updated_at\": \"2020-09-10T01:16:52.000000Z\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Activity Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/activity-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/activity-types\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "9",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the activity type."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "activityType",
                                    "key": "activityType",
                                    "value": "1",
                                    "description": "The Id of a activity type"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified activity type.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity type has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"message\": [\n    \"Failed to delete activity type.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload Thumbnail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/activity-types\/upload-thumb",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/activity-types\/upload-thumb"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "thumb",
                                    "value": "ea",
                                    "type": "text",
                                    "description": "Thumbnail image"
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Upload thumbnail image for a activity type",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"thumbUrl\": \"\/storage\/activity-types\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid image.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "10. CurrikiGo",
            "description": "\nAPIs for publishing playlists to other LMSs",
            "item": [
                {
                    "name": "POST api\/v1\/go\/{lms}\/projects\/{project_id}\/playlists\/{playlist_id}\/publish",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/:lms\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/:lms\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "variable": [
                                {
                                    "id": "lms",
                                    "key": "lms",
                                    "value": "consequuntur",
                                    "description": ""
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "19",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "20",
                                    "description": "The ID of the playlist."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"setting_id\":\"sequi\",\"counter\":7,\"publisher_org\":17,\"creation_type\":\"modules\",\"canvas_course_id\":20}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Publish Playlist to Canvas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/canvas\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/canvas\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "2",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "6",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of the project"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of the playlist"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"setting_id\":1,\"counter\":1,\"publisher_org\":15,\"creation_type\":\"modules\",\"canvas_course_id\":5}"
                        },
                        "description": "Publish the specified playlist to Canvas.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid project or playlist Id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You are not authorized to perform this action.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to send playlist to canvas.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"Development Setup\",\r\n        \"position\": 4,\r\n        \"type\": \"ExternalTool\",\r\n        \"module_id\": 26,\r\n        \"content_id\": 0,\r\n        \"html_url\": \"https:\/\/canvas2.curriki.org\/courses\/32\/modules\/items\/112\",\r\n        \"url\": \"https:\/\/canvas2.curriki.org\/api\/v1\/courses\/32\/external_tools\/sessionless_launch?launch_type=module_item&module_item_id=112\",\r\n        \"external_url\": \"https:\/\/tsugi.curriki.org\/mod\/curriki\/?playlist=1\",\r\n        \"new_tab\": false,\r\n        \"completion_requirement\": {\r\n            \"type\": \"must_view\"\r\n        },\r\n        \"published\": false,\r\n        \"indent\": 0\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Publish Playlist to Moodle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/moodle\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/moodle\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "3",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "15",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of the project"
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "1",
                                    "description": "The Id of the playlist"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"setting_id\":1,\"counter\":1,\"publisher_org\":8}"
                        },
                        "description": "Publish the specified playlist to Moodle.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid project or playlist Id.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You are not authorized to perform this action.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to send playlist to Moodle.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "11. CurrikiGo Course",
            "description": "\nAPIs for fetching courses from LMSs",
            "item": [
                {
                    "name": "Fetch a Course",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/canvas\/projects\/:project_id\/fetch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/canvas\/projects\/:project_id\/fetch",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "11",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "tempora",
                                    "description": "The Id of the project Example 1"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"setting_id\":11}"
                        },
                        "description": "Fetch a Course from Canvas",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Validation error\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You are not authorized to perform this action.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"project\": {\r\n        \"course\": \"How to build a playlist in CurrikiStudio\",\r\n        \"playlists\": [\r\n            \"Playlist 1\",\r\n            \"Playlist 2\",\r\n            \"Playlist 3\",\r\n            \"Playlist 4\"\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch a Course from Generic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/:lms\/projects\/:project_id\/fetch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/:lms\/projects\/:project_id\/fetch",
                            "variable": [
                                {
                                    "id": "lms",
                                    "key": "lms",
                                    "value": "inventore",
                                    "description": ""
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "15",
                                    "description": "The ID of the project."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"setting_id\":\"quasi\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "12. H5P",
            "description": "\nAPIs for H5P management",
            "item": [
                {
                    "name": "Store H5P",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"action\":\"repellendus\"}"
                        },
                        "description": "Store H5P Content",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get H5P",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a H5p"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified H5P",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"settings\": {\r\n        \"baseUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n        \"url\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\",\r\n        \"postUserStatistics\": true,\r\n        \"ajax\": {\r\n            \"setFinished\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/url\",\r\n            \"contentUserData\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/content-user-data\/?content_id=:contentId&data_type=:dataType&sub_content_id=:subContentId\"\r\n        },\r\n        \"saveFreq\": false,\r\n        \"siteUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n        \"l10n\": {\r\n            \"H5P\": {\r\n                \"fullscreen\": \"Fullscreen\",\r\n                \"disableFullscreen\": \"Disable fullscreen\",\r\n                \"download\": \"Download\",\r\n                \"copyrights\": \"Rights of use\",\r\n                \"embed\": \"Embed\",\r\n                \"reuseDescription\": \"Reuse this content.\",\r\n                \"size\": \"Size\",\r\n                \"showAdvanced\": \"Show advanced\",\r\n                \"hideAdvanced\": \"Hide advanced\",\r\n                \"advancedHelp\": \"Include this script on your website if you want dynamic sizing of the embedded content:\",\r\n                \"copyrightInformation\": \"Rights of use\",\r\n                \"close\": \"Close\",\r\n                \"title\": \"Title\",\r\n                \"author\": \"Author\",\r\n                \"year\": \"Year\",\r\n                \"source\": \"Source\",\r\n                \"license\": \"License\",\r\n                \"thumbnail\": \"Thumbnail\",\r\n                \"noCopyrights\": \"No copyright information available for this content.\",\r\n                \"downloadDescription\": \"Download this content as a H5P file.\",\r\n                \"copyrightsDescription\": \"View copyright information for this content.\",\r\n                \"embedDescription\": \"View the embed code for this content.\",\r\n                \"h5pDescription\": \"Visit H5P.org to check out more cool content.\",\r\n                \"contentChanged\": \"This content has changed since you last used it.\",\r\n                \"startingOver\": \"You'll be starting over.\",\r\n                \"confirmDialogHeader\": \"Confirm action\",\r\n                \"confirmDialogBody\": \"Please confirm that you wish to proceed. This action is not reversible.\",\r\n                \"cancelLabel\": \"Cancel\",\r\n                \"confirmLabel\": \"Confirm\",\r\n                \"reuse\": \"Reuse\",\r\n                \"reuseContent\": \"Reuse Content\"\r\n            }\r\n        },\r\n        \"hubIsEnabled\": false,\r\n        \"user\": {\r\n            \"name\": \"John Doe\",\r\n            \"email\": \"john.doe@currikistudio.org\"\r\n        },\r\n        \"editor\": {\r\n            \"filesPath\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/editor\",\r\n            \"fileIcon\": {\r\n                \"path\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/images\/binary-file.png\",\r\n                \"width\": 50,\r\n                \"height\": 50\r\n            },\r\n            \"ajaxPath\": \"https:\/\/www.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/\",\r\n            \"libraryUrl\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/\",\r\n            \"copyrightSemantics\": {\r\n                \"name\": \"copyright\",\r\n                \"type\": \"group\",\r\n                \"label\": \"Copyright information\",\r\n                \"fields\": [\r\n                    {\r\n                        \"name\": \"title\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Title\",\r\n                        \"placeholder\": \"La Gioconda\",\r\n                        \"optional\": true\r\n                    },\r\n                    {\r\n                        \"name\": \"author\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Author\",\r\n                        \"placeholder\": \"Leonardo da Vinci\",\r\n                        \"optional\": true\r\n                    },\r\n                    {\r\n                        \"name\": \"year\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Year(s)\",\r\n                        \"placeholder\": \"1503 - 1517\",\r\n                        \"optional\": true\r\n                    },\r\n                    {\r\n                        \"name\": \"source\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Source\",\r\n                        \"placeholder\": \"http:\/\/en.wikipedia.org\/wiki\/Mona_Lisa\",\r\n                        \"optional\": true,\r\n                        \"regexp\": {\r\n                            \"pattern\": \"^http[s]?:\/\/.+\",\r\n                            \"modifiers\": \"i\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"name\": \"license\",\r\n                        \"type\": \"select\",\r\n                        \"label\": \"License\",\r\n                        \"default\": \"U\",\r\n                        \"options\": [\r\n                            {\r\n                                \"value\": \"U\",\r\n                                \"label\": \"Undisclosed\"\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY\",\r\n                                \"label\": \"Attribution\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-SA\",\r\n                                \"label\": \"Attribution-ShareAlike\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-ND\",\r\n                                \"label\": \"Attribution-NoDerivs\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-NC\",\r\n                                \"label\": \"Attribution-NonCommercial\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-NC-SA\",\r\n                                \"label\": \"Attribution-NonCommercial-ShareAlike\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-NC-ND\",\r\n                                \"label\": \"Attribution-NonCommercial-NoDerivs\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"GNU GPL\",\r\n                                \"label\": \"General Public License\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"v3\",\r\n                                        \"label\": \"Version 3\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"v2\",\r\n                                        \"label\": \"Version 2\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"v1\",\r\n                                        \"label\": \"Version 1\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"PD\",\r\n                                \"label\": \"Public Domain\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"-\",\r\n                                        \"label\": \"-\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC0 1.0\",\r\n                                        \"label\": \"CC0 1.0 Universal\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC PDM\",\r\n                                        \"label\": \"Public Domain Mark\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"C\",\r\n                                \"label\": \"Copyright\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"name\": \"version\",\r\n                        \"type\": \"select\",\r\n                        \"label\": \"License Version\",\r\n                        \"options\": []\r\n                    }\r\n                ]\r\n            },\r\n            \"metadataSemantics\": [\r\n                {\r\n                    \"name\": \"title\",\r\n                    \"type\": \"text\",\r\n                    \"label\": \"Title\",\r\n                    \"placeholder\": \"La Gioconda\"\r\n                },\r\n                {\r\n                    \"name\": \"license\",\r\n                    \"type\": \"select\",\r\n                    \"label\": \"License\",\r\n                    \"default\": \"U\",\r\n                    \"options\": [\r\n                        {\r\n                            \"value\": \"U\",\r\n                            \"label\": \"Undisclosed\"\r\n                        },\r\n                        {\r\n                            \"type\": \"optgroup\",\r\n                            \"label\": \"Creative Commons\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"CC BY\",\r\n                                    \"label\": \"Attribution (CC BY)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-SA\",\r\n                                    \"label\": \"Attribution-ShareAlike (CC BY-SA)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-ND\",\r\n                                    \"label\": \"Attribution-NoDerivs (CC BY-ND)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-NC\",\r\n                                    \"label\": \"Attribution-NonCommercial (CC BY-NC)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-NC-SA\",\r\n                                    \"label\": \"Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-NC-ND\",\r\n                                    \"label\": \"Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC0 1.0\",\r\n                                    \"label\": \"Public Domain Dedication (CC0)\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC PDM\",\r\n                                    \"label\": \"Public Domain Mark (PDM)\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"value\": \"GNU GPL\",\r\n                            \"label\": \"General Public License v3\"\r\n                        },\r\n                        {\r\n                            \"value\": \"PD\",\r\n                            \"label\": \"Public Domain\"\r\n                        },\r\n                        {\r\n                            \"value\": \"ODC PDDL\",\r\n                            \"label\": \"Public Domain Dedication and Licence\"\r\n                        },\r\n                        {\r\n                            \"value\": \"C\",\r\n                            \"label\": \"Copyright\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"name\": \"licenseVersion\",\r\n                    \"type\": \"select\",\r\n                    \"label\": \"License Version\",\r\n                    \"options\": [\r\n                        {\r\n                            \"value\": \"4.0\",\r\n                            \"label\": \"4.0 International\"\r\n                        },\r\n                        {\r\n                            \"value\": \"3.0\",\r\n                            \"label\": \"3.0 Unported\"\r\n                        },\r\n                        {\r\n                            \"value\": \"2.5\",\r\n                            \"label\": \"2.5 Generic\"\r\n                        },\r\n                        {\r\n                            \"value\": \"2.0\",\r\n                            \"label\": \"2.0 Generic\"\r\n                        },\r\n                        {\r\n                            \"value\": \"1.0\",\r\n                            \"label\": \"1.0 Generic\"\r\n                        }\r\n                    ],\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"yearFrom\",\r\n                    \"type\": \"number\",\r\n                    \"label\": \"Years (from)\",\r\n                    \"placeholder\": \"1991\",\r\n                    \"min\": \"-9999\",\r\n                    \"max\": \"9999\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"yearTo\",\r\n                    \"type\": \"number\",\r\n                    \"label\": \"Years (to)\",\r\n                    \"placeholder\": \"1992\",\r\n                    \"min\": \"-9999\",\r\n                    \"max\": \"9999\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"source\",\r\n                    \"type\": \"text\",\r\n                    \"label\": \"Source\",\r\n                    \"placeholder\": \"https:\/\/\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"authors\",\r\n                    \"type\": \"list\",\r\n                    \"field\": {\r\n                        \"name\": \"author\",\r\n                        \"type\": \"group\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"label\": \"Author's name\",\r\n                                \"name\": \"name\",\r\n                                \"optional\": true,\r\n                                \"type\": \"text\"\r\n                            },\r\n                            {\r\n                                \"name\": \"role\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"Author's role\",\r\n                                \"default\": \"Author\",\r\n                                \"options\": [\r\n                                    {\r\n                                        \"value\": \"Author\",\r\n                                        \"label\": \"Author\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"Editor\",\r\n                                        \"label\": \"Editor\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"Licensee\",\r\n                                        \"label\": \"Licensee\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"Originator\",\r\n                                        \"label\": \"Originator\"\r\n                                    }\r\n                                ]\r\n                            }\r\n                        ]\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"licenseExtras\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"textarea\",\r\n                    \"label\": \"License Extras\",\r\n                    \"optional\": true,\r\n                    \"description\": \"Any additional information about the license\"\r\n                },\r\n                {\r\n                    \"name\": \"changes\",\r\n                    \"type\": \"list\",\r\n                    \"field\": {\r\n                        \"name\": \"change\",\r\n                        \"type\": \"group\",\r\n                        \"label\": \"Changelog\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"name\": \"date\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Date\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Changed by\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"log\",\r\n                                \"type\": \"text\",\r\n                                \"widget\": \"textarea\",\r\n                                \"label\": \"Description of change\",\r\n                                \"placeholder\": \"Photo cropped, text changed, etc.\",\r\n                                \"optional\": true\r\n                            }\r\n                        ]\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"authorComments\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"textarea\",\r\n                    \"label\": \"Author comments\",\r\n                    \"description\": \"Comments for the editor of the content (This text will not be published as a part of copyright info)\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"contentType\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"none\"\r\n                },\r\n                {\r\n                    \"name\": \"defaultLanguage\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"none\"\r\n                }\r\n            ],\r\n            \"assets\": {\r\n                \"css\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/libs\/darkroom.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/h5p-hub-client.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/fonts.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/application.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/libs\/zebra_datepicker.min.css\"\r\n                ],\r\n                \"js\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p-editor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5p-hub-client.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-semantic-structure.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-selector.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-fullscreen-bar.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-form.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-text.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-html.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-number.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-textarea.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file-uploader.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image-popup.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-av.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-group.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-boolean.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list-editor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-list-cache.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-select.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-hub.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-legacy.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-dimensions.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-coordinates.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-none.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-author-widget.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-changelog-widget.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-pre-save.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/ckeditor\/ckeditor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/language\/en.js\"\r\n                ]\r\n            },\r\n            \"deleteMessage\": \"laravel-h5p.content.destoryed\",\r\n            \"apiVersion\": {\r\n                \"majorVersion\": 1,\r\n                \"minorVersion\": 24\r\n            }\r\n        },\r\n        \"loadedJs\": [],\r\n        \"loadedCss\": [],\r\n        \"core\": {\r\n            \"styles\": [\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\"\r\n            ],\r\n            \"scripts\": [\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\"\r\n            ]\r\n        },\r\n        \"contents\": {\r\n            \"cid-1021\": {\r\n                \"library\": \"H5P.InteractiveVideo 1.21\",\r\n                \"jsonContent\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcF8MxUj2Q0\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"df95f6d4-a3c9-4fc0-b97c-f3107649b7af\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"cb5b149b-fa96-498d-ab54-1f153716dc1e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"fullScreen\": 1,\r\n                \"exportUrl\": \"https:\/\/www.currikistudio.org\/api\/h5p\/export\/1021\",\r\n                \"embedCode\": \"<iframe src=\\\"https:\/\/www.currikistudio.org\/h5p\/embed\/1021\\\" width=\\\":w\\\" height=\\\":h\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\/iframe>\",\r\n                \"resizeCode\": \"<script src=\\\"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-resizer.js\\\" charset=\\\"UTF-8\\\"><\/script>\",\r\n                \"url\": \"https:\/\/www.currikistudio.org\/api\/h5p\/embed\/1021\",\r\n                \"title\": \"Tips and Tricks for Creating Projects in CurrikiStudio\",\r\n                \"displayOptions\": {\r\n                    \"frame\": false,\r\n                    \"export\": true,\r\n                    \"embed\": true,\r\n                    \"copyright\": false,\r\n                    \"icon\": true,\r\n                    \"copy\": false\r\n                },\r\n                \"contentUserData\": [\r\n                    {\r\n                        \"state\": \"{}\"\r\n                    }\r\n                ],\r\n                \"scripts\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/flowplayer-1.0\/scripts\/flowplayer-3.2.12.min.js?ver=1.0.5\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/js\/drop.min.js?ver=1.0.2\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Transition-1.0\/transition.js?ver=1.0.4\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/question.js?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/explainer.js?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/score-points.js?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/stop-watch.js?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/xapi-event-builder.js?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/summary.js?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNDrop-1.1\/drag-n-drop.js?ver=1.1.5\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.js?ver=1.2.6\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/context-menu.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/dialog.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-element.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-form-manager.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.js?ver=1.10.19\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/youtube.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/panopto.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/html5.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/flash.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/video.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.js?ver=1.21.9\"\r\n                ],\r\n                \"styles\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/FontAwesome-4.5\/h5p-font-awesome.min.css?ver=4.5.4\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/css\/drop-theme-arrows-bounce.min.css?ver=1.0.2\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.FontIcons-1.0\/styles\/h5p-font-icons.css?ver=1.0.6\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-help-dialog.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-message-dialog.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progress-circle.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-simple-rounded-button.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-speech-bubble.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-tip.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-slider.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-score-bar.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progressbar.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-ui.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-icon.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/question.css?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/explainer.css?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/css\/summary.css?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.css?ver=1.2.6\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/dialog.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/context-menu.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar-form-manager.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.css?ver=1.10.19\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/styles\/video.css?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.css?ver=1.21.9\"\r\n                ]\r\n            }\r\n        }\r\n    },\r\n    \"user\": {\r\n        \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n        \"description\": \"test a test\",\r\n        \"id\": 1779,\r\n        \"is_public\": false,\r\n        \"name\": \"Amar\",\r\n        \"shared\": true,\r\n        \"starter_project\": null,\r\n        \"thumb_url\": \"https:\/\/photo.excel.com\/photos\/2233112\/photo-2233112.jpeg\",\r\n        \"updated_at\": \"2020-09-07T16:31:52.000000Z\"\r\n    },\r\n    \"embed_code\": \"<div class=\\\"h5p-iframe-wrapper\\\"><iframe id=\\\"h5p-iframe-1021\\\" class=\\\"h5p-iframe\\\" data-content-id=\\\"1021\\\" style=\\\"height: 1px\\\" src=\\\"about:blank\\\" frameBorder=\\\"0\\\" scrolling=\\\"no\\\"><\/iframe><\/div>\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update H5P",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "repellat",
                                    "description": "The Id of a H5p Example 5"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"action\":\"dignissimos\"}"
                        },
                        "description": "Update the specified H5P",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": \"Content updated.\",\n  \"id\": 5\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"fail\": \"Can not update.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove H5P",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a H5P"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified H5P",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get H5P Independent Activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p\/independent-activity\/:independent_activity_id\/visibility\/:visibility",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p\/independent-activity\/:independent_activity_id\/visibility\/:visibility",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "17",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "visibility",
                                    "key": "visibility",
                                    "value": "omnis",
                                    "description": "The status of visibility"
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "1",
                                    "description": "The Id of an independent activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P based on Independent Activity",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent_h5p_activity\": {\r\n        \"id\": 22,\r\n        \"title\": \"Taurus 17 Jun 2022\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"place_holder\",\r\n        \"description\": null,\r\n        \"shared\": false,\r\n        \"order\": 0,\r\n        \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/162258\/cow-cattle-animal-bull-162258.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&h=200&w=280\",\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p\": {\r\n            \"settings\": {\r\n                \"baseUrl\": \"https:\/\/dev.currikistudio.org\/api\",\r\n                \"url\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\",\r\n                \"postUserStatistics\": false,\r\n                \"ajax\": {\r\n                    \"setFinished\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/finish\",\r\n                    \"contentUserData\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/content-user-data?content_id=:contentId&data_type=:dataType&sub_content_id=:subContentId\"\r\n                },\r\n                \"saveFreq\": 7,\r\n                \"siteUrl\": \"https:\/\/dev.currikistudio.org\/api\",\r\n                \"l10n\": {\r\n                    \"H5P\": {\r\n                        \"fullscreen\": \"Fullscreen\",\r\n                        \"disableFullscreen\": \"Disable fullscreen\",\r\n                        \"download\": \"Download\",\r\n                        \"copyrights\": \"Rights of use\",\r\n                        \"embed\": \"Embed\",\r\n                        \"reuseDescription\": \"Reuse this content.\",\r\n                        \"size\": \"Size\",\r\n                        \"showAdvanced\": \"Show advanced\",\r\n                        \"hideAdvanced\": \"Hide advanced\",\r\n                        \"advancedHelp\": \"Include this script on your website if you want dynamic sizing of the embedded content:\",\r\n                        \"copyrightInformation\": \"Rights of use\",\r\n                        \"close\": \"Close\",\r\n                        \"title\": \"Title\",\r\n                        \"author\": \"Author\",\r\n                        \"year\": \"Year\",\r\n                        \"source\": \"Source\",\r\n                        \"license\": \"License\",\r\n                        \"thumbnail\": \"Thumbnail\",\r\n                        \"noCopyrights\": \"No copyright information available for this content.\",\r\n                        \"downloadDescription\": \"Download this content as a H5P file.\",\r\n                        \"copyrightsDescription\": \"View copyright information for this content.\",\r\n                        \"embedDescription\": \"View the embed code for this content.\",\r\n                        \"h5pDescription\": \"Visit H5P.org to check out more cool content.\",\r\n                        \"contentChanged\": \"This content has changed since you last used it.\",\r\n                        \"startingOver\": \"You'll be starting over.\",\r\n                        \"confirmDialogHeader\": \"Confirm action\",\r\n                        \"confirmDialogBody\": \"Please confirm that you wish to proceed. This action is not reversible.\",\r\n                        \"cancelLabel\": \"Cancel\",\r\n                        \"confirmLabel\": \"Confirm\",\r\n                        \"reuse\": \"Reuse\",\r\n                        \"reuseContent\": \"Reuse Content\"\r\n                    }\r\n                },\r\n                \"hubIsEnabled\": false,\r\n                \"reportingIsEnabled\": true,\r\n                \"editor\": {\r\n                    \"filesPath\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/editor\",\r\n                    \"fileIcon\": {\r\n                        \"path\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/images\/binary-file.png\",\r\n                        \"width\": 50,\r\n                        \"height\": 50\r\n                    },\r\n                    \"ajaxPath\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/\",\r\n                    \"libraryUrl\": \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/\",\r\n                    \"copyrightSemantics\": {\r\n                        \"name\": \"copyright\",\r\n                        \"type\": \"group\",\r\n                        \"label\": \"Copyright information\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"name\": \"title\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Title\",\r\n                                \"placeholder\": \"La Gioconda\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Author\",\r\n                                \"placeholder\": \"Leonardo da Vinci\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"year\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Year(s)\",\r\n                                \"placeholder\": \"1503 - 1517\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"source\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Source\",\r\n                                \"placeholder\": \"http:\/\/en.wikipedia.org\/wiki\/Mona_Lisa\",\r\n                                \"optional\": true,\r\n                                \"regexp\": {\r\n                                    \"pattern\": \"^http[s]?:\/\/.+\",\r\n                                    \"modifiers\": \"i\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"name\": \"license\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License\",\r\n                                \"default\": \"U\",\r\n                                \"options\": [\r\n                                    {\r\n                                        \"value\": \"U\",\r\n                                        \"label\": \"Undisclosed\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY\",\r\n                                        \"label\": \"Attribution\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-SA\",\r\n                                        \"label\": \"Attribution-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-ND\",\r\n                                        \"label\": \"Attribution-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC\",\r\n                                        \"label\": \"Attribution-NonCommercial\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-SA\",\r\n                                        \"label\": \"Attribution-NonCommercial-ShareAlike\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC BY-NC-ND\",\r\n                                        \"label\": \"Attribution-NonCommercial-NoDerivs\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"4.0\",\r\n                                                \"label\": \"4.0 International\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"3.0\",\r\n                                                \"label\": \"3.0 Unported\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.5\",\r\n                                                \"label\": \"2.5 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"2.0\",\r\n                                                \"label\": \"2.0 Generic\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"1.0\",\r\n                                                \"label\": \"1.0 Generic\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"GNU GPL\",\r\n                                        \"label\": \"General Public License\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"v3\",\r\n                                                \"label\": \"Version 3\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v2\",\r\n                                                \"label\": \"Version 2\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"v1\",\r\n                                                \"label\": \"Version 1\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"PD\",\r\n                                        \"label\": \"Public Domain\",\r\n                                        \"versions\": [\r\n                                            {\r\n                                                \"value\": \"-\",\r\n                                                \"label\": \"-\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC0 1.0\",\r\n                                                \"label\": \"CC0 1.0 Universal\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"CC PDM\",\r\n                                                \"label\": \"Public Domain Mark\"\r\n                                            }\r\n                                        ]\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"C\",\r\n                                        \"label\": \"Copyright\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"name\": \"version\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"License Version\",\r\n                                \"options\": []\r\n                            }\r\n                        ]\r\n                    },\r\n                    \"metadataSemantics\": [\r\n                        {\r\n                            \"name\": \"title\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Title\",\r\n                            \"placeholder\": \"La Gioconda\"\r\n                        },\r\n                        {\r\n                            \"name\": \"license\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License\",\r\n                            \"default\": \"U\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"U\",\r\n                                    \"label\": \"Undisclosed\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"optgroup\",\r\n                                    \"label\": \"Creative Commons\",\r\n                                    \"options\": [\r\n                                        {\r\n                                            \"value\": \"CC BY\",\r\n                                            \"label\": \"Attribution (CC BY)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-SA\",\r\n                                            \"label\": \"Attribution-ShareAlike (CC BY-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-ND\",\r\n                                            \"label\": \"Attribution-NoDerivs (CC BY-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC\",\r\n                                            \"label\": \"Attribution-NonCommercial (CC BY-NC)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-SA\",\r\n                                            \"label\": \"Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC BY-NC-ND\",\r\n                                            \"label\": \"Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)\",\r\n                                            \"versions\": [\r\n                                                {\r\n                                                    \"value\": \"4.0\",\r\n                                                    \"label\": \"4.0 International\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"3.0\",\r\n                                                    \"label\": \"3.0 Unported\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.5\",\r\n                                                    \"label\": \"2.5 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"2.0\",\r\n                                                    \"label\": \"2.0 Generic\"\r\n                                                },\r\n                                                {\r\n                                                    \"value\": \"1.0\",\r\n                                                    \"label\": \"1.0 Generic\"\r\n                                                }\r\n                                            ]\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC0 1.0\",\r\n                                            \"label\": \"Public Domain Dedication (CC0)\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"CC PDM\",\r\n                                            \"label\": \"Public Domain Mark (PDM)\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"GNU GPL\",\r\n                                    \"label\": \"General Public License v3\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"PD\",\r\n                                    \"label\": \"Public Domain\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"ODC PDDL\",\r\n                                    \"label\": \"Public Domain Dedication and Licence\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"C\",\r\n                                    \"label\": \"Copyright\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseVersion\",\r\n                            \"type\": \"select\",\r\n                            \"label\": \"License Version\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"4.0\",\r\n                                    \"label\": \"4.0 International\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"3.0\",\r\n                                    \"label\": \"3.0 Unported\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.5\",\r\n                                    \"label\": \"2.5 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"2.0\",\r\n                                    \"label\": \"2.0 Generic\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"1.0\",\r\n                                    \"label\": \"1.0 Generic\"\r\n                                }\r\n                            ],\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearFrom\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (from)\",\r\n                            \"placeholder\": \"1991\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"yearTo\",\r\n                            \"type\": \"number\",\r\n                            \"label\": \"Years (to)\",\r\n                            \"placeholder\": \"1992\",\r\n                            \"min\": \"-9999\",\r\n                            \"max\": \"9999\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"source\",\r\n                            \"type\": \"text\",\r\n                            \"label\": \"Source\",\r\n                            \"placeholder\": \"https:\/\/\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"authors\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"group\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"label\": \"Author's name\",\r\n                                        \"name\": \"name\",\r\n                                        \"optional\": true,\r\n                                        \"type\": \"text\"\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"role\",\r\n                                        \"type\": \"select\",\r\n                                        \"label\": \"Author's role\",\r\n                                        \"default\": \"Author\",\r\n                                        \"options\": [\r\n                                            {\r\n                                                \"value\": \"Author\",\r\n                                                \"label\": \"Author\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Editor\",\r\n                                                \"label\": \"Editor\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Licensee\",\r\n                                                \"label\": \"Licensee\"\r\n                                            },\r\n                                            {\r\n                                                \"value\": \"Originator\",\r\n                                                \"label\": \"Originator\"\r\n                                            }\r\n                                        ]\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"licenseExtras\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"License Extras\",\r\n                            \"optional\": true,\r\n                            \"description\": \"Any additional information about the license\"\r\n                        },\r\n                        {\r\n                            \"name\": \"changes\",\r\n                            \"type\": \"list\",\r\n                            \"field\": {\r\n                                \"name\": \"change\",\r\n                                \"type\": \"group\",\r\n                                \"label\": \"Changelog\",\r\n                                \"fields\": [\r\n                                    {\r\n                                        \"name\": \"date\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Date\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"author\",\r\n                                        \"type\": \"text\",\r\n                                        \"label\": \"Changed by\",\r\n                                        \"optional\": true\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"log\",\r\n                                        \"type\": \"text\",\r\n                                        \"widget\": \"textarea\",\r\n                                        \"label\": \"Description of change\",\r\n                                        \"placeholder\": \"Photo cropped, text changed, etc.\",\r\n                                        \"optional\": true\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"name\": \"authorComments\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"textarea\",\r\n                            \"label\": \"Author comments\",\r\n                            \"description\": \"Comments for the editor of the content (This text will not be published as a part of copyright info)\",\r\n                            \"optional\": true\r\n                        },\r\n                        {\r\n                            \"name\": \"contentType\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        },\r\n                        {\r\n                            \"name\": \"defaultLanguage\",\r\n                            \"type\": \"text\",\r\n                            \"widget\": \"none\"\r\n                        }\r\n                    ],\r\n                    \"assets\": {\r\n                        \"css\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/libs\/darkroom.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/h5p-hub-client.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/fonts.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/application.css\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/libs\/zebra_datepicker.min.css\"\r\n                        ],\r\n                        \"js\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p-editor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5p-hub-client.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-semantic-structure.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-selector.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-fullscreen-bar.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-form.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-text.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-html.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-number.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-textarea.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file-uploader.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image-popup.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-av.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-group.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-boolean.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list-editor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-list-cache.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-select.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-hub.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-legacy.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-dimensions.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-coordinates.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-none.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-author-widget.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-changelog-widget.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-pre-save.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/ckeditor\/ckeditor.js\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/language\/en.js\"\r\n                        ]\r\n                    },\r\n                    \"deleteMessage\": \"laravel-h5p.content.destoryed\",\r\n                    \"apiVersion\": {\r\n                        \"majorVersion\": 1,\r\n                        \"minorVersion\": 24\r\n                    }\r\n                },\r\n                \"loadedJs\": [],\r\n                \"loadedCss\": [],\r\n                \"core\": {\r\n                    \"styles\": [\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\"\r\n                    ],\r\n                    \"scripts\": [\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                        \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\"\r\n                    ]\r\n                },\r\n                \"contents\": {\r\n                    \"cid-54241\": {\r\n                        \"library\": \"H5P.QuestionSet 1.17\",\r\n                        \"jsonContent\": \"{\\\"introPage\\\":{\\\"showIntroPage\\\":false,\\\"startButtonText\\\":\\\"Start Quiz\\\",\\\"introduction\\\":\\\"\\\"},\\\"progressType\\\":\\\"dots\\\",\\\"passPercentage\\\":50,\\\"questions\\\":[{\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>17 Jun 2022<\\\\\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>17 Jun 2023<\\\\\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\",\\\"a11yCheck\\\":\\\"Check the answers. The responses will be marked as correct, incorrect, or unanswered.\\\",\\\"a11yShowSolution\\\":\\\"Show the solution. The task will be marked with its correct solution.\\\",\\\"a11yRetry\\\":\\\"Retry the task. Reset all responses and start the task over again.\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>Todays' Date<\\\\\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Taurus 17 Jun 2022\\\"},\\\"subContentId\\\":\\\"f7a7a7ed-e0c2-4bc5-8864-1e19a40b9677\\\"}],\\\"disableBackwardsNavigation\\\":false,\\\"randomQuestions\\\":false,\\\"endGame\\\":{\\\"showResultPage\\\":true,\\\"showSolutionButton\\\":true,\\\"showRetryButton\\\":true,\\\"noResultMessage\\\":\\\"Finished\\\",\\\"message\\\":\\\"Your result:\\\",\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solutionButtonText\\\":\\\"Show solution\\\",\\\"retryButtonText\\\":\\\"Retry\\\",\\\"finishButtonText\\\":\\\"Finish\\\",\\\"showAnimations\\\":false,\\\"skippable\\\":false,\\\"skipButtonText\\\":\\\"Skip video\\\"},\\\"override\\\":{\\\"checkButton\\\":true},\\\"currikisettings\\\":{\\\"disableSubmitButton\\\":false,\\\"placeholder\\\":false,\\\"currikil10n\\\":{\\\"submitAnswer\\\":\\\"Submit\\\",\\\"placeholderButton\\\":\\\"Placeholder\\\"}},\\\"texts\\\":{\\\"prevButton\\\":\\\"Previous question\\\",\\\"nextButton\\\":\\\"Next question\\\",\\\"finishButton\\\":\\\"Finish\\\",\\\"textualProgress\\\":\\\"Question: @current of @total questions\\\",\\\"jumpToQuestion\\\":\\\"Question %d of %total\\\",\\\"questionLabel\\\":\\\"Question\\\",\\\"readSpeakerProgress\\\":\\\"Question @current of @total\\\",\\\"unansweredText\\\":\\\"Unanswered\\\",\\\"answeredText\\\":\\\"Answered\\\",\\\"currentQuestionText\\\":\\\"Current question\\\"}}\",\r\n                        \"fullScreen\": 0,\r\n                        \"exportUrl\": \"https:\/\/dev.currikistudio.org\/api\/api\/v1\/h5p\/export\/54241\",\r\n                        \"embedCode\": \"<iframe src=\\\"https:\/\/dev.currikistudio.org\/h5p\/embed\/54241\\\" width=\\\":w\\\" height=\\\":h\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\/iframe>\",\r\n                        \"resizeCode\": \"<script src=\\\"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-resizer.js\\\" charset=\\\"UTF-8\\\"><\/script>\",\r\n                        \"url\": \"http:\/\/dev.currikistudio.org\/h5p\/embed\/54241\",\r\n                        \"title\": \"Taurus 17 Jun 2022\",\r\n                        \"displayOptions\": {\r\n                            \"frame\": true,\r\n                            \"export\": true,\r\n                            \"embed\": true,\r\n                            \"copyright\": false,\r\n                            \"icon\": true,\r\n                            \"copy\": false\r\n                        },\r\n                        \"contentUserData\": [\r\n                            {\r\n                                \"state\": \"{}\"\r\n                            }\r\n                        ],\r\n                        \"metadata\": {\r\n                            \"title\": \"Taurus 17 Jun 2022\",\r\n                            \"license\": \"U\"\r\n                        },\r\n                        \"scripts\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/EmbeddedJS-1.0\/js\/ejs_production.js?ver=1.0.4\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/EmbeddedJS-1.0\/js\/ejs_viewhelpers.js?ver=1.0.4\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Tether-1.0\/scripts\/tether.min.js?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/js\/drop.min.js?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Transition-1.0\/transition.js?ver=1.0.4\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/question.js?ver=1.4.8\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/explainer.js?ver=1.4.8\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/score-points.js?ver=1.4.8\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.MultiChoice-1.14\/js\/multichoice.js?ver=1.14.7\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/flowplayer-1.0\/scripts\/flowplayer-3.2.12.min.js?ver=1.0.5\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/youtube.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/panopto.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/html5.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/config.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/komodo.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/vimeo.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/flash.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/video.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/brightcove.js?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.QuestionSet-1.17\/js\/questionset.js?ver=1.17.2\"\r\n                        ],\r\n                        \"styles\": [\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/FontAwesome-4.5\/h5p-font-awesome.min.css?ver=4.5.4\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Tether-1.0\/styles\/tether.min.css?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/css\/drop-theme-arrows-bounce.min.css?ver=1.0.2\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.FontIcons-1.0\/styles\/h5p-font-icons.css?ver=1.0.6\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-help-dialog.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-message-dialog.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progress-circle.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-simple-rounded-button.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-speech-bubble.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-tip.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-slider.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-score-bar.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progressbar.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-ui.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-icon.css?ver=1.3.10\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/question.css?ver=1.4.8\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/explainer.css?ver=1.4.8\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.MultiChoice-1.14\/css\/multichoice.css?ver=1.14.7\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/styles\/video.css?ver=1.5.21\",\r\n                            \"https:\/\/dev.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.QuestionSet-1.17\/css\/questionset.css?ver=1.17.2\"\r\n                        ]\r\n                    }\r\n                }\r\n            },\r\n            \"user\": null,\r\n            \"embed_code\": \"<div class=\\\"h5p-iframe-wrapper\\\"><iframe id=\\\"h5p-iframe-54241\\\" class=\\\"h5p-iframe\\\" data-content-id=\\\"54241\\\" style=\\\"height: 1px\\\" src=\\\"about:blank\\\" frameBorder=\\\"0\\\" scrolling=\\\"no\\\"><\/iframe><\/div>\"\r\n        },\r\n        \"created_at\": \"2022-06-17T00:10:25.000000Z\",\r\n        \"updated_at\": \"2022-06-17T00:10:25.000000Z\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get H5P Embed",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p\/embed\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p\/embed\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a H5p"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified H5P embed parameters",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"settings\": {\r\n        \"baseUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n        \"url\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\",\r\n        \"postUserStatistics\": true,\r\n        \"ajax\": {\r\n            \"setFinished\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/url\",\r\n            \"contentUserData\": \"https:\/\/www.currikistudio.org\/api\/api\/h5p\/ajax\/content-user-data\/?content_id=:contentId&data_type=:dataType&sub_content_id=:subContentId\"\r\n        },\r\n        \"saveFreq\": false,\r\n        \"siteUrl\": \"https:\/\/www.currikistudio.org\/api\",\r\n        \"l10n\": {\r\n            \"H5P\": {\r\n                \"fullscreen\": \"Fullscreen\",\r\n                \"disableFullscreen\": \"Disable fullscreen\",\r\n                \"download\": \"Download\",\r\n                \"copyrights\": \"Rights of use\",\r\n                \"embed\": \"Embed\",\r\n                \"reuseDescription\": \"Reuse this content.\",\r\n                \"size\": \"Size\",\r\n                \"showAdvanced\": \"Show advanced\",\r\n                \"hideAdvanced\": \"Hide advanced\",\r\n                \"advancedHelp\": \"Include this script on your website if you want dynamic sizing of the embedded content:\",\r\n                \"copyrightInformation\": \"Rights of use\",\r\n                \"close\": \"Close\",\r\n                \"title\": \"Title\",\r\n                \"author\": \"Author\",\r\n                \"year\": \"Year\",\r\n                \"source\": \"Source\",\r\n                \"license\": \"License\",\r\n                \"thumbnail\": \"Thumbnail\",\r\n                \"noCopyrights\": \"No copyright information available for this content.\",\r\n                \"downloadDescription\": \"Download this content as a H5P file.\",\r\n                \"copyrightsDescription\": \"View copyright information for this content.\",\r\n                \"embedDescription\": \"View the embed code for this content.\",\r\n                \"h5pDescription\": \"Visit H5P.org to check out more cool content.\",\r\n                \"contentChanged\": \"This content has changed since you last used it.\",\r\n                \"startingOver\": \"You'll be starting over.\",\r\n                \"confirmDialogHeader\": \"Confirm action\",\r\n                \"confirmDialogBody\": \"Please confirm that you wish to proceed. This action is not reversible.\",\r\n                \"cancelLabel\": \"Cancel\",\r\n                \"confirmLabel\": \"Confirm\",\r\n                \"reuse\": \"Reuse\",\r\n                \"reuseContent\": \"Reuse Content\"\r\n            }\r\n        },\r\n        \"hubIsEnabled\": false,\r\n        \"user\": {\r\n            \"name\": \"John Doe\",\r\n            \"email\": \"john.doe@currikistudio.org\"\r\n        },\r\n        \"editor\": {\r\n            \"filesPath\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/editor\",\r\n            \"fileIcon\": {\r\n                \"path\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/images\/binary-file.png\",\r\n                \"width\": 50,\r\n                \"height\": 50\r\n            },\r\n            \"ajaxPath\": \"https:\/\/www.currikistudio.org\/api\/api\/v1\/h5p\/ajax\/\",\r\n            \"libraryUrl\": \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/\",\r\n            \"copyrightSemantics\": {\r\n                \"name\": \"copyright\",\r\n                \"type\": \"group\",\r\n                \"label\": \"Copyright information\",\r\n                \"fields\": [\r\n                    {\r\n                        \"name\": \"title\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Title\",\r\n                        \"placeholder\": \"La Gioconda\",\r\n                        \"optional\": true\r\n                    },\r\n                    {\r\n                        \"name\": \"author\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Author\",\r\n                        \"placeholder\": \"Leonardo da Vinci\",\r\n                        \"optional\": true\r\n                    },\r\n                    {\r\n                        \"name\": \"year\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Year(s)\",\r\n                        \"placeholder\": \"1503 - 1517\",\r\n                        \"optional\": true\r\n                    },\r\n                    {\r\n                        \"name\": \"source\",\r\n                        \"type\": \"text\",\r\n                        \"label\": \"Source\",\r\n                        \"placeholder\": \"http:\/\/en.wikipedia.org\/wiki\/Mona_Lisa\",\r\n                        \"optional\": true,\r\n                        \"regexp\": {\r\n                            \"pattern\": \"^http[s]?:\/\/.+\",\r\n                            \"modifiers\": \"i\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"name\": \"license\",\r\n                        \"type\": \"select\",\r\n                        \"label\": \"License\",\r\n                        \"default\": \"U\",\r\n                        \"options\": [\r\n                            {\r\n                                \"value\": \"U\",\r\n                                \"label\": \"Undisclosed\"\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY\",\r\n                                \"label\": \"Attribution\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-SA\",\r\n                                \"label\": \"Attribution-ShareAlike\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-ND\",\r\n                                \"label\": \"Attribution-NoDerivs\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-NC\",\r\n                                \"label\": \"Attribution-NonCommercial\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-NC-SA\",\r\n                                \"label\": \"Attribution-NonCommercial-ShareAlike\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"CC BY-NC-ND\",\r\n                                \"label\": \"Attribution-NonCommercial-NoDerivs\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"4.0\",\r\n                                        \"label\": \"4.0 International\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"3.0\",\r\n                                        \"label\": \"3.0 Unported\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.5\",\r\n                                        \"label\": \"2.5 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"2.0\",\r\n                                        \"label\": \"2.0 Generic\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"1.0\",\r\n                                        \"label\": \"1.0 Generic\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"GNU GPL\",\r\n                                \"label\": \"General Public License\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"v3\",\r\n                                        \"label\": \"Version 3\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"v2\",\r\n                                        \"label\": \"Version 2\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"v1\",\r\n                                        \"label\": \"Version 1\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"PD\",\r\n                                \"label\": \"Public Domain\",\r\n                                \"versions\": [\r\n                                    {\r\n                                        \"value\": \"-\",\r\n                                        \"label\": \"-\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC0 1.0\",\r\n                                        \"label\": \"CC0 1.0 Universal\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"CC PDM\",\r\n                                        \"label\": \"Public Domain Mark\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            {\r\n                                \"value\": \"C\",\r\n                                \"label\": \"Copyright\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"name\": \"version\",\r\n                        \"type\": \"select\",\r\n                        \"label\": \"License Version\",\r\n                        \"options\": []\r\n                    }\r\n                ]\r\n            },\r\n            \"metadataSemantics\": [\r\n                {\r\n                    \"name\": \"title\",\r\n                    \"type\": \"text\",\r\n                    \"label\": \"Title\",\r\n                    \"placeholder\": \"La Gioconda\"\r\n                },\r\n                {\r\n                    \"name\": \"license\",\r\n                    \"type\": \"select\",\r\n                    \"label\": \"License\",\r\n                    \"default\": \"U\",\r\n                    \"options\": [\r\n                        {\r\n                            \"value\": \"U\",\r\n                            \"label\": \"Undisclosed\"\r\n                        },\r\n                        {\r\n                            \"type\": \"optgroup\",\r\n                            \"label\": \"Creative Commons\",\r\n                            \"options\": [\r\n                                {\r\n                                    \"value\": \"CC BY\",\r\n                                    \"label\": \"Attribution (CC BY)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-SA\",\r\n                                    \"label\": \"Attribution-ShareAlike (CC BY-SA)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-ND\",\r\n                                    \"label\": \"Attribution-NoDerivs (CC BY-ND)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-NC\",\r\n                                    \"label\": \"Attribution-NonCommercial (CC BY-NC)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-NC-SA\",\r\n                                    \"label\": \"Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC BY-NC-ND\",\r\n                                    \"label\": \"Attribution-NonCommercial-NoDerivs (CC BY-NC-ND)\",\r\n                                    \"versions\": [\r\n                                        {\r\n                                            \"value\": \"4.0\",\r\n                                            \"label\": \"4.0 International\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"3.0\",\r\n                                            \"label\": \"3.0 Unported\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.5\",\r\n                                            \"label\": \"2.5 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"2.0\",\r\n                                            \"label\": \"2.0 Generic\"\r\n                                        },\r\n                                        {\r\n                                            \"value\": \"1.0\",\r\n                                            \"label\": \"1.0 Generic\"\r\n                                        }\r\n                                    ]\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC0 1.0\",\r\n                                    \"label\": \"Public Domain Dedication (CC0)\"\r\n                                },\r\n                                {\r\n                                    \"value\": \"CC PDM\",\r\n                                    \"label\": \"Public Domain Mark (PDM)\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"value\": \"GNU GPL\",\r\n                            \"label\": \"General Public License v3\"\r\n                        },\r\n                        {\r\n                            \"value\": \"PD\",\r\n                            \"label\": \"Public Domain\"\r\n                        },\r\n                        {\r\n                            \"value\": \"ODC PDDL\",\r\n                            \"label\": \"Public Domain Dedication and Licence\"\r\n                        },\r\n                        {\r\n                            \"value\": \"C\",\r\n                            \"label\": \"Copyright\"\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"name\": \"licenseVersion\",\r\n                    \"type\": \"select\",\r\n                    \"label\": \"License Version\",\r\n                    \"options\": [\r\n                        {\r\n                            \"value\": \"4.0\",\r\n                            \"label\": \"4.0 International\"\r\n                        },\r\n                        {\r\n                            \"value\": \"3.0\",\r\n                            \"label\": \"3.0 Unported\"\r\n                        },\r\n                        {\r\n                            \"value\": \"2.5\",\r\n                            \"label\": \"2.5 Generic\"\r\n                        },\r\n                        {\r\n                            \"value\": \"2.0\",\r\n                            \"label\": \"2.0 Generic\"\r\n                        },\r\n                        {\r\n                            \"value\": \"1.0\",\r\n                            \"label\": \"1.0 Generic\"\r\n                        }\r\n                    ],\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"yearFrom\",\r\n                    \"type\": \"number\",\r\n                    \"label\": \"Years (from)\",\r\n                    \"placeholder\": \"1991\",\r\n                    \"min\": \"-9999\",\r\n                    \"max\": \"9999\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"yearTo\",\r\n                    \"type\": \"number\",\r\n                    \"label\": \"Years (to)\",\r\n                    \"placeholder\": \"1992\",\r\n                    \"min\": \"-9999\",\r\n                    \"max\": \"9999\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"source\",\r\n                    \"type\": \"text\",\r\n                    \"label\": \"Source\",\r\n                    \"placeholder\": \"https:\/\/\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"authors\",\r\n                    \"type\": \"list\",\r\n                    \"field\": {\r\n                        \"name\": \"author\",\r\n                        \"type\": \"group\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"label\": \"Author's name\",\r\n                                \"name\": \"name\",\r\n                                \"optional\": true,\r\n                                \"type\": \"text\"\r\n                            },\r\n                            {\r\n                                \"name\": \"role\",\r\n                                \"type\": \"select\",\r\n                                \"label\": \"Author's role\",\r\n                                \"default\": \"Author\",\r\n                                \"options\": [\r\n                                    {\r\n                                        \"value\": \"Author\",\r\n                                        \"label\": \"Author\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"Editor\",\r\n                                        \"label\": \"Editor\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"Licensee\",\r\n                                        \"label\": \"Licensee\"\r\n                                    },\r\n                                    {\r\n                                        \"value\": \"Originator\",\r\n                                        \"label\": \"Originator\"\r\n                                    }\r\n                                ]\r\n                            }\r\n                        ]\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"licenseExtras\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"textarea\",\r\n                    \"label\": \"License Extras\",\r\n                    \"optional\": true,\r\n                    \"description\": \"Any additional information about the license\"\r\n                },\r\n                {\r\n                    \"name\": \"changes\",\r\n                    \"type\": \"list\",\r\n                    \"field\": {\r\n                        \"name\": \"change\",\r\n                        \"type\": \"group\",\r\n                        \"label\": \"Changelog\",\r\n                        \"fields\": [\r\n                            {\r\n                                \"name\": \"date\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Date\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"author\",\r\n                                \"type\": \"text\",\r\n                                \"label\": \"Changed by\",\r\n                                \"optional\": true\r\n                            },\r\n                            {\r\n                                \"name\": \"log\",\r\n                                \"type\": \"text\",\r\n                                \"widget\": \"textarea\",\r\n                                \"label\": \"Description of change\",\r\n                                \"placeholder\": \"Photo cropped, text changed, etc.\",\r\n                                \"optional\": true\r\n                            }\r\n                        ]\r\n                    }\r\n                },\r\n                {\r\n                    \"name\": \"authorComments\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"textarea\",\r\n                    \"label\": \"Author comments\",\r\n                    \"description\": \"Comments for the editor of the content (This text will not be published as a part of copyright info)\",\r\n                    \"optional\": true\r\n                },\r\n                {\r\n                    \"name\": \"contentType\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"none\"\r\n                },\r\n                {\r\n                    \"name\": \"defaultLanguage\",\r\n                    \"type\": \"text\",\r\n                    \"widget\": \"none\"\r\n                }\r\n            ],\r\n            \"assets\": {\r\n                \"css\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/libs\/darkroom.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/h5p-hub-client.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/fonts.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/application.css\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/styles\/css\/libs\/zebra_datepicker.min.css\"\r\n                ],\r\n                \"js\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p-editor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5p-hub-client.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-semantic-structure.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-selector.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-fullscreen-bar.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-form.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-text.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-html.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-number.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-textarea.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file-uploader.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-file.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-image-popup.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-av.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-group.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-boolean.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-list-editor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-library-list-cache.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-select.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-hub.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-selector-legacy.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-dimensions.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-coordinates.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-none.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-author-widget.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-metadata-changelog-widget.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-pre-save.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/ckeditor\/ckeditor.js\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/language\/en.js\"\r\n                ]\r\n            },\r\n            \"deleteMessage\": \"laravel-h5p.content.destoryed\",\r\n            \"apiVersion\": {\r\n                \"majorVersion\": 1,\r\n                \"minorVersion\": 24\r\n            }\r\n        },\r\n        \"loadedJs\": [],\r\n        \"loadedCss\": [],\r\n        \"core\": {\r\n            \"styles\": [\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/css\/laravel-h5p.css\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p.css\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-confirmation-dialog.css\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/styles\/h5p-core-button.css\"\r\n            ],\r\n            \"scripts\": [\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/jquery.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-event-dispatcher.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api-event.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-x-api.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-content-type.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-confirmation-dialog.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-action-bar.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/request-queue.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-editor\/scripts\/h5peditor-editor.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/laravel-h5p\/js\/laravel-h5p.js\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\"\r\n            ]\r\n        },\r\n        \"contents\": {\r\n            \"cid-1021\": {\r\n                \"library\": \"H5P.InteractiveVideo 1.21\",\r\n                \"jsonContent\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcF8MxUj2Q0\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"df95f6d4-a3c9-4fc0-b97c-f3107649b7af\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"cb5b149b-fa96-498d-ab54-1f153716dc1e\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                \"fullScreen\": 1,\r\n                \"exportUrl\": \"https:\/\/www.currikistudio.org\/api\/h5p\/export\/1021\",\r\n                \"embedCode\": \"<iframe src=\\\"https:\/\/www.currikistudio.org\/h5p\/embed\/1021\\\" width=\\\":w\\\" height=\\\":h\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"><\/iframe>\",\r\n                \"resizeCode\": \"<script src=\\\"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/h5p-core\/js\/h5p-resizer.js\\\" charset=\\\"UTF-8\\\"><\/script>\",\r\n                \"url\": \"https:\/\/www.currikistudio.org\/api\/h5p\/embed\/1021\",\r\n                \"title\": \"Tips and Tricks for Creating Projects in CurrikiStudio\",\r\n                \"displayOptions\": {\r\n                    \"frame\": false,\r\n                    \"export\": true,\r\n                    \"embed\": true,\r\n                    \"copyright\": false,\r\n                    \"icon\": true,\r\n                    \"copy\": false\r\n                },\r\n                \"contentUserData\": [\r\n                    {\r\n                        \"state\": \"{}\"\r\n                    }\r\n                ],\r\n                \"scripts\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/flowplayer-1.0\/scripts\/flowplayer-3.2.12.min.js?ver=1.0.5\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/js\/drop.min.js?ver=1.0.2\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Transition-1.0\/transition.js?ver=1.0.4\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-help-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-message-dialog.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progress-circle.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-simple-rounded-button.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-speech-bubble.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-throbber.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-tip.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-slider.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-score-bar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-progressbar.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/js\/joubel-ui.js?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/question.js?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/explainer.js?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/scripts\/score-points.js?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/stop-watch.js?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/xapi-event-builder.js?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/js\/summary.js?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNDrop-1.1\/drag-n-drop.js?ver=1.1.5\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.js?ver=1.2.6\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/context-menu.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/dialog.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-element.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/scripts\/drag-n-bar-form-manager.js?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.js?ver=1.10.19\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/youtube.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/panopto.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/html5.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/flash.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/scripts\/video.js?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.js?ver=1.21.9\"\r\n                ],\r\n                \"styles\": [\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/FontAwesome-4.5\/h5p-font-awesome.min.css?ver=4.5.4\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/Drop-1.0\/css\/drop-theme-arrows-bounce.min.css?ver=1.0.2\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.FontIcons-1.0\/styles\/h5p-font-icons.css?ver=1.0.6\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-help-dialog.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-message-dialog.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progress-circle.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-simple-rounded-button.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-speech-bubble.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-tip.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-slider.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-score-bar.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-progressbar.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-ui.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.JoubelUI-1.3\/css\/joubel-icon.css?ver=1.3.9\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/question.css?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Question-1.4\/styles\/explainer.css?ver=1.4.7\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Summary-1.10\/css\/summary.css?ver=1.10.8\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNResize-1.2\/H5P.DragNResize.css?ver=1.2.6\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/dialog.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/context-menu.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.DragNBar-1.5\/styles\/drag-n-bar-form-manager.css?ver=1.5.10\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/jQuery.ui-1.10\/h5p-jquery-ui.css?ver=1.10.19\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.Video-1.5\/styles\/video.css?ver=1.5.12\",\r\n                    \"https:\/\/www.currikistudio.org\/api\/storage\/h5p\/libraries\/H5P.InteractiveVideo-1.21\/dist\/h5p-interactive-video.css?ver=1.21.9\"\r\n                ]\r\n            }\r\n        }\r\n    },\r\n    \"embed_code\": \"<div class=\\\"h5p-iframe-wrapper\\\"><iframe id=\\\"h5p-iframe-1021\\\" class=\\\"h5p-iframe\\\" data-content-id=\\\"1021\\\" style=\\\"height: 1px\\\" src=\\\"about:blank\\\" frameBorder=\\\"0\\\" scrolling=\\\"no\\\"><\/iframe><\/div>\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "13. Search",
            "description": "\nAPIs for search management",
            "item": [
                {
                    "name": "Deep Linking Search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/search",
                            "query": [
                                {
                                    "key": "organization_id",
                                    "value": "1",
                                    "description": "The Id of a organization",
                                    "disabled": false
                                },
                                {
                                    "key": "query",
                                    "value": "test",
                                    "description": "Query to search.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "created_at",
                                    "description": "Field to sort by.",
                                    "disabled": false
                                },
                                {
                                    "key": "order",
                                    "value": "desc",
                                    "description": "Order to sort by.",
                                    "disabled": false
                                },
                                {
                                    "key": "from",
                                    "value": "0",
                                    "description": "Index where the pagination start from.",
                                    "disabled": true
                                },
                                {
                                    "key": "size",
                                    "value": "10",
                                    "description": "Number of records to return.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/search?organization_id=1&query=test&sort=created_at&order=desc&from=0&size=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"searchType\":\"my_projects\",\"query\":\"fejgktmyoexuldmymt\",\"organization_id\":2,\"negativeQuery\":\"svhxgaiyahabvfhocvz\",\"indexing\":\"1\",\"startDate\":\"2022-12-05T09:02:28\",\"endDate\":\"2082-02-15\",\"userIds\":[18],\"author\":\"cl\",\"h5pLibraries\":[\"dolorem\"],\"subjectIds\":[13],\"educationLevelIds\":[20],\"authorTagsIds\":[11],\"model\":\"activities\",\"sort\":\"created_at\",\"order\":\"desc\",\"from\":12,\"size\":20}"
                        },
                        "description": "Search projects, playlists and activities for deep linking",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": {\n    \"query\": [\n      \"The query field is required.\"\n    ]\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": {\r\n        \"979\": {\r\n            \"id\": 979,\r\n            \"thumb_url\": \"\/storage\/uploads\/5f10830df0dcf.png\",\r\n            \"title\": \"Exploring Our National Parks\",\r\n            \"description\": \"Explore America\u2019s national parks. Discover our most treasured places. From science to the arts, service learning to teacher training, America\u2019s national parks teach invaluable lessons about our planet, our history, and ourselves. These incredible places, and all that they offer beyond the boundaries of the national parks, are the catalysts for inspiring a new generation of park enthusiasts. The National Park Foundation is dedicated to utilizing these powerful learning environments that can provide in-depth, real-world learning experiences, to nurture a deep connection between the next generation and America's national parks.\",\r\n            \"model\": \"Project\",\r\n            \"user\": null,\r\n            \"playlists\": {\r\n                \"2174\": {\r\n                    \"id\": 2174,\r\n                    \"thumb_url\": \"\/storage\/uploads\/5f10830df0dcf.png\",\r\n                    \"title\": \"Exploring Yosemite\",\r\n                    \"model\": \"Playlist\",\r\n                    \"user\": null,\r\n                    \"activities\": {\r\n                        \"9990\": {\r\n                            \"id\": 9990,\r\n                            \"thumb_url\": \"\/storage\/uploads\/5f10831d961f8.jpeg\",\r\n                            \"title\": \"\",\r\n                            \"model\": \"Activity\",\r\n                            \"user\": null\r\n                        },\r\n                        \"9991\": {\r\n                            \"id\": 9991,\r\n                            \"thumb_url\": \"\/storage\/uploads\/5f108329c36e2.jpeg\",\r\n                            \"title\": \"\",\r\n                            \"model\": \"Activity\",\r\n                            \"user\": null\r\n                        },\r\n                        \"9992\": {\r\n                            \"id\": 9992,\r\n                            \"thumb_url\": \"\/storage\/uploads\/5f10833529209.jpeg\",\r\n                            \"title\": \"\",\r\n                            \"model\": \"Activity\",\r\n                            \"user\": null\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }        \r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Advance search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/search\/advanced",
                            "query": [
                                {
                                    "key": "organization_id",
                                    "value": "1",
                                    "description": "The Id of a organization",
                                    "disabled": false
                                },
                                {
                                    "key": "query",
                                    "value": "test",
                                    "description": "Query to search.",
                                    "disabled": false
                                },
                                {
                                    "key": "negativeQuery",
                                    "value": "badword",
                                    "description": "Terms that should not exist.",
                                    "disabled": false
                                },
                                {
                                    "key": "userIds%5B0%5D",
                                    "value": "1",
                                    "description": "of user ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "startDate",
                                    "value": "2020-04-30+00%3A00%3A00",
                                    "description": "Start date for search by date range.",
                                    "disabled": false
                                },
                                {
                                    "key": "endDate",
                                    "value": "2020-04-30+23%3A59%3A59",
                                    "description": "End date for search by date range.",
                                    "disabled": false
                                },
                                {
                                    "key": "subjectIds%5B0%5D",
                                    "value": "1",
                                    "description": "of subject ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "educationLevelIds%5B0%5D",
                                    "value": "1",
                                    "description": "of education level ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "authorTagsIds%5B0%5D",
                                    "value": "1",
                                    "description": "of author tags ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "h5pLibraries%5B0%5D",
                                    "value": "iste",
                                    "description": "of h5p libraries to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "model",
                                    "value": "activities",
                                    "description": "Index to filter by.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "created_at",
                                    "description": "Field to sort by.",
                                    "disabled": false
                                },
                                {
                                    "key": "order",
                                    "value": "desc",
                                    "description": "Order to sort by.",
                                    "disabled": false
                                },
                                {
                                    "key": "from",
                                    "value": "0",
                                    "description": "Index where the pagination start from.",
                                    "disabled": true
                                },
                                {
                                    "key": "size",
                                    "value": "10",
                                    "description": "Number of records to return.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/search\/advanced?organization_id=1&query=test&negativeQuery=badword&userIds%5B0%5D=1&startDate=2020-04-30+00%3A00%3A00&endDate=2020-04-30+23%3A59%3A59&subjectIds%5B0%5D=1&educationLevelIds%5B0%5D=1&authorTagsIds%5B0%5D=1&h5pLibraries%5B0%5D=iste&model=activities&sort=created_at&order=desc&from=0&size=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"searchType\":\"org_projects\",\"query\":\"cvqrbfveohykgwshwlywao\",\"organization_id\":15,\"negativeQuery\":\"bllym\",\"indexing\":\"null\",\"startDate\":\"2022-12-05T09:02:28\",\"endDate\":\"2094-05-09\",\"userIds\":[1],\"author\":\"cnkvax\",\"h5pLibraries\":[\"et\"],\"subjectIds\":[16],\"educationLevelIds\":[13],\"authorTagsIds\":[19],\"model\":\"projects\",\"sort\":\"created_at\",\"order\":\"asc\",\"from\":5,\"size\":7}"
                        },
                        "description": "Advance search for projects, playlists and activities having indexing approved",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": {\n    \"userIds\": [\n      \"The user Ids must be an array.\"\n    ]\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 9999,\r\n            \"thumb_url\": \"\/storage\/uploads\/5f1083871600f.png\",\r\n            \"title\": \"\",\r\n            \"model\": \"Activity\",\r\n            \"user\": null,\r\n            \"created_at\": \"2020-07-29T20:51:30.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 999,\r\n            \"thumb_url\": \"\/storage\/uploads\/5ef42a8dc4386.png\",\r\n            \"title\": \"About The National Parks\",\r\n            \"model\": \"Playlist\",\r\n            \"user\": null,\r\n            \"created_at\": \"2020-07-29T20:51:30.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 999,\r\n            \"thumb_url\": \"\/storage\/uploads_tmp\/UDixgGgVAnNYNMikT8Qic7q0WR0SSA54lOqL9u6t.png\",\r\n            \"title\": \"Algebra 1 ACPS Curriki Resources\",\r\n            \"description\": \"Algebra 1 ACPS Curriki Resources\",\r\n            \"favored\": false,\r\n            \"model\": \"Project\",\r\n            \"user\": null,\r\n            \"created_at\": \"2020-07-29T20:51:30.000000Z\"\r\n        }\r\n    ],\r\n    \"meta\": {\r\n        \"activities\": 1,\r\n        \"playlists\": 1,\r\n        \"projects\": 1,\r\n        \"total\": 3\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Independent Activities search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/search\/independent-activities",
                            "query": [
                                {
                                    "key": "searchType",
                                    "value": "my_activities",
                                    "description": "It can be my_activities, showcase_activities, org_activities",
                                    "disabled": false
                                },
                                {
                                    "key": "indexing",
                                    "value": "null",
                                    "description": "It can be one of the indexing options",
                                    "disabled": false
                                },
                                {
                                    "key": "author",
                                    "value": "Abby",
                                    "description": "The user name to filter by",
                                    "disabled": false
                                },
                                {
                                    "key": "organization_id",
                                    "value": "1",
                                    "description": "The Id of a organization",
                                    "disabled": false
                                },
                                {
                                    "key": "query",
                                    "value": "test",
                                    "description": "Query to search.",
                                    "disabled": false
                                },
                                {
                                    "key": "negativeQuery",
                                    "value": "badword",
                                    "description": "Terms that should not exist.",
                                    "disabled": false
                                },
                                {
                                    "key": "userIds%5B0%5D",
                                    "value": "1",
                                    "description": "of user ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "startDate",
                                    "value": "2020-04-30+00%3A00%3A00",
                                    "description": "Start date for search by date range.",
                                    "disabled": false
                                },
                                {
                                    "key": "endDate",
                                    "value": "2020-04-30+23%3A59%3A59",
                                    "description": "End date for search by date range.",
                                    "disabled": false
                                },
                                {
                                    "key": "subjectIds%5B0%5D",
                                    "value": "1",
                                    "description": "of subject ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "educationLevelIds%5B0%5D",
                                    "value": "1",
                                    "description": "of education level ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "authorTagsIds%5B0%5D",
                                    "value": "1",
                                    "description": "of author tags ids to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "h5pLibraries%5B0%5D",
                                    "value": "ut",
                                    "description": "of h5p libraries to match.",
                                    "disabled": false
                                },
                                {
                                    "key": "sort",
                                    "value": "created_at",
                                    "description": "Field to sort by.",
                                    "disabled": false
                                },
                                {
                                    "key": "order",
                                    "value": "desc",
                                    "description": "Order to sort by.",
                                    "disabled": false
                                },
                                {
                                    "key": "from",
                                    "value": "0",
                                    "description": "Index where the pagination start from.",
                                    "disabled": true
                                },
                                {
                                    "key": "size",
                                    "value": "10",
                                    "description": "Number of records to return.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/search\/independent-activities?searchType=my_activities&indexing=null&author=Abby&organization_id=1&query=test&negativeQuery=badword&userIds%5B0%5D=1&startDate=2020-04-30+00%3A00%3A00&endDate=2020-04-30+23%3A59%3A59&subjectIds%5B0%5D=1&educationLevelIds%5B0%5D=1&authorTagsIds%5B0%5D=1&h5pLibraries%5B0%5D=ut&sort=created_at&order=desc&from=0&size=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"searchType\":\"showcase_activities\",\"query\":\"e\",\"organization_id\":4,\"negativeQuery\":\"thxtualhdntreegq\",\"indexing\":\"1\",\"startDate\":\"2022-12-05T09:02:30\",\"endDate\":\"2107-02-17\",\"userIds\":[20],\"author\":\"mmfeijegxf\",\"h5pLibraries\":[\"necessitatibus\"],\"subjectIds\":[18],\"educationLevelIds\":[7],\"authorTagsIds\":[12],\"sort\":\"created_at\",\"order\":\"desc\",\"from\":4,\"size\":15}"
                        },
                        "description": "Search for independent activities",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": {\n    \"userIds\": [\n      \"The user Ids must be an array.\"\n    ]\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"thumb_url\": null,\r\n            \"title\": \"title\",\r\n            \"created_at\": \"2022-04-27 23:51:58\",\r\n            \"user\": {\r\n                \"email\": \"abby@curriki.org\",\r\n                \"first_name\": \"Abby\",\r\n                \"id\": 3,\r\n                \"last_name\": \"_\"\r\n            },\r\n            \"organization\": {\r\n                \"id\": 1,\r\n                \"name\": \"org name 1\",\r\n                \"description\": \"org description 1\",\r\n                \"image\": \"\/storage\/organizations\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\"\r\n            }\r\n        }\r\n    ],\r\n    \"meta\": {\r\n        \"total\": 1\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "14. CurrikiGo Outcome",
            "description": "\nAPIs for generating outcomes against students' submissions.",
            "item": [
                {
                    "name": "Get Student Results Grouped Summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outcome\/summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outcome\/summary"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"actor\":\"odio\",\"activity\":\"porro\"}"
                        },
                        "description": "Fetch LRS statements based on parameters, and generate a student result summary",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"errors\": [\n    \"No results found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"summary\": [\r\n      [\r\n        {\r\n          \"sub-content-id\": \"a89d2ee5-0763-4b03-8a4a-ccbda9b00c3e\",\r\n          \"relation-sub-content-id\": \"a89d2ee5-0763-4b03-8a4a-ccbda9b00c3e\",\r\n          \"library\": \"H5P.TrueFalse 1.6\",\r\n          \"content-type\": \"True\\\/False Question\",\r\n          \"title\": \"CP - True\\\/False question\",\r\n          \"content\": {\r\n            \"questions\": \"<p>Is 5 x 100 = 500?<\\\/p>\\n\"\r\n          },\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - True\\\/False question\",\r\n              \"score\": {\r\n                \"raw\": 1,\r\n                \"max\": 1\r\n              },\r\n              \"duration\": \"00:00\",\r\n              \"ending-point\": \"00:01\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"3495a536-de1f-47a2-91d8-6010910b64d0\",\r\n          \"relation-sub-content-id\": \"3495a536-de1f-47a2-91d8-6010910b64d0\",\r\n          \"library\": \"H5P.MultiChoice 1.14\",\r\n          \"content-type\": \"Multiple Choice\",\r\n          \"title\": \"CP - Multiple Choice Quiz\",\r\n          \"content\": {\r\n            \"questions\": \"<p>Which of the following statements are correct?<\\\/p>\\n\"\r\n          },\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - Multiple Choice Quiz\",\r\n              \"score\": {\r\n                \"raw\": 2,\r\n                \"max\": 2\r\n              },\r\n              \"duration\": \"00:04\",\r\n              \"ending-point\": \"00:01\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"6e7df1b6-3b10-44f0-adc8-d6cc58e59c5b\",\r\n          \"relation-sub-content-id\": \"6e7df1b6-3b10-44f0-adc8-d6cc58e59c5b\",\r\n          \"library\": \"H5P.SingleChoiceSet 1.11\",\r\n          \"content-type\": \"Single Choice Set\",\r\n          \"title\": \"CP - Single Choice Set\",\r\n          \"content\": {\r\n            \"children\": [\r\n              {\r\n                \"sub-content-id\": \"e6c0a1a4-b38e-4672-aadc-2aa4bee0d459\",\r\n                \"relation-sub-content-id\": \"6e7df1b6-3b10-44f0-adc8-d6cc58e59c5b|e6c0a1a4-b38e-4672-aadc-2aa4bee0d459\",\r\n                \"question\": \"<p>2 + 2 = ?<\\\/p>\\n\",\r\n                \"answers\": [\r\n                  \"<p>4<\\\/p>\\n\",\r\n                  \"<p>10<\\\/p>\\n\",\r\n                  \"<p>22<\\\/p>\\n\"\r\n                ]\r\n              },\r\n              {\r\n                \"sub-content-id\": \"4e60ed79-c713-4c21-8903-a5e6f2b80a59\",\r\n                \"relation-sub-content-id\": \"6e7df1b6-3b10-44f0-adc8-d6cc58e59c5b|4e60ed79-c713-4c21-8903-a5e6f2b80a59\",\r\n                \"question\": \"<p>5 x 10 = ?<\\\/p>\\n\",\r\n                \"answers\": [\r\n                  \"<p>50<\\\/p>\\n\",\r\n                  \"<p>510<\\\/p>\\n\",\r\n                  \"<p>15<\\\/p>\\n\"\r\n                ]\r\n              }\r\n            ]\r\n          },\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - Single Choice Set\",\r\n              \"score\": {\r\n                \"raw\": 2,\r\n                \"max\": 2\r\n              },\r\n              \"duration\": \"00:09\",\r\n              \"ending-point\": \"00:01\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        }\r\n      ],\r\n      [\r\n        {\r\n          \"sub-content-id\": \"e5229334-ca8b-4807-bf13-0002e9cba0fa\",\r\n          \"relation-sub-content-id\": \"e5229334-ca8b-4807-bf13-0002e9cba0fa\",\r\n          \"library\": \"H5P.Blanks 1.12\",\r\n          \"content-type\": \"Fill in the Blanks\",\r\n          \"title\": \"IB &gt; CP &gt; Fill in the Blanks\",\r\n          \"content\": {\r\n            \"text\": \"<p>CP - Fill in the missing words #1<\\\/p>\\n\",\r\n            \"questions\": [\r\n              \"<p>New Dehli is the capitol of *India*<\\\/p>\\n\",\r\n              \"<p>H5P content may be edited using a *browser\\\/web-browser:Something you use every day*.<\\\/p>\\n\"\r\n            ]\r\n          },\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"IB &gt; CP &gt; Fill in the Blanks\",\r\n              \"score\": {\r\n                \"raw\": 2,\r\n                \"max\": 2\r\n              },\r\n              \"duration\": \"00:14\",\r\n              \"ending-point\": \"00:02\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"d5eb9385-5418-41ed-96a0-0309ca11d99e\",\r\n          \"relation-sub-content-id\": \"d5eb9385-5418-41ed-96a0-0309ca11d99e\",\r\n          \"library\": \"H5P.DragQuestion 1.13\",\r\n          \"content-type\": \"Drag and Drop\",\r\n          \"title\": \"CP - Drag and Drop\",\r\n          \"content\": [\r\n            \r\n          ],\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - Drag and Drop\",\r\n              \"score\": {\r\n                \"raw\": 2,\r\n                \"max\": 2\r\n              },\r\n              \"duration\": \"00:07\",\r\n              \"ending-point\": \"00:02\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"d8c0aa84-95e5-48b0-96b5-707948f0e14f\",\r\n          \"relation-sub-content-id\": \"d8c0aa84-95e5-48b0-96b5-707948f0e14f\",\r\n          \"library\": \"H5P.MarkTheWords 1.9\",\r\n          \"content-type\": \"Mark the Words\",\r\n          \"title\": \"CP - Mark the Words\",\r\n          \"content\": {\r\n            \"description\": \"<p>Mark the articles in the sentences below:<\\\/p>\\n\",\r\n            \"text\": \"<p>*The* correct words are marked like this: correctword, *an* asterisk is written like this **.&nbsp;<\\\/p>\\n\"\r\n          },\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - Mark the Words\",\r\n              \"score\": {\r\n                \"raw\": 2,\r\n                \"max\": 2\r\n              },\r\n              \"duration\": \"00:04\",\r\n              \"ending-point\": \"00:02\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        }\r\n      ],\r\n      [\r\n        {\r\n          \"sub-content-id\": \"86111a02-4be4-4acf-9037-25165975f59b\",\r\n          \"relation-sub-content-id\": \"86111a02-4be4-4acf-9037-25165975f59b\",\r\n          \"library\": \"H5P.DragText 1.8\",\r\n          \"content-type\": \"Drag Text\",\r\n          \"title\": \"CP\\u00a0- Drag Text\",\r\n          \"content\": {\r\n            \"description\": \"Drag the words into the correct boxes\"\r\n          },\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - Drag Text\",\r\n              \"score\": {\r\n                \"raw\": 2,\r\n                \"max\": 2\r\n              },\r\n              \"duration\": \"01:37\",\r\n              \"ending-point\": \"00:03\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"bf355dbb-8ec7-460b-aefd-439ca4319719\",\r\n          \"relation-sub-content-id\": \"bf355dbb-8ec7-460b-aefd-439ca4319719\",\r\n          \"library\": \"H5P.Summary 1.10\",\r\n          \"content-type\": \"Summary\",\r\n          \"title\": \"CP - Summary\",\r\n          \"content\": {\r\n            \"title\": \"Choose the correct statement.\",\r\n            \"children\": [\r\n              {\r\n                \"sub-content-id\": \"6e003430-0edc-4a54-b8f9-e124b119a92a\",\r\n                \"relation-sub-content-id\": \"bf355dbb-8ec7-460b-aefd-439ca4319719|6e003430-0edc-4a54-b8f9-e124b119a92a\",\r\n                \"question\": [\r\n                  \"<p>5 x 5 = 25<\\\/p>\\n\",\r\n                  \"<p>5 x 20 = 80<\\\/p>\\n\"\r\n                ]\r\n              }\r\n            ]\r\n          },\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - Summary\",\r\n              \"score\": {\r\n                \"raw\": 1,\r\n                \"max\": 1\r\n              },\r\n              \"duration\": \"01:01:57\",\r\n              \"ending-point\": \"00:03\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        }\r\n      ],\r\n      [\r\n        {\r\n          \"sub-content-id\": \"4d49d34d-d4f3-4710-8842-a882f837d6dd\",\r\n          \"relation-sub-content-id\": \"4d49d34d-d4f3-4710-8842-a882f837d6dd\",\r\n          \"library\": \"H5P.AdvancedText 1.1\",\r\n          \"content-type\": \"Text\",\r\n          \"title\": \"CP Text\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"0dee6a0a-36aa-445c-a362-8a5c9c9d7791\",\r\n          \"relation-sub-content-id\": \"0dee6a0a-36aa-445c-a362-8a5c9c9d7791\",\r\n          \"library\": \"H5P.Link 1.3\",\r\n          \"content-type\": \"Link\",\r\n          \"title\": \"Link\",\r\n          \"content\": {\r\n            \"title\": \"Link to google\"\r\n          }\r\n        },\r\n        {\r\n          \"sub-content-id\": \"c6ef9040-4cad-49f6-a359-4ac7f18a49cd\",\r\n          \"relation-sub-content-id\": \"c6ef9040-4cad-49f6-a359-4ac7f18a49cd\",\r\n          \"library\": \"H5P.Image 1.1\",\r\n          \"content-type\": \"Image\",\r\n          \"title\": \"CP Image\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"06f169ef-2de1-4f3e-b6fd-ed20837cd3c6\",\r\n          \"relation-sub-content-id\": \"06f169ef-2de1-4f3e-b6fd-ed20837cd3c6\",\r\n          \"library\": \"H5P.Shape 1.0\",\r\n          \"content-type\": \"Shapes\",\r\n          \"title\": \"Rectangle Shapes\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"cf3cef4e-5d9d-473d-b72c-091f6a00bb7d\",\r\n          \"relation-sub-content-id\": \"cf3cef4e-5d9d-473d-b72c-091f6a00bb7d\",\r\n          \"library\": \"H5P.Video 1.5\",\r\n          \"content-type\": \"Video\",\r\n          \"title\": \"CP &gt; Video\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"96a735b1-8220-441f-9195-c0dc8536955b\",\r\n          \"relation-sub-content-id\": \"96a735b1-8220-441f-9195-c0dc8536955b\",\r\n          \"library\": \"H5P.Audio 1.4\",\r\n          \"content-type\": \"Audio\",\r\n          \"title\": \"CP &gt; Test Audio\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        }\r\n      ],\r\n      [\r\n        {\r\n          \"sub-content-id\": \"a9d77f51-1e94-4be0-bf14-defc7de2b93b\",\r\n          \"relation-sub-content-id\": \"a9d77f51-1e94-4be0-bf14-defc7de2b93b\",\r\n          \"library\": \"H5P.Dialogcards 1.8\",\r\n          \"content-type\": \"Dialog Cards\",\r\n          \"title\": \"CP - Dialog Cards\",\r\n          \"content\": {\r\n            \"title\": \"<p>CP - Dialog Cards<\\\/p>\\n\"\r\n          }\r\n        },\r\n        {\r\n          \"sub-content-id\": \"5fffdfcd-3794-45f4-a0e5-49e8fc55dae8\",\r\n          \"relation-sub-content-id\": \"5fffdfcd-3794-45f4-a0e5-49e8fc55dae8\",\r\n          \"library\": \"H5P.TwitterUserFeed 1.0\",\r\n          \"content-type\": \"Twitter User Feed\",\r\n          \"title\": \"Twitter User Feed\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"17ba5347-61df-4151-a833-8cf9d0718c07\",\r\n          \"relation-sub-content-id\": \"17ba5347-61df-4151-a833-8cf9d0718c07\",\r\n          \"library\": \"H5P.Table 1.1\",\r\n          \"content-type\": \"Table\",\r\n          \"title\": \"CP Table\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        },\r\n        {\r\n          \"sub-content-id\": \"2932aab9-ce54-4be2-a1b7-9257483829f1\",\r\n          \"relation-sub-content-id\": \"2932aab9-ce54-4be2-a1b7-9257483829f1\",\r\n          \"library\": \"H5P.ExportableTextArea 1.3\",\r\n          \"content-type\": \"Exportable Text Area\",\r\n          \"title\": \"CP Exportable Text Area\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        }\r\n      ],\r\n      [\r\n        {\r\n          \"sub-content-id\": \"495b1089-b7d1-47fd-ae2d-9b55273780c9\",\r\n          \"relation-sub-content-id\": \"495b1089-b7d1-47fd-ae2d-9b55273780c9\",\r\n          \"library\": \"H5P.ContinuousText 1.2\",\r\n          \"content-type\": \"Continuous Text\",\r\n          \"title\": \"CP &gt; Continuous Text\",\r\n          \"content\": [\r\n            \r\n          ]\r\n        }\r\n      ],\r\n      [\r\n        {\r\n          \"sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e\",\r\n          \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e\",\r\n          \"library\": \"H5P.InteractiveVideo 1.22\",\r\n          \"content-type\": \"Interactive Video\",\r\n          \"title\": \"CP - Interactive Video\",\r\n          \"content\": [\r\n            {\r\n              \"sub-content-id\": \"6824967c-9282-4d12-bcc5-ad0bced64d2f\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|6824967c-9282-4d12-bcc5-ad0bced64d2f\",\r\n              \"library\": \"H5P.TrueFalse 1.6\",\r\n              \"content-type\": \"True\\\/False Question\",\r\n              \"title\": \"CP &gt; IV&gt; True\\\/False question\",\r\n              \"content\": {\r\n                \"questions\": \"<p>Is 5 x 100 = 500?<\\\/p>\\n\"\r\n              },\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"CP &gt; IV&gt; True\\\/False question\",\r\n                  \"score\": {\r\n                    \"raw\": 1,\r\n                    \"max\": 1\r\n                  },\r\n                  \"duration\": \"00:02\",\r\n                  \"ending-point\": \"00:00\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"sub-content-id\": \"88c60326-825c-4992-80da-b86af8e997a1\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|88c60326-825c-4992-80da-b86af8e997a1\",\r\n              \"library\": \"H5P.MultiChoice 1.14\",\r\n              \"content-type\": \"Multiple Choice\",\r\n              \"title\": \"CP &gt; IV &gt; Multiple Choice Quiz\",\r\n              \"content\": {\r\n                \"questions\": \"<p>Which of the following statements are correct?<\\\/p>\\n\"\r\n              },\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"CP &gt; IV &gt; Multiple Choice Quiz\",\r\n                  \"score\": {\r\n                    \"raw\": 0,\r\n                    \"max\": 2\r\n                  },\r\n                  \"duration\": \"00:03\",\r\n                  \"ending-point\": \"00:05\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"sub-content-id\": \"4961cd7d-03ef-4dd6-8b8f-59b908e70b8a\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|4961cd7d-03ef-4dd6-8b8f-59b908e70b8a\",\r\n              \"library\": \"H5P.SingleChoiceSet 1.11\",\r\n              \"content-type\": \"Single Choice Set\",\r\n              \"title\": \"CP &gt; IV &gt; Single Choice Set\",\r\n              \"content\": {\r\n                \"children\": [\r\n                  {\r\n                    \"sub-content-id\": \"e6c0a1a4-b38e-4672-aadc-2aa4bee0d459\",\r\n                    \"relation-sub-content-id\": \"4961cd7d-03ef-4dd6-8b8f-59b908e70b8a|e6c0a1a4-b38e-4672-aadc-2aa4bee0d459\",\r\n                    \"question\": \"<p>2 + 2 = ?<\\\/p>\\n\",\r\n                    \"answers\": [\r\n                      \"<p>4<\\\/p>\\n\",\r\n                      \"<p>10<\\\/p>\\n\",\r\n                      \"<p>22<\\\/p>\\n\"\r\n                    ]\r\n                  },\r\n                  {\r\n                    \"sub-content-id\": \"4e60ed79-c713-4c21-8903-a5e6f2b80a59\",\r\n                    \"relation-sub-content-id\": \"4961cd7d-03ef-4dd6-8b8f-59b908e70b8a|4e60ed79-c713-4c21-8903-a5e6f2b80a59\",\r\n                    \"question\": \"<p>5 x 10 = ?<\\\/p>\\n\",\r\n                    \"answers\": [\r\n                      \"<p>50<\\\/p>\\n\",\r\n                      \"<p>510<\\\/p>\\n\",\r\n                      \"<p>15<\\\/p>\\n\"\r\n                    ]\r\n                  }\r\n                ]\r\n              },\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"CP &gt; IV &gt; Single Choice Set\",\r\n                  \"score\": {\r\n                    \"raw\": 2,\r\n                    \"max\": 2\r\n                  },\r\n                  \"duration\": \"00:10\",\r\n                  \"ending-point\": \"00:09\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"sub-content-id\": \"03b1f5f1-c70c-4ae6-9c76-8dd308800f67\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|03b1f5f1-c70c-4ae6-9c76-8dd308800f67\",\r\n              \"library\": \"H5P.Blanks 1.12\",\r\n              \"content-type\": \"Fill in the Blanks\",\r\n              \"title\": \"CP &gt; IV &gt; Fill in the Blanks\",\r\n              \"content\": {\r\n                \"text\": \"<p>CP &gt; IV &gt; Fill in the missing words #1<\\\/p>\\n\",\r\n                \"questions\": [\r\n                  \"<p>New Dehli is the capitol of *India*<\\\/p>\\n\",\r\n                  \"<p>H5P content may be edited using a *browser\\\/web-browser:Something you use every day*.<\\\/p>\\n\"\r\n                ]\r\n              },\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"CP &gt; IV &gt; Fill in the Blanks\",\r\n                  \"score\": {\r\n                    \"raw\": 2,\r\n                    \"max\": 2\r\n                  },\r\n                  \"duration\": \"00:06\",\r\n                  \"ending-point\": \"00:18\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"sub-content-id\": \"f5ee0f8d-f235-4c2b-ae57-97853b1496ae\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|f5ee0f8d-f235-4c2b-ae57-97853b1496ae\",\r\n              \"library\": \"H5P.DragQuestion 1.13\",\r\n              \"content-type\": \"Drag and Drop\",\r\n              \"title\": \"CP &gt; IV &gt; Drag and Drop\",\r\n              \"content\": [\r\n                \r\n              ],\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"CP &gt; IV &gt; Drag and Drop\",\r\n                  \"score\": {\r\n                    \"raw\": 2,\r\n                    \"max\": 2\r\n                  },\r\n                  \"duration\": \"00:03\",\r\n                  \"ending-point\": \"00:20\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"sub-content-id\": \"7b5ae8d2-84e9-47d5-b147-daa1c26e499a\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|7b5ae8d2-84e9-47d5-b147-daa1c26e499a\",\r\n              \"library\": \"H5P.MarkTheWords 1.9\",\r\n              \"content-type\": \"Mark the Words\",\r\n              \"title\": \"CP &gt; IV &gt; Mark the Words\",\r\n              \"content\": {\r\n                \"description\": \"<p>Mark the articles in the sentences below:<\\\/p>\\n\",\r\n                \"text\": \"<p>*The* correct words are marked like this: correctword, *an* asterisk is written like this **.&nbsp;<\\\/p>\\n\"\r\n              },\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"CP &gt; IV &gt; Mark the Words\",\r\n                  \"score\": {\r\n                    \"raw\": 2,\r\n                    \"max\": 2\r\n                  },\r\n                  \"duration\": \"00:04\",\r\n                  \"ending-point\": \"00:23\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"sub-content-id\": \"55a4933b-d2fb-4c77-bfb3-1eab67b0ad14\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|55a4933b-d2fb-4c77-bfb3-1eab67b0ad14\",\r\n              \"library\": \"H5P.DragText 1.8\",\r\n              \"content-type\": \"Drag Text\",\r\n              \"title\": \"CP &gt; IV\\u00a0&gt; Drag Text\",\r\n              \"content\": {\r\n                \"description\": \"Drag the words into the correct boxes\"\r\n              },\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"CP &gt; IV &gt; Drag Text\",\r\n                  \"score\": {\r\n                    \"raw\": 2,\r\n                    \"max\": 2\r\n                  },\r\n                  \"duration\": \"01:05\",\r\n                  \"ending-point\": \"00:26\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            },\r\n            {\r\n              \"sub-content-id\": \"f6839abe-d5d1-41cb-85a4-c19c49a4583e\",\r\n              \"relation-sub-content-id\": \"02b3bee1-61c4-496a-9b6b-3d4ae1f43f4e|f6839abe-d5d1-41cb-85a4-c19c49a4583e\",\r\n              \"library\": \"H5P.Summary 1.10\",\r\n              \"content-type\": \"Summary\",\r\n              \"title\": \"IB &gt; IV &gt; Summary\",\r\n              \"content\": {\r\n                \"title\": \"Choose the correct statement.\",\r\n                \"children\": [\r\n                  {\r\n                    \"sub-content-id\": \"8146ae19-549a-4f79-8165-30573f8f8769\",\r\n                    \"relation-sub-content-id\": \"f6839abe-d5d1-41cb-85a4-c19c49a4583e|8146ae19-549a-4f79-8165-30573f8f8769\",\r\n                    \"question\": [\r\n                      \"<p>8+9 = 17<\\\/p>\\n\",\r\n                      \"<p>10 x 2 = 12<\\\/p>\\n\",\r\n                      \"<p>13 x 13 = 149<\\\/p>\\n\"\r\n                    ]\r\n                  },\r\n                  {\r\n                    \"sub-content-id\": \"6afe0b3b-9af7-41ab-8506-017ae8b89375\",\r\n                    \"relation-sub-content-id\": \"f6839abe-d5d1-41cb-85a4-c19c49a4583e|6afe0b3b-9af7-41ab-8506-017ae8b89375\",\r\n                    \"question\": [\r\n                      \"<p>4 x 2 = 8<\\\/p>\\n\",\r\n                      \"<p>5 x 6 = 31<\\\/p>\\n\",\r\n                      \"<p>10 \\\/ 2 = 4<\\\/p>\\n\"\r\n                    ]\r\n                  }\r\n                ]\r\n              },\r\n              \"answer\": [\r\n                {\r\n                  \"name\": \"IB &gt; IV &gt; Summary\",\r\n                  \"score\": {\r\n                    \"raw\": 2,\r\n                    \"max\": 2\r\n                  },\r\n                  \"duration\": \"00:05\",\r\n                  \"ending-point\": \"00:27\",\r\n                  \"verb\": \"answered\"\r\n                }\r\n              ]\r\n            }\r\n          ],\r\n          \"answer\": [\r\n            {\r\n              \"name\": \"CP - Interactive Video\",\r\n              \"score\": {\r\n                \"raw\": 13,\r\n                \"max\": 15\r\n              },\r\n              \"duration\": \"01:22\",\r\n              \"ending-point\": \"00:07\",\r\n              \"verb\": \"answered\"\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    ]\r\n  }",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "15. Google Classroom",
            "description": "\nAPIs for Google Classroom",
            "item": [
                {
                    "name": "Save Access Token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/access-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/access-token"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"access_token\":\"vitae\"}"
                        },
                        "description": "Save GAPI access token in the database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Access token has been saved successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to save the token.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Courses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/courses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/courses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get all existing Google Classroom Courses",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Service exception error\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"courses\": [\r\n        {\r\n            \"id\": \"1\",\r\n            \"name\": \"How to build a playlist in CurrikiStudio\"\r\n        },\r\n        {\r\n            \"id\": \"2\",\r\n            \"name\": \"Partner Content Projects\"\r\n        },\r\n        {\r\n            \"id\": \"3\",\r\n            \"name\": \"Our Great BIg Back Yard\"\r\n        },\r\n        {\r\n            \"id\": \"4\",\r\n            \"name\": \"Alice in Wonderland\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Copy project to Google Classroom",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/projects\/:project_id\/copy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/projects\/:project_id\/copy",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "16",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "9",
                                    "description": "The Id of a project."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"course_id\":\"123\",\"access_token\":\"123\",\"publisher_org\":16}"
                        },
                        "description": "Copy whole project to google classroom either as a new course or into an existing course.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"Forbidden. You are trying to share other user's project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to copy project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"course\": {\r\n        \"id\": \"158432479402\",\r\n        \"name\": \"Partner Content Projects\",\r\n        \"topics\": [\r\n            {\r\n                \"course_id\": \"158432479402\",\r\n                \"topic_id\": \"158409588847\",\r\n                \"name\": \"NBC Learn\",\r\n                \"course_work\": [\r\n                    {\r\n                        \"id\": \"158442674345\",\r\n                        \"course_id\": \"158432479402\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"158409588847\",\r\n                        \"title\": \"Test Activity 1 - 1\",\r\n                        \"state\": \"PUBLISHED\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"https:\/\/www.currikistudio.org\/shared\/activity\/10\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": null\r\n                    },\r\n                    {\r\n                        \"id\": \"158442674350\",\r\n                        \"course_id\": \"158432479402\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"158409588847\",\r\n                        \"title\": \"Test Activity 1 - 0\",\r\n                        \"state\": \"PUBLISHED\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"https:\/\/www.currikistudio.org\/shared\/activity\/9\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": null\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"course_id\": \"158432479402\",\r\n                \"topic_id\": \"158410401228\",\r\n                \"name\": \"Internal\",\r\n                \"course_work\": [\r\n                    {\r\n                        \"id\": \"158443047525\",\r\n                        \"course_id\": \"158432479402\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"158410401228\",\r\n                        \"title\": \"Test Activity 1 - 0\",\r\n                        \"state\": \"PUBLISHED\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"https:\/\/www.currikistudio.org\/shared\/activity\/11\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": null\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Publish playlist To Google Classroom",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/projects\/:project_id\/playlists\/:playlist_id\/publish",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "14",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "2",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "9",
                                    "description": "The Id of a project."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "10",
                                    "description": "The Id of a playlist."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"course_id\":\"123\",\"topic_id\":\"123\",\"publisher_org\":11,\"access_token\":\"ipsum\"}"
                        },
                        "description": "To Publish playlist To Google Classroom",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"Forbidden. You are trying to share other user's project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to copy playlist.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"course\": {\r\n        \"id\": \"422473650924\",\r\n        \"name\": \"Activity Sampler\",\r\n        \"topics\": [\r\n            {\r\n                \"course_id\": \"422473650924\",\r\n                \"topic_id\": \"422474476539\",\r\n                \"name\": \"Questions\",\r\n                \"course_work\": [\r\n                    {\r\n                        \"id\": \"422473053485\",\r\n                        \"course_id\": \"422473650924\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"422474476539\",\r\n                        \"title\": \"Advanced Fill In the Blank\",\r\n                        \"state\": \"DRAFT\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"http:\/\/localhost:3000\/gclass\/launch\/3\/422473650924\/39449\/7062\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": 100\r\n                    },\r\n                    {\r\n                        \"id\": \"422474476548\",\r\n                        \"course_id\": \"422473650924\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"422474476539\",\r\n                        \"title\": \"Arithmetic Quiz\",\r\n                        \"state\": \"DRAFT\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"http:\/\/localhost:3000\/gclass\/launch\/3\/422473650924\/39450\/7063\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": 100\r\n                    },\r\n                    {\r\n                        \"id\": \"422474036071\",\r\n                        \"course_id\": \"422473650924\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"422474476539\",\r\n                        \"title\": \"Dialog Cards\",\r\n                        \"state\": \"DRAFT\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"http:\/\/localhost:3000\/gclass\/launch\/3\/422473650924\/39452\/7064\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": 100\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Publish activity To Google Classroom",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/projects\/:project_id\/playlists\/:playlist_id\/activities\/:activity_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/projects\/:project_id\/playlists\/:playlist_id\/activities\/:activity_id\/publish",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "1",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "playlist_id",
                                    "key": "playlist_id",
                                    "value": "19",
                                    "description": "The ID of the playlist."
                                },
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "11",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "9",
                                    "description": "The Id of a project."
                                },
                                {
                                    "id": "playlist",
                                    "key": "playlist",
                                    "value": "10",
                                    "description": "The Id of a playlist."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "11",
                                    "description": "The Id of a activity."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"course_id\":\"532068611011\",\"topic_id\":\"532068611011\",\"publisher_org\":14,\"access_token\":\"jhdfsy7dshduHHJG6\"}"
                        },
                        "description": "To Publish activity To Google Classroom under a specific topic",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"Forbidden. You are trying to share other user's project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to copy playlist.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"course\": {\r\n        \"id\": \"422473650924\",\r\n        \"name\": \"Activity Sampler\",\r\n        \"topics\": [\r\n            {\r\n                \"course_id\": \"422473650924\",\r\n                \"topic_id\": \"422474476539\",\r\n                \"name\": \"Questions\",\r\n                \"course_work\": [\r\n                    {\r\n                        \"id\": \"422473053485\",\r\n                        \"course_id\": \"422473650924\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"422474476539\",\r\n                        \"title\": \"Advanced Fill In the Blank\",\r\n                        \"state\": \"DRAFT\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"http:\/\/localhost:3000\/gclass\/launch\/3\/422473650924\/39449\/7062\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": 100\r\n                    },\r\n                    {\r\n                        \"id\": \"422474476548\",\r\n                        \"course_id\": \"422473650924\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"422474476539\",\r\n                        \"title\": \"Arithmetic Quiz\",\r\n                        \"state\": \"DRAFT\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"http:\/\/localhost:3000\/gclass\/launch\/3\/422473650924\/39450\/7063\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": 100\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Publish independent activity To Google Classroom",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/activities\/:independent_activity_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/activities\/:independent_activity_id\/publish",
                            "variable": [
                                {
                                    "id": "independent_activity_id",
                                    "key": "independent_activity_id",
                                    "value": "6",
                                    "description": "The ID of the independent activity."
                                },
                                {
                                    "id": "independent_activity",
                                    "key": "independent_activity",
                                    "value": "11",
                                    "description": "The Id of a independentActivity."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"course_id\":\"et\",\"topic_id\":\"voluptatem\",\"publisher_org\":2,\"access_token\":\"532068611011\",\"string\":\"532103337862\"}"
                        },
                        "description": "To Publish independent activity To Google Classroom under a specific class or specific classwork",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"Forbidden. You are trying to share other user's project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to copy publish.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"course\": {\r\n        \"id\": \"422473650924\",\r\n        \"name\": \"Activity Sampler\",\r\n        \"topics\": [\r\n            {\r\n                \"course_id\": \"422473650924\",\r\n                \"topic_id\": \"422474476539\",\r\n                \"name\": \"Questions\",\r\n                \"course_work\": [\r\n                    {\r\n                        \"id\": \"422473053485\",\r\n                        \"course_id\": \"422473650924\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"422474476539\",\r\n                        \"title\": \"Advanced Fill In the Blank\",\r\n                        \"state\": \"DRAFT\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"http:\/\/localhost:3000\/gclass\/launch\/3\/422473650924\/39449\/7062\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": 100\r\n                    },\r\n                    {\r\n                        \"id\": \"422474476548\",\r\n                        \"course_id\": \"422473650924\",\r\n                        \"description\": null,\r\n                        \"topic_id\": \"422474476539\",\r\n                        \"title\": \"Arithmetic Quiz\",\r\n                        \"state\": \"DRAFT\",\r\n                        \"work_type\": \"ASSIGNMENT\",\r\n                        \"materials\": [\r\n                            {\r\n                                \"link\": {\r\n                                    \"thumbnailUrl\": null,\r\n                                    \"title\": null,\r\n                                    \"url\": \"http:\/\/localhost:3000\/gclass\/launch\/3\/422473650924\/39450\/7063\"\r\n                                }\r\n                            }\r\n                        ],\r\n                        \"max_points\": 100\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "TurnIn a student's submission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/turnin\/:classwork_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/turnin\/:classwork_id",
                            "variable": [
                                {
                                    "id": "classwork_id",
                                    "key": "classwork_id",
                                    "value": "15",
                                    "description": "The ID of the classwork."
                                },
                                {
                                    "id": "classwork",
                                    "key": "classwork",
                                    "value": "9",
                                    "description": "The Id of a classwork."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"access_token\":\"necessitatibus\",\"course_id\":\"totam\"}"
                        },
                        "description": "Identifies student's submission on a classwork assignment.\nAttaches a summary page link to the assignment, and turns it in.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"The assignment has been turned in successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not retrieve submission for this assignment.\",\n    \"You are not enrolled in this class.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Verify whether Google Classroom user has access to a student's submission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/validate-summary-access",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/validate-summary-access"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"access_token\":\"distinctio\",\"course_id\":\"saepe\",\"gc_classwork_id\":\"omnis\",\"gc_submission_id\":\"nesciunt\",\"student_id\":\"expedita\"}"
                        },
                        "description": "If the user is a teacher, validate if he's one of the teachers in the class\nIf the user is authenticated and is a student, validate if the submission is his.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"errors\": [\n    \"Either the entity was not found or you do not have permission to view it.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"student\": {\r\n        \"id\": \"102628873478251109814\",\r\n        \"email\": \"samstud89@gmail.com\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get student's submission against a classwork",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/classwork\/:classwork_id\/submission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/classwork\/:classwork_id\/submission",
                            "variable": [
                                {
                                    "id": "classwork_id",
                                    "key": "classwork_id",
                                    "value": "3",
                                    "description": "The ID of the classwork."
                                },
                                {
                                    "id": "classwork",
                                    "key": "classwork",
                                    "value": "9",
                                    "description": "The Id of a classwork."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"access_token\":\"voluptates\",\"course_id\":\"voluptates\"}"
                        },
                        "description": "Identifies student's submission on a classwork assignment.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"You are not enrolled in this class.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not retrieve submission for this assignment.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"submission\": {\r\n        \"id\": \"Cg4I4uew5KIEEKa_h6_oBQ\",\r\n        \"course_id\": \"199817397960\",\r\n        \"coursework_id\": \"199814668198\",\r\n        \"state\": \"RETURNED\",\r\n        \"assigned_grade\": 90\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "H5P Google Classroom Resource Settings For Google Classroom",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/google-classroom\/activities\/:activity_id\/h5p-resource-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/google-classroom\/activities\/:activity_id\/h5p-resource-settings",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "10",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "activity",
                                    "key": "activity",
                                    "value": "molestias",
                                    "description": "The Id of a activity"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings For Google Classroom",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Activity not found.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 59,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"params\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 21,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 40,\r\n            \"name\": \"H5P.InteractiveVideo\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 21,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        },\r\n        \"is_public\": false,\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "17. Organization Permission Type API",
            "description": "\nAPIs for Organization Permission Types",
            "item": [
                {
                    "name": "Get All Organization Permission Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/permissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"edit\"}"
                        },
                        "description": "Get a list of the organization permission type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 25,\r\n            \"name\": \"activity:edit\",\r\n            \"display_name\": \"Edit Activity\",\r\n            \"feature\": \"Activity\"\r\n        },\r\n        {\r\n            \"id\": 43,\r\n            \"name\": \"group:edit\",\r\n            \"display_name\": \"Edit Group\",\r\n            \"feature\": \"Group\"\r\n        },\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"organization:edit\",\r\n            \"display_name\": \"Edit Organization\",\r\n            \"feature\": \"Organization\"\r\n        },\r\n        {\r\n            \"id\": 19,\r\n            \"name\": \"playlist:edit\",\r\n            \"display_name\": \"Edit Playlist\",\r\n            \"feature\": \"Playlist\"\r\n        },\r\n        {\r\n            \"id\": 10,\r\n            \"name\": \"project:edit\",\r\n            \"display_name\": \"Edit Project\",\r\n            \"feature\": \"Project\"\r\n        },\r\n        {\r\n            \"id\": 31,\r\n            \"name\": \"team:edit\",\r\n            \"display_name\": \"Edit Team\",\r\n            \"feature\": \"Team\"\r\n        },\r\n        {\r\n            \"id\": 57,\r\n            \"name\": \"user:edit\",\r\n            \"display_name\": \"Edit User\",\r\n            \"feature\": \"User\"\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "18. Organization API",
            "description": "\nAPIs for Organization",
            "item": [
                {
                    "name": "Get By Domain",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/organization\/get-by-domain",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/organization\/get-by-domain"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"domain\":\"curriki\"}"
                        },
                        "description": "Get organization by domain",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"The given data was invalid.\",\n  \"errors\": {\n    \"domain\": [\n      \"The selected domain is invalid.\"\n    ]\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"organization\": {\r\n        \"id\": 16,\r\n        \"name\": \"nassau\",\r\n        \"description\": \"nassau\",\r\n        \"image\": \"\/storage\/organizations\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n        \"favicon\": \"\/storage\/organizations\/favicon\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n        \"domain\": \"nassau\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "19. Suborganization API",
            "description": "\nAPIs for Suborganization",
            "item": [
                {
                    "name": "User has permission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/user-has-permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/user-has-permission",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"permission\":\"organization:view\"}"
                        },
                        "description": "Check if user has the specified permission in the provided organization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"userHasPermission\": true\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"The given data was invalid.\",\n  \"errors\": {\n    \"permission\": [\n      \"The permission field is required.\"\n    ]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get User Permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/permissions",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the logged-in user's permissions in the suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"permissions\": {\r\n        \"activeRole\": \"non_editing_teacher\",\r\n        \"roleId\": 4,\r\n        \"Project\": [\r\n            \"project:view\"\r\n        ],\r\n        \"Playlist\": [\r\n            \"playlist:view\"\r\n        ],\r\n        \"Activity\": [\r\n            \"activity:view\"\r\n        ]\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Default Permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/default-permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/default-permissions",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the all default permissions in the suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"permissions\": {\r\n        \"activeRole\": \"non_editing_teacher\",\r\n        \"roleId\": 4,\r\n        \"Project\": [\r\n            \"project:view\"\r\n        ],\r\n        \"Playlist\": [\r\n            \"playlist:view\"\r\n        ],\r\n        \"Activity\": [\r\n            \"activity:view\"\r\n        ]\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Suborganization Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/add-role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/add-role",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "8",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"member\",\"display_name\":\"Member\",\"permissions\":[1,2]}"
                        },
                        "description": "Add role for the specified suborganization"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Role has been added successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to add role.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Suborganization Role With UI Permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/add-role-ui-permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/add-role-ui-permissions",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"member\",\"display_name\":\"Member\",\"permissions\":[1,2]}"
                        },
                        "description": "Add role for the specified suborganization with UI permissions"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Role has been added successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to add role.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Suborganization Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/update-role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/update-role",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "13",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":1,\"permissions\":[1,2]}"
                        },
                        "description": "Update role for the specified suborganization"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Role has been updated successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update role.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Visibility Types For Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/visibility-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/visibility-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the visibility types for suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"private\",\r\n            \"display_name\": \"Private\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"protected\",\r\n            \"display_name\": \"Protected\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"global\",\r\n            \"display_name\": \"Global\"\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"name\": \"public\",\r\n            \"display_name\": \"Public\"\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get User Roles For Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/roles",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the users roles for suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"admin\",\r\n            \"display_name\": \"Administrator\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"member\",\r\n            \"display_name\": \"Member\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"course_creator\",\r\n            \"display_name\": \"Course Creator\"\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get User Role detail For Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/role\/:roleId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/role\/:roleId",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "roleId",
                                    "key": "roleId",
                                    "value": "quisquam",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get detail of the user role for suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"admin\",\r\n            \"display_name\": \"Administrator\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"member\",\r\n            \"display_name\": \"Member\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"course_creator\",\r\n            \"display_name\": \"Course Creator\"\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get User Role UI Permissions For Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/role\/:role_id\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/role\/:role_id\/permissions",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "17",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "10",
                                    "description": "The ID of the role."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "role",
                                    "key": "role",
                                    "value": "1",
                                    "description": "The Id of an organization role"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get detail of the user role UI permissions for suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"title\": \"Organiziations\",\r\n            \"ui_sub_modules\": [\r\n                {\r\n                    \"title\": \"Organiziation\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 1,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 2,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 3,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"title\": \"Projects\",\r\n            \"ui_sub_modules\": [\r\n                {\r\n                    \"title\": \"All Projects\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 4,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 5,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": true\r\n                        },\r\n                        {\r\n                            \"id\": 6,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Import\/Export Projects\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 7,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 8,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 9,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"title\": \"Ref. Tables\",\r\n            \"ui_sub_modules\": [\r\n                {\r\n                    \"title\": \"Activity Types\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 10,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 11,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 12,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Activity Items\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 13,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 14,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 15,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"title\": \"Integrations\",\r\n            \"ui_sub_modules\": [\r\n                {\r\n                    \"title\": \"LMS Settings\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 16,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 17,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 18,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"LTI Tools\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 19,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 20,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 21,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"BrightCove\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 22,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 23,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 24,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"title\": \"Users\",\r\n            \"ui_sub_modules\": [\r\n                {\r\n                    \"title\": \"Manage Users\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 25,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 26,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 27,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Manage Roles\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 28,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 29,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 30,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"title\": \"Independent Activities\",\r\n            \"ui_sub_modules\": [\r\n                {\r\n                    \"title\": \"All Independent Activities\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 31,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 32,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 33,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Export\/Import Activities\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 34,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 35,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 36,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"title\": \"Authoring\",\r\n            \"ui_sub_modules\": [\r\n                {\r\n                    \"title\": \"Project\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 37,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 38,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 39,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Playlist\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 40,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 41,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 42,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Activity\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 43,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 44,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 45,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Team\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 46,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 47,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 48,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"Independent Activity\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 49,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 50,\r\n                            \"title\": \"Edit\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 51,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"title\": \"My Interactive Video\",\r\n                    \"ui_module_permissions\": [\r\n                        {\r\n                            \"id\": 52,\r\n                            \"title\": \"View\",\r\n                            \"selected\": false\r\n                        },\r\n                        {\r\n                            \"id\": 53,\r\n                            \"title\": \"None\",\r\n                            \"selected\": false\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload thumbnail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/upload-thumb",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/upload-thumb",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "13",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"thumb\":\"(binary)\"}"
                        },
                        "description": "Upload thumbnail image for a suborganization"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"thumbUrl\": \"\/storage\/organizations\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid image.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload Favicon",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/upload-favicon",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/upload-favicon",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "8",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"favicon\":\"(binary)\"}"
                        },
                        "description": "Upload favicon for a suborganization"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"faviconUrl\": \"\/storage\/organizations\/favicon\/1fqwe2f65ewf465qwe46weef5w5eqwq.png\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Invalid favicon.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Member Options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/member-options",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/member-options",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"leo\",\"page\":\"create\"}"
                        },
                        "description": "Display a listing of the user member options for suborganization, other then the exiting ones."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n  \"message\": \"The given data was invalid.\",\n  \"errors\": {\n    \"query\": [\n      \"The query field is required.\"\n    ]\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"member-options\": [\r\n        {\r\n            \"id\": 3,\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"organization_name\": \"\",\r\n            \"organization_type\": null,\r\n            \"job_title\": \"\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"website\": null,\r\n            \"subscribed\": true\r\n        },\r\n        {\r\n            \"id\": 1494,\r\n            \"first_name\": \"Gabriella\",\r\n            \"last_name\": \"Tennant-Nicholas\",\r\n            \"email\": \"gabbytennant05@gmail.com\",\r\n            \"organization_name\": \"Arizona State University\",\r\n            \"organization_type\": null,\r\n            \"job_title\": \"Student\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"website\": null,\r\n            \"subscribed\": true\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Suborganization User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/add-user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/add-user",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":1,\"role_id\":1}"
                        },
                        "description": "Add user for the specified role in suborganization"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User has been added successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to add user.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Invite Organization Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/invite-members",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/invite-members",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "17",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"abby@curriki.org\",\"note\":\"Welcome\",\"role_id\":1}"
                        },
                        "description": "Invite a member to the organization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User have been invited to the organization successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to invite user to the organization.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Google\/Microsoft Credentials in Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/update-class-credentails",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/update-class-credentails",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "3",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"gcr_project_visibility\":false,\"gcr_playlist_visibility\":false,\"gcr_activity_visibility\":false,\"msteam_client_id\":\"123e4567-e89b-12d3-a456-426614174000\",\"msteam_secret_id\":\"123e4567-e89b-12d3-a456-426614174000\",\"msteam_tenant_id\":\"123e4567-e89b-12d3-a456-426614174000\",\"msteam_secret_id_expiry\":\"2022-09-29\",\"msteam_project_visibility\":false,\"msteam_playlist_visibility\":false,\"msteam_activity_visibility\":false}"
                        },
                        "description": "Update the specified suborganization for a user to modify classroom access credentials."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": [\n    \"Fields are updated successfully.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update suborganization.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Suborganization User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/update-user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/update-user",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "3",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":1,\"role_id\":1}"
                        },
                        "description": "Update user for the specified role in default suborganization"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User has been updated successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update user.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Old Campus\",\"description\":\"This is a test suborganization.\",\"domain\":\"oldcampus\",\"image\":\"\\\/storage\\\/organizations\\\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\",\"favicon\":\"\\\/storage\\\/organizations\\\/favicon\\\/jlvKGDV1XjzIzfNrm1PyNwLoQj6OMjV.jpeg\",\"admins\":[1,2],\"visibility_type_id\":[1,2,3,4],\"users\":[\"accusamus\"],\"parent_id\":1,\"self_registration\":false,\"account_id\":\"heavgyrzyn\",\"api_key\":\"futpmlqgnogbin\",\"unit_path\":\"emdlzzb\",\"noovo_client_id\":\"oldcampus\",\"tos_type\":\"URL\",\"tos_url\":\"http:\\\/\\\/www.eichmann.com\\\/aut-quasi-sunt-cumque-expedita\",\"tos_content\":\"iuqx\",\"privacy_policy_type\":\"URL\",\"privacy_policy_url\":\"http:\\\/\\\/nienow.com\\\/facilis-earum-dolores-eligendi-inventore-eligendi.html\",\"privacy_policy_content\":\"cdyjxjfuwcigiwopa\",\"primary_color\":\"#515151\",\"secondary_color\":\"#515151\",\"tertiary_color\":\"#515151\",\"primary_font_family\":\"Open Sans\",\"secondary_font_family\":\"Open Sans\"}"
                        },
                        "description": "Create a new suborganization for a user's default organization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create suborganization. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"suborganization\": {\r\n        \"id\": 1,\r\n        \"name\": \"Curriki Studio\",\r\n        \"description\": \"test\",\r\n        \"account_id\": \"1\",\r\n        \"api_key\": \"test\",\r\n        \"unit_path\": \"path\",\r\n        \"noovo_client_id\": \"1\",\r\n        \"parent\": \"1\",\r\n        \"image\": \"\/storage\/organizations\/03wNdqJIt0zGUvtBUFxF7VuIF1eCnNGO77g0ykAo.jpeg\",\r\n        \"favicon\": \"\/storage\/organizations\/favicon\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n        \"domain\": \"currikistudio\",\r\n        \"self_registration\": true,\r\n        \"gcr_project_visibility\": true,\r\n        \"gcr_playlist_visibility\": false,\r\n        \"gcr_activity_visibility\": false,\r\n        \"organization_role\": \"Administrator\",\r\n        \"organization_role_id\": 1,\r\n        \"projects_count\": 4,\r\n        \"suborganization_count\": 5,\r\n        \"users_count\": 1,\r\n        \"groups_count\": 0,\r\n        \"teams_count\": 2,\r\n        \"tos_type\": \"URL\",\r\n        \"tos_url\": \"https:\/\/curriki.org\",\r\n        \"tos_content\": \"Test content\",\r\n        \"privacy_policy_type\": \"Parent\",\r\n        \"privacy_policy_url\": null,\r\n        \"privacy_policy_content\": null,\r\n        \"branding\": {\r\n            \"primary_color\": \"#515151\",\r\n            \"secondary_color\": \"#515151\",\r\n            \"tertiary_color\": \"#515151\",\r\n            \"primary_font_family\": \"open sans\",\r\n            \"secondary_font_family\": \"open sans\"\r\n        },\r\n        \"allowed_visibility_type_id\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"private\",\r\n                \"display_name\": \"Private (only Me)\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"name\": \"global\",\r\n                \"display_name\": \"My Org + Parent and Child Org\"\r\n            }\r\n        ],\r\n        \"msteam_client_id\" : null,\r\n        \"msteam_secret_id\" : null,\r\n        \"msteam_tenant_id\" : null,\r\n        \"msteam_secret_id_expiry\": null,\r\n        \"msteam_project_visibility\": true,\r\n        \"msteam_playlist_visibility\": false,\r\n        \"msteam_activity_visibility\": false\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified suborganization detail."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"suborganization\": {\r\n        \"id\": 1,\r\n        \"name\": \"Curriki Studio\",\r\n        \"description\": \"test\",\r\n        \"account_id\": \"1\",\r\n        \"api_key\": \"test\",\r\n        \"unit_path\": \"path\",\r\n        \"noovo_client_id\": \"1\",\r\n        \"parent\": \"1\",\r\n        \"image\": \"\/storage\/organizations\/03wNdqJIt0zGUvtBUFxF7VuIF1eCnNGO77g0ykAo.jpeg\",\r\n        \"favicon\": \"\/storage\/organizations\/favicon\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n        \"domain\": \"currikistudio\",\r\n        \"self_registration\": true,\r\n        \"gcr_project_visibility\": true,\r\n        \"gcr_playlist_visibility\": false,\r\n        \"gcr_activity_visibility\": false,\r\n        \"organization_role\": \"Administrator\",\r\n        \"organization_role_id\": 1,\r\n        \"projects_count\": 4,\r\n        \"suborganization_count\": 5,\r\n        \"users_count\": 1,\r\n        \"groups_count\": 0,\r\n        \"teams_count\": 2,\r\n        \"tos_type\": \"URL\",\r\n        \"tos_url\": \"https:\/\/curriki.org\",\r\n        \"tos_content\": \"Test content\",\r\n        \"privacy_policy_type\": \"Parent\",\r\n        \"privacy_policy_url\": null,\r\n        \"privacy_policy_content\": null,\r\n        \"branding\": {\r\n            \"primary_color\": \"#515151\",\r\n            \"secondary_color\": \"#515151\",\r\n            \"tertiary_color\": \"#515151\",\r\n            \"primary_font_family\": \"open sans\",\r\n            \"secondary_font_family\": \"open sans\"\r\n        },\r\n        \"allowed_visibility_type_id\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"private\",\r\n                \"display_name\": \"Private (only Me)\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"name\": \"global\",\r\n                \"display_name\": \"My Org + Parent and Child Org\"\r\n            }\r\n        ],\r\n        \"msteam_client_id\" : null,\r\n        \"msteam_secret_id\" : null,\r\n        \"msteam_tenant_id\" : null,\r\n        \"msteam_secret_id_expiry\": null,\r\n        \"msteam_project_visibility\": true,\r\n        \"msteam_playlist_visibility\": false,\r\n        \"msteam_activity_visibility\": false\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Suborganization has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete suborganization.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Suborganization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:id\/index",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:id\/index",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"Vivensity\",\"size\":10,\"order_by_column\":\"name\",\"order_by_type\":\"asc\"}"
                        },
                        "description": "Get a list of the suborganizations for a user's default organization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"suborganization\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Curriki Studio\",\r\n            \"description\": \"test\",\r\n            \"account_id\": \"1\",\r\n            \"api_key\": \"test\",\r\n            \"unit_path\": \"path\",\r\n            \"noovo_client_id\": \"1\",\r\n            \"parent\": \"1\",\r\n            \"image\": \"\/storage\/organizations\/03wNdqJIt0zGUvtBUFxF7VuIF1eCnNGO77g0ykAo.jpeg\",\r\n            \"favicon\": \"\/storage\/organizations\/favicon\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n            \"domain\": \"currikistudio\",\r\n            \"self_registration\": true,\r\n            \"gcr_project_visibility\": true,\r\n            \"gcr_playlist_visibility\": false,\r\n            \"gcr_activity_visibility\": false,\r\n            \"organization_role\": \"Administrator\",\r\n            \"organization_role_id\": 1,\r\n            \"projects_count\": 4,\r\n            \"suborganization_count\": 5,\r\n            \"users_count\": 1,\r\n            \"groups_count\": 0,\r\n            \"teams_count\": 2,\r\n            \"tos_type\": \"URL\",\r\n            \"tos_url\": \"https:\/\/curriki.org\",\r\n            \"tos_content\": \"Test content\",\r\n            \"privacy_policy_type\": \"Parent\",\r\n            \"privacy_policy_url\": null,\r\n            \"privacy_policy_content\": null,\r\n            \"branding\": {\r\n                \"primary_color\": \"#515151\",\r\n                \"secondary_color\": \"#515151\",\r\n                \"tertiary_color\": \"#515151\",\r\n                \"primary_font_family\": \"open sans\",\r\n                \"secondary_font_family\": \"open sans\"\r\n            },\r\n            \"allowed_visibility_type_id\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"name\": \"private\",\r\n                    \"display_name\": \"Private (only Me)\"\r\n                },\r\n                {\r\n                    \"id\": 3,\r\n                    \"name\": \"global\",\r\n                    \"display_name\": \"My Org + Parent and Child Org\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Organization Media Sources",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/media-sources",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/media-sources",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the media sources of specific organization for image and videos ."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"mediaSources\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"My device\",\r\n            \"media_type\": \"Video\",\r\n            \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"pivot\": {\r\n                \"organization_id\": 1,\r\n                \"media_source_id\": 1,\r\n                \"h5p_library\": \"H5P.AudioRecorder 1.0\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"YouTube\",\r\n            \"media_type\": \"Video\",\r\n            \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"pivot\": {\r\n                \"organization_id\": 1,\r\n                \"media_source_id\": 2,\r\n                \"h5p_library\": \"H5P.CoursePresentation 1.22\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Suborganization Media Sources",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/update-media-sources",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/update-media-sources",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "5",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"media_source_ids\":1,\"h5p_library\":\"H5P.AudioRecorder 1.0\"}"
                        },
                        "description": "Update the media sources for specified suborganization."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   'message' => 'Media sources has been updated successfully.',\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update Media sources.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"message\": \"Media sources has been updated successfully.\",\r\n    \"mediaSources\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"My device\",\r\n            \"media_type\": \"Video\",\r\n            \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"pivot\": {\r\n                \"organization_id\": 1,\r\n                \"media_source_id\": 1,\r\n                \"h5p_library\": \"H5P.AudioRecorder 1.0\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 7,\r\n            \"name\": \"My device\",\r\n            \"media_type\": \"Image\",\r\n            \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"pivot\": {\r\n                \"organization_id\": 1,\r\n                \"media_source_id\": 7,\r\n                \"h5p_library\": \"H5P.CoursePresentation 1.22\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Media Sources",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/media-sources",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/media-sources"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the media sources for image and videos."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"mediaSources\": {\r\n        \"Video\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"My device\",\r\n                \"media_type\": \"Video\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"name\": \"YouTube\",\r\n                \"media_type\": \"Video\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"name\": \"Kaltura\",\r\n                \"media_type\": \"Video\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            },\r\n            {\r\n                \"id\": 4,\r\n                \"name\": \"Safari Montage\",\r\n                \"media_type\": \"Video\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"name\": \"BrightCove\",\r\n                \"media_type\": \"Video\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"name\": \"Vimeo\",\r\n                \"media_type\": \"Video\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            }\r\n        ],\r\n        \"Image\": [\r\n            {\r\n                \"id\": 7,\r\n                \"name\": \"My device\",\r\n                \"media_type\": \"Image\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            },\r\n            {\r\n                \"id\": 8,\r\n                \"name\": \"Pexels\",\r\n                \"media_type\": \"Image\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            },\r\n            {\r\n                \"id\": 9,\r\n                \"name\": \"Safari Montage\",\r\n                \"media_type\": \"Image\",\r\n                \"created_at\": \"2022-05-09T10:18:09.000000Z\",\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "20. XAPI",
            "description": "\nAn XAPI Controller Class\nHandles xAPI operations.",
            "item": [
                {
                    "name": "Save an xAPI Statement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/xapi\/statements",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/xapi\/statements"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"statement\":\"eos\"}"
                        },
                        "description": "Creates a new statement in the database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"id\": \"61ffa986-1dcc-3df0-94d8-a09384b197a7\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"The statement could not be saved due to an error\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "21.   Admin\/Lti Tool Settings",
            "description": "\nAPIs for Lti tool settings on admin panel.\nThe doc block for LTIToolSettingsController will be updated later.",
            "item": [
                {
                    "name": "Create Lti tool Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lti-tool-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lti-tool-settings",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "2",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"tool_name\":\"vvvdvgff\",\"tool_url\":\"http:\\\/\\\/www.rice.com\\\/\",\"lti_version\":\"iaeyyzlymyl\",\"media_source_id\":\"inventore\",\"tool_consumer_key\":\"zalyutbpkpvuupwyoxscnyzz\",\"tool_secret_key\":\"dafirdsxavayjgokkj\",\"tool_content_selection_url\":\"http:\\\/\\\/www.kutch.org\\\/vero-est-velit-itaque-atque.html\",\"user_id\":\"necessitatibus\",\"organization_id\":\"nisi\"}"
                        },
                        "description": "Creates the new lti tool setting in database",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Lti Tool Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lti-tool-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lti-tool-settings\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "3",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of LTI tool"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"tool_name\":\"fb\",\"tool_url\":\"http:\\\/\\\/dooley.com\\\/\",\"lti_version\":\"c\",\"media_source_id\":\"doloribus\",\"tool_consumer_key\":\"sarnjzgdihendbppzh\",\"tool_secret_key\":\"sjkvijqwrydtu\",\"tool_content_selection_url\":\"https:\\\/\\\/oconner.org\\\/suscipit-saepe-a-maiores-nihil-facilis.html\",\"user_id\":\"et\",\"organization_id\":\"iste\"}"
                        },
                        "description": "Update Lti Tool Setting",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Lti Tool",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lti-tool-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lti-tool-settings\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "Id of LTI tool setting Exp: 1"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "19",
                                    "description": "Id of a suborganization Exp: 1"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete Lti Tool Setting",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get LTI Tool Type List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lti-tool-type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lti-tool-type",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "14",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get filter based media sources list for specified suborganization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"Kaltura\",\r\n            \"media_type\": \"Video\",\r\n            \"created_at\": \"2022-05-09T08:18:12.000000Z\",\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"pivot\": {\r\n                \"organization_id\": 1,\r\n                \"media_source_id\": 3,\r\n                \"h5p_library\": null,\r\n                \"lti_tool_settings_status\": true,\r\n                \"created_at\": \"2022-11-01T14:27:41.000000Z\",\r\n                \"updated_at\": \"2022-11-02T12:54:59.000000Z\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"name\": \"Vimeo\",\r\n            \"media_type\": \"Video\",\r\n            \"created_at\": \"2022-05-09T08:18:12.000000Z\",\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"pivot\": {\r\n                \"organization_id\": 1,\r\n                \"media_source_id\": 6,\r\n                \"h5p_library\": null,\r\n                \"lti_tool_settings_status\": true,\r\n                \"created_at\": \"2022-11-01T14:27:41.000000Z\",\r\n                \"updated_at\": \"2022-11-02T12:54:59.000000Z\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 13,\r\n            \"name\": \"Komodo\",\r\n            \"media_type\": \"Video\",\r\n            \"created_at\": \"2022-08-01T09:44:58.000000Z\",\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"pivot\": {\r\n                \"organization_id\": 1,\r\n                \"media_source_id\": 13,\r\n                \"h5p_library\": null,\r\n                \"lti_tool_settings_status\": true,\r\n                \"created_at\": \"2022-11-01T14:27:41.000000Z\",\r\n                \"updated_at\": \"2022-11-02T12:55:00.000000Z\"\r\n            }\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "22. Team",
            "description": "\nAPIs for team management",
            "item": [
                {
                    "name": "Invite Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/invite",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/invite"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"email\":\"abby@curriki.org\"}"
                        },
                        "description": "Invite a team member while creating a team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"invited\": true\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"invited\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Invite Team Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:team_id\/invite-member",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:team_id\/invite-member",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "13",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"abby@curriki.org\",\"role_id\":\"accusantium\"}"
                        },
                        "description": "Invite a team member to the team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User has been invited to the team successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to invite user to the team.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to invite user to the team.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Invite Team Members",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/teams\/:team_id\/invite-members",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/teams\/:team_id\/invite-members",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "13",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"users\":[\"occaecati\"],\"note\":\"voluptatum\"}"
                        },
                        "description": "Invite a bundle of users to the team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Users have been invited to the team successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to invite users to the team.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to invite users to the team.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Team Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:team_id\/remove",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:team_id\/remove",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "7",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"email\":\"kertzmann.william@example.com\"}"
                        },
                        "description": "remove a team member to the team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User has been removed from the team successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to remove user from the team.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove user from the team.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Projects to the Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:team_id\/add-projects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:team_id\/add-projects",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "13",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": "Add projects to the team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Projects have been added to the team successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to add projects to the team.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to add projects to the team.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Project from the Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:team_id\/remove-project",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:team_id\/remove-project",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "8",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1}"
                        },
                        "description": "Remove a project from the team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project has been removed from the team successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to remove project from the team.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove project from the team.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Members to the Team Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:team_id\/projects\/:project_id\/add-members",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:team_id\/projects\/:project_id\/add-members",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "4",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "1",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": "Add members to a specified project of specified team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Members have been added to the team project successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to add members to the team project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to add members to the team project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Member from the Team Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:team_id\/projects\/:project_id\/remove-member",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:team_id\/projects\/:project_id\/remove-member",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "19",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "12",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"email\":\"roel.brakus@example.com\"}"
                        },
                        "description": "Remove member from a specified project of specified team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Member has been removed from the team project successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to remove member from the team project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove member from the team project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Teams",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/get-teams",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/get-teams",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the teams of an Organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 52,\r\n            \"organization_id\": 1,\r\n            \"name\": \"Team 12\",\r\n            \"description\": \"desc\",\r\n            \"indexing\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"projects\": [\r\n                        {\r\n                            \"id\": 6,\r\n                            \"name\": \"The Science of Golf\",\r\n                            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                            \"thumb_url\": \"\",\r\n                            \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"updated_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"deleted_at\": null,\r\n                            \"shared\": true,\r\n                            \"is_public\": false,\r\n                            \"starter_project\": false,\r\n                            \"organization_id\": null,\r\n                            \"organization_visibility_type_id\": null,\r\n                            \"cloned_from\": 1,\r\n                            \"clone_ctr\": 0,\r\n                            \"order\": 1,\r\n                            \"is_user_starter\": false,\r\n                            \"status\": 1,\r\n                            \"indexing\": null,\r\n                            \"original_user\": null,\r\n                            \"team_id\": null,\r\n                            \"pivot\": {\r\n                                \"user_id\": 1,\r\n                                \"project_id\": 6,\r\n                                \"role\": \"owner\",\r\n                                \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                                \"updated_at\": \"2021-08-17T09:52:34.000000Z\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"role\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"admin\",\r\n                        \"display_name\": \"Team Administrator\",\r\n                        \"created_at\": \"2021-07-19T11:39:05.000000Z\",\r\n                        \"updated_at\": null\r\n                    }\r\n                }\r\n            ],\r\n            \"invited_emails\": [],\r\n            \"projects\": [],\r\n            \"created_at\": \"2021-07-20T11:02:20.000000Z\",\r\n            \"updated_at\": \"2021-07-20T11:02:20.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Teams for Admin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/get-admin-teams",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/get-admin-teams",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"donfqkldnwshl\",\"order_by_column\":\"created_at\",\"order_by_type\":\"desc\",\"size\":24}"
                        },
                        "description": "Get a list of the teams of an Organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 52,\r\n            \"organization_id\": 1,\r\n            \"name\": \"Team 12\",\r\n            \"description\": \"desc\",\r\n            \"indexing\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"projects\": [\r\n                        {\r\n                            \"id\": 6,\r\n                            \"name\": \"The Science of Golf\",\r\n                            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                            \"thumb_url\": \"\",\r\n                            \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"updated_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"deleted_at\": null,\r\n                            \"shared\": true,\r\n                            \"is_public\": false,\r\n                            \"starter_project\": false,\r\n                            \"organization_id\": null,\r\n                            \"organization_visibility_type_id\": null,\r\n                            \"cloned_from\": 1,\r\n                            \"clone_ctr\": 0,\r\n                            \"order\": 1,\r\n                            \"is_user_starter\": false,\r\n                            \"status\": 1,\r\n                            \"indexing\": null,\r\n                            \"original_user\": null,\r\n                            \"team_id\": null,\r\n                            \"pivot\": {\r\n                                \"user_id\": 1,\r\n                                \"project_id\": 6,\r\n                                \"role\": \"owner\",\r\n                                \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                                \"updated_at\": \"2021-08-17T09:52:34.000000Z\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"role\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"admin\",\r\n                        \"display_name\": \"Team Administrator\",\r\n                        \"created_at\": \"2021-07-19T11:39:05.000000Z\",\r\n                        \"updated_at\": null\r\n                    }\r\n                }\r\n            ],\r\n            \"invited_emails\": [],\r\n            \"projects\": [],\r\n            \"created_at\": \"2021-07-20T11:02:20.000000Z\",\r\n            \"updated_at\": \"2021-07-20T11:02:20.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get User Team Permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/team\/:team_id\/team-permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/team\/:team_id\/team-permissions",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "9",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the logged-in user's team permissions in the suborganization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"teamPermissions\": {\r\n        \"activeRole\": \"admin\",\r\n        \"roleId\": 1,\r\n        \"Team\": [\r\n            \"team:add-team-user\",\r\n            \"team:remove-team-user\",\r\n            \"team:add-project\",\r\n            \"team:remove-project\",\r\n            \"team:add-member-project\",\r\n            \"team:remove-member-project\",\r\n            \"team:add-playlist\",\r\n            \"team:edit-playlist\",\r\n            \"team:delete-playlist\",\r\n            \"team:add-activity\",\r\n            \"team:edit-activity\",\r\n            \"team:delete-activity\",\r\n            \"team:share-project\",\r\n            \"team:share-activity\",\r\n            \"team:share-playlist\",\r\n            \"team:assign-team-role\"\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Team Member Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/team\/:team_id\/update-team-member-role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/team\/:team_id\/update-team-member-role",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "13",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "19",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The id of a team"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"12\",\"role_id\":\"1\"}"
                        },
                        "description": "Update the specified user role of a team.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update team member role.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 52,\r\n            \"organization_id\": 1,\r\n            \"name\": \"Team 12\",\r\n            \"description\": \"desc\",\r\n            \"indexing\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"projects\": [\r\n                        {\r\n                            \"id\": 6,\r\n                            \"name\": \"The Science of Golf\",\r\n                            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                            \"thumb_url\": \"\",\r\n                            \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"updated_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"deleted_at\": null,\r\n                            \"shared\": true,\r\n                            \"is_public\": false,\r\n                            \"starter_project\": false,\r\n                            \"organization_id\": null,\r\n                            \"organization_visibility_type_id\": null,\r\n                            \"cloned_from\": 1,\r\n                            \"clone_ctr\": 0,\r\n                            \"order\": 1,\r\n                            \"is_user_starter\": false,\r\n                            \"status\": 1,\r\n                            \"indexing\": null,\r\n                            \"original_user\": null,\r\n                            \"team_id\": null,\r\n                            \"pivot\": {\r\n                                \"user_id\": 1,\r\n                                \"project_id\": 6,\r\n                                \"role\": \"owner\",\r\n                                \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                                \"updated_at\": \"2021-08-17T09:52:34.000000Z\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"role\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"admin\",\r\n                        \"display_name\": \"Team Administrator\",\r\n                        \"created_at\": \"2021-07-19T11:39:05.000000Z\",\r\n                        \"updated_at\": null\r\n                    }\r\n                }\r\n            ],\r\n            \"invited_emails\": [],\r\n            \"projects\": [],\r\n            \"created_at\": \"2021-07-20T11:02:20.000000Z\",\r\n            \"updated_at\": \"2021-07-20T11:02:20.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Teams",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/teams",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/teams",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the teams of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 52,\r\n            \"organization_id\": 1,\r\n            \"name\": \"Team 12\",\r\n            \"description\": \"desc\",\r\n            \"indexing\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"projects\": [\r\n                        {\r\n                            \"id\": 6,\r\n                            \"name\": \"The Science of Golf\",\r\n                            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                            \"thumb_url\": \"\",\r\n                            \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"updated_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"deleted_at\": null,\r\n                            \"shared\": true,\r\n                            \"is_public\": false,\r\n                            \"starter_project\": false,\r\n                            \"organization_id\": null,\r\n                            \"organization_visibility_type_id\": null,\r\n                            \"cloned_from\": 1,\r\n                            \"clone_ctr\": 0,\r\n                            \"order\": 1,\r\n                            \"is_user_starter\": false,\r\n                            \"status\": 1,\r\n                            \"indexing\": null,\r\n                            \"original_user\": null,\r\n                            \"team_id\": null,\r\n                            \"pivot\": {\r\n                                \"user_id\": 1,\r\n                                \"project_id\": 6,\r\n                                \"role\": \"owner\",\r\n                                \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                                \"updated_at\": \"2021-08-17T09:52:34.000000Z\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"role\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"admin\",\r\n                        \"display_name\": \"Team Administrator\",\r\n                        \"created_at\": \"2021-07-19T11:39:05.000000Z\",\r\n                        \"updated_at\": null\r\n                    }\r\n                }\r\n            ],\r\n            \"invited_emails\": [],\r\n            \"projects\": [],\r\n            \"created_at\": \"2021-07-20T11:02:20.000000Z\",\r\n            \"updated_at\": \"2021-07-20T11:02:20.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/teams",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/teams",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "3",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":4,\"name\":\"Test Team\",\"description\":\"This is a test team.\",\"users\":[{\"id\":\"dignissimos\",\"role_id\":\"eum\",\"email\":\"carmella41@example.com\"}],\"projects\":\"v\",\"note\":\"fych\",\"noovo_group_title\":\"Test_Group\"}"
                        },
                        "description": "Create a new team in storage for a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create team. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 52,\r\n            \"organization_id\": 1,\r\n            \"name\": \"Team 12\",\r\n            \"description\": \"desc\",\r\n            \"indexing\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"projects\": [\r\n                        {\r\n                            \"id\": 6,\r\n                            \"name\": \"The Science of Golf\",\r\n                            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                            \"thumb_url\": \"\",\r\n                            \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"updated_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"deleted_at\": null,\r\n                            \"shared\": true,\r\n                            \"is_public\": false,\r\n                            \"starter_project\": false,\r\n                            \"organization_id\": null,\r\n                            \"organization_visibility_type_id\": null,\r\n                            \"cloned_from\": 1,\r\n                            \"clone_ctr\": 0,\r\n                            \"order\": 1,\r\n                            \"is_user_starter\": false,\r\n                            \"status\": 1,\r\n                            \"indexing\": null,\r\n                            \"original_user\": null,\r\n                            \"team_id\": null,\r\n                            \"pivot\": {\r\n                                \"user_id\": 1,\r\n                                \"project_id\": 6,\r\n                                \"role\": \"owner\",\r\n                                \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                                \"updated_at\": \"2021-08-17T09:52:34.000000Z\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"role\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"admin\",\r\n                        \"display_name\": \"Team Administrator\",\r\n                        \"created_at\": \"2021-07-19T11:39:05.000000Z\",\r\n                        \"updated_at\": null\r\n                    }\r\n                }\r\n            ],\r\n            \"invited_emails\": [],\r\n            \"projects\": [],\r\n            \"created_at\": \"2021-07-20T11:02:20.000000Z\",\r\n            \"updated_at\": \"2021-07-20T11:02:20.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/teams\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/teams\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "7",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified team detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 52,\r\n            \"organization_id\": 1,\r\n            \"name\": \"Team 12\",\r\n            \"description\": \"desc\",\r\n            \"indexing\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"projects\": [\r\n                        {\r\n                            \"id\": 6,\r\n                            \"name\": \"The Science of Golf\",\r\n                            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                            \"thumb_url\": \"\",\r\n                            \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"updated_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"deleted_at\": null,\r\n                            \"shared\": true,\r\n                            \"is_public\": false,\r\n                            \"starter_project\": false,\r\n                            \"organization_id\": null,\r\n                            \"organization_visibility_type_id\": null,\r\n                            \"cloned_from\": 1,\r\n                            \"clone_ctr\": 0,\r\n                            \"order\": 1,\r\n                            \"is_user_starter\": false,\r\n                            \"status\": 1,\r\n                            \"indexing\": null,\r\n                            \"original_user\": null,\r\n                            \"team_id\": null,\r\n                            \"pivot\": {\r\n                                \"user_id\": 1,\r\n                                \"project_id\": 6,\r\n                                \"role\": \"owner\",\r\n                                \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                                \"updated_at\": \"2021-08-17T09:52:34.000000Z\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"role\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"admin\",\r\n                        \"display_name\": \"Team Administrator\",\r\n                        \"created_at\": \"2021-07-19T11:39:05.000000Z\",\r\n                        \"updated_at\": null\r\n                    }\r\n                }\r\n            ],\r\n            \"invited_emails\": [],\r\n            \"projects\": [],\r\n            \"created_at\": \"2021-07-20T11:02:20.000000Z\",\r\n            \"updated_at\": \"2021-07-20T11:02:20.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/teams\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/teams\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "9",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Test Team\",\"description\":\"This is a test team.\",\"noovo_group_title\":\"Test_Group\"}"
                        },
                        "description": "Update the specified team of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update team.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 52,\r\n            \"organization_id\": 1,\r\n            \"name\": \"Team 12\",\r\n            \"description\": \"desc\",\r\n            \"indexing\": null,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"first_name\": \"Test\",\r\n                    \"last_name\": \"Test\",\r\n                    \"email\": \"test@test.com\",\r\n                    \"projects\": [\r\n                        {\r\n                            \"id\": 6,\r\n                            \"name\": \"The Science of Golf\",\r\n                            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n                            \"thumb_url\": \"\",\r\n                            \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"updated_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                            \"deleted_at\": null,\r\n                            \"shared\": true,\r\n                            \"is_public\": false,\r\n                            \"starter_project\": false,\r\n                            \"organization_id\": null,\r\n                            \"organization_visibility_type_id\": null,\r\n                            \"cloned_from\": 1,\r\n                            \"clone_ctr\": 0,\r\n                            \"order\": 1,\r\n                            \"is_user_starter\": false,\r\n                            \"status\": 1,\r\n                            \"indexing\": null,\r\n                            \"original_user\": null,\r\n                            \"team_id\": null,\r\n                            \"pivot\": {\r\n                                \"user_id\": 1,\r\n                                \"project_id\": 6,\r\n                                \"role\": \"owner\",\r\n                                \"created_at\": \"2021-08-17T09:52:34.000000Z\",\r\n                                \"updated_at\": \"2021-08-17T09:52:34.000000Z\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"role\": {\r\n                        \"id\": 1,\r\n                        \"name\": \"admin\",\r\n                        \"display_name\": \"Team Administrator\",\r\n                        \"created_at\": \"2021-07-19T11:39:05.000000Z\",\r\n                        \"updated_at\": null\r\n                    }\r\n                }\r\n            ],\r\n            \"invited_emails\": [],\r\n            \"projects\": [],\r\n            \"created_at\": \"2021-07-20T11:02:20.000000Z\",\r\n            \"updated_at\": \"2021-07-20T11:02:20.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/suborganization\/1\/teams\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/teams\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/teams\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "2",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "11",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified team of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Team has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete team.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Push Project to Noovo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/teams\/:team_id\/projects\/:project_id\/export-projects-to-noovo",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/teams\/:team_id\/projects\/:project_id\/export-projects-to-noovo",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "2",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "17",
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "8",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": "1",
                                    "description": "The Id of a team"
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "script to push project from curriki to noovo mapped device.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Indexing request for this team has been made successfully!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"message\": \"No query results for model [Team] Id\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Noovo Client id or group id is missing.\",\n    \"Team must be finalized before requesting the indexing.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "23. Author Tag",
            "description": "\nAPIs for author tags management",
            "item": [
                {
                    "name": "Get Author Tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/author-tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/author-tags",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "18",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":12,\"query\":\"yqifclm\",\"order_by_column\":\"name\",\"order_by_type\":\"desc\"}"
                        },
                        "description": "Get a list of all author tags.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Audio\",\r\n            \"order\": 1,\r\n            \"organization_id\" : \"1\",\r\n            \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n            \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Video\",\r\n            \"order\": 1,\r\n            \"organization_id\" : \"2\",\r\n            \"created_at\": \"2022-01-10T13:09:44.000000Z\",\r\n            \"updated_at\": \"2022-01-10T13:09:44.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/author-tags?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/author-tags?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/author-tags\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Author Tag",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/author-tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/author-tags",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Audio\",\"order\":1,\"organization_id\":1}"
                        },
                        "description": "Create a new author tag.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create author tag. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"author-tag\": {\r\n        \"id\": 1,\r\n        \"name\": \"Audio\",\r\n        \"order\": 1,\r\n        \"organization_id\" : \"1\",\r\n        \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n        \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Author Tag",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/author-tags\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/author-tags\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "7",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the author tag."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "authorTag",
                                    "key": "authorTag",
                                    "value": "1",
                                    "description": "The Id of a Author Tag item"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified author tag.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"author-tag\": {\r\n        \"id\": 1,\r\n        \"name\": \"Audio\",\r\n        \"order\": 1,\r\n        \"organization_id\" : \"1\",\r\n        \"created_at\": \"2022-01-10T13:09:36.000000Z\",\r\n        \"updated_at\": \"2022-01-10T13:09:36.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Author Tag",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/author-tags\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/author-tags\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the author tag."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "authorTag",
                                    "key": "authorTag",
                                    "value": "1",
                                    "description": "The Id of a author tag item"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified author tag.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Author Tag has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete author tag.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "24. Education Level",
            "description": "\nAPIs for education level management",
            "item": [
                {
                    "name": "Get Education Level",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/education-levels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/education-levels",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "3",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":16,\"query\":\"lrriuxtlznmkmjwzfiewr\",\"order_by_column\":\"order\",\"order_by_type\":\"ASC\"}"
                        },
                        "description": "Get a list of all education level.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Grade A\",\r\n            \"order\": 1,\r\n            \"organization_id\" : \"1\",\r\n            \"created_at\": \"2022-01-07T13:51:38.000000Z\",\r\n            \"updated_at\": \"2022-01-07T13:51:38.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Grade B\",\r\n            \"order\": 1,\r\n            \"organization_id\" : \"2\",\r\n            \"created_at\": \"2022-01-07T13:51:56.000000Z\",\r\n            \"updated_at\": \"2022-01-07T13:51:56.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/education-levels?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/education-levels?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/education-levels\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Education Level",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/education-levels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/education-levels",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "8",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Special Education\",\"order\":1,\"organization_id\":14}"
                        },
                        "description": "Create a new education level.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create education level. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"education-level\": {\r\n        \"id\": 1,\r\n        \"name\": \"Grade A\",\r\n        \"order\": \"1\",\r\n        \"organization_id\" : \"1\",\r\n        \"created_at\": \"2022-01-07T13:51:56.000000Z\",\r\n        \"updated_at\": \"2022-01-07T13:51:56.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Education Level",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/education-levels\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/education-levels\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the education level."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "EducationLevel",
                                    "key": "EducationLevel",
                                    "value": "1",
                                    "description": "The Id of a Education Level item"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified education level.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"education-level\": {\r\n        \"id\": 1,\r\n        \"name\": \"Grade A\",\r\n        \"order\": \"1\",\r\n        \"organization_id\" : \"1\",\r\n        \"created_at\": \"2022-01-07T13:51:56.000000Z\",\r\n        \"updated_at\": \"2022-01-07T13:51:56.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Education Level",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/education-levels\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/education-levels\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "19",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the education level."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "educationLevel",
                                    "key": "educationLevel",
                                    "value": "1",
                                    "description": "The Id of a education level item"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified education level.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Education Level has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete education level.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "25. Subject",
            "description": "\nAPIs for subject management",
            "item": [
                {
                    "name": "Get Subjects",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/subjects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/subjects",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "8",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"size\":21,\"query\":\"lshqryydzsjtfass\",\"order_by_column\":\"order\",\"order_by_type\":\"asc\"}"
                        },
                        "description": "Get a list of all subjects.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Math\",\r\n            \"order\": 1,\r\n            \"organization_id\" : \"1\",\r\n            \"created_at\": \"2022-01-06T11:41:46.000000Z\",\r\n            \"updated_at\": \"2022-01-06T11:41:46.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"English\",\r\n            \"order\": 2,\r\n            \"organization_id\" : \"2\",\r\n            \"created_at\": \"2022-01-06T11:59:17.000000Z\",\r\n            \"updated_at\": \"2022-01-06T11:59:17.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/localhost:8000\/api\/v1\/subjects?page=1\",\r\n        \"last\": \"http:\/\/localhost:8000\/api\/v1\/subjects?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/localhost:8000\/api\/v1\/subjects\",\r\n        \"per_page\": 10,\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Subject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/subjects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/subjects",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Special Education\",\"order\":1,\"organization_id\":12}"
                        },
                        "description": "Create a new subject.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create subject. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"subject\": {\r\n        \"id\": 4,\r\n        \"name\": \"English\",\r\n        \"order\": 1,\r\n        \"organization_id\" : \"1\",\r\n        \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n        \"updated_at\": \"2022-01-06T11:59:52.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Subject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/subjects\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/subjects\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "12",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the subject."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "subject",
                                    "key": "subject",
                                    "value": "1",
                                    "description": "The Id of a subject item"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified subject.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"subject\": {\r\n        \"id\": 4,\r\n        \"name\": \"English\",\r\n        \"order\": 1,\r\n        \"organization_id\" : \"1\",\r\n        \"created_at\": \"2022-01-06T11:59:52.000000Z\",\r\n        \"updated_at\": \"2022-01-06T11:59:52.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Subject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/subjects\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/subjects\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "10",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the subject."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "subject",
                                    "key": "subject",
                                    "value": "1",
                                    "description": "The Id of a subject item"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified subject.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Subject has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete subject.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "26. LMS Settings",
            "description": "\nAPIs for LMS settings used for publishing",
            "item": [
                {
                    "name": "POST api\/v1\/go\/lms\/activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/lms\/activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/lms\/activities"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"yvrkhxitdxeipcvykeh\",\"from\":2,\"subject\":\"dlbdjxuunbpurfbyjsc\",\"level\":\"acmorkqc\",\"start\":\"gmlwobqbiisseujnesbd\",\"end\":\"qavmcatpedvixlpnhnrhsv\",\"author\":\"yzrkkeimosmrtqvzajgdbtwrl\",\"private\":14,\"userEmail\":\"orn.kelli@example.net\",\"ltiClientId\":\"voluptatem\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Projects based on LMS\/LTI settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/lms\/projects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/lms\/projects"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lti_client_id\":12,\"user_email\":\"towne.jefferey@example.net\",\"course_id\":\"ducimus\",\"api_domain_url\":\"eveniet\",\"course_name\":\"accusamus\",\"lms_url\":\"quo\"}"
                        },
                        "description": "Get a list of projects that belong to the same LMS\/LTI settings",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"projects\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Project\",\r\n            \"description\": \"This is a test project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"gcr_project_visibility\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Project\",\r\n            \"description\": \"This is a test math project.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get organizations based on LMS\/LTI settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/lms\/organizations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/lms\/organizations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"userEmail\":\"khartmann@example.org\",\"ltiClientId\":\"unde\",\"lti_client_id\":12}"
                        },
                        "description": "Get a list of organizations that belong to the same LMS\/LTI settings",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Curriki Studio\",\r\n            \"description\": \"Curriki Studio, default organization.\",\r\n            \"image\": \"\/storage\/organizations\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n            \"favicon\": \"\/storage\/organizations\/favicon\/PlPVBtEVfKEU8PBI1eknYgW3kjIf5YdpILBS0Yyr.png\",\r\n            \"domain\": \"currikistudio\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get independent Activity based on user_id",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/lms\/independent-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/lms\/independent-activities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_email\":\"somebody@somewhere.com\",\"query\":\"activity title\",\"size\":10}"
                        },
                        "description": "Get independent Activity based on user_id of a user who launched the deeplink",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"errors\": [\n    \"Could not find any independent activity. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"independent-activity\": {\r\n        \"id\": 9,\r\n        \"title\": \"title\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"content\",\r\n        \"description\": null,\r\n        \"shared\": null,\r\n        \"order\": 0,\r\n        \"thumb_url\": null,\r\n        \"created_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"updated_at\": \"2022-06-16T05:28:25.000000Z\",\r\n        \"gcr_activity_visibility\": false,\r\n        \"subjects\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Arts\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-21T12:41:25.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"education_levels\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Preschool (Ages 0-4)\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:33:20.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"author_tags\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"Homework\/Assignment\",\r\n                \"order\": null,\r\n                \"organization_id\": 63,\r\n                \"created_at\": \"2022-04-20T17:38:02.000000Z\",\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"source_type\": null,\r\n        \"source_url\": null,\r\n        \"organization_visibility_type_id\": \"1\",\r\n        \"status\": null,\r\n        \"status_text\": null,\r\n        \"indexing\": null,\r\n        \"indexing_text\": \"NOT REQUESTED\",\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n            \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n            \"updated_at\": \"2021-05-03T19:24:58.000000Z\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"organization_name\": \"\",\r\n            \"job_title\": \"\",\r\n            \"address\": null,\r\n            \"phone_number\": null,\r\n            \"organization_type\": null,\r\n            \"website\": null,\r\n            \"deleted_at\": null,\r\n            \"role\": null,\r\n            \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n            \"hubspot\": true,\r\n            \"subscribed\": true,\r\n            \"subscribed_ip\": \"192.168.96.10\",\r\n            \"membership_type_id\": 2,\r\n            \"temp_password\": null\r\n        },\r\n        \"h5p_content\": null\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "27. Admin\/Queues",
            "description": "\nAPIs for queues monitoring on admin panel.",
            "item": [
                {
                    "name": "Get All Jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue-monitor\/jobs",
                            "query": [
                                {
                                    "key": "filter",
                                    "value": "1",
                                    "description": "1 for pending jobs, 2 for failed. Default 1.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Offset for getting the paginated response, Default 1.",
                                    "disabled": false
                                },
                                {
                                    "key": "size",
                                    "value": "10",
                                    "description": "Limit for getting the paginated records, Default 10.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/queue-monitor\/jobs?filter=1&page=1&size=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the pending or failed jobs paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 128,\r\n            \"payload\": \"CloneProject\",\r\n            \"queue\": \"default\",\r\n            \"time\": \"1 day ago\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception\": \"N\/A\"\r\n        },\r\n        {\r\n            \"id\": 129,\r\n            \"payload\": \"CloneProject\",\r\n            \"queue\": \"default\",\r\n            \"time\": \"1 day ago\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception\": \"Unable to clone project\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/currikistudio.org\/api\/api\/v1\/admin\/queue-monitor\/jobs?page=1\",\r\n        \"last\": \"https:\/\/currikistudio.org\/api\/api\/v1\/admin\/queue-monitor\/jobs?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": null,\r\n        \"last_page\": 1,\r\n        \"path\": \"https:\/\/currikistudio.org\/api\/api\/v1\/admin\/queue-monitor\/jobs\",\r\n        \"per_page\": \"2\",\r\n        \"to\": null,\r\n        \"total\": 0\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retry All Failed Jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue-monitor\/jobs\/retry\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue-monitor\/jobs\/retry\/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retry All Failed Jobs",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"All failed jobs has been pushed back onto the queue!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete All Failed Jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue-monitor\/jobs\/forget\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue-monitor\/jobs\/forget\/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete All Failed Jobs",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"All failed jobs deleted successfully!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retry Specific Failed Job",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue-monitor\/jobs\/retry\/:job",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue-monitor\/jobs\/retry\/:job",
                            "variable": [
                                {
                                    "id": "job",
                                    "key": "job",
                                    "value": "1",
                                    "description": "The integer Id of a job."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retry failed job by ID.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"The failed job [1] has been pushed back onto the queue!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Specific Failed Job",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue-monitor\/jobs\/forget\/:job",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/queue-monitor\/jobs\/forget\/:job",
                            "variable": [
                                {
                                    "id": "job",
                                    "key": "job",
                                    "value": "1",
                                    "description": "The integer Id of a job."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete failed job by ID.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Failed job deleted successfully!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Queues Logs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/queue-monitor",
                            "query": [
                                {
                                    "key": "filter",
                                    "value": "1",
                                    "description": "1 for running jobs, 2 for failed, 3 for completed. Default all.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Offset for getting the paginated response, Default 1.",
                                    "disabled": false
                                },
                                {
                                    "key": "size",
                                    "value": "10",
                                    "description": "Limit for getting the paginated records, Default 10.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/queue-monitor?filter=1&page=1&size=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 128,\r\n            \"job_id\": \"376471\",\r\n            \"name\": \"CloneProject\",\r\n            \"queue\": \"default\",\r\n            \"started_at\": \"23 hours ago\",\r\n            \"is_finished\": true,\r\n            \"time_elapsed\": \"8.22 s\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception_message\": null\r\n        },\r\n        {\r\n            \"id\": 127,\r\n            \"job_id\": \"376470\",\r\n            \"name\": \"CloneActivity\",\r\n            \"queue\": \"default\",\r\n            \"started_at\": \"23 hours ago\",\r\n            \"is_finished\": true,\r\n            \"time_elapsed\": \"8.17 s\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception_message\": null\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor?page=9\",\r\n        \"prev\": null,\r\n        \"next\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor?page=2\"\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 9,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor\",\r\n        \"per_page\": \"2\",\r\n        \"to\": 2,\r\n        \"total\": 17\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "28. Admin\/Whiteboard",
            "description": "\nAPIs for whiteboard.",
            "item": [
                {
                    "name": "Get Whiteboard.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/get-whiteboard",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/get-whiteboard"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"org_id\":6,\"usr_id\":3,\"obj_id\":10,\"obj_type\":\"ut\"}"
                        },
                        "description": "Get Whiteboard.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "29. Admin\/LMS Settings",
            "description": "\nAPIs for lms settings on admin panel.",
            "item": [
                {
                    "name": "Get All LMS Settings for listing.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lms-settings",
                            "query": [
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lms-settings?start=0&length=25",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "19",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"lms_url\": \"https:\/\/canvas2.curriki.org\",\r\n            \"lms_access_token\": \"282tzGgLDzJOQA1mJPunRArzDvJFdUp4tLNiGqh8jhvQ7oJzPBhIaUp2h5LF6cXg\",\r\n            \"site_name\": \"Curriki Canvas Site #2\",\r\n            \"lms_name\": \"canvas\",\r\n            \"lms_access_key\": null,\r\n            \"lms_access_secret\": null,\r\n            \"description\": \"Curriki Canvas Site 2\",\r\n            \"user_id\": 3,\r\n            \"created_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"updated_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"lti_client_id\": null,\r\n            \"lms_login_id\": null,\r\n            \"user\": {\r\n                \"id\": 3,\r\n                \"name\": \"Abby _\",\r\n                \"email\": \"abby@curriki.org\",\r\n                \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n                \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n                \"updated_at\": \"2020-10-19T10:44:21.000000Z\",\r\n                \"first_name\": \"Abby\",\r\n                \"last_name\": \"_\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"192.168.96.10\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"organization\": {\r\n                \"id\": 1,\r\n                \"name\": \"Curriki Studio\",\r\n                \"description\": \"Curriki Studio, default organization.\",\r\n                \"domain\": \"currikistudio\",\r\n                \"parent_id\": null,\r\n                \"image\": null,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null,\r\n                \"self_registration\": false,\r\n                \"account_id\": \"test123\",\r\n                \"api_key\": \"test\",\r\n                \"unit_path\": \"path\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"lms_url\": \"https:\/\/canvas2.curriki.org\",\r\n            \"lms_access_token\": \"282tzGgLDzJOQA1mJPunRArzDvJFdUp4tLNiGqh8jhvQ7oJzPBhIaUp2h5LF6cXg\",\r\n            \"site_name\": \"Curriki Canvas Site #2\",\r\n            \"lms_name\": \"canvas\",\r\n            \"lms_access_key\": null,\r\n            \"lms_access_secret\": null,\r\n            \"description\": \"Curriki Canvas Site 2\",\r\n            \"user_id\": 726,\r\n            \"created_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"updated_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"lti_client_id\": null,\r\n            \"lms_login_id\": null,\r\n            \"user\": {\r\n                \"id\": 726,\r\n                \"name\": \"Ayesha Jaleel\",\r\n                \"email\": \"muhammadqamar111@gmail.com\",\r\n                \"email_verified_at\": \"2020-09-11T23:56:57.000000Z\",\r\n                \"created_at\": \"2020-08-05T15:45:11.000000Z\",\r\n                \"updated_at\": \"2020-09-18T15:40:02.000000Z\",\r\n                \"first_name\": \"ayesha\",\r\n                \"last_name\": \"jaleel\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMAL6MLPZFPPhVHV_T0I4NoKnQvgjZde3NVh9EN_iEIr9hZWv9z1l7kg2gEDKL4ytQQPZc4vfjWwibQoFX35kfBZK8IW4oFkloCWGVjUiVQpIv-l3b0_WZA_vrBtiX__rDAbbcsK5f_qQ6Q46PlNYwZpFrSb5sg63w\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YEG1H6Z_EdBO9DcPh7Mh4zecJPEER1aZQlAuK9EACWTStds1zX0LniLDNBCxyVGW-meWH65rQ5EKowzaeeKw9Whrf0AI\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTA2NzA0NTczOTgxNzI2MTQ5NDI5IiwiZW1haWwiOiJtdWhhbW1hZHFhbWFyMTExQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiS0JIT3JpdWJyQ0xyTVkzS01MN3lYdyIsIm5hbWUiOiJNdWhhbW1hZCBRYW1hciIsInBpY3R1cmUiOiJodHRwczovL2xoMy5nb29nbGV1c2VyY29udGVudC5jb20vYS0vQU9oMTRHaDNkcnhWRkQtb2xCRHRHc2JzWC1OOUJXdVNUYmlkcHpNTF9IUDkxZz1zOTYtYyIsImdpdmVuX25hbWUiOiJNdWhhbW1hZCIsImZhbWlseV9uYW1lIjoiUWFtYXIiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDQ0MzYwMiwiZXhwIjoxNjAwNDQ3MjAyLCJqdGkiOiJhZjI1NWI0Y2I5Y2FiMTcwZDc4ZTIzMjljNDU5OTM3MjlmYTA4MTY2In0.JTX2lWgOkyPpdvhP4ueLDR6zw0cY4reT6lK4HgOFJR4sGdhfsclDqD1Tw0r6XfTQQ_AjMnYz9cn-xGH5QyRShu9gGizCt3MeDFU62QiV9wyAgsSeXBxaL0eVD4Jt8eWg0pduaga9424Ov7iEJYT6owtwlPO0FZi9pROjOA9vbj9GUXEEwr-Qejv9UKxKhiZbnQhpyk9PCs5K9eTTdTTFUbNennRb4ZLPKVAek1PXQBMkQBOiH7gf6ycPUd-4HI9wHgj4ARqMpKIGpx-L3J7lod94M-0yRnvlzklivJay9EFvY31xQw1EbB0RcTkMBO9QppIkDGQ9ZxWQyhP1gt4FRA\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"0\\\"}},\\\"first_issued_at\\\":1600443602681,\\\"expires_at\\\":1600447201681,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"172.18.0.12\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"organization\": {\r\n                \"id\": 1,\r\n                \"name\": \"Curriki Studio\",\r\n                \"description\": \"Curriki Studio, default organization.\",\r\n                \"domain\": \"currikistudio\",\r\n                \"parent_id\": null,\r\n                \"image\": null,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null,\r\n                \"self_registration\": false,\r\n                \"account_id\": \"test123\",\r\n                \"api_key\": \"test\",\r\n                \"unit_path\": \"path\"\r\n            }\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/lms-settings?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/lms-settings?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/lms-settings\",\r\n        \"per_page\": \"25\",\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lms-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lms-settings",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "17",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lms_url\":\"https:\\\/\\\/google.com\",\"lms_access_token\":\"abcafdgd343asgretgdasgadsfsdfdasgdagsadf\",\"site_name\":\"Moodle Curriki\",\"lti_client_id\":\"1\",\"lms_login_id\":\"1\",\"user_id\":1,\"lms_name\":\"Moodle\",\"lms_access_key\":\"fdaskfasdkjghadskljgh54r325\",\"lms_access_secret\":\"fasdjhjke4wh54354326\",\"description\":\"Create LMS Setting for providing access to Moodle.\",\"published\":false,\"organization_id\":\"doloremque\",\"project_visibility\":true,\"playlist_visibility\":false,\"activity_visibility\":true}"
                        },
                        "description": "Creates the new lms setting in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Setting created successfully!\",\n  \"data\": [\"Created Setting Data Array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to create setting, please try again later!\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lms-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lms-settings\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "16",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a lms setting"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified lms setting data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"lms_url\": \"https:\/\/canvas2.curriki.org\",\r\n        \"lms_access_token\": \"282tzGgLDzJOQA1mJPunRArzDvJFdUp4tLNiGqh8jhvQ7oJzPBhIaUp2h5LF6cXg\",\r\n        \"site_name\": \"Curriki Canvas Site #2\",\r\n        \"lti_client_id\": null,\r\n        \"lms_login_id\": null,\r\n        \"lms_name\": \"canvas\",\r\n        \"lms_access_key\": null,\r\n        \"lms_access_secret\": null,\r\n        \"description\": \"Curriki Canvas Site 2\",\r\n        \"user_id\": 3,\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"job_title\": \"\",\r\n            \"organization_type\": null,\r\n            \"is_admin\": false,\r\n            \"organization_name\": \"\"\r\n        },\r\n        \"organization\": {\r\n            \"id\": 1,\r\n            \"name\": \"Curriki Studio\",\r\n            \"description\": \"Curriki Studio, default organization.\",\r\n            \"domain\": \"currikistudio\",\r\n            \"parent_id\": null,\r\n            \"image\": null,\r\n            \"created_at\": null,\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"self_registration\": false,\r\n            \"account_id\": \"test123\",\r\n            \"api_key\": \"test\",\r\n            \"unit_path\": \"path\"\r\n        }\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lms-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lms-settings\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "6",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a lms setting"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lms_url\":\"https:\\\/\\\/google.com\",\"lms_access_token\":\"abcafdgd343asgretgdasgadsfsdfdasgdagsadf\",\"site_name\":\"Moodle Curriki\",\"lti_client_id\":\"1\",\"lms_login_id\":\"1\",\"user_id\":1,\"lms_name\":\"Moodle\",\"lms_access_key\":\"fdaskfasdkjghadskljgh54r325\",\"lms_access_secret\":\"fasdjhjke4wh54354326\",\"description\":\"Create LMS Setting for providing access to Moodle.\",\"published\":true,\"organization_id\":\"a\",\"project_visibility\":false,\"playlist_visibility\":true,\"activity_visibility\":true}"
                        },
                        "description": "Updates the lms setting in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"LMS setting data updated successfully!\",\n  \"data\": [\"Updated LMS setting data array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to update LMS setting, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/lms-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/lms-settings\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a lms setting"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Deletes the lms setting from database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"LMS setting deleted successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to delete LMS setting, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "30. User LMS Settings",
            "description": "\nAPIs for LMS settings used for publishing",
            "item": [
                {
                    "name": "Authenticated user LMS settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/lms-settings\/user\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/lms-settings\/user\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display a listing of the LMS settings for authenticated user",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"settings\": [\r\n            {\r\n                \"id\": 1,\r\n                \"lms_url\": \"https:\/\/moodle39.curriki.org\",\r\n                \"lms_access_token\": \"bf06028490c01e1f4538f6206055bc00\",\r\n                \"site_name\": \"Moodle Demo\",\r\n                \"lms_name\": \"moodle\",\r\n                \"lms_access_key\": \"\",\r\n                \"lms_access_secret\": \"\",\r\n                \"description\": \"Moodle Demo\",\r\n                \"user_id\": 1,\r\n                \"lti_client_id\": null,\r\n                \"created_at\": \"2020-08-27T18:35:17.000000Z\",\r\n                \"updated_at\": \"2020-08-27T18:35:17.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"lms_url\": \"https:\/\/moodle39.curriki.org\",\r\n                \"lms_access_token\": \"bf06028490c01e1f4538f6206055bc01\",\r\n                \"site_name\": \"Moodle Demo\",\r\n                \"lms_name\": \"moodle\",\r\n                \"lms_access_key\": \"\",\r\n                \"lms_access_secret\": \"\",\r\n                \"description\": \"Moodle Demo\",\r\n                \"user_id\": 1,\r\n                \"lti_client_id\": null,\r\n                \"created_at\": \"2020-08-28T18:35:17.000000Z\",\r\n                \"updated_at\": \"2020-08-28T18:35:17.000000Z\"\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/v1\/h5p\/ajax\/libraries\/load-all-dependencies",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p\/ajax\/libraries\/load-all-dependencies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p\/ajax\/libraries\/load-all-dependencies"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/h5p\/ajax\/library-upload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/h5p\/ajax\/library-upload",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/h5p\/ajax\/library-upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Save Access Token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/microsoft-team\/get-access-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/microsoft-team\/get-access-token",
                            "variable": [
                                {
                                    "id": "gid",
                                    "key": "gid",
                                    "value": "laboriosam",
                                    "description": "User id of current logged in user"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"recusandae\"}"
                        },
                        "description": "Save MS Graph api access token in the database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Access token has been saved successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to save the token.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Invite Group Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/invite",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/invite"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"email\":\"abby@curriki.org\"}"
                        },
                        "description": "Invite a group member while creating a group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"invited\": true\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"invited\": false\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Invite Group Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:group_id\/invite-member",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:group_id\/invite-member",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "19",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"abby@curriki.org\"}"
                        },
                        "description": "Invite a group member to the group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User has been invited to the group successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to invite user to the group.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to invite user to the group.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Invite Group Members",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/groups\/:group_id\/invite-members",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/groups\/:group_id\/invite-members",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "1",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "8",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"users\":[\"quasi\"],\"note\":\"quia\"}"
                        },
                        "description": "Invite a bundle of users to the group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Users have been invited to the group successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to invite users to the group.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to invite users to the group.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Group Member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:group_id\/remove",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:group_id\/remove",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "3",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"email\":\"jhauck@example.net\"}"
                        },
                        "description": "remove a group member to the group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User has been removed from the group successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to remove user from the group.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove user from the group.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Projects to the Group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:group_id\/add-projects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:group_id\/add-projects",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "18",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": "Add projects to the group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Projects have been added to the group successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to add projects to the group.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to add projects to the group.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Project from the Group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:group_id\/remove-project",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:group_id\/remove-project",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "10",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1}"
                        },
                        "description": "Remove a project from the group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Project has been removed from the group successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to remove project from the group.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove project from the group.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Members to the Group Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:group_id\/projects\/:project_id\/add-members",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:group_id\/projects\/:project_id\/add-members",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "17",
                                    "description": "The ID of the group."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "11",
                                    "description": "The ID of the project."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": "Add members to a specified project of specified group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Members have been added to the group project successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to add members to the group project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to add members to the group project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Member from the Group Project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/groups\/:group_id\/projects\/:project_id\/remove-member",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/groups\/:group_id\/projects\/:project_id\/remove-member",
                            "variable": [
                                {
                                    "id": "group_id",
                                    "key": "group_id",
                                    "value": "18",
                                    "description": "The ID of the group."
                                },
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "5",
                                    "description": "The ID of the project."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"email\":\"bradtke.arielle@example.net\"}"
                        },
                        "description": "Remove member from a specified project of specified group.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Member has been removed from the group project successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 403,
                            "body": "{\n  \"errors\": [\n    \"You do not have permission to remove member from the group project.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to remove member from the group project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/get-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/get-groups",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the groups of an organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"groups\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Group\",\r\n            \"description\": \"This is a test group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Group\",\r\n            \"description\": \"This is a test math group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/groups",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "16",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the groups of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"groups\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Group\",\r\n            \"description\": \"This is a test group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Group\",\r\n            \"description\": \"This is a test math group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/groups",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "9",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":20,\"name\":\"Test Group\",\"description\":\"This is a test group.\",\"users\":[\"mollitia\"],\"projects\":[\"molestiae\"],\"note\":\"axubmoxikrtlk\"}"
                        },
                        "description": "Create a new group in storage for a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Could not create group. Please try again later.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"groups\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Group\",\r\n            \"description\": \"This is a test group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Group\",\r\n            \"description\": \"This is a test math group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/groups\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "7",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the group."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "group",
                                    "key": "group",
                                    "value": "1",
                                    "description": "The Id of a group"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified group detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"groups\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Group\",\r\n            \"description\": \"This is a test group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Group\",\r\n            \"description\": \"This is a test math group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/groups\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "7",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the group."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "group",
                                    "key": "group",
                                    "value": "1",
                                    "description": "The Id of a group"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":5,\"name\":\"Test Group\",\"description\":\"This is a test group.\",\"users\":[\"nemo\"],\"projects\":[\"dignissimos\"],\"note\":\"dlseqqlaqkmqqepmcw\"}"
                        },
                        "description": "Update the specified group of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to update group.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"groups\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Test Group\",\r\n            \"description\": \"This is a test group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832382\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-06T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-06T19:21:08.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Math Group\",\r\n            \"description\": \"This is a test math group.\",\r\n            \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/2832384\",\r\n            \"shared\": true,\r\n            \"starter_project\": null,\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-09-07T19:21:08.000000Z\",\r\n            \"updated_at\": \"2020-09-07T19:21:08.000000Z\"\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Group",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganization\/:suborganization_id\/groups\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganization\/:suborganization_id\/groups\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "20",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the group."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                },
                                {
                                    "id": "group",
                                    "key": "group",
                                    "value": "1",
                                    "description": "The Id of a group"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified group of a user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Group has been deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete group.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Brightcove API Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/brightcove-api-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/brightcove-api-settings",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "4",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "The Id of a suborganization"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_id\":\"wejjzdg\",\"account_name\":\"wbimwuwiimkhflbyslei\",\"account_email\":\"khalid.tillman@example.com\",\"client_id\":\"zcmppitshuhoavckxf\",\"client_secret\":\"wnzthopyggvdhzpckinoxyqt\",\"user_id\":\"animi\",\"organization_id\":\"natus\",\"css_path\":\"consequatur\"}"
                        },
                        "description": "Create Brightcove API Setting Data",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Brightcove API Setting created successfully!\",\n  \"data\": [\"Created Setting Data Array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to create setting, please try again later!\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Brightcove API Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/brightcove-api-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/brightcove-api-settings\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "11",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Id of brightCove"
                                },
                                {
                                    "id": "suborganization",
                                    "key": "suborganization",
                                    "value": "1",
                                    "description": "Id of an organization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"account_id\":\"bsqqunwny\",\"account_name\":\"qmyixzgbqnxlsikkgcq\",\"account_email\":\"violette.aufderhar@example.org\",\"client_id\":\"rtogsbrharpmqggcawvo\",\"client_secret\":\"tlppchxhfzwzoiw\",\"user_id\":\"sit\",\"organization_id\":\"placeat\"}"
                        },
                        "description": "Update Brightcove API Setting Data",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Brightcove API setting data updated successfully!\",\n  \"data\": [\"Updated Brightcove API setting data array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to update Brightcove API setting, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Brightcove Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suborganizations\/:suborganization_id\/brightcove-api-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suborganizations\/:suborganization_id\/brightcove-api-settings\/:id",
                            "variable": [
                                {
                                    "id": "suborganization_id",
                                    "key": "suborganization_id",
                                    "value": "15",
                                    "description": "The ID of the suborganization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quasi",
                                    "description": "The ID of the brightcove api setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete Brightcove API Setting",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Brightcove API setting deleted successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to delete Brightcove API setting, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload CSS",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/brightcove-api-settings\/upload-css",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/brightcove-api-settings\/upload-css"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "fileName",
                                    "value": "eius",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "typeName",
                                    "value": "magni",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "css",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Upload css file for a activity type",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"file\": \"\/storage\/brightcove\/css\/Audio.file-name.css\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Login to Canvas",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/:lms\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/:lms\/login",
                            "variable": [
                                {
                                    "id": "lms",
                                    "key": "lms",
                                    "value": "maxime",
                                    "description": "object of lms example: {\"id\": 1}"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"szhmqmpwtauxyirptztxq\",\"password\":\"G=dL+3Qs4Hm^:S\",\"lmsName\":\"fpbde\",\"lmsUrl\":\"https:\\\/\\\/ritchie.org\\\/natus-dicta-aut-sunt.html\",\"lmsClientId\":\"provident\",\"courseId\":\"waqapucfaief\",\"activityId\":20}"
                        },
                        "description": "Login to Canvas LMS",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Save Access Token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/microsoft-team\/save-access-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/microsoft-team\/save-access-token"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"access_token\":\"et\"}"
                        },
                        "description": "Save GraphAPI access token in the database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Access token has been saved successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to save the token.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get List of Classes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/microsoft-team\/classes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/microsoft-team\/classes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get List of Microsoft Team Classes",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"classes\": Array of classes\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a new Class",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/microsoft-team\/classes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/microsoft-team\/classes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"displayName\":\"Test Class\",\"access_token\":\"123\"}"
                        },
                        "description": "Create a new Class\/Team into Microsoft Team",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": [\n    \"Class have been created successfully\"\n  ]\n}\n* @response  500 {\n  \"errors\": [\n    \"Something went wrong.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Publish project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/microsoft-team\/projects\/:project_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/microsoft-team\/projects\/:project_id\/publish",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "10",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "Project",
                                    "key": "Project",
                                    "value": "9",
                                    "description": "$project required The Id of a project."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"classId\":\"bebe45d4-d0e6-4085-b418-e98a51db70c3\"}"
                        },
                        "description": "Publish the project activities as an assignment",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": [\n    \"Your request to publish project [project->name] into MS Team has been received and is being processed.<br>You will be alerted in the notification section in the title bar when complete.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Project must be shared as we are temporarily publishing the shared link.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Publish independent activity\/activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/microsoft-team\/activities\/:activity_id\/publish",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/microsoft-team\/activities\/:activity_id\/publish",
                            "variable": [
                                {
                                    "id": "activity_id",
                                    "key": "activity_id",
                                    "value": "4",
                                    "description": "The ID of the activity."
                                },
                                {
                                    "id": "Activity",
                                    "key": "Activity",
                                    "value": "9",
                                    "description": "$activity required The Id of a activity."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"classId\":\"bebe45d4-d0e6-4085-b418-e98a51db70c3\"}"
                        },
                        "description": "Publish the independent activity or activity in playlist as an assignment",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": [\n    \"Your request to publish activity [activity->title] into MS Team has been received and is being processed.<br>You will be alerted in the notification section in the title bar when complete.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Activity must be shared as we are temporarily publishing the shared link.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/organizations\/:organization_id\/default-sso-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/organizations\/:organization_id\/default-sso-settings",
                            "variable": [
                                {
                                    "id": "organization_id",
                                    "key": "organization_id",
                                    "value": "18",
                                    "description": "The ID of the organization."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lms_url\":\"http:\\\/\\\/www.oconner.com\\\/non-expedita-ea-debitis-magnam-numquam.html\",\"lms_access_token\":\"esjfwpbvtaogxpvfpyseizg\",\"site_name\":\"atabl\",\"lti_client_id\":\"htzicuulrtkpxfz\",\"lms_name\":\"plpxurrvnnpejfmmmdhn\",\"lms_access_key\":\"bxhrpuwyw\",\"lms_access_secret\":\"lwiuirujtadnh\",\"description\":\"Quia fugit sed quos ad ratione.\",\"organization_id\":\"aperiam\",\"role_id\":6,\"project_visibility\":false,\"playlist_visibility\":false,\"activity_visibility\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/organizations\/:organization_id\/default-sso-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/organizations\/:organization_id\/default-sso-settings\/:id",
                            "variable": [
                                {
                                    "id": "organization_id",
                                    "key": "organization_id",
                                    "value": "12",
                                    "description": "The ID of the organization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the default sso setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lms_url\":\"http:\\\/\\\/ziemann.com\\\/tempora-quia-aut-id\",\"lms_access_token\":\"dwjcgvvgnid\",\"site_name\":\"wptzylccpoevdgzfmntukvdx\",\"lti_client_id\":\"dkxdgrzds\",\"lms_name\":\"apwlwfvnqimkkowijkzzr\",\"lms_access_key\":\"rwssxqmvdpqikky\",\"lms_access_secret\":\"mbrxgnmc\",\"description\":\"Quibusdam repellat et quod quia error sed iure.\",\"organization_id\":\"quia\",\"role_id\":3,\"project_visibility\":true,\"playlist_visibility\":false,\"activity_visibility\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/organizations\/:organization_id\/default-sso-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/organizations\/:organization_id\/default-sso-settings\/:id",
                            "variable": [
                                {
                                    "id": "organization_id",
                                    "key": "organization_id",
                                    "value": "19",
                                    "description": "The ID of the organization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the default sso setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified resource from storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Canvas Teacher's data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/go\/passLtiCourseDetails",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/go\/passLtiCourseDetails"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Save Canvas Teacher's data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Users Basic Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/report\/basic",
                            "query": [
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/report\/basic?start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response of the users with basic reporting (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"current_page\": 1,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1242,\r\n            \"first_name\": \"123security\",\r\n            \"last_name\": \"products\",\r\n            \"email\": \"wirelessproducts.wl@gmail.com\",\r\n            \"projects_count\": 2,\r\n            \"playlists_count\": 9,\r\n            \"activities_count\": 60\r\n        },\r\n        {\r\n            \"id\": 824,\r\n            \"first_name\": \"168xoso\",\r\n            \"last_name\": \"com\",\r\n            \"email\": \"168xosocom@gmail.com\",\r\n            \"projects_count\": 2,\r\n            \"playlists_count\": 9,\r\n            \"activities_count\": 60\r\n        }\r\n    ],\r\n    \"first_page_url\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic?page=1\",\r\n    \"from\": 1,\r\n    \"last_page\": 816,\r\n    \"last_page_url\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic?page=816\",\r\n    \"next_page_url\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic?page=2\",\r\n    \"path\": \"https:\/\/currikistudio.org\/api\/api\/api\/v1\/admin\/users\/report\/basic\",\r\n    \"per_page\": \"2\",\r\n    \"prev_page_url\": null,\r\n    \"to\": 2,\r\n    \"total\": 1632\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Bulk Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/bulk\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/bulk\/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "import_file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "Bulk import the users from CSV file.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 206,
                            "body": "{\n  \"errors\": [\"Failed to import some rows data, please download detailed error report.\"],\n  \"report\": \"https:\/\/currikistudio.org\/api\/storage\/temporary\/users-import-report.csv\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"All users data imported successfully!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Empty or bad formatted file, please download sample file for proper format.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Change User Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/:user_id\/roles\/:role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/:user_id\/roles\/:role",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "6",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "role",
                                    "key": "role",
                                    "value": "1",
                                    "description": "Role 0 or 1, 1 for making admin, 0 for removing from admin."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "The Id of a user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Make any user admin or remove from admin.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User role is changed successfully!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"You cannot change the role of yourself.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Users List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users",
                            "query": [
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users?start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1242,\r\n            \"name\": \"123security products\",\r\n            \"email\": \"wirelessproducts.wl@gmail.com\",\r\n            \"first_name\": \"123security\",\r\n            \"last_name\": \"products\",\r\n            \"job_title\": \"123securityproducts\",\r\n            \"organization_type\": \"Architecture design\",\r\n            \"is_admin\": false,\r\n            \"organization_name\": \"North Kansas City Schools\"\r\n        },\r\n        {\r\n            \"id\": 824,\r\n            \"name\": \"168xoso com\",\r\n            \"email\": \"168xosocom@gmail.com\",\r\n            \"first_name\": \"168xoso\",\r\n            \"last_name\": \"com\",\r\n            \"job_title\": \"\",\r\n            \"organization_type\": \"K-12\",\r\n            \"is_admin\": false,\r\n            \"organization_name\": \"North Kansas City Schools\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/users?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/users?page=66\",\r\n        \"prev\": null,\r\n        \"next\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/users?page=2\"\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 66,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/users\",\r\n        \"per_page\": \"25\",\r\n        \"to\": 25,\r\n        \"total\": 1632\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"Ahmad\",\"last_name\":\"Mukhtar\",\"organization_name\":\"Studio\",\"organization_type\":\"K-12\",\"job_title\":\"2\",\"email\":\"ahmedmukhtar1133@gmail.com\",\"password\":\"kljd@Fi4R\"}"
                        },
                        "description": "Creates the new user in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User created successfully!\",\n  \"data\": [\"Created User Data Array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to create user, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Specified User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "The Id of a user"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified user data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"name\": \"Sample User\",\r\n        \"email\": \"sample_user@test.com\",\r\n        \"first_name\": \"Sample\",\r\n        \"last_name\": \"User\",\r\n        \"job_title\": \"Developer\",\r\n        \"organization_type\": \"Architecture design\",\r\n        \"is_admin\": true,\r\n        \"organization_name\": \"North Kansas City Schools\",\r\n        \"projects\": [\r\n            {\r\n                \"id\": 9874,\r\n                \"name\": \"Activity Sampler\",\r\n                \"description\": \"Studio Demos\",\r\n                \"thumb_url\": \"\",\r\n                \"shared\": true,\r\n                \"starter_project\": false,\r\n                \"is_user_starter\": true,\r\n                \"cloned_from\": 68,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 1,\r\n                \"status_text\": \"DRAFT\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"09-Oct-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            },\r\n            {\r\n                \"id\": 9952,\r\n                \"name\": \"Activity Sampler\",\r\n                \"description\": \"Studio Demos\",\r\n                \"thumb_url\": \"\",\r\n                \"shared\": true,\r\n                \"starter_project\": false,\r\n                \"is_user_starter\": true,\r\n                \"cloned_from\": 68,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 1,\r\n                \"status_text\": \"DRAFT\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"09-Oct-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            },\r\n            {\r\n                \"id\": 80127,\r\n                \"name\": \"Testing creation\",\r\n                \"description\": \"Testing after creation.\",\r\n                \"thumb_url\": \"https:\/\/images.pexels.com\/photos\/3169299\/pexels-photo-3169299.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&h=200&w=280\",\r\n                \"shared\": false,\r\n                \"starter_project\": null,\r\n                \"is_user_starter\": false,\r\n                \"cloned_from\": null,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 1,\r\n                \"status_text\": \"DRAFT\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"15-Oct-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            },\r\n            {\r\n                \"id\": 80071,\r\n                \"name\": \"Test\",\r\n                \"description\": \"test\",\r\n                \"thumb_url\": \"\",\r\n                \"shared\": false,\r\n                \"starter_project\": null,\r\n                \"is_user_starter\": false,\r\n                \"cloned_from\": null,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 2,\r\n                \"status_text\": \"FINISHED\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"13-Oct-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            },\r\n            {\r\n                \"id\": 80074,\r\n                \"name\": \"Boolean Type Cast Testing\",\r\n                \"description\": \"Test\",\r\n                \"thumb_url\": \"\",\r\n                \"shared\": false,\r\n                \"starter_project\": null,\r\n                \"is_user_starter\": false,\r\n                \"cloned_from\": null,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 2,\r\n                \"status_text\": \"FINISHED\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"13-Oct-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            },\r\n            {\r\n                \"id\": 2118,\r\n                \"name\": \"How well do you know?\",\r\n                \"description\": \"How well do you know me?\",\r\n                \"thumb_url\": \"\",\r\n                \"shared\": true,\r\n                \"starter_project\": null,\r\n                \"is_user_starter\": false,\r\n                \"cloned_from\": null,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 1,\r\n                \"status_text\": \"DRAFT\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"16-Sep-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            },\r\n            {\r\n                \"id\": 2170,\r\n                \"name\": \"Math Review\",\r\n                \"description\": \"Math Review Unit 2\",\r\n                \"thumb_url\": \"\",\r\n                \"shared\": false,\r\n                \"starter_project\": null,\r\n                \"is_user_starter\": false,\r\n                \"cloned_from\": null,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 1,\r\n                \"status_text\": \"DRAFT\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"16-Sep-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            },\r\n            {\r\n                \"id\": 2169,\r\n                \"name\": \"Test\",\r\n                \"description\": \"Exit Ticket test\",\r\n                \"thumb_url\": \"\",\r\n                \"shared\": false,\r\n                \"starter_project\": null,\r\n                \"is_user_starter\": false,\r\n                \"cloned_from\": null,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 1,\r\n                \"status_text\": \"DRAFT\",\r\n                \"indexing\": null,\r\n                \"indexing_text\": \"NOT REQUESTED\",\r\n                \"created_at\": \"16-Sep-2020\",\r\n                \"updated_at\": \"15-Oct-2020\"\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Specified User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "The Id of a user"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"Ahmad\",\"last_name\":\"Mukhtar\",\"organization_name\":\"Studio\",\"organization_type\":\"K-12\",\"job_title\":\"2\",\"email\":\"ahmedmukhtar1133@gmail.com\",\"password\":\"kljd@Fi4R\"}"
                        },
                        "description": "Updates the user data in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User data updated successfully!\",\n  \"data\": [\"Updated User Data Array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to update user, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Specified User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "The Id of a user"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Deletes the user record from database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"User deleted successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"You cannot delete your own user.\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to delete user, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Projects indexing Bulk",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/projects\/indexes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/projects\/indexes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"index_projects\":[1,2,3],\"index\":3}"
                        },
                        "description": "Modify the index value of a projects in bulk.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Indexes updated successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to update indexes, please try again later!\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Starter Project Toggle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/projects\/starter\/:flag",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/projects\/starter\/:flag",
                            "variable": [
                                {
                                    "id": "flag",
                                    "key": "flag",
                                    "value": "velit",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"projects\":[1,2,3],\"flag\":true}"
                        },
                        "description": "Toggle the starter flag of any project",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Starter Projects status updated successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Choose at-least one project.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Project Indexing",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/projects\/:project_id\/indexes\/:index",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/projects\/:project_id\/indexes\/:index",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "8",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "index",
                                    "key": "index",
                                    "value": "3",
                                    "description": "New Integer Index Value, 1 => 'REQUESTED', 2 => 'NOT APPROVED', 3 => 'APPROVED'."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "Project Id."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Modify the index value of a project.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Library status changed successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Invalid Library value provided.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the shared project",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/projects\/:project_id\/load-shared",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/projects\/:project_id\/load-shared",
                            "variable": [
                                {
                                    "id": "project_id",
                                    "key": "project_id",
                                    "value": "16",
                                    "description": "The ID of the project."
                                },
                                {
                                    "id": "project",
                                    "key": "project",
                                    "value": "1",
                                    "description": "The Id of a project."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified project data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"name\": \"The Science of Golf\",\r\n        \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n        \"thumb_url\": \"\/storage\/uploads\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n        \"shared\": false,\r\n        \"indexing\": 3,\r\n        \"indexing_text\": \"APPROVED\",\r\n        \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n        \"updated_at\": \"2020-10-27T14:39:05.000000Z\",\r\n        \"playlists\": [\r\n            {\r\n                \"id\": 1,\r\n                \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n                \"project_id\": 1,\r\n                \"created_at\": null,\r\n                \"updated_at\": \"2020-09-17T09:44:27.000000Z\",\r\n                \"activities\": [\r\n                    {\r\n                        \"id\": 7,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"Famous Golf Holes\",\r\n                        \"library_name\": \"H5P.Flashcards\",\r\n                        \"thumb_url\": null\r\n                    },\r\n                    {\r\n                        \"id\": 5,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"The Evolution of the Golf Ball\",\r\n                        \"library_name\": \"H5P.Timeline\",\r\n                        \"thumb_url\": null\r\n                    },\r\n                    {\r\n                        \"id\": 6,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                        \"library_name\": \"H5P.InteractiveVideo\",\r\n                        \"thumb_url\": null\r\n                    },\r\n                    {\r\n                        \"id\": 1,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                        \"library_name\": \"H5P.InteractiveVideo\",\r\n                        \"thumb_url\": null\r\n                    },\r\n                    {\r\n                        \"id\": 2,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"Physics and Golf Balls\",\r\n                        \"library_name\": \"H5P.Flashcards\",\r\n                        \"thumb_url\": null\r\n                    },\r\n                    {\r\n                        \"id\": 3,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"Physics Vocabulary Study Guide\",\r\n                        \"library_name\": \"H5P.Accordion\",\r\n                        \"thumb_url\": null\r\n                    },\r\n                    {\r\n                        \"id\": 4,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                        \"library_name\": \"H5P.DragQuestion\",\r\n                        \"thumb_url\": null\r\n                    }\r\n                ]\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"title\": \"Topic 2\",\r\n                \"project_id\": 1,\r\n                \"created_at\": null,\r\n                \"updated_at\": \"2020-09-17T09:44:27.000000Z\",\r\n                \"activities\": [\r\n                    {\r\n                        \"id\": 8,\r\n                        \"type\": \"h5p\",\r\n                        \"title\": \"Physics of a Golf Ball\",\r\n                        \"library_name\": \"H5P.DragQuestion\",\r\n                        \"thumb_url\": null\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Projects.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/projects",
                            "query": [
                                {
                                    "key": "mode",
                                    "value": "1",
                                    "description": "1 for starter projects, 0 for non-starter. Default all.",
                                    "disabled": false
                                },
                                {
                                    "key": "indexing",
                                    "value": "1",
                                    "description": "Integer value, 1 => 'REQUESTED', 2 => 'NOT APPROVED', 3 => 'APPROVED'. Default None.",
                                    "disabled": false
                                },
                                {
                                    "key": "exclude_starter",
                                    "value": "0",
                                    "description": "Boolean value to exclude the user starter projects. Default false.",
                                    "disabled": true
                                },
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/projects?mode=1&indexing=1&exclude_starter=0&start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/uploads\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"is_user_starter\": false,\r\n            \"cloned_from\": null,\r\n            \"clone_ctr\": 1,\r\n            \"users\": [],\r\n            \"status\": 2,\r\n            \"status_text\": \"FINISHED\",\r\n            \"indexing\": 3,\r\n            \"indexing_text\": \"APPROVED\",\r\n            \"created_at\": \"30-Apr-2020\",\r\n            \"updated_at\": \"27-Oct-2020\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Partner Content Projects\",\r\n            \"description\": \"Partner Content Projects\",\r\n            \"thumb_url\": \"\/storage\/uploads\/iSioSGpjqWFE9DawcwR1nRIAnb1DuJaTgwWX6bkm.jpeg\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"is_user_starter\": false,\r\n            \"cloned_from\": null,\r\n            \"clone_ctr\": 0,\r\n            \"users\": [],\r\n            \"status\": 1,\r\n            \"status_text\": \"DRAFT\",\r\n            \"indexing\": null,\r\n            \"indexing_text\": \"NOT REQUESTED\",\r\n            \"created_at\": \"30-Apr-2020\",\r\n            \"updated_at\": \"15-Oct-2020\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/projects?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/projects?page=10849\",\r\n        \"prev\": null,\r\n        \"next\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/projects?page=2\"\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 10849,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/projects\",\r\n        \"per_page\": \"2\",\r\n        \"to\": 2,\r\n        \"total\": 21697\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All LMS Settings for listing.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/lms-settings",
                            "query": [
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/lms-settings?start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"lms_url\": \"https:\/\/canvas2.curriki.org\",\r\n            \"lms_access_token\": \"282tzGgLDzJOQA1mJPunRArzDvJFdUp4tLNiGqh8jhvQ7oJzPBhIaUp2h5LF6cXg\",\r\n            \"site_name\": \"Curriki Canvas Site #2\",\r\n            \"lms_name\": \"canvas\",\r\n            \"lms_access_key\": null,\r\n            \"lms_access_secret\": null,\r\n            \"description\": \"Curriki Canvas Site 2\",\r\n            \"user_id\": 3,\r\n            \"created_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"updated_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"lti_client_id\": null,\r\n            \"lms_login_id\": null,\r\n            \"user\": {\r\n                \"id\": 3,\r\n                \"name\": \"Abby _\",\r\n                \"email\": \"abby@curriki.org\",\r\n                \"email_verified_at\": \"2020-09-11T23:52:44.000000Z\",\r\n                \"created_at\": \"2020-04-06T20:47:21.000000Z\",\r\n                \"updated_at\": \"2020-10-19T10:44:21.000000Z\",\r\n                \"first_name\": \"Abby\",\r\n                \"last_name\": \"_\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMA9EL2ZjzTyPOIv3cgdm7VZ6JHJ3WHgqaaYZJY4X5mKhq417RjMKiCOS36tu1E3sOwNALtVBTamNE_XyNLeDak-xZuU4lAtLV1Ap0Gi19AN10vpj5Sg57AJ3KgrT4G3THYkGF3y0BZ4r38QhdAvydlpkfn_KwCZBQ\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YOkD2Ocu__Xw4RutMMX9v-B-BEo_pAMXjGBSn6gx8S9fToe9FpA7M_OwrbGosxzx3LBuA28SCV2kIKwPd_qmJ2ctCRP4\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTE0MzA3NzE2NTQwNTMzODE4OTQzIiwiaGQiOiJjdXJyaWtpLm9yZyIsImVtYWlsIjoiYWJieUBjdXJyaWtpLm9yZyIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiSXBlejh3cm5uUmU3Y3p6U1NidFlJdyIsIm5hbWUiOiJBYmJ5IFJvc3MiLCJwaWN0dXJlIjoiaHR0cHM6Ly9saDMuZ29vZ2xldXNlcmNvbnRlbnQuY29tL2EtL0FPaDE0R2cwYUVyeDRwUE1ZOVRPQXJiZ01KX3ZybHdsSzB6SEdBNVp3dFlVPXM5Ni1jIiwiZ2l2ZW5fbmFtZSI6IkFiYnkiLCJmYW1pbHlfbmFtZSI6IlJvc3MiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDM3NDQ4NywiZXhwIjoxNjAwMzc4MDg3LCJqdGkiOiI3NmUzNjU5M2I1NWEwYjhkMDBlZDZiODRmMmFmMmRiZmVkNDFhN2RhIn0.i9YToGr1CNLtk6zHX2f6dmP4PGB5ibyxFOFisPRvxe1YZvenGpyEh3MlSMkURvHzo2RGmYGkdhpJYHtn2b_TOqbsNsx61DUE4BTME5O_4-VcR-c_YDYFn6K3MpsrYLbSxDKTgdSJbA56B8-s726QzcFEixkU5mtaK5gbO4Zb32U94qF1_ziJ5XcEtaJt1kBY8oY15d3ubXJl-zLyh-fB9K4mqssqqWABbLAtJQycfx5x-9ks6iVHYXq-_tdnfadm7HBYROlcYzKc7VJkOAP5z-e05Zqx9C1NUXpW_-gFwiHazbC7_N_-UihSej2m3qULtIdgZMtT6fid4_LftXc38Q\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"1\\\"}},\\\"first_issued_at\\\":1600374485776,\\\"expires_at\\\":1600378084776,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"192.168.96.10\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"organization\": {\r\n                \"id\": 1,\r\n                \"name\": \"Curriki Studio\",\r\n                \"description\": \"Curriki Studio, default organization.\",\r\n                \"domain\": \"currikistudio\",\r\n                \"parent_id\": null,\r\n                \"image\": null,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null,\r\n                \"self_registration\": false,\r\n                \"account_id\": \"test123\",\r\n                \"api_key\": \"test\",\r\n                \"unit_path\": \"path\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"lms_url\": \"https:\/\/canvas2.curriki.org\",\r\n            \"lms_access_token\": \"282tzGgLDzJOQA1mJPunRArzDvJFdUp4tLNiGqh8jhvQ7oJzPBhIaUp2h5LF6cXg\",\r\n            \"site_name\": \"Curriki Canvas Site #2\",\r\n            \"lms_name\": \"canvas\",\r\n            \"lms_access_key\": null,\r\n            \"lms_access_secret\": null,\r\n            \"description\": \"Curriki Canvas Site 2\",\r\n            \"user_id\": 726,\r\n            \"created_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"updated_at\": \"2020-08-27T18:38:27.000000Z\",\r\n            \"deleted_at\": null,\r\n            \"lti_client_id\": null,\r\n            \"lms_login_id\": null,\r\n            \"user\": {\r\n                \"id\": 726,\r\n                \"name\": \"Ayesha Jaleel\",\r\n                \"email\": \"muhammadqamar111@gmail.com\",\r\n                \"email_verified_at\": \"2020-09-11T23:56:57.000000Z\",\r\n                \"created_at\": \"2020-08-05T15:45:11.000000Z\",\r\n                \"updated_at\": \"2020-09-18T15:40:02.000000Z\",\r\n                \"first_name\": \"ayesha\",\r\n                \"last_name\": \"jaleel\",\r\n                \"organization_name\": \"\",\r\n                \"job_title\": \"\",\r\n                \"address\": null,\r\n                \"phone_number\": null,\r\n                \"organization_type\": null,\r\n                \"website\": null,\r\n                \"deleted_at\": null,\r\n                \"role\": null,\r\n                \"gapi_access_token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"access_token\\\":\\\"ya29.a0AfH6SMAL6MLPZFPPhVHV_T0I4NoKnQvgjZde3NVh9EN_iEIr9hZWv9z1l7kg2gEDKL4ytQQPZc4vfjWwibQoFX35kfBZK8IW4oFkloCWGVjUiVQpIv-l3b0_WZA_vrBtiX__rDAbbcsK5f_qQ6Q46PlNYwZpFrSb5sg63w\\\",\\\"scope\\\":\\\"email profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.email https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.me openid https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses.readonly https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/userinfo.profile https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.courses https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.coursework.students https:\\\\\/\\\\\/www.googleapis.com\\\\\/auth\\\\\/classroom.topics\\\",\\\"login_hint\\\":\\\"AJDLj6LgfEhLCFgVLEzicO4eYW1YEG1H6Z_EdBO9DcPh7Mh4zecJPEER1aZQlAuK9EACWTStds1zX0LniLDNBCxyVGW-meWH65rQ5EKowzaeeKw9Whrf0AI\\\",\\\"expires_in\\\":3599,\\\"id_token\\\":\\\"eyJhbGciOiJSUzI1NiIsImtpZCI6IjRiODNmMTgwMjNhODU1NTg3Zjk0MmU3NTEwMjI1MTEyMDg4N2Y3MjUiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJhY2NvdW50cy5nb29nbGUuY29tIiwiYXpwIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwiYXVkIjoiODk4MTQzOTM5ODM0LTlpb3VpMmk5Z2hncm1jZ21ndGcwaDZyc2Y4M2QwdDBjLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwic3ViIjoiMTA2NzA0NTczOTgxNzI2MTQ5NDI5IiwiZW1haWwiOiJtdWhhbW1hZHFhbWFyMTExQGdtYWlsLmNvbSIsImVtYWlsX3ZlcmlmaWVkIjp0cnVlLCJhdF9oYXNoIjoiS0JIT3JpdWJyQ0xyTVkzS01MN3lYdyIsIm5hbWUiOiJNdWhhbW1hZCBRYW1hciIsInBpY3R1cmUiOiJodHRwczovL2xoMy5nb29nbGV1c2VyY29udGVudC5jb20vYS0vQU9oMTRHaDNkcnhWRkQtb2xCRHRHc2JzWC1OOUJXdVNUYmlkcHpNTF9IUDkxZz1zOTYtYyIsImdpdmVuX25hbWUiOiJNdWhhbW1hZCIsImZhbWlseV9uYW1lIjoiUWFtYXIiLCJsb2NhbGUiOiJlbiIsImlhdCI6MTYwMDQ0MzYwMiwiZXhwIjoxNjAwNDQ3MjAyLCJqdGkiOiJhZjI1NWI0Y2I5Y2FiMTcwZDc4ZTIzMjljNDU5OTM3MjlmYTA4MTY2In0.JTX2lWgOkyPpdvhP4ueLDR6zw0cY4reT6lK4HgOFJR4sGdhfsclDqD1Tw0r6XfTQQ_AjMnYz9cn-xGH5QyRShu9gGizCt3MeDFU62QiV9wyAgsSeXBxaL0eVD4Jt8eWg0pduaga9424Ov7iEJYT6owtwlPO0FZi9pROjOA9vbj9GUXEEwr-Qejv9UKxKhiZbnQhpyk9PCs5K9eTTdTTFUbNennRb4ZLPKVAek1PXQBMkQBOiH7gf6ycPUd-4HI9wHgj4ARqMpKIGpx-L3J7lod94M-0yRnvlzklivJay9EFvY31xQw1EbB0RcTkMBO9QppIkDGQ9ZxWQyhP1gt4FRA\\\",\\\"session_state\\\":{\\\"extraQueryParams\\\":{\\\"authuser\\\":\\\"0\\\"}},\\\"first_issued_at\\\":1600443602681,\\\"expires_at\\\":1600447201681,\\\"idpId\\\":\\\"google\\\"}\",\r\n                \"hubspot\": true,\r\n                \"subscribed\": true,\r\n                \"subscribed_ip\": \"172.18.0.12\",\r\n                \"membership_type_id\": 2,\r\n                \"temp_password\": null\r\n            },\r\n            \"organization\": {\r\n                \"id\": 1,\r\n                \"name\": \"Curriki Studio\",\r\n                \"description\": \"Curriki Studio, default organization.\",\r\n                \"domain\": \"currikistudio\",\r\n                \"parent_id\": null,\r\n                \"image\": null,\r\n                \"created_at\": null,\r\n                \"updated_at\": null,\r\n                \"deleted_at\": null,\r\n                \"self_registration\": false,\r\n                \"account_id\": \"test123\",\r\n                \"api_key\": \"test\",\r\n                \"unit_path\": \"path\"\r\n            }\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/lms-settings?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/lms-settings?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/lms-settings\",\r\n        \"per_page\": \"25\",\r\n        \"to\": 2,\r\n        \"total\": 2\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/lms-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/lms-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lms_url\":\"https:\\\/\\\/google.com\",\"lms_access_token\":\"abcafdgd343asgretgdasgadsfsdfdasgdagsadf\",\"site_name\":\"Moodle Curriki\",\"lti_client_id\":\"1\",\"lms_login_id\":\"1\",\"user_id\":1,\"lms_name\":\"Moodle\",\"lms_access_key\":\"fdaskfasdkjghadskljgh54r325\",\"lms_access_secret\":\"fasdjhjke4wh54354326\",\"description\":\"Create LMS Setting for providing access to Moodle.\"}"
                        },
                        "description": "Creates the new lms setting in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Setting created successfully!\",\n  \"data\": [\"Created Setting Data Array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to create setting, please try again later!\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/lms-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/lms-settings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "saepe",
                                    "description": "The ID of the lms setting."
                                },
                                {
                                    "id": "lms_setting",
                                    "key": "lms_setting",
                                    "value": "1",
                                    "description": "The Id of a lms setting"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified lms setting data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"lms_url\": \"https:\/\/canvas2.curriki.org\",\r\n        \"lms_access_token\": \"282tzGgLDzJOQA1mJPunRArzDvJFdUp4tLNiGqh8jhvQ7oJzPBhIaUp2h5LF6cXg\",\r\n        \"site_name\": \"Curriki Canvas Site #2\",\r\n        \"lti_client_id\": null,\r\n        \"lms_login_id\": null,\r\n        \"lms_name\": \"canvas\",\r\n        \"lms_access_key\": null,\r\n        \"lms_access_secret\": null,\r\n        \"description\": \"Curriki Canvas Site 2\",\r\n        \"user_id\": 3,\r\n        \"user\": {\r\n            \"id\": 3,\r\n            \"name\": \"Abby _\",\r\n            \"email\": \"abby@curriki.org\",\r\n            \"first_name\": \"Abby\",\r\n            \"last_name\": \"_\",\r\n            \"job_title\": \"\",\r\n            \"organization_type\": null,\r\n            \"is_admin\": false,\r\n            \"organization_name\": \"\"\r\n        },\r\n        \"organization\": {\r\n            \"id\": 1,\r\n            \"name\": \"Curriki Studio\",\r\n            \"description\": \"Curriki Studio, default organization.\",\r\n            \"domain\": \"currikistudio\",\r\n            \"parent_id\": null,\r\n            \"image\": null,\r\n            \"created_at\": null,\r\n            \"updated_at\": null,\r\n            \"deleted_at\": null,\r\n            \"self_registration\": false,\r\n            \"account_id\": \"test123\",\r\n            \"api_key\": \"test\",\r\n            \"unit_path\": \"path\"\r\n        }\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/lms-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/lms-settings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "odit",
                                    "description": "The ID of the lms setting."
                                },
                                {
                                    "id": "lms_setting",
                                    "key": "lms_setting",
                                    "value": "1",
                                    "description": "The Id of a lms setting"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lms_url\":\"https:\\\/\\\/google.com\",\"lms_access_token\":\"abcafdgd343asgretgdasgadsfsdfdasgdagsadf\",\"site_name\":\"Moodle Curriki\",\"lti_client_id\":\"1\",\"lms_login_id\":\"1\",\"user_id\":1,\"lms_name\":\"Moodle\",\"lms_access_key\":\"fdaskfasdkjghadskljgh54r325\",\"lms_access_secret\":\"fasdjhjke4wh54354326\",\"description\":\"Create LMS Setting for providing access to Moodle.\"}"
                        },
                        "description": "Updates the lms setting in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"LMS setting data updated successfully!\",\n  \"data\": [\"Updated LMS setting data array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to update LMS setting, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete LMS Setting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/lms-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/lms-settings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolor",
                                    "description": "The ID of the lms setting."
                                },
                                {
                                    "id": "lms_setting",
                                    "key": "lms_setting",
                                    "value": "1",
                                    "description": "The Id of a lms setting"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Deletes the lms setting from database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"LMS setting deleted successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to delete LMS setting, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Activity Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-types",
                            "query": [
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-types?start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 7,\r\n            \"title\": \"Audio\",\r\n            \"order\": 0,\r\n            \"image\": \"\/storage\/uploads\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n            \"activityItems\": [\r\n                {\r\n                    \"id\": 52,\r\n                    \"title\": \"Spoken Answers\",\r\n                    \"description\": \"Voice recognition activity that the learner can answered with their own voice.\",\r\n                    \"order\": 3,\r\n                    \"activity_type_id\": 7,\r\n                    \"type\": \"h5p\",\r\n                    \"h5pLib\": \"H5P.SpeakTheWords 1.3\",\r\n                    \"image\": \"\/storage\/uploads\/7iyRffLSS9QdFKCazDuDetl6WPk4BQP8tEP2eeuJ.png\",\r\n                    \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"deleted_at\": null,\r\n                    \"demo_activity_id\": \"769\",\r\n                    \"demo_video_id\": \"https:\/\/youtu.be\/lgzsJDcMvPI\"\r\n                },\r\n                {\r\n                    \"id\": 50,\r\n                    \"title\": \"Audio Recorder\",\r\n                    \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n                    \"order\": 1,\r\n                    \"activity_type_id\": 7,\r\n                    \"type\": \"h5p\",\r\n                    \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n                    \"image\": \"\/storage\/uploads\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n                    \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"deleted_at\": null,\r\n                    \"demo_activity_id\": \"768\",\r\n                    \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\"\r\n                },\r\n                {\r\n                    \"id\": 51,\r\n                    \"title\": \"Dictation\",\r\n                    \"description\": \"A tool to create dictation exercises\",\r\n                    \"order\": 2,\r\n                    \"activity_type_id\": 7,\r\n                    \"type\": \"h5p\",\r\n                    \"h5pLib\": \"H5P.Dictation 1.0\",\r\n                    \"image\": \"\/storage\/uploads\/WpXZiHcrkBmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n                    \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                    \"deleted_at\": null,\r\n                    \"demo_activity_id\": \"767\",\r\n                    \"demo_video_id\": \"https:\/\/youtu.be\/JLYtQpB0JmY\"\r\n                }\r\n            ],\r\n            \"created_at\": null,\r\n            \"updated_at\": null\r\n        },\r\n        {\r\n            \"id\": 13,\r\n            \"title\": \"Audio\",\r\n            \"order\": 0,\r\n            \"image\": \"\/storage\/activity-types\/audio.png\",\r\n            \"activityItems\": [],\r\n            \"created_at\": null,\r\n            \"updated_at\": null\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-types?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-types?page=6\",\r\n        \"prev\": null,\r\n        \"next\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-types?page=2\"\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 6,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-types\",\r\n        \"per_page\": \"2\",\r\n        \"to\": 2,\r\n        \"total\": 12\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create New Activity Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Audio\",\"image\":\"perferendis\",\"order\":1}"
                        },
                        "description": "Creates the new activity type in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity type created successfully!\",\n  \"data\": [\"Created activity type data array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to create activity type, please try again later!\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Specified Activity Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the activity type."
                                },
                                {
                                    "id": "activity_type",
                                    "key": "activity_type",
                                    "value": "1",
                                    "description": "The Id of a activity type"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified Activity Type data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"id\": 7,\r\n        \"title\": \"Audio\",\r\n        \"order\": 0,\r\n        \"image\": \"\/storage\/uploads\/4kZL5uuExvNPngVsaIdC7JscWmstOTsYO8sBbekx.png\",\r\n        \"activityItems\": [\r\n            {\r\n                \"id\": 52,\r\n                \"title\": \"Spoken Answers\",\r\n                \"description\": \"Voice recognition activity that the learner can answered with their own voice.\",\r\n                \"order\": 3,\r\n                \"activity_type_id\": 7,\r\n                \"type\": \"h5p\",\r\n                \"h5pLib\": \"H5P.SpeakTheWords 1.3\",\r\n                \"image\": \"\/storage\/uploads\/7iyRffLSS9QdFKCazDuDetl6WPk4BQP8tEP2eeuJ.png\",\r\n                \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                \"deleted_at\": null,\r\n                \"demo_activity_id\": \"769\",\r\n                \"demo_video_id\": \"https:\/\/youtu.be\/lgzsJDcMvPI\"\r\n            },\r\n            {\r\n                \"id\": 50,\r\n                \"title\": \"Audio Recorder\",\r\n                \"description\": \"Record your voice and play back or download a .wav file of your recording.\",\r\n                \"order\": 1,\r\n                \"activity_type_id\": 7,\r\n                \"type\": \"h5p\",\r\n                \"h5pLib\": \"H5P.AudioRecorder 1.0\",\r\n                \"image\": \"\/storage\/uploads\/zGUwGiarxX5Xt0UDFMMHtJ3ICGy1F9W68cO0Ukm6.png\",\r\n                \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                \"deleted_at\": null,\r\n                \"demo_activity_id\": \"768\",\r\n                \"demo_video_id\": \"https:\/\/youtu.be\/O73hIb7yxLg\"\r\n            },\r\n            {\r\n                \"id\": 51,\r\n                \"title\": \"Dictation\",\r\n                \"description\": \"A tool to create dictation exercises\",\r\n                \"order\": 2,\r\n                \"activity_type_id\": 7,\r\n                \"type\": \"h5p\",\r\n                \"h5pLib\": \"H5P.Dictation 1.0\",\r\n                \"image\": \"\/storage\/uploads\/WpXZiHcrkBmbSXE3OMOmHTovHKP3wzk9suHHfe1X.png\",\r\n                \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                \"updated_at\": \"2020-09-12T01:16:52.000000Z\",\r\n                \"deleted_at\": null,\r\n                \"demo_activity_id\": \"767\",\r\n                \"demo_video_id\": \"https:\/\/youtu.be\/JLYtQpB0JmY\"\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Specified Activity Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the activity type."
                                },
                                {
                                    "id": "activity_type",
                                    "key": "activity_type",
                                    "value": "1",
                                    "description": "The Id of a activity type"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Audio\",\"image\":\"aut\",\"order\":1}"
                        },
                        "description": "Updates the activity type in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity type data updated successfully!\",\n  \"data\": [\"Updated activity type data array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to update activity type, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Activity Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the activity type."
                                },
                                {
                                    "id": "activity_type",
                                    "key": "activity_type",
                                    "value": "1",
                                    "description": "The Id of a activity type"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Deletes the activity type from database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity type deleted successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to delete activity type, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Activity Items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-items",
                            "query": [
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-items?start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 81,\r\n            \"title\": \"Arithmetic Quiz\",\r\n            \"description\": \"Time based arithmetic exam builder\",\r\n            \"order\": 2,\r\n            \"activityType\": {\r\n                \"id\": 11,\r\n                \"title\": \"Questions\",\r\n                \"order\": 0,\r\n                \"image\": \"\/storage\/uploads\/E9wUgZpAvbmzogYIZYyABuWlvSIJPNYEFDqqL1rt.png\",\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.ArithmeticQuiz 1.1\",\r\n            \"image\": \"\/storage\/uploads\/V2EzpoGzJi7F9KmWCUCwLF8uXKvr8Nsaunq6Uzw6.png\",\r\n            \"demo_activity_id\": \"730\",\r\n            \"demo_video_id\": \"https:\/\/youtu.be\/Z61BUoL6k1Y\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\"\r\n        },\r\n        {\r\n            \"id\": 87,\r\n            \"title\": \"Personality Quiz\",\r\n            \"description\": \"Build your own personality quiz\",\r\n            \"order\": 8,\r\n            \"activityType\": {\r\n                \"id\": 11,\r\n                \"title\": \"Questions\",\r\n                \"order\": 0,\r\n                \"image\": \"\/storage\/uploads\/E9wUgZpAvbmzogYIZYyABuWlvSIJPNYEFDqqL1rt.png\",\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            \"type\": \"h5p\",\r\n            \"h5pLib\": \"H5P.PersonalityQuiz 1.0\",\r\n            \"image\": \"\/storage\/uploads\/jdHy6THv8aZLNrEdy3REa9aKZHcFdM6UXH3Lk7Nz.png\",\r\n            \"demo_activity_id\": \"739\",\r\n            \"demo_video_id\": \" https:\/\/youtu.be\/zY8CTNn5LVA\",\r\n            \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n            \"updated_at\": \"2020-09-12T01:16:52.000000Z\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-items?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-items?page=2\",\r\n        \"prev\": null,\r\n        \"next\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-items?page=2\"\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 2,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/activity-items\",\r\n        \"per_page\": \"2\",\r\n        \"to\": 2,\r\n        \"total\": 3\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create New Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-items",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-items"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Math\",\"description\":\"Create Math activities.\",\"demo_activity_id\":1,\"demo_video_id\":1,\"image\":\"et\",\"order\":1,\"type\":\"h5p\",\"activity_type_id\":1,\"h5pLib\":\"H5P.DocumentsUpload 1.0\"}"
                        },
                        "description": "Creates the new activity item in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity item created successfully!\",\n  \"data\": [\"Created activity item data array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to create activity item, please try again later!\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Specified Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-items\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-items\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "11",
                                    "description": "The ID of the activity item."
                                },
                                {
                                    "id": "activity_item",
                                    "key": "activity_item",
                                    "value": "1",
                                    "description": "The Id of a activity item"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified Activity Item data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"id\": 53,\r\n        \"title\": \"Accordion\",\r\n        \"description\": \"An activity that creates accessible (WAI-ARIA enabled) accordions\",\r\n        \"order\": 1,\r\n        \"activityType\": {\r\n            \"id\": 8,\r\n            \"title\": \"Informational\",\r\n            \"order\": 0,\r\n            \"image\": \"\/storage\/uploads\/O8M6MvWrdtqrZSczhzzbTdCCDulrKxLJslYTzcwL.png\",\r\n            \"created_at\": null,\r\n            \"updated_at\": null\r\n        },\r\n        \"type\": \"h5p\",\r\n        \"h5pLib\": \"H5P.Accordion 1.0\",\r\n        \"image\": \"\/storage\/uploads\/XprFXn7YfIpu6gBe8atabONmxDHwqfK5wdSkjfkL.png\",\r\n        \"demo_activity_id\": \"763\",\r\n        \"demo_video_id\": \"https:\/\/youtu.be\/dVDFwhy93Vc\",\r\n        \"created_at\": \"2020-09-12T01:16:52.000000Z\",\r\n        \"updated_at\": \"2020-09-12T01:16:52.000000Z\"\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Specified Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-items\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-items\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the activity item."
                                },
                                {
                                    "id": "activity_item",
                                    "key": "activity_item",
                                    "value": "1",
                                    "description": "The Id of a activity item"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Math\",\"description\":\"Create Math activities.\",\"demo_activity_id\":1,\"demo_video_id\":1,\"image\":\"amet\",\"order\":1,\"type\":\"h5p\",\"activity_type_id\":1,\"h5pLib\":\"H5P.DocumentsUpload 1.0\"}"
                        },
                        "description": "Updates the activity item in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity item data updated successfully!\",\n  \"data\": [\"Updated activity item data array\"]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to update activity item, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Activity Item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/activity-items\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/activity-items\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the activity item."
                                },
                                {
                                    "id": "activity_item",
                                    "key": "activity_item",
                                    "value": "1",
                                    "description": "The Id of a activity item"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Deletes the activity item from database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Activity item deleted successfully!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to delete activity item, please try again later.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Organization Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organization-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organization-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the all organization types.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"k12\",\r\n            \"label\": \"K-12\",\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"highered\",\r\n            \"label\": \"Higher Education\",\r\n            \"order\": 1\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"businesscorp\",\r\n            \"label\": \"Business\/Corporation\",\r\n            \"order\": 2\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"name\": \"nonprofit\",\r\n            \"label\": \"Nonprofit\",\r\n            \"order\": 3\r\n        },\r\n        {\r\n            \"id\": 5,\r\n            \"name\": \"govedu\",\r\n            \"label\": \"Government\/EDU\",\r\n            \"order\": 4\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"name\": \"other\",\r\n            \"label\": \"Other\",\r\n            \"order\": 5\r\n        }\r\n    ]\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Organization Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organization-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organization-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"randomzv2tga01uxb6q8ojri5ob6\",\"label\":\"test\",\"order\":1}"
                        },
                        "description": "Creates the new organization type in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"id\": 7,\r\n    \"name\": \"randomzv2tga01uxb6q8ojri5ob6\",\r\n    \"label\": \"test\",\r\n    \"order\": 6\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Organization Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organization-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organization-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the organization type."
                                },
                                {
                                    "id": "organization_type",
                                    "key": "organization_type",
                                    "value": "1",
                                    "description": "The Id of a organization type"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified Organization Type data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"id\": 7,\r\n    \"name\": \"randomzv2tga01uxb6q8ojri5ob6\",\r\n    \"label\": \"test\",\r\n    \"order\": 6\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Organization Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organization-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organization-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the organization type."
                                },
                                {
                                    "id": "organization_type",
                                    "key": "organization_type",
                                    "value": "1",
                                    "description": "The Id of a organization type."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"randomzv2tga01uxb6q8ojri5ob6\",\"label\":\"test\"}"
                        },
                        "description": "Updates the organization type data in database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\r\n    \"id\": 7,\r\n    \"name\": \"randomzv2tga01uxb6q8ojri5ob6\",\r\n    \"label\": \"test\",\r\n    \"order\": 6\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Organization Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organization-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organization-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the organization type."
                                },
                                {
                                    "id": "organization_type",
                                    "key": "organization_type",
                                    "value": "1",
                                    "description": "The Id of a organization type."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Deletes the organization type from database.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Organization type deleted successfully!\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"message\": \"Failed to delete organization type.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/queue-monitor\/jobs",
                            "query": [
                                {
                                    "key": "filter",
                                    "value": "1",
                                    "description": "1 for pending jobs, 2 for failed. Default 1.",
                                    "disabled": false
                                },
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/queue-monitor\/jobs?filter=1&start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the pending or failed jobs paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 128,\r\n            \"payload\": \"CloneProject\",\r\n            \"queue\": \"default\",\r\n            \"time\": \"1 day ago\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception\": \"N\/A\"\r\n        },\r\n        {\r\n            \"id\": 129,\r\n            \"payload\": \"CloneProject\",\r\n            \"queue\": \"default\",\r\n            \"time\": \"1 day ago\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception\": \"Unable to clone project\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/currikistudio.org\/api\/api\/v1\/admin\/queue-monitor\/jobs?page=1\",\r\n        \"last\": \"https:\/\/currikistudio.org\/api\/api\/v1\/admin\/queue-monitor\/jobs?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": null,\r\n        \"last_page\": 1,\r\n        \"path\": \"https:\/\/currikistudio.org\/api\/api\/v1\/admin\/queue-monitor\/jobs\",\r\n        \"per_page\": \"2\",\r\n        \"to\": null,\r\n        \"total\": 0\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retry All Failed Jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/queue-monitor\/jobs\/retry\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/queue-monitor\/jobs\/retry\/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"All failed jobs has been pushed back onto the queue!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete All Failed Jobs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/queue-monitor\/jobs\/forget\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/queue-monitor\/jobs\/forget\/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"All failed jobs deleted successfully!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retry Specific Failed Job",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/queue-monitor\/jobs\/retry\/:job",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/queue-monitor\/jobs\/retry\/:job",
                            "variable": [
                                {
                                    "id": "job",
                                    "key": "job",
                                    "value": "1",
                                    "description": "The integer Id of a job."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retry failed job by ID.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"The failed job [1] has been pushed back onto the queue!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Specific Failed Job",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/queue-monitor\/jobs\/forget\/:job",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/queue-monitor\/jobs\/forget\/:job",
                            "variable": [
                                {
                                    "id": "job",
                                    "key": "job",
                                    "value": "1",
                                    "description": "The integer Id of a job."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete failed job by ID.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Failed job deleted successfully!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Queues Logs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/queue-monitor",
                            "query": [
                                {
                                    "key": "filter",
                                    "value": "1",
                                    "description": "1 for running jobs, 2 for failed, 3 for completed. Default all.",
                                    "disabled": false
                                },
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/queue-monitor?filter=1&start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response with pagination links (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 128,\r\n            \"job_id\": \"376471\",\r\n            \"name\": \"CloneProject\",\r\n            \"queue\": \"default\",\r\n            \"started_at\": \"23 hours ago\",\r\n            \"is_finished\": true,\r\n            \"time_elapsed\": \"8.22 s\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception_message\": null\r\n        },\r\n        {\r\n            \"id\": 127,\r\n            \"job_id\": \"376470\",\r\n            \"name\": \"CloneActivity\",\r\n            \"queue\": \"default\",\r\n            \"started_at\": \"23 hours ago\",\r\n            \"is_finished\": true,\r\n            \"time_elapsed\": \"8.17 s\",\r\n            \"failed\": false,\r\n            \"attempt\": 1,\r\n            \"exception_message\": null\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor?page=1\",\r\n        \"last\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor?page=9\",\r\n        \"prev\": null,\r\n        \"next\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor?page=2\"\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 9,\r\n        \"path\": \"https:\/\/www.currikistudio.org\/api\/v1\/admin\/queue-monitor\",\r\n        \"per_page\": \"2\",\r\n        \"to\": 2,\r\n        \"total\": 17\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Organization Basic Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations\/report\/basic",
                            "query": [
                                {
                                    "key": "start",
                                    "value": "0",
                                    "description": "Offset for getting the paginated response, Default 0.",
                                    "disabled": true
                                },
                                {
                                    "key": "length",
                                    "value": "25",
                                    "description": "Limit for getting the paginated records, Default 25.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations\/report\/basic?start=0&length=25"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the paginated response of the Organization with basic reporting (DataTables are fully supported - All Params).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"current_page\": 1,\r\n    \"data\": [\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"Suborganization\",\r\n            \"description\": \"Suborganization description\",\r\n            \"parent_id\": 1,\r\n            \"projects_count\": 0,\r\n            \"playlists_count\": 0,\r\n            \"activities_count\": 0\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"name\": \"org name\",\r\n            \"description\": \"org description\",\r\n            \"parent_id\": 1,\r\n            \"projects_count\": 0,\r\n            \"playlists_count\": 0,\r\n            \"activities_count\": 0\r\n        }\r\n    ],\r\n    \"first_page_url\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/report\/basic?page=1\",\r\n    \"from\": 1,\r\n    \"last_page\": 1,\r\n    \"last_page_url\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/report\/basic?page=1\",\r\n    \"next_page_url\": null,\r\n    \"path\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/report\/basic\",\r\n    \"per_page\": 25,\r\n    \"prev_page_url\": null,\r\n    \"to\": 15,\r\n    \"total\": 2\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Organizations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get a list of the Organizations.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"Suborganization\",\r\n            \"description\": \"Suborganization description\",\r\n            \"parent\": {\r\n                \"id\": 1,\r\n                \"name\": \"org name 1\",\r\n                \"description\": \"org description 1\",\r\n                \"image\": \"\/storage\/organizations\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\",\r\n                \"domain\": \"orgdomain1\"\r\n            },\r\n            \"image\": \"\/storage\/organizations\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\",\r\n            \"domain\": \"suborganization\"\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"name\": \"org name\",\r\n            \"description\": \"org description\",\r\n            \"parent\": {\r\n                \"id\": 1,\r\n                \"name\": \"org name 1\",\r\n                \"description\": \"org description 1\",\r\n                \"image\": \"\/storage\/organizations\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\",\r\n                \"domain\": \"orgdomain1\"\r\n            },\r\n            \"image\": \"\/storage\/organizations\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\",\r\n            \"domain\": \"orgdomain\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations?page=1\",\r\n        \"last\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\",\r\n        \"per_page\": 25,\r\n        \"to\": 15,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"tfa\",\"description\":\"This is a test organization.\",\"domain\":\"tfa\",\"image\":\"(binary)\",\"admin_id\":1,\"parent_id\":1}"
                        },
                        "description": "Create a new organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"message\": \"Organization created successfully!\",\r\n    \"data\": {\r\n        \"id\": 27,\r\n        \"name\": \"Admin Org\",\r\n        \"description\": \"Admin Org\",\r\n        \"image\": \"\/storage\/organizations\/Iq0Rw2UvlsmO8DsZwCWNj396ruysLyEKGqiWaDqk.jpeg\",\r\n        \"domain\": \"adminorg\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of the organization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the specified organization detail.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": {\r\n        \"id\": 25,\r\n        \"name\": \"Level 2 Org\",\r\n        \"description\": \"Level 2 Org\",\r\n        \"parent\": {\r\n            \"id\": 24,\r\n            \"name\": \"Level 1 Org\",\r\n            \"description\": \"Level 1 Org\",\r\n            \"image\": \"\/storage\/organizations\/qlz5YienwWryZAhoWSfJxJPzYp5JU2Vp8FQeiCzW.jpeg\",\r\n            \"domain\": \"level1org\"\r\n        },\r\n        \"projects\": [\r\n            {\r\n                \"id\": 2456,\r\n                \"name\": \"name\",\r\n                \"description\": \"description\",\r\n                \"thumb_url\": \"\/storage\/projects\/T4gQGR692EgWCUw9Kw8JeujIlPnJ7najoX8D5L8F.jpeg\",\r\n                \"shared\": false,\r\n                \"starter_project\": null,\r\n                \"is_user_starter\": false,\r\n                \"cloned_from\": null,\r\n                \"clone_ctr\": 0,\r\n                \"status\": 1,\r\n                \"status_text\": \"DRAFT\",\r\n                \"indexing\": 3,\r\n                \"indexing_text\": \"APPROVED\",\r\n                \"created_at\": \"13-Jan-2021\",\r\n                \"updated_at\": \"13-Jan-2021\"\r\n            }\r\n        ],\r\n        \"users\": [\r\n            {\r\n                \"id\": 1,\r\n                \"name\": \"local user\",\r\n                \"email\": \"localuser@local.com\",\r\n                \"first_name\": \"local\",\r\n                \"last_name\": \"user\",\r\n                \"job_title\": \"\",\r\n                \"organization_type\": null,\r\n                \"is_admin\": false,\r\n                \"organization_name\": \"\",\r\n                \"organization_role\": \"Administrator\",\r\n                \"created_at\": \"06-Apr-2020\",\r\n                \"updated_at\": \"13-Jan-2021\"\r\n            }\r\n        ],\r\n        \"image\": \"\/storage\/organizations\/Yuxzr7NOMLj7O5eJba6FmSoxFpt126EDYnkmg5r2.jpeg\",\r\n        \"domain\": \"level2org\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"tfa\",\"description\":\"This is a test organization.\",\"domain\":\"tfa\",\"image\":\"(binary)\",\"member_id\":1,\"parent_id\":1}"
                        },
                        "description": "Update the specified organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"message\": \"Organization created successfully!\",\r\n    \"data\": {\r\n        \"id\": 27,\r\n        \"name\": \"Admin Org\",\r\n        \"description\": \"Admin Org\",\r\n        \"image\": \"\/storage\/organizations\/Iq0Rw2UvlsmO8DsZwCWNj396ruysLyEKGqiWaDqk.jpeg\",\r\n        \"domain\": \"adminorg\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Organization Deleted!\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove Organization User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations\/:organization\/user\/:user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations\/:organization\/user\/:user",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "1",
                                    "description": "Id of the organization to deleted user from."
                                },
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": "Id of the user to be deleted."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization\":1,\"user\":6}"
                        },
                        "description": "Remove the user from the specified organization.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Organization User Deleted!\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Failed to delete user.\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display parent organizations options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations\/:id\/parent-options",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations\/:id\/parent-options",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display a listing of the parent organizations options, other then itself and its exiting children.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 4,\r\n            \"name\": \"org name\",\r\n            \"description\": \"org description\",\r\n            \"image\": \"\/storage\/organizations\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\",\r\n            \"domain\": \"orgdomain\"\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"name\": \"org name 6 test2\",\r\n            \"description\": \"org description6\",\r\n            \"image\": \"\/storage\/organizations\/jlvKGDV1XjzIzfNrm1Py8gqgVkHpENwLoQj6OMjV.jpeg\",\r\n            \"domain\": \"orgdomain6\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/3\/parent-options?page=1\",\r\n        \"last\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/3\/parent-options?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"path\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/3\/parent-options\",\r\n        \"per_page\": 15,\r\n        \"to\": 12,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display member options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/organizations\/:id\/member-options",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/organizations\/:id\/member-options",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The Id of a organization"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display a listing of the user member options, other then the exiting ones.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1242,\r\n            \"name\": \"123security products\",\r\n            \"email\": \"wirelessproducts.wl@gmail.com\",\r\n            \"first_name\": \"123security\",\r\n            \"last_name\": \"products\",\r\n            \"job_title\": \"123securityproducts\",\r\n            \"organization_type\": null,\r\n            \"is_admin\": false,\r\n            \"organization_name\": \"123securityproducts\",\r\n            \"created_at\": \"14-Sep-2020\",\r\n            \"updated_at\": \"14-Sep-2020\"\r\n        },\r\n        {\r\n            \"id\": 824,\r\n            \"name\": \"168xoso com\",\r\n            \"email\": \"168xosocom@gmail.com\",\r\n            \"first_name\": \"168xoso\",\r\n            \"last_name\": \"com\",\r\n            \"job_title\": \"\",\r\n            \"organization_type\": null,\r\n            \"is_admin\": false,\r\n            \"organization_name\": \"168xoso - Tr\u1ef1c ti\u1ebfp k\u1ebft qu\u1ea3 x\u1ed5 s\u1ed1 mi\u1ec1n b\u1eafc\",\r\n            \"created_at\": \"12-Aug-2020\",\r\n            \"updated_at\": \"12-Aug-2020\"\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/3\/member-options?page=1\",\r\n        \"last\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/3\/member-options?page=109\",\r\n        \"prev\": null,\r\n        \"next\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/3\/member-options?page=2\"\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 109,\r\n        \"path\": \"http:\/\/127.0.0.1:8000\/api\/v1\/admin\/organizations\/3\/member-options\",\r\n        \"per_page\": 15,\r\n        \"to\": 15,\r\n        \"total\": 2\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Download Sample File",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/users\/import\/sample-file",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/users\/import\/sample-file"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Download import sample file for users.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"file\": \"Downloadable sample file.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Sample file not found!\"\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "H5P H5P Resource Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/brightcove\/:accountId\/:videoId\/:dataPlayer\/:dataEmbed\/h5p-resource-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/brightcove\/:accountId\/:videoId\/:dataPlayer\/:dataEmbed\/h5p-resource-settings",
                            "variable": [
                                {
                                    "id": "accountId",
                                    "key": "accountId",
                                    "value": "1",
                                    "description": "For brightcove video"
                                },
                                {
                                    "id": "videoId",
                                    "key": "videoId",
                                    "value": "1",
                                    "description": "For brightcove video"
                                },
                                {
                                    "id": "dataPlayer",
                                    "key": "dataPlayer",
                                    "value": "1",
                                    "description": "For brightcove video"
                                },
                                {
                                    "id": "dataEmbed",
                                    "key": "dataEmbed",
                                    "value": "1",
                                    "description": "For brightcove video"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"h5p\": null\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 59,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"params\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 21,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 40,\r\n            \"name\": \"H5P.InteractiveVideo\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 21,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        },\r\n        \"is_public\": false,\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Brightcove H5P Resource Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/brightcove\/:videoId\/h5p-resource-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/brightcove\/:videoId\/h5p-resource-settings",
                            "variable": [
                                {
                                    "id": "videoId",
                                    "key": "videoId",
                                    "value": "1",
                                    "description": "For brightcove video"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get H5P Resource Settings For Brightcove",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"h5p\": null\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"h5p\": {\r\n        \"id\": 59,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"params\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n        \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n        \"user_id\": 1,\r\n        \"embedType\": \"div\",\r\n        \"disable\": 9,\r\n        \"libraryMajorVersion\": 1,\r\n        \"libraryMinorVersion\": 21,\r\n        \"authors\": null,\r\n        \"source\": null,\r\n        \"yearFrom\": null,\r\n        \"yearTo\": null,\r\n        \"licenseVersion\": null,\r\n        \"licenseExtras\": null,\r\n        \"authorComments\": null,\r\n        \"changes\": null,\r\n        \"defaultLanguage\": null,\r\n        \"metadata\": {\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"license\": \"U\"\r\n        },\r\n        \"library\": {\r\n            \"id\": 40,\r\n            \"name\": \"H5P.InteractiveVideo\",\r\n            \"majorVersion\": 1,\r\n            \"minorVersion\": 21,\r\n            \"embedTypes\": \"iframe\",\r\n            \"fullscreen\": 1\r\n        },\r\n        \"language\": \"en\",\r\n        \"tags\": \"\"\r\n    },\r\n    \"activity\": {\r\n        \"id\": 1,\r\n        \"playlist_id\": 1,\r\n        \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n        \"type\": \"h5p\",\r\n        \"content\": \"\",\r\n        \"shared\": false,\r\n        \"order\": 2,\r\n        \"thumb_url\": null,\r\n        \"subject_id\": null,\r\n        \"education_level_id\": null,\r\n        \"h5p_content\": {\r\n            \"id\": 59,\r\n            \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n            \"user_id\": 1,\r\n            \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n            \"library_id\": 40,\r\n            \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n            \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n            \"embed_type\": \"div\",\r\n            \"disable\": 9,\r\n            \"content_type\": null,\r\n            \"authors\": null,\r\n            \"source\": null,\r\n            \"year_from\": null,\r\n            \"year_to\": null,\r\n            \"license\": \"U\",\r\n            \"license_version\": null,\r\n            \"license_extras\": null,\r\n            \"author_comments\": null,\r\n            \"changes\": null,\r\n            \"default_language\": null\r\n        },\r\n        \"is_public\": false,\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    },\r\n    \"playlist\": {\r\n        \"id\": 1,\r\n        \"title\": \"The Engineering & Design Behind Golf Balls\",\r\n        \"order\": 0,\r\n        \"is_public\": true,\r\n        \"project_id\": 1,\r\n        \"project\": {\r\n            \"id\": 1,\r\n            \"name\": \"The Science of Golf\",\r\n            \"description\": \"Uncover the science, technology, engineering, and mathematics behind the game of golf.\",\r\n            \"thumb_url\": \"\/storage\/projects\/nN5y8v8zh2ghxrKuHCv5wvJOREFw0Nr27s2DPxWq.png\",\r\n            \"shared\": false,\r\n            \"starter_project\": false,\r\n            \"users\": [\r\n                {\r\n                    \"id\": 1,\r\n                    \"email\": \"john.doe@currikistudio.org\",\r\n                    \"first_name\": \"John\",\r\n                    \"last_name\": \"Doe\",\r\n                    \"role\": \"owner\"\r\n                }\r\n            ],\r\n            \"is_public\": true,\r\n            \"created_at\": \"2020-04-30T20:03:12.000000Z\",\r\n            \"updated_at\": \"2020-07-11T12:51:07.000000Z\"\r\n        },\r\n        \"activities\": [\r\n            {\r\n                \"id\": 4,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 0,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 65,\r\n                    \"created_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:40:49.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Labeling Golf Ball - Principles of Physics\",\r\n                    \"library_id\": 19,\r\n                    \"parameters\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"type\\\":{\\\"library\\\":\\\"H5P.DragQuestionDropzone 0.1\\\"},\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"filtered\": \"{\\\"scoreShow\\\":\\\"Check\\\",\\\"tryAgain\\\":\\\"Retry\\\",\\\"scoreExplanation\\\":\\\"Correct answers give +1 point. Incorrect answers give -1 point. The lowest possible score is 0.\\\",\\\"question\\\":{\\\"settings\\\":{\\\"size\\\":{\\\"width\\\":620,\\\"height\\\":310},\\\"background\\\":{\\\"path\\\":\\\"images\/background-5eab614083be2.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":620,\\\"height\\\":310}},\\\"task\\\":{\\\"elements\\\":[{\\\"x\\\":0,\\\"y\\\":47.96909692035003,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Lift<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"be1d9b11-91ff-4e59-a7c6-9966e1bf8cb2\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Lift\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":58.810763796296285,\\\"width\\\":7.812090416666667,\\\"height\\\":1.3537570833333332,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Drag<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"05a00202-b5dd-44a9-acf1-0cce77278b33\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false},{\\\"x\\\":-4.63163666049382e-8,\\\"y\\\":36.89236101851851,\\\"width\\\":7.812090416666667,\\\"height\\\":1.281997824074074,\\\"dropZones\\\":[\\\"0\\\",\\\"1\\\",\\\"2\\\"],\\\"type\\\":{\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"params\\\":{\\\"text\\\":\\\"<p>Spin<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"140a5423-873b-46d4-8f4f-9b236cefce20\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Spin\\\"}},\\\"backgroundOpacity\\\":100,\\\"multiple\\\":false}],\\\"dropZones\\\":[{\\\"x\\\":72.35516653328209,\\\"y\\\":14.75972212933847,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"0\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Lift<\/div>\\\\n\\\"},{\\\"x\\\":72.35484909201396,\\\"y\\\":36.89236101851851,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"1\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Drag<\/div>\\\\n\\\"},{\\\"x\\\":72.35516653328209,\\\"y\\\":51.65902745268465,\\\"width\\\":8.61111111111111,\\\"height\\\":2.511574074074074,\\\"correctElements\\\":[\\\"2\\\"],\\\"showLabel\\\":false,\\\"backgroundOpacity\\\":50,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\"},\\\"single\\\":true,\\\"autoAlign\\\":true,\\\"label\\\":\\\"<div>Spin<\/div>\\\\n\\\"}]}},\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableCheckButton\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"singlePoint\\\":false,\\\"applyPenalties\\\":true,\\\"enableScoreExplanation\\\":true,\\\"dropZoneHighlighting\\\":\\\"dragging\\\",\\\"autoAlignSpacing\\\":2,\\\"enableFullScreen\\\":false,\\\"showScorePoints\\\":true,\\\"showTitle\\\":true},\\\"grabbablePrefix\\\":\\\"Grabbable {num} of {total}.\\\",\\\"grabbableSuffix\\\":\\\"Placed in dropzone {num}.\\\",\\\"dropzonePrefix\\\":\\\"Dropzone {num} of {total}.\\\",\\\"noDropzone\\\":\\\"No dropzone.\\\",\\\"tipLabel\\\":\\\"Show tip.\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"feedbackHeader\\\":\\\"Feedback\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"scoreExplanationButtonLabel\\\":\\\"Show score explanation\\\",\\\"localize\\\":{\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit fullscreen\\\"}}\",\r\n                    \"slug\": \"labeling-golf-ball-principles-of-physics\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 17774,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:22:47.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:22:47.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 17776,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Latest\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"test\",\r\n                \"shared\": false,\r\n                \"order\": null,\r\n                \"thumb_url\": \"\/storage\/activities\/DrV6rZ6ZDXFMT1k51gbOqw04rqguq6CMtiiD1nDH.png\",\r\n                \"subject_id\": \"Mathematics\",\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 19334,\r\n                    \"created_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"updated_at\": \"2020-08-30T20:09:56.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Latest\",\r\n                    \"library_id\": 98,\r\n                    \"parameters\": \"{\\\"l10n\\\":{\\\"recordAnswer\\\":\\\"Record\\\",\\\"pause\\\":\\\"Pause\\\",\\\"continue\\\":\\\"Continue\\\",\\\"download\\\":\\\"Download\\\",\\\"done\\\":\\\"Done\\\",\\\"retry\\\":\\\"Retry\\\",\\\"microphoneNotSupported\\\":\\\"Microphone not supported. Make sure you are using a browser that allows microphone recording.\\\",\\\"microphoneInaccessible\\\":\\\"Microphone is not accessible. Make sure that the browser microphone is enabled.\\\",\\\"insecureNotAllowed\\\":\\\"Access to microphone is not allowed in your browser since this page is not served using HTTPS. Please contact the author, and ask him to make this available using HTTPS\\\",\\\"statusReadyToRecord\\\":\\\"Press a button below to record your answer.\\\",\\\"statusRecording\\\":\\\"Recording...\\\",\\\"statusPaused\\\":\\\"Recording paused. Press a button to continue recording.\\\",\\\"statusFinishedRecording\\\":\\\"You have successfully recorded your answer! Listen to the recording below.\\\",\\\"downloadRecording\\\":\\\"Download this recording or retry.\\\",\\\"retryDialogHeaderText\\\":\\\"Retry recording?\\\",\\\"retryDialogBodyText\\\":\\\"By pressing \\\\\\\"Retry\\\\\\\" you will lose your current recording.\\\",\\\"retryDialogConfirmText\\\":\\\"Retry\\\",\\\"retryDialogCancelText\\\":\\\"Cancel\\\",\\\"statusCantCreateTheAudioFile\\\":\\\"Can't create the audio file.\\\"}}\",\r\n                    \"filtered\": \"\",\r\n                    \"slug\": \"latest\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": \"2020-08-30T20:24:29.000000Z\",\r\n                \"updated_at\": \"2020-08-30T20:24:29.000000Z\"\r\n            },\r\n            {\r\n                \"id\": 3,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics Vocabulary Study Guide\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 1,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 61,\r\n                    \"created_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:35:30.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics Vocabulary Study Guide\",\r\n                    \"library_id\": 63,\r\n                    \"parameters\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Acceleration is the measurement of the change <\/span><\/span><\/span><span style=\\\\\\\"font-size:11.0pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\">in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:&quot;Calibri&quot;,sans-serif\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:normal\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\"><span style=\\\\\\\"font-size:10.5pt\\\\\\\"><span style=\\\\\\\"color:black\\\\\\\">A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p style=\\\\\\\"margin-bottom:10px\\\\\\\"><span style=\\\\\\\"font-size:11pt\\\\\\\"><span style=\\\\\\\"line-height:107%\\\\\\\"><span style=\\\\\\\"font-family:Calibri,sans-serif\\\\\\\">Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"filtered\": \"{\\\"panels\\\":[{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Acceleration is the measurement of the change <\/span><\/span><\/span><span><span><span>in an object\\\\u2019s velocity. <\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"97578055-d386-46be-afe3-c19eae4108aa\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Acceleration\\\"}},\\\"title\\\":\\\"Acceleration\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>The faster the air moves, the less pressure it exerts.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"0ce32fbf-4ff1-465b-9c50-8876c5fef34d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"}},\\\"title\\\":\\\"Bernoulli\\\\u2019s Principle\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>A vector is a quantity that has both a magnitude and a direction.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"cead752e-0c29-4acb-b9ae-2f61a3cd5c9b\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Vector\\\"}},\\\"title\\\":\\\"Vector\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span>Drag is the force that acts opposite to the direction of motion. Drag is caused by friction and differences in air pressure.<\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"6ae4b819-276d-405e-b085-e894c31484d3\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Drag\\\"}},\\\"title\\\":\\\"Drag\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span><span><span>A turbulent flow is one in which the particles have irregular, fluctuating motions and erratic paths.<\/span><\/span><\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"f9f63fdd-0a8a-4259-a3f1-ca7271b51727\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Turbulent airflow\\\"}},\\\"title\\\":\\\"Turbulent airflow\\\"},{\\\"content\\\":{\\\"params\\\":{\\\"text\\\":\\\"<p><span><span><span>Friction is the resistance of motion when one object rubs against another. It is a force and is measured in newtons.<\/span><\/span><\/span><\/p>\\\\n\\\"},\\\"library\\\":\\\"H5P.AdvancedText 1.1\\\",\\\"subContentId\\\":\\\"236c832f-f754-47d6-8d2c-1311a354d861\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Text\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Friction\\\"}},\\\"title\\\":\\\"Friction\\\"}],\\\"hTag\\\":\\\"h2\\\"}\",\r\n                    \"slug\": \"physics-vocabulary-study-guide\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 1,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 2,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 59,\r\n                    \"created_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:24:58.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Science of Golf: Why Balls Have Dimples\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/youtu.be\/fcjaxC-e8oY\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":58.33,\\\"to\\\":68.33},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"133bca3d-cfe9-442d-a887-8bf1e2ce682a\\\",\\\"question\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>They reduce wind resistance.<\/p>\\\\n\\\",\\\"<p>They make the ball more visually interesting.<\/p>\\\\n\\\",\\\"<p>They grip the putting green better than a smooth ball.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"ac029b43-7225-49ed-a2d7-8656037748e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Why do golf balls have dimples?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Why do golf balls have dimples?<\/p>\\\\n\\\"},{\\\"x\\\":45.96541786743516,\\\"y\\\":42.78350515463918,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":132.969,\\\"to\\\":142.969},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"308503f3-8d41-4f4f-b016-587bcce3dfac\\\",\\\"question\\\":\\\"<p>A smooth ball will have a detached airflow, which causes what?<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>A low pressure zone, which is what causes drag.<\/p>\\\\n\\\",\\\"<p>The ball has no spin.<\/p>\\\\n\\\",\\\"<p>The ball travels higher, but for a shorter distance.<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"f70c849d-9542-4f30-9116-8b60b7da708d\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Smooth Ball?\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"<p>Smooth Ball<\/p>\\\\n\\\"}],\\\"endscreens\\\":[{\\\"time\\\":295,\\\"label\\\":\\\"4:55 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"8e2cf84f-4557-4f79-a03e-526838498a7d\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"8d5527ef-3601-4ad9-9e63-2782c9775173\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":false,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"science-of-golf-why-balls-have-dimples\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Physics and Golf Balls\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 3,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 60,\r\n                    \"created_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T20:31:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Physics and Golf Balls\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"text\\\":\\\"Is the measurement of the change in an object\\\\u2019s velocity called Speed or Acceleration?\\\",\\\"answer\\\":\\\"Acceleration\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab35098aaf0.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Dimples reduce wind resistance or aerodynamic drag. Does that make the ball go farther or faster?\\\",\\\"answer\\\":\\\"Farther\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab355f7ca78.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1280,\\\"height\\\":720},\\\"tip\\\":\\\"\\\"},{\\\"text\\\":\\\"Do dimples on a ball increase or decrease the lift?\\\",\\\"answer\\\":\\\"Increase\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eab3589be9e3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":634,\\\"height\\\":508},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"See if you can remember what you learned!\\\"}\",\r\n                    \"slug\": \"physics-and-golf-balls\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 6,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 4,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 75,\r\n                    \"created_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T04:51:11.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Understanding Gear Effect | Equipment and Tech | 18Birdies\",\r\n                    \"library_id\": 40,\r\n                    \"parameters\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"aspectRatio\\\":\\\"16:9\\\"}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"type\\\":{\\\"params\\\":{}},\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"bookmarks\\\":[],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\",\\\"authors\\\":[],\\\"changes\\\":[],\\\"extraTitle\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"filtered\": \"{\\\"interactiveVideo\\\":{\\\"video\\\":{\\\"startScreenOptions\\\":{\\\"title\\\":\\\"Interactive Video\\\",\\\"hideStartTitle\\\":false},\\\"textTracks\\\":{\\\"videoTrack\\\":[{\\\"label\\\":\\\"Subtitles\\\",\\\"kind\\\":\\\"subtitles\\\",\\\"srcLang\\\":\\\"en\\\"}]},\\\"files\\\":[{\\\"path\\\":\\\"https:\/\/www.youtube.com\/watch?v=FdH0JQL5E-U&amp;list=PLVIShUJLAj0rWw3Yr3VtFGH4IbIVMfQFo\\\",\\\"mime\\\":\\\"video\/YouTube\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"}}]},\\\"assets\\\":{\\\"interactions\\\":[{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":52,\\\"to\\\":52},\\\"libraryTitle\\\":\\\"Single Choice Set\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.SingleChoiceSet 1.11\\\",\\\"params\\\":{\\\"choices\\\":[{\\\"subContentId\\\":\\\"c9f0c83d-2ba2-4810-843a-1ee7bec2076f\\\",\\\"question\\\":\\\"<p>\\\\\\\"Torque\\\\\\\"&nbsp;is&nbsp;a property of golf&nbsp;shafts that describes how much the shaft is&nbsp;prone to twisting during the golf&nbsp;swing.<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>True<\/p>\\\\n\\\",\\\"<p>False<\/p>\\\\n\\\"]},{\\\"subContentId\\\":\\\"81f2e02c-0f04-44a3-922c-4eac61a11acb\\\",\\\"question\\\":\\\"<p>... A shaft with a _____ torque&nbsp;rating means&nbsp;the shaft better resists twisting; a shaft with a ____ torque&nbsp;rating means&nbsp;the shaft is&nbsp;more prone to twisting (all other things being equal).<\/p>\\\\n\\\",\\\"answers\\\":[\\\"<p>lower,&nbsp;higher<\/p>\\\\n\\\",\\\"<p>higher, lower<\/p>\\\\n\\\",\\\"<p>sharper, duller<\/p>\\\\n\\\",\\\"<p>straigher, curved<\/p>\\\\n\\\"]}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"autoContinue\\\":true,\\\"timeoutCorrect\\\":2000,\\\"timeoutWrong\\\":3000,\\\"soundEffectsEnabled\\\":true,\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"passPercentage\\\":100},\\\"l10n\\\":{\\\"nextButtonLabel\\\":\\\"Next question\\\",\\\"showSolutionButtonLabel\\\":\\\"Show solution\\\",\\\"retryButtonLabel\\\":\\\"Retry\\\",\\\"solutionViewTitle\\\":\\\"Solution list\\\",\\\"correctText\\\":\\\"Correct!\\\",\\\"incorrectText\\\":\\\"Incorrect!\\\",\\\"muteButtonLabel\\\":\\\"Mute feedback sound\\\",\\\"closeButtonLabel\\\":\\\"Close\\\",\\\"slideOfTotal\\\":\\\"Slide :num of :total\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"solutionListQuestionNumber\\\":\\\"Question :num\\\"}},\\\"subContentId\\\":\\\"eadebb1e-891e-4ff3-8676-943c2616a9e0\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Single Choice Set\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Single Choice Set\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":24.314,\\\"to\\\":34.314},\\\"libraryTitle\\\":\\\"Statements\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"7bce98af-5267-4ca6-a08c-0c8f2bef5afb\\\",\\\"summary\\\":[\\\"Gear effect is the term used to explain how and why hitting the ball off-center changes the ball flight.\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to adjust the pressure on the clubhead.<\/p>\\\\n\\\",\\\"<p>Gear effect is the term used to explain how and why it is imprtant to ride your bike to the course.<\/p>\\\\n\\\"],\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"3b954191-ad43-452c-95c3-868047eb55be\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"pause\\\":false,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"}},\\\"label\\\":\\\"\\\"},{\\\"x\\\":46.87499999999999,\\\"y\\\":44.44444444444444,\\\"width\\\":10,\\\"height\\\":10,\\\"duration\\\":{\\\"from\\\":145.688,\\\"to\\\":155.688},\\\"libraryTitle\\\":\\\"Multiple Choice\\\",\\\"action\\\":{\\\"library\\\":\\\"H5P.MultiChoice 1.14\\\",\\\"params\\\":{\\\"media\\\":{\\\"disableImageZooming\\\":false},\\\"answers\\\":[{\\\"correct\\\":true,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the right, causing a fade&nbsp; slice curved flight.<\/div>\\\\n\\\"},{\\\"correct\\\":false,\\\"tipsAndFeedback\\\":{\\\"tip\\\":\\\"\\\",\\\"chosenFeedback\\\":\\\"\\\",\\\"notChosenFeedback\\\":\\\"\\\"},\\\"text\\\":\\\"<div>This pushes the ball to the left, causing a <strong>slice<\/strong> curved flight.<\/div>\\\\n\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"behaviour\\\":{\\\"enableRetry\\\":true,\\\"enableSolutionsButton\\\":true,\\\"enableCheckButton\\\":true,\\\"type\\\":\\\"auto\\\",\\\"singlePoint\\\":false,\\\"randomAnswers\\\":true,\\\"showSolutionsRequiresInput\\\":true,\\\"confirmCheckDialog\\\":false,\\\"confirmRetryDialog\\\":false,\\\"autoCheck\\\":false,\\\"passPercentage\\\":100,\\\"showScorePoints\\\":true},\\\"UI\\\":{\\\"checkAnswerButton\\\":\\\"Check\\\",\\\"showSolutionButton\\\":\\\"Show solution\\\",\\\"tryAgainButton\\\":\\\"Retry\\\",\\\"tipsLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"tipAvailable\\\":\\\"Tip available\\\",\\\"feedbackAvailable\\\":\\\"Feedback available\\\",\\\"readFeedback\\\":\\\"Read feedback\\\",\\\"wrongAnswer\\\":\\\"Wrong answer\\\",\\\"correctAnswer\\\":\\\"Correct answer\\\",\\\"shouldCheck\\\":\\\"Should have been checked\\\",\\\"shouldNotCheck\\\":\\\"Should not have been checked\\\",\\\"noInput\\\":\\\"Please answer before viewing the solution\\\"},\\\"confirmCheck\\\":{\\\"header\\\":\\\"Finish ?\\\",\\\"body\\\":\\\"Are you sure you wish to finish ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Finish\\\"},\\\"confirmRetry\\\":{\\\"header\\\":\\\"Retry ?\\\",\\\"body\\\":\\\"Are you sure you wish to retry ?\\\",\\\"cancelLabel\\\":\\\"Cancel\\\",\\\"confirmLabel\\\":\\\"Confirm\\\"},\\\"question\\\":\\\"<p>When a ball is spinning&nbsp;in a clockwise&nbsp;direction, there is high pressure on the left hand side of the ball, and low pressure on the right.<\/p>\\\\n\\\"},\\\"subContentId\\\":\\\"df5e99b0-6513-4aa9-a760-e3d9e2bfefe9\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Multiple Choice\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Multiple Choice\\\"}},\\\"pause\\\":true,\\\"displayType\\\":\\\"button\\\",\\\"buttonOnMobile\\\":false,\\\"adaptivity\\\":{\\\"correct\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"wrong\\\":{\\\"allowOptOut\\\":false,\\\"message\\\":\\\"\\\"},\\\"requireCompletion\\\":false},\\\"label\\\":\\\"\\\"}],\\\"endscreens\\\":[{\\\"time\\\":358,\\\"label\\\":\\\"5:58 Submit screen\\\"}]},\\\"summary\\\":{\\\"task\\\":{\\\"library\\\":\\\"H5P.Summary 1.10\\\",\\\"params\\\":{\\\"intro\\\":\\\"Choose the correct statement.\\\",\\\"summaries\\\":[{\\\"subContentId\\\":\\\"64506cb8-ea40-4c72-8c98-ed0bb3c3b808\\\",\\\"tip\\\":\\\"\\\"}],\\\"overallFeedback\\\":[{\\\"from\\\":0,\\\"to\\\":100}],\\\"solvedLabel\\\":\\\"Progress:\\\",\\\"scoreLabel\\\":\\\"Wrong answers:\\\",\\\"resultLabel\\\":\\\"Your result\\\",\\\"labelCorrect\\\":\\\"Correct.\\\",\\\"labelIncorrect\\\":\\\"Incorrect! Please try again.\\\",\\\"alternativeIncorrectLabel\\\":\\\"Incorrect\\\",\\\"labelCorrectAnswers\\\":\\\"Correct answers.\\\",\\\"tipButtonLabel\\\":\\\"Show tip\\\",\\\"scoreBarLabel\\\":\\\"You got :num out of :total points\\\",\\\"progressText\\\":\\\"Progress :num of :total\\\"},\\\"subContentId\\\":\\\"b8eb5a4d-5e2e-4b74-95f5-ca37d1a45186\\\",\\\"metadata\\\":{\\\"contentType\\\":\\\"Summary\\\",\\\"license\\\":\\\"U\\\",\\\"title\\\":\\\"Untitled Summary\\\"}},\\\"displayAt\\\":3}},\\\"override\\\":{\\\"autoplay\\\":true,\\\"loop\\\":false,\\\"showBookmarksmenuOnLoad\\\":false,\\\"showRewind10\\\":false,\\\"preventSkipping\\\":false,\\\"deactivateSound\\\":false,\\\"startVideoAt\\\":37},\\\"l10n\\\":{\\\"interaction\\\":\\\"Interaction\\\",\\\"play\\\":\\\"Play\\\",\\\"pause\\\":\\\"Pause\\\",\\\"mute\\\":\\\"Mute\\\",\\\"unmute\\\":\\\"Unmute\\\",\\\"quality\\\":\\\"Video Quality\\\",\\\"captions\\\":\\\"Captions\\\",\\\"close\\\":\\\"Close\\\",\\\"fullscreen\\\":\\\"Fullscreen\\\",\\\"exitFullscreen\\\":\\\"Exit Fullscreen\\\",\\\"summary\\\":\\\"Open summary dialog\\\",\\\"bookmarks\\\":\\\"Bookmarks\\\",\\\"endscreen\\\":\\\"Submit screen\\\",\\\"defaultAdaptivitySeekLabel\\\":\\\"Continue\\\",\\\"continueWithVideo\\\":\\\"Continue with video\\\",\\\"playbackRate\\\":\\\"Playback Rate\\\",\\\"rewind10\\\":\\\"Rewind 10 Seconds\\\",\\\"navDisabled\\\":\\\"Navigation is disabled\\\",\\\"sndDisabled\\\":\\\"Sound is disabled\\\",\\\"requiresCompletionWarning\\\":\\\"You need to answer all the questions correctly before continuing.\\\",\\\"back\\\":\\\"Back\\\",\\\"hours\\\":\\\"Hours\\\",\\\"minutes\\\":\\\"Minutes\\\",\\\"seconds\\\":\\\"Seconds\\\",\\\"currentTime\\\":\\\"Current time:\\\",\\\"totalTime\\\":\\\"Total time:\\\",\\\"singleInteractionAnnouncement\\\":\\\"Interaction appeared:\\\",\\\"multipleInteractionsAnnouncement\\\":\\\"Multiple interactions appeared.\\\",\\\"videoPausedAnnouncement\\\":\\\"Video is paused\\\",\\\"content\\\":\\\"Content\\\",\\\"answered\\\":\\\"@answered answered\\\",\\\"endcardTitle\\\":\\\"@answered Question(s) answered\\\",\\\"endcardInformation\\\":\\\"You have answered @answered questions, click below to submit your answers.\\\",\\\"endcardInformationNoAnswers\\\":\\\"You have not answered any questions.\\\",\\\"endcardInformationMustHaveAnswer\\\":\\\"You have to answer at least one question before you can submit your answers.\\\",\\\"endcardSubmitButton\\\":\\\"Submit Answers\\\",\\\"endcardSubmitMessage\\\":\\\"Your answers have been submitted!\\\",\\\"endcardTableRowAnswered\\\":\\\"Answered questions\\\",\\\"endcardTableRowScore\\\":\\\"Score\\\",\\\"endcardAnsweredScore\\\":\\\"answered\\\",\\\"endCardTableRowSummaryWithScore\\\":\\\"You got @score out of @total points for the @question that appeared after @minutes minutes and @seconds seconds.\\\",\\\"endCardTableRowSummaryWithoutScore\\\":\\\"You have answered the @question that appeared after @minutes minutes and @seconds seconds.\\\"}}\",\r\n                    \"slug\": \"understanding-gear-effect-equipment-and-tech-18birdies\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 5,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"The Evolution of the Golf Ball\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 5,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 66,\r\n                    \"created_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"updated_at\": \"2020-04-30T23:58:44.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"The Evolution of the Golf Ball\",\r\n                    \"library_id\": 61,\r\n                    \"parameters\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png#tmp\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"filtered\": \"{\\\"timeline\\\":{\\\"defaultZoomLevel\\\":\\\"0\\\",\\\"height\\\":600,\\\"asset\\\":{},\\\"date\\\":[{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab648fb61c9.jpeg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":234,\\\"height\\\":216}},\\\"startDate\\\":\\\"1400\\\",\\\"endDate\\\":\\\"2020\\\",\\\"headline\\\":\\\"Origins of Golf\\\",\\\"text\\\":\\\"<p>Golf is recorded in its first recognizable form in the Eastern Coast of Scotland.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab64e26de00.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":222}},\\\"startDate\\\":\\\"1600\\\",\\\"headline\\\":\\\"Wood Golf Balls\\\",\\\"text\\\":\\\"<p>The first known golf ball was made out of wood, most likely beech, boxroot and similar hardwoods. Wooden clubs were the golf club of choice, which in conjunction with the wood balls would have made your friendly game of golf a rather jarring experience.<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab652f19393.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1128,\\\"height\\\":1096}},\\\"startDate\\\":\\\"1618\\\",\\\"headline\\\":\\\"Feathery Golf Balls\\\",\\\"text\\\":\\\"<p>The first \\\\\\\"real\\\\\\\" golf ball was known as a \\\\\\\"feathery\\\\\\\"golf ball. Basically, the feathery was a leather sack filled with boiled goose feathers, then stitched up and painted. Feathery golf balls were expensive to make easily damaged and only the privileged few could afford to use them.&nbsp;<\/p>\\\\n\\\\n<p>It was made of cow or horsehide which was stuffed with feathers; most often goose feather. The leather, in order to be easier to work with, was soaked in water. The feathers that were forced into the ball by using a specially designed crutch-handled filling rod were soaked as well.&nbsp;<\/p>\\\\n\\\\n<p>After the ball was carefully hand sewn together, it was left to dry. While the leather shrank, the feathers expanded, which made the ball very hard and compact.&nbsp;<\/p>\\\\n\\\\n<p>Interestingly, the featherie also had excellent flight characteristics as it could reach a distance of up to 175 yards; although the longest recorded distance is more than 361 yards.<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab658fa6bde.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1350,\\\"height\\\":759},\\\"media\\\":\\\"https:\/\/images.app.goo.gl\/MFHFL1dtDiyR5nGq7\\\"},\\\"startDate\\\":\\\"1848\\\",\\\"headline\\\":\\\"Cost of Golf Balls\\\",\\\"text\\\":\\\"<p>In the mid-19th century, most people could only dream of playing golf. There were at the time fewer than 20 golf clubs around the world, with just three being outside Scotland. But that was not the only thing that prevented most people from playing golf. The high cost of golf essentials, especially of golf balls, made the game pretty much inaccessible to ordinary people.31 But that was soon about to change...<br>\\\\n&nbsp;<\/p>\\\\n\\\"},{\\\"asset\\\":{\\\"thumbnail\\\":{\\\"path\\\":\\\"images\/thumbnail-5eab65cbe1adb.png\\\",\\\"mime\\\":\\\"image\/png\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":944,\\\"height\\\":890}},\\\"startDate\\\":\\\"1848\\\",\\\"endDate\\\":\\\"1890\\\",\\\"headline\\\":\\\"Gutty Golf Balls\\\",\\\"text\\\":\\\"<p>It wasn't until 1848 that Rev. Dr. Robert Adams began creating golf balls out of Gutta Percha \\\\\\\"Gutty\\\\\\\". The Gutty golf ball was created from the dried sap of the Sapodilla tree. It had a rubber-like feel and was formed into ball shapes by heating it up and shaping it while hot.&nbsp;<\/p>\\\\n\\\\n<p>The arrival of the gutta percha ball or \\\\\\\"gutty\\\\\\\", as it was called, revolutionized the game of golf and allowed its spread to the masses due to its affordability, playability and durability.<\/p>\\\\n\\\"},{\\\"asset\\\":{},\\\"startDate\\\":\\\"1899\\\",\\\"headline\\\":\\\"Hand Hammered Gutta Ball\\\",\\\"text\\\":\\\"<p>American businessman and inventor Coburn Haskell (1868-1922) got a (joint) patent from the United States Patent Office for the rubber-wound ball47 which would soon lead to another revolution in golf. Widely regarded as the first modern golf ball, Haskell\\\\u2019s ball was made of a solid rubber-wound core that was covered by guttapercha.<\/p>\\\\n\\\"}],\\\"language\\\":\\\"en\\\",\\\"headline\\\":\\\"The Evolution of the Golf Ball\\\",\\\"text\\\":\\\"<div>A golf ball is central to the game of golf. In fact, golf is all about the ball. Well, getting it into the hole in the ground!<\/div>\\\\n\\\",\\\"backgroundImage\\\":{\\\"path\\\":\\\"images\/backgroundImage-5eab633e2e935.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":2139,\\\"height\\\":1179}}}\",\r\n                    \"slug\": \"the-evolution-of-the-golf-ball\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            },\r\n            {\r\n                \"id\": 7,\r\n                \"playlist_id\": 1,\r\n                \"title\": \"Famous Golf Holes\",\r\n                \"type\": \"h5p\",\r\n                \"content\": \"\",\r\n                \"shared\": false,\r\n                \"order\": 6,\r\n                \"thumb_url\": null,\r\n                \"subject_id\": null,\r\n                \"education_level_id\": null,\r\n                \"h5p_content\": {\r\n                    \"id\": 76,\r\n                    \"created_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"updated_at\": \"2020-05-01T05:20:54.000000Z\",\r\n                    \"user_id\": 1,\r\n                    \"title\": \"Famous Golf Holes\",\r\n                    \"library_id\": 60,\r\n                    \"parameters\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg#tmp\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"filtered\": \"{\\\"cards\\\":[{\\\"answer\\\":\\\"7th Hole at Pebble Beach\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabad2e71b62.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":991,\\\"height\\\":500},\\\"tip\\\":\\\"<p>Mickey Mantle<br>\\\\nAT&amp;T Pro Am<\/p>\\\\n\\\"},{\\\"answer\\\":\\\"12th hole at Augusta National\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabae675c197.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":847,\\\"height\\\":467},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"7th hole at TPC Sawgrass\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabaec199254.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":1024,\\\"height\\\":570},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"The Old Course at St Andrews,  #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabafb2400f7.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":475,\\\"height\\\":367},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Pine Valley Golf Club, #18\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb0ced23c3.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":960,\\\"height\\\":640},\\\"tip\\\":\\\"\\\"},{\\\"answer\\\":\\\"Celebrity Course - Indian Wells Golf Resort, #14\\\",\\\"image\\\":{\\\"path\\\":\\\"images\/image-5eabb17c9a715.jpg\\\",\\\"mime\\\":\\\"image\/jpeg\\\",\\\"copyright\\\":{\\\"license\\\":\\\"U\\\"},\\\"width\\\":780,\\\"height\\\":490},\\\"tip\\\":\\\"\\\"}],\\\"progressText\\\":\\\"Card @card of @total\\\",\\\"next\\\":\\\"Next\\\",\\\"previous\\\":\\\"Previous\\\",\\\"checkAnswerText\\\":\\\"Check\\\",\\\"showSolutionsRequiresInput\\\":true,\\\"defaultAnswerText\\\":\\\"Your answer\\\",\\\"correctAnswerText\\\":\\\"Correct\\\",\\\"incorrectAnswerText\\\":\\\"Incorrect\\\",\\\"showSolutionText\\\":\\\"Correct answer\\\",\\\"results\\\":\\\"Results\\\",\\\"ofCorrect\\\":\\\"@score of @total correct\\\",\\\"showResults\\\":\\\"Show results\\\",\\\"answerShortText\\\":\\\"A:\\\",\\\"retry\\\":\\\"Retry\\\",\\\"caseSensitive\\\":false,\\\"cardAnnouncement\\\":\\\"Incorrect answer. Correct answer was @answer\\\",\\\"pageAnnouncement\\\":\\\"Page @current of @total\\\",\\\"description\\\":\\\"Match the Hole with the Course\\\"}\",\r\n                    \"slug\": \"famous-golf-holes\",\r\n                    \"embed_type\": \"div\",\r\n                    \"disable\": 9,\r\n                    \"content_type\": null,\r\n                    \"authors\": null,\r\n                    \"source\": null,\r\n                    \"year_from\": null,\r\n                    \"year_to\": null,\r\n                    \"license\": \"U\",\r\n                    \"license_version\": null,\r\n                    \"license_extras\": null,\r\n                    \"author_comments\": null,\r\n                    \"changes\": null,\r\n                    \"default_language\": null\r\n                },\r\n                \"is_public\": false,\r\n                \"created_at\": null,\r\n                \"updated_at\": null\r\n            }\r\n        ],\r\n        \"created_at\": null,\r\n        \"updated_at\": null\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Kaltura media entries list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/kaltura\/get-media-entry-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/kaltura\/get-media-entry-list"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"pageSize\":\"10\",\"pageIndex\":\"0 on first page or 10 on next page and so on\",\"searchText\":\"1_4mmw1lb3 or KalturaWebcasting\",\"organization_id\":\"1\"}"
                        },
                        "description": "Use Kaltura Session to get the api token. Using inside H5p Curriki Interactive Video",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to find Kaltura API settings!\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"objects\": [\r\n        {\r\n            \"mediaType\": 1,\r\n            \"conversionQuality\": \"9569961\",\r\n            \"sourceType\": \"35\",\r\n            \"sourceVersion\": null,\r\n            \"searchProviderType\": null,\r\n            \"searchProviderId\": null,\r\n            \"creditUserName\": null,\r\n            \"creditUrl\": null,\r\n            \"mediaDate\": null,\r\n            \"dataUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_4mmw1lb3\/format\/url\/protocol\/https\",\r\n            \"flavorParamsIds\": \"0,487041,487051,487061,487071,487081,487091\",\r\n            \"isTrimDisabled\": null,\r\n            \"streams\": null,\r\n            \"plays\": 0,\r\n            \"views\": 0,\r\n            \"lastPlayedAt\": null,\r\n            \"width\": null,\r\n            \"height\": null,\r\n            \"duration\": 85,\r\n            \"msDuration\": 85000,\r\n            \"durationType\": null,\r\n            \"id\": \"1_4mmw1lb3\",\r\n            \"name\": \"Kaltura Webcasting Overview\",\r\n            \"description\": \"With Kaltura Webcasting, refocus webcasting on the user experience. Innovative design helps presenters shine, producers relax, and participants engage.\",\r\n            \"partnerId\": 4515783,\r\n            \"userId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"creatorId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"tags\": \"webcasting, live event, video solutions\",\r\n            \"adminTags\": null,\r\n            \"categories\": \"MediaSpace>site>galleries>Pleased to Meet You>Products>Webcasting\",\r\n            \"categoriesIds\": \"249032893\",\r\n            \"status\": \"2\",\r\n            \"moderationStatus\": 6,\r\n            \"moderationCount\": 0,\r\n            \"type\": \"1\",\r\n            \"createdAt\": 1645693678,\r\n            \"updatedAt\": 1651131462,\r\n            \"rank\": 0,\r\n            \"totalRank\": 0,\r\n            \"votes\": 0,\r\n            \"groupId\": null,\r\n            \"partnerData\": null,\r\n            \"downloadUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_4mmw1lb3\/format\/download\/protocol\/https\/flavorParamIds\/0\",\r\n            \"searchText\": \"_PAR_ONLY_ _4515783_ _MEDIA_TYPE_1|  Kaltura Webcasting Overview webcasting, live event, video solutions With Kaltura Webcasting, refocus webcasting on the user experience. Innovative design helps presenters shine, producers relax, and participants engage. \",\r\n            \"licenseType\": -1,\r\n            \"version\": 0,\r\n            \"thumbnailUrl\": \"https:\/\/cfvod.kaltura.com\/p\/4515783\/sp\/451578300\/thumbnail\/entry_id\/1_4mmw1lb3\/version\/100001\",\r\n            \"accessControlId\": 5527103,\r\n            \"startDate\": null,\r\n            \"endDate\": null,\r\n            \"referenceId\": null,\r\n            \"replacingEntryId\": null,\r\n            \"replacedEntryId\": null,\r\n            \"replacementStatus\": \"0\",\r\n            \"partnerSortValue\": 0,\r\n            \"conversionProfileId\": 9569961,\r\n            \"redirectEntryId\": null,\r\n            \"rootEntryId\": \"0_5vsq9gqo\",\r\n            \"parentEntryId\": null,\r\n            \"operationAttributes\": [],\r\n            \"entitledUsersEdit\": \"\",\r\n            \"entitledUsersPublish\": \"\",\r\n            \"entitledUsersView\": \"\",\r\n            \"capabilities\": \"\",\r\n            \"templateEntryId\": null,\r\n            \"displayInSearch\": 1,\r\n            \"application\": null,\r\n            \"applicationVersion\": null,\r\n            \"blockAutoTranscript\": false\r\n        },\r\n        {\r\n            \"mediaType\": 1,\r\n            \"conversionQuality\": \"9569961\",\r\n            \"sourceType\": \"35\",\r\n            \"sourceVersion\": null,\r\n            \"searchProviderType\": null,\r\n            \"searchProviderId\": null,\r\n            \"creditUserName\": null,\r\n            \"creditUrl\": null,\r\n            \"mediaDate\": null,\r\n            \"dataUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_5cj84aa0\/format\/url\/protocol\/https\",\r\n            \"flavorParamsIds\": \"0,487041,487051,487061,487071,487091\",\r\n            \"isTrimDisabled\": null,\r\n            \"streams\": null,\r\n            \"plays\": 0,\r\n            \"views\": 0,\r\n            \"lastPlayedAt\": null,\r\n            \"width\": null,\r\n            \"height\": null,\r\n            \"duration\": 121,\r\n            \"msDuration\": 121000,\r\n            \"durationType\": null,\r\n            \"id\": \"1_5cj84aa0\",\r\n            \"name\": \"Video Solutions for Learning and Development\",\r\n            \"description\": \"Kaltura delivers learning and training to wherever employees are with our advanced video solutions for learning and development.\",\r\n            \"partnerId\": 4515783,\r\n            \"userId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"creatorId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"tags\": \"learning and development, corporate training\",\r\n            \"adminTags\": null,\r\n            \"categories\": \"MediaSpace>site>galleries>Pleased to Meet You>Video Use Cases\",\r\n            \"categoriesIds\": \"249032853\",\r\n            \"status\": \"2\",\r\n            \"moderationStatus\": 6,\r\n            \"moderationCount\": 0,\r\n            \"type\": \"1\",\r\n            \"createdAt\": 1645693683,\r\n            \"updatedAt\": 1651131459,\r\n            \"rank\": 0,\r\n            \"totalRank\": 0,\r\n            \"votes\": 0,\r\n            \"groupId\": null,\r\n            \"partnerData\": null,\r\n            \"downloadUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_5cj84aa0\/format\/download\/protocol\/https\/flavorParamIds\/0\",\r\n            \"searchText\": \"_PAR_ONLY_ _4515783_ _MEDIA_TYPE_1|  Video Solutions for Learning and Development learning and development, corporate training Kaltura delivers learning and training to wherever employees are with our advanced video solutions for learning and development. \",\r\n            \"licenseType\": -1,\r\n            \"version\": 0,\r\n            \"thumbnailUrl\": \"https:\/\/cfvod.kaltura.com\/p\/4515783\/sp\/451578300\/thumbnail\/entry_id\/1_5cj84aa0\/version\/100011\",\r\n            \"accessControlId\": 5527103,\r\n            \"startDate\": null,\r\n            \"endDate\": null,\r\n            \"referenceId\": null,\r\n            \"replacingEntryId\": null,\r\n            \"replacedEntryId\": null,\r\n            \"replacementStatus\": \"0\",\r\n            \"partnerSortValue\": 0,\r\n            \"conversionProfileId\": 9569961,\r\n            \"redirectEntryId\": null,\r\n            \"rootEntryId\": \"0_bhk14hk5\",\r\n            \"parentEntryId\": null,\r\n            \"operationAttributes\": [],\r\n            \"entitledUsersEdit\": \"\",\r\n            \"entitledUsersPublish\": \"\",\r\n            \"entitledUsersView\": \"\",\r\n            \"capabilities\": \"\",\r\n            \"templateEntryId\": null,\r\n            \"displayInSearch\": 1,\r\n            \"application\": null,\r\n            \"applicationVersion\": null,\r\n            \"blockAutoTranscript\": false\r\n        },\r\n        {\r\n            \"mediaType\": 1,\r\n            \"conversionQuality\": \"8053211\",\r\n            \"sourceType\": \"35\",\r\n            \"sourceVersion\": null,\r\n            \"searchProviderType\": null,\r\n            \"searchProviderId\": null,\r\n            \"creditUserName\": null,\r\n            \"creditUrl\": null,\r\n            \"mediaDate\": null,\r\n            \"dataUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_bn0hb7i9\/format\/url\/protocol\/https\",\r\n            \"flavorParamsIds\": \"0,487041,487051,487061,487071,487081,487091\",\r\n            \"isTrimDisabled\": null,\r\n            \"streams\": null,\r\n            \"plays\": 0,\r\n            \"views\": 0,\r\n            \"lastPlayedAt\": null,\r\n            \"width\": null,\r\n            \"height\": null,\r\n            \"duration\": 199,\r\n            \"msDuration\": 199000,\r\n            \"durationType\": null,\r\n            \"id\": \"1_bn0hb7i9\",\r\n            \"name\": \"Tips & Tricks for Better Videos - Chapter 3 - Recording Audio\",\r\n            \"description\": \"In this video we cover how to get the best quality audio. Which mics to use, that aren't too expensive, how to leverage music and more.\",\r\n            \"partnerId\": 4515783,\r\n            \"userId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"creatorId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"tags\": \"musical recordings, telephone, household appliances and consumer electronics, electromechanical device, caption complete, microphone, consumer electronic and optical products, music, video tips, electronics & manufacture of computer, video solutions, sound reproduction, electrical mechanics, laptops, effects, entertainment industry, training videos, video tutorials, artistic expressions and media, audio devices, video training, audio, music industry\",\r\n            \"adminTags\": \"\",\r\n            \"categories\": \"Samples>Sample Videos,MediaSpace>site>galleries>Creating the Perfect Video,MediaSpace>site>channels>Employee Engagement\",\r\n            \"categoriesIds\": \"249032713,249032823,249032843\",\r\n            \"status\": \"2\",\r\n            \"moderationStatus\": 6,\r\n            \"moderationCount\": 0,\r\n            \"type\": \"1\",\r\n            \"createdAt\": 1645693675,\r\n            \"updatedAt\": 1651131463,\r\n            \"rank\": 0,\r\n            \"totalRank\": 0,\r\n            \"votes\": 0,\r\n            \"groupId\": null,\r\n            \"partnerData\": null,\r\n            \"downloadUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_bn0hb7i9\/format\/download\/protocol\/https\/flavorParamIds\/0\",\r\n            \"searchText\": \"_PAR_ONLY_ _4515783_ _MEDIA_TYPE_1|  Tips & Tricks for Better Videos - Chapter 3 - Recording Audio musical recordings, telephone, household appliances and consumer electronics, electromechanical device, caption complete, microphone, consumer electronic and optical products, music, video tips, electronics & manufacture of computer, video solutions, sound reproduction, electrical mechanics, laptops, effects, entertainment industry, training videos, video tutorials, artistic expressions and media, audio devices, video training, audio, music industry In this video we cover how to get the best quality audio. Which mics to use, that arent too expensive, how to leverage music and more. \",\r\n            \"licenseType\": -1,\r\n            \"version\": 0,\r\n            \"thumbnailUrl\": \"https:\/\/cfvod.kaltura.com\/p\/4515783\/sp\/451578300\/thumbnail\/entry_id\/1_bn0hb7i9\/version\/100011\",\r\n            \"accessControlId\": 5527103,\r\n            \"startDate\": null,\r\n            \"endDate\": null,\r\n            \"referenceId\": null,\r\n            \"replacingEntryId\": null,\r\n            \"replacedEntryId\": null,\r\n            \"replacementStatus\": \"0\",\r\n            \"partnerSortValue\": 25,\r\n            \"conversionProfileId\": 8053211,\r\n            \"redirectEntryId\": null,\r\n            \"rootEntryId\": \"0_5eej5a3i\",\r\n            \"parentEntryId\": null,\r\n            \"operationAttributes\": [],\r\n            \"entitledUsersEdit\": \"\",\r\n            \"entitledUsersPublish\": \"\",\r\n            \"entitledUsersView\": \"\",\r\n            \"capabilities\": \"\",\r\n            \"templateEntryId\": null,\r\n            \"displayInSearch\": 1,\r\n            \"application\": null,\r\n            \"applicationVersion\": null,\r\n            \"blockAutoTranscript\": false\r\n        },\r\n        {\r\n            \"mediaType\": 1,\r\n            \"conversionQuality\": \"9569961\",\r\n            \"sourceType\": \"35\",\r\n            \"sourceVersion\": null,\r\n            \"searchProviderType\": null,\r\n            \"searchProviderId\": null,\r\n            \"creditUserName\": null,\r\n            \"creditUrl\": null,\r\n            \"mediaDate\": null,\r\n            \"dataUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_cald90pl\/format\/url\/protocol\/https\",\r\n            \"flavorParamsIds\": \"0,487041,487051,487061,487071,487091\",\r\n            \"isTrimDisabled\": null,\r\n            \"streams\": null,\r\n            \"plays\": 0,\r\n            \"views\": 0,\r\n            \"lastPlayedAt\": null,\r\n            \"width\": null,\r\n            \"height\": null,\r\n            \"duration\": 136,\r\n            \"msDuration\": 136000,\r\n            \"durationType\": null,\r\n            \"id\": \"1_cald90pl\",\r\n            \"name\": \"Hello, Watch Me First!\",\r\n            \"description\": \"A short video intro to get you started on your free trial.\",\r\n            \"partnerId\": 4515783,\r\n            \"userId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"creatorId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"tags\": \"free trial, welcome, get started\",\r\n            \"adminTags\": \"default_playlist\",\r\n            \"categories\": \"MediaSpace>site>galleries>Pleased to Meet You\",\r\n            \"categoriesIds\": \"249032813\",\r\n            \"status\": \"2\",\r\n            \"moderationStatus\": 6,\r\n            \"moderationCount\": 0,\r\n            \"type\": \"1\",\r\n            \"createdAt\": 1645693674,\r\n            \"updatedAt\": 1651131461,\r\n            \"rank\": 0,\r\n            \"totalRank\": 0,\r\n            \"votes\": 0,\r\n            \"groupId\": null,\r\n            \"partnerData\": null,\r\n            \"downloadUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_cald90pl\/format\/download\/protocol\/https\/flavorParamIds\/0\",\r\n            \"searchText\": \"_PAR_ONLY_ _4515783_ _MEDIA_TYPE_1|  Hello, Watch Me First! free trial, welcome, get started A short video intro to get you started on your free trial. default_playlist\",\r\n            \"licenseType\": -1,\r\n            \"version\": 0,\r\n            \"thumbnailUrl\": \"https:\/\/cfvod.kaltura.com\/p\/4515783\/sp\/451578300\/thumbnail\/entry_id\/1_cald90pl\/version\/100011\",\r\n            \"accessControlId\": 5527103,\r\n            \"startDate\": null,\r\n            \"endDate\": null,\r\n            \"referenceId\": null,\r\n            \"replacingEntryId\": null,\r\n            \"replacedEntryId\": null,\r\n            \"replacementStatus\": \"0\",\r\n            \"partnerSortValue\": 30,\r\n            \"conversionProfileId\": 9569961,\r\n            \"redirectEntryId\": null,\r\n            \"rootEntryId\": \"0_4esg1tux\",\r\n            \"parentEntryId\": null,\r\n            \"operationAttributes\": [],\r\n            \"entitledUsersEdit\": \"\",\r\n            \"entitledUsersPublish\": \"\",\r\n            \"entitledUsersView\": \"\",\r\n            \"capabilities\": \"\",\r\n            \"templateEntryId\": null,\r\n            \"displayInSearch\": 1,\r\n            \"application\": null,\r\n            \"applicationVersion\": null,\r\n            \"blockAutoTranscript\": false\r\n        },\r\n        {\r\n            \"mediaType\": 1,\r\n            \"conversionQuality\": \"8053211\",\r\n            \"sourceType\": \"35\",\r\n            \"sourceVersion\": null,\r\n            \"searchProviderType\": null,\r\n            \"searchProviderId\": null,\r\n            \"creditUserName\": null,\r\n            \"creditUrl\": null,\r\n            \"mediaDate\": null,\r\n            \"dataUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_ffyypgpa\/format\/url\/protocol\/https\",\r\n            \"flavorParamsIds\": \"0,487041,487051,487061,487071,487081,487091\",\r\n            \"isTrimDisabled\": null,\r\n            \"streams\": null,\r\n            \"plays\": 0,\r\n            \"views\": 0,\r\n            \"lastPlayedAt\": null,\r\n            \"width\": null,\r\n            \"height\": null,\r\n            \"duration\": 198,\r\n            \"msDuration\": 198000,\r\n            \"durationType\": null,\r\n            \"id\": \"1_ffyypgpa\",\r\n            \"name\": \"Tips & Tricks for Better Videos - Chapter 1 - Preparation\",\r\n            \"description\": \"Learn how to prepare for creating your own video content. We cover preparing your script, how to position your camera, and even what or what not to wear.\",\r\n            \"partnerId\": 4515783,\r\n            \"userId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"creatorId\": \"ranaasimsrwr365@gmail.com\",\r\n            \"tags\": \"jewellery, telephone, caption complete, cameras, music, video tips, telecommunications equipment, electronical devices, video solutions, web camera, bracelet (jewelry), photography, effects, photography products and equipment, training videos, computer camera, video tutorials, artistic expressions and media, computers, computer accessories, information technology supplies, video training\",\r\n            \"adminTags\": \"\",\r\n            \"categories\": \"Samples>Sample Videos,MediaSpace>site>galleries>Creating the Perfect Video,MediaSpace>site>channels>Employee Engagement\",\r\n            \"categoriesIds\": \"249032713,249032823,249032843\",\r\n            \"status\": \"2\",\r\n            \"moderationStatus\": 6,\r\n            \"moderationCount\": 0,\r\n            \"type\": \"1\",\r\n            \"createdAt\": 1645693680,\r\n            \"updatedAt\": 1651131463,\r\n            \"rank\": 0,\r\n            \"totalRank\": 0,\r\n            \"votes\": 0,\r\n            \"groupId\": null,\r\n            \"partnerData\": null,\r\n            \"downloadUrl\": \"https:\/\/cdnapisec.kaltura.com\/p\/4515783\/sp\/451578300\/playManifest\/entryId\/1_ffyypgpa\/format\/download\/protocol\/https\/flavorParamIds\/0\",\r\n            \"searchText\": \"_PAR_ONLY_ _4515783_ _MEDIA_TYPE_1|  Tips & Tricks for Better Videos - Chapter 1 - Preparation jewellery, telephone, caption complete, cameras, music, video tips, telecommunications equipment, electronical devices, video solutions, web camera, bracelet (jewelry), photography, effects, photography products and equipment, training videos, computer camera, video tutorials, artistic expressions and media, computers, computer accessories, information technology supplies, video training Learn how to prepare for creating your own video content. We cover preparing your script, how to position your camera, and even what or what not to wear. \",\r\n            \"licenseType\": -1,\r\n            \"version\": 0,\r\n            \"thumbnailUrl\": \"https:\/\/cfvod.kaltura.com\/p\/4515783\/sp\/451578300\/thumbnail\/entry_id\/1_ffyypgpa\/version\/100011\",\r\n            \"accessControlId\": 5527103,\r\n            \"startDate\": null,\r\n            \"endDate\": null,\r\n            \"referenceId\": null,\r\n            \"replacingEntryId\": null,\r\n            \"replacedEntryId\": null,\r\n            \"replacementStatus\": \"0\",\r\n            \"partnerSortValue\": 35,\r\n            \"conversionProfileId\": 8053211,\r\n            \"redirectEntryId\": null,\r\n            \"rootEntryId\": \"0_adse5iqv\",\r\n            \"parentEntryId\": null,\r\n            \"operationAttributes\": [],\r\n            \"entitledUsersEdit\": \"\",\r\n            \"entitledUsersPublish\": \"\",\r\n            \"entitledUsersView\": \"\",\r\n            \"capabilities\": \"\",\r\n            \"templateEntryId\": null,\r\n            \"displayInSearch\": 1,\r\n            \"application\": null,\r\n            \"applicationVersion\": null,\r\n            \"blockAutoTranscript\": false\r\n        }\r\n    ],\r\n    \"totalCount\": 14\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get My Vimeo Videos List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/vimeo\/get-my-video-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/vimeo\/get-my-video-list"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":\"1\",\"per_page\":\"10\",\"query\":\"696855454 or Wildlife Windows\",\"organization_id\":\"1\"}"
                        },
                        "description": "Get the specified Vimeo API setting data. Using inside H5p Curriki Interactive Video",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to find Vimeo API settings!\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"total\": 14,\r\n    \"page\": 1,\r\n    \"per_page\": 10,\r\n    \"paging\": {\r\n        \"next\": \"\/me\/videos?page=2&per_page=10\",\r\n        \"previous\": null,\r\n        \"first\": \"\/me\/videos?page=1&per_page=10\",\r\n        \"last\": \"\/me\/videos?page=2&per_page=10\"\r\n    },\r\n    \"data\": [\r\n        {\r\n            \"uri\": \"\/videos\/696855454\",\r\n            \"name\": \"Wildlife Windows 7 Sample Video.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696855454\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696855454?h=54484e455f\",\r\n            \"duration\": 30,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696855454?h=54484e455f&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Wildlife Windows 7 Sample Video.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T07:09:16+00:00\",\r\n            \"modified_time\": \"2022-05-24T10:30:22+00:00\",\r\n            \"release_time\": \"2022-04-07T07:09:16+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696855454\/pictures\/1409497762\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409497762-5a97be163b69d9ef3cde0cc641124e1b88875b7775699ff06ce485cb4c6b0a36-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"451234da6cfb1f9171c0272bc443d4aac9ee881c\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696855454\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696855454\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696855454\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696855454\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696855454\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=1\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696855454\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696855454\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"87d17a80bcbefb541d812c1051f7199b7a332112\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696854832\",\r\n            \"name\": \"Demo Background Sample Video.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696854832\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696854832?h=34771793de\",\r\n            \"duration\": 18,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696854832?h=34771793de&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Demo Background Sample Video.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T07:07:05+00:00\",\r\n            \"modified_time\": \"2022-04-07T07:07:45+00:00\",\r\n            \"release_time\": \"2022-04-07T07:07:05+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696854832\/pictures\/1409496070\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496070-368a0c9c98e22b6d88b487cb55756c15a0fc205a035c8d2a4ed535651414ca6b-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"10bdc27d80250e07a931d93ea00bc0409aceb420\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696854832\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696854832\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696854832\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696854832\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696854832\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=2\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696854832\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696854832\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"42defb8b69b9e9ad13055ccd3c05b009a3880453\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696854597\",\r\n            \"name\": \"Nikon D5600_ Sample Video.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696854597\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696854597?h=8ddb73adca\",\r\n            \"duration\": 99,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696854597?h=8ddb73adca&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Nikon D5600_ Sample Video.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T07:06:14+00:00\",\r\n            \"modified_time\": \"2022-05-24T03:54:17+00:00\",\r\n            \"release_time\": \"2022-04-07T07:06:14+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696854597\/pictures\/1409496822\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409496822-9c834fd1a42da930507f90994e898b470c0a29e329fb09371ca243c9926b4e93-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"12a97c4f18955b1e1d5109494dacb3e2f47f9b93\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696854597\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696854597\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696854597\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696854597\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696854597\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=3\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696854597\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696854597\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"486dea59ecbe945f286dd6e811745a3739aa3a54\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696851355\",\r\n            \"name\": \"Particle RSG Logo 3 Cameras Final.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696851355\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696851355?h=a834757bbb\",\r\n            \"duration\": 30,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696851355?h=a834757bbb&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Particle RSG Logo 3 Cameras Final.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T06:53:53+00:00\",\r\n            \"modified_time\": \"2022-04-07T06:57:33+00:00\",\r\n            \"release_time\": \"2022-04-07T06:53:53+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696851355\/pictures\/1409490735\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409490735-73bed05c23b232d64c7a3366f3d49d09608c03671cdbdf3a5a9d172f41c4945d-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"74b9d6aeebbe64390f903ff130349667fb9b41bf\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696851355\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696851355\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696851355\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696851355\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696851355\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=4\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696851355\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696851355\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"5aa2291817e202e3a6081ea35482705c5bcdd0d0\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696850169\",\r\n            \"name\": \"Free Particle Wave Background Abstract Stock Footage.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696850169\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696850169?h=bb829ce334\",\r\n            \"duration\": 8,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696850169?h=bb829ce334&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Free Particle Wave Background Abstract Stock Footage.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T06:48:48+00:00\",\r\n            \"modified_time\": \"2022-08-28T00:44:06+00:00\",\r\n            \"release_time\": \"2022-04-07T06:48:48+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696850169\/pictures\/1409488353\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488353-da252fe02968c04272f470b1b3460614aaaa83e9d90d11a2d67461b9f2644112-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"c21d286c64ecdb89bbbe4301990e6323e7b899dc\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696850169\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696850169\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696850169\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696850169\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696850169\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=5\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696850169\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696850169\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"dba3d97b463823b56007541234257cf284fe5268\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696850162\",\r\n            \"name\": \"Premiere pro Smoke intro (channel).mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696850162\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696850162?h=034bb7e276\",\r\n            \"duration\": 9,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696850162?h=034bb7e276&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Premiere pro Smoke intro (channel).mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T06:48:44+00:00\",\r\n            \"modified_time\": \"2022-04-07T06:52:31+00:00\",\r\n            \"release_time\": \"2022-04-07T06:48:44+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696850162\/pictures\/1409488381\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409488381-d1a3f58bcb98343ba27677584a5821ee7b47005caaf4a5c9d6e83bd34af3e5dd-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"ba4e06a08f0cd8e83627a5f8fe94dd0aed74257d\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696850162\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696850162\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696850162\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696850162\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696850162\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=6\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696850162\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696850162\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"2fd71bf34351fd9fd3a02c5437d724f1683dad58\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696849247\",\r\n            \"name\": \"Line Overlay.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696849247\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696849247?h=ac0cb5730b\",\r\n            \"duration\": 17,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696849247?h=ac0cb5730b&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Line Overlay.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T06:44:35+00:00\",\r\n            \"modified_time\": \"2022-04-07T06:48:11+00:00\",\r\n            \"release_time\": \"2022-04-07T06:44:35+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696849247\/pictures\/1409486914\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409486914-4bbe465e338670520c33809a2af027975a816cc2348f9ec95ee9d3a518a19658-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"e434bbf7514f619adf394f2c4612d196ac3a21d5\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696849247\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696849247\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696849247\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696849247\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696849247\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=7\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696849247\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696849247\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"af2ee02d9cd29f509910c5b2b2b906c6813e328a\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696848018\",\r\n            \"name\": \"Plexus Lines Background.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696848018\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696848018?h=8fbb383fdd\",\r\n            \"duration\": 20,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696848018?h=8fbb383fdd&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"Plexus Lines Background.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T06:38:41+00:00\",\r\n            \"modified_time\": \"2022-04-07T06:41:53+00:00\",\r\n            \"release_time\": \"2022-04-07T06:38:41+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696848018\/pictures\/1409484982\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409484982-e382a8324b82269cec882d89e66dcc88341e007d299091bba582d2f60f74912c-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"439d2a45397869f8818073e5712bbe81b2eb7f50\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696848018\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696848018\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696848018\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696848018\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696848018\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=8\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696848018\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696848018\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"df5188a8fa1bd6319687dd813f04c70686c5d457\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696847412\",\r\n            \"name\": \"COLOR PARTICULAR.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696847412\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696847412?h=c14ce395bf\",\r\n            \"duration\": 20,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696847412?h=c14ce395bf&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"COLOR PARTICULAR.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-07T06:35:51+00:00\",\r\n            \"modified_time\": \"2022-04-07T06:37:13+00:00\",\r\n            \"release_time\": \"2022-04-07T06:35:51+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696847412\/pictures\/1409482879\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1409482879-8a075ff8394054113ad4a17d2f29e1e07916fb0d46fcd6800f7e80bf98216a76-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"d93289262c905eca36f7ac9fc70777c4988cf59c\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696847412\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696847412\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696847412\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696847412\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696847412\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=9\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696847412\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696847412\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"a35ca99a3b86c4966ade2fff2ba215882a0c3026\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        },\r\n        {\r\n            \"uri\": \"\/videos\/696518977\",\r\n            \"name\": \"PARTICULAR STARS.mp4\",\r\n            \"description\": null,\r\n            \"type\": \"video\",\r\n            \"link\": \"https:\/\/vimeo.com\/696518977\",\r\n            \"player_embed_url\": \"https:\/\/player.vimeo.com\/video\/696518977?h=a832c5d817\",\r\n            \"duration\": 20,\r\n            \"width\": 1280,\r\n            \"language\": null,\r\n            \"height\": 720,\r\n            \"embed\": {\r\n                \"html\": \"<iframe src=\\\"https:\/\/player.vimeo.com\/video\/696518977?h=a832c5d817&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=246316\\\" width=\\\"1280\\\" height=\\\"720\\\" frameborder=\\\"0\\\" allow=\\\"autoplay; fullscreen; picture-in-picture\\\" allowfullscreen title=\\\"PARTICULAR STARS.mp4\\\"><\/iframe>\",\r\n                \"badges\": {\r\n                    \"hdr\": false,\r\n                    \"live\": {\r\n                        \"streaming\": false,\r\n                        \"archived\": false\r\n                    },\r\n                    \"staff_pick\": {\r\n                        \"normal\": false,\r\n                        \"best_of_the_month\": false,\r\n                        \"best_of_the_year\": false,\r\n                        \"premiere\": false\r\n                    },\r\n                    \"vod\": false,\r\n                    \"weekend_challenge\": false\r\n                }\r\n            },\r\n            \"created_time\": \"2022-04-06T12:25:45+00:00\",\r\n            \"modified_time\": \"2022-10-11T12:10:43+00:00\",\r\n            \"release_time\": \"2022-04-06T12:25:45+00:00\",\r\n            \"content_rating\": [\r\n                \"unrated\"\r\n            ],\r\n            \"content_rating_class\": \"unrated\",\r\n            \"rating_mod_locked\": false,\r\n            \"license\": null,\r\n            \"privacy\": {\r\n                \"view\": \"anybody\",\r\n                \"embed\": \"public\",\r\n                \"download\": false,\r\n                \"add\": true,\r\n                \"comments\": \"anybody\"\r\n            },\r\n            \"pictures\": {\r\n                \"uri\": \"\/videos\/696518977\/pictures\/1408757138\",\r\n                \"active\": true,\r\n                \"type\": \"custom\",\r\n                \"base_link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d\",\r\n                \"sizes\": [\r\n                    {\r\n                        \"width\": 100,\r\n                        \"height\": 75,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_100x75?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_100x75&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 200,\r\n                        \"height\": 150,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_200x150?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_200x150&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 295,\r\n                        \"height\": 166,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_295x166?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_295x166&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 640,\r\n                        \"height\": 360,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_640x360?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_640x360&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 960,\r\n                        \"height\": 540,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_960x540?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_960x540&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1280,\r\n                        \"height\": 720,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_1280x720?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_1280x720&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    },\r\n                    {\r\n                        \"width\": 1920,\r\n                        \"height\": 1080,\r\n                        \"link\": \"https:\/\/i.vimeocdn.com\/video\/1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_1920x1080?r=pad\",\r\n                        \"link_with_play_button\": \"https:\/\/i.vimeocdn.com\/filter\/overlay?src0=https%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F1408757138-ea19c524b39727bb02e5ef250707fcd3db27eb97492bc09e5468b9bab17c0f18-d_1920x1080&src1=http%3A%2F%2Ff.vimeocdn.com%2Fp%2Fimages%2Fcrawler_play.png\"\r\n                    }\r\n                ],\r\n                \"resource_key\": \"78dce6076f7c43ea0657d38b740e483b86a091a1\",\r\n                \"default_picture\": false\r\n            },\r\n            \"tags\": [],\r\n            \"stats\": {\r\n                \"plays\": null\r\n            },\r\n            \"categories\": [],\r\n            \"uploader\": {\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                }\r\n            },\r\n            \"metadata\": {\r\n                \"connections\": {\r\n                    \"comments\": {\r\n                        \"uri\": \"\/videos\/696518977\/comments\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"credits\": {\r\n                        \"uri\": \"\/videos\/696518977\/credits\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"likes\": {\r\n                        \"uri\": \"\/videos\/696518977\/likes\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"pictures\": {\r\n                        \"uri\": \"\/videos\/696518977\/pictures\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 1\r\n                    },\r\n                    \"texttracks\": {\r\n                        \"uri\": \"\/videos\/696518977\/texttracks\",\r\n                        \"options\": [\r\n                            \"GET\",\r\n                            \"POST\"\r\n                        ],\r\n                        \"total\": 0\r\n                    },\r\n                    \"related\": {\r\n                        \"uri\": \"\/me\/videos?page=1&per_page=10&offset=10\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    },\r\n                    \"recommendations\": {\r\n                        \"uri\": \"\/videos\/696518977\/recommendations\",\r\n                        \"options\": [\r\n                            \"GET\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"interactions\": {\r\n                    \"report\": {\r\n                        \"uri\": \"\/videos\/696518977\/report\",\r\n                        \"options\": [\r\n                            \"POST\"\r\n                        ],\r\n                        \"reason\": [\r\n                            \"pornographic\",\r\n                            \"harassment\",\r\n                            \"ripoff\",\r\n                            \"incorrect rating\",\r\n                            \"spam\",\r\n                            \"causes harm\",\r\n                            \"csam\"\r\n                        ]\r\n                    }\r\n                },\r\n                \"is_vimeo_create\": false,\r\n                \"is_screen_record\": false\r\n            },\r\n            \"user\": {\r\n                \"uri\": \"\/users\/169594686\",\r\n                \"name\": \"Asim Sarwar\",\r\n                \"link\": \"https:\/\/vimeo.com\/user169594686\",\r\n                \"capabilities\": {\r\n                    \"hasLiveSubscription\": false,\r\n                    \"hasEnterpriseLihp\": false,\r\n                    \"hasSvvTimecodedComments\": false\r\n                },\r\n                \"location\": \"\",\r\n                \"gender\": \"\",\r\n                \"bio\": null,\r\n                \"short_bio\": null,\r\n                \"created_time\": \"2022-03-15T09:13:35+00:00\",\r\n                \"pictures\": {\r\n                    \"uri\": \"\/users\/169594686\/pictures\/69008030\",\r\n                    \"active\": true,\r\n                    \"type\": \"custom\",\r\n                    \"base_link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030\",\r\n                    \"sizes\": [\r\n                        {\r\n                            \"width\": 30,\r\n                            \"height\": 30,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_30x30\"\r\n                        },\r\n                        {\r\n                            \"width\": 72,\r\n                            \"height\": 72,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_72x72\"\r\n                        },\r\n                        {\r\n                            \"width\": 75,\r\n                            \"height\": 75,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_75x75\"\r\n                        },\r\n                        {\r\n                            \"width\": 100,\r\n                            \"height\": 100,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_100x100\"\r\n                        },\r\n                        {\r\n                            \"width\": 144,\r\n                            \"height\": 144,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_144x144\"\r\n                        },\r\n                        {\r\n                            \"width\": 216,\r\n                            \"height\": 216,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_216x216\"\r\n                        },\r\n                        {\r\n                            \"width\": 288,\r\n                            \"height\": 288,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_288x288\"\r\n                        },\r\n                        {\r\n                            \"width\": 300,\r\n                            \"height\": 300,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_300x300\"\r\n                        },\r\n                        {\r\n                            \"width\": 360,\r\n                            \"height\": 360,\r\n                            \"link\": \"https:\/\/i.vimeocdn.com\/portrait\/69008030_360x360\"\r\n                        }\r\n                    ],\r\n                    \"resource_key\": \"2d541ded34e5594cb359b509b2adbd4c7083f0d9\",\r\n                    \"default_picture\": false\r\n                },\r\n                \"websites\": [],\r\n                \"metadata\": {\r\n                    \"connections\": {\r\n                        \"albums\": {\r\n                            \"uri\": \"\/users\/169594686\/albums\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"appearances\": {\r\n                            \"uri\": \"\/users\/169594686\/appearances\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"feed\": {\r\n                            \"uri\": \"\/users\/169594686\/feed\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"followers\": {\r\n                            \"uri\": \"\/users\/169594686\/followers\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"following\": {\r\n                            \"uri\": \"\/users\/169594686\/following\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"groups\": {\r\n                            \"uri\": \"\/users\/169594686\/groups\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"likes\": {\r\n                            \"uri\": \"\/users\/169594686\/likes\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"membership\": {\r\n                            \"uri\": \"\/users\/169594686\/membership\/\",\r\n                            \"options\": [\r\n                                \"PATCH\"\r\n                            ]\r\n                        },\r\n                        \"moderated_channels\": {\r\n                            \"uri\": \"\/users\/169594686\/channels?filter=moderated\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"portfolios\": {\r\n                            \"uri\": \"\/users\/169594686\/portfolios\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"videos\": {\r\n                            \"uri\": \"\/users\/169594686\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 14\r\n                        },\r\n                        \"shared\": {\r\n                            \"uri\": \"\/users\/169594686\/shared\/videos\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 0\r\n                        },\r\n                        \"pictures\": {\r\n                            \"uri\": \"\/users\/169594686\/pictures\",\r\n                            \"options\": [\r\n                                \"GET\",\r\n                                \"POST\"\r\n                            ],\r\n                            \"total\": 1\r\n                        },\r\n                        \"folders_root\": {\r\n                            \"uri\": \"\/users\/169594686\/folders\/root\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ]\r\n                        },\r\n                        \"teams\": {\r\n                            \"uri\": \"\/users\/169594686\/teams\",\r\n                            \"options\": [\r\n                                \"GET\"\r\n                            ],\r\n                            \"total\": 1\r\n                        }\r\n                    }\r\n                },\r\n                \"location_details\": {\r\n                    \"formatted_address\": \"\",\r\n                    \"latitude\": null,\r\n                    \"longitude\": null,\r\n                    \"city\": null,\r\n                    \"state\": null,\r\n                    \"neighborhood\": null,\r\n                    \"sub_locality\": null,\r\n                    \"state_iso_code\": null,\r\n                    \"country\": null,\r\n                    \"country_iso_code\": null\r\n                },\r\n                \"skills\": [],\r\n                \"available_for_hire\": false,\r\n                \"can_work_remotely\": false,\r\n                \"resource_key\": \"e3dd8937e5113a36f98fcba2a7c92a61e05bfb75\",\r\n                \"account\": \"basic\"\r\n            },\r\n            \"play\": {\r\n                \"status\": \"playable\"\r\n            },\r\n            \"app\": {\r\n                \"name\": \"Parallel Uploader\",\r\n                \"uri\": \"\/apps\/87099\"\r\n            },\r\n            \"status\": \"available\",\r\n            \"resource_key\": \"80cb164c7389a4c828ca3cf5e39685266040015b\",\r\n            \"upload\": null,\r\n            \"transcode\": null,\r\n            \"is_playable\": true,\r\n            \"has_audio\": true\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get My Komodo Videos List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/komodo\/get-my-video-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/komodo\/get-my-video-list"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page\":\"1\",\"per_page\":\"10next page and so on\",\"search\":\"Wildlife\",\"organization_id\":\"1\"}"
                        },
                        "description": "Get the specified Komodo API setting data. Using inside H5p Curriki Interactive Video",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n  \"errors\": [\n    \"Unable to find Komodo API settings!\"\n  ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"total_record\": 3,\r\n    \"page\": 1,\r\n    \"per_page\": 10,\r\n    \"paging\": {\r\n        \"next\": null,\r\n        \"previous\": null,\r\n        \"first\": \"\/api\/curriki\/v1\/recordings?per_page=10&page=1\",\r\n        \"last\": \"\/api\/curriki\/v1\/recordings?per_page=10&page=1\"\r\n    },\r\n    \"data\": [\r\n        {\r\n            \"id\": \"P63Y51bGxgpwJKNNW0Rl\",\r\n            \"title\": \"Test Demo\",\r\n            \"createdAt\": \"8\/31\/2022, 9:53:11 AM\",\r\n            \"htmlUrl\": \"https:\/\/komododecks.com\/recordings\/P63Y51bGxgpwJKNNW0Rl\",\r\n            \"videoUrl\": \"https:\/\/storage.googleapis.com\/komodo-280e0.appspot.com\/IzFnGEbx3QOiQk1bOIlN0OBVwGx1\/P63Y51bGxgpwJKNNW0Rl\/index-c2317da67746280b1097c1a92e88a706d8816c132d92bab824f9ad28e7d39187.m3u8\",\r\n            \"previewUrl\": \"https:\/\/storage.googleapis.com\/komodo-280e0.appspot.com\/IzFnGEbx3QOiQk1bOIlN0OBVwGx1\/P63Y51bGxgpwJKNNW0Rl\/preview-c2317da67746280b1097c1a92e88a706d8816c132d92bab824f9ad28e7d39187.jpg\",\r\n            \"previewWidth\": 1920,\r\n            \"previewHeight\": 1200\r\n        },\r\n        {\r\n            \"id\": \"WpFT8CY7MbWyG50xn7F6\",\r\n            \"title\": \"Komodo Technologies: Screencasting with ease\",\r\n            \"createdAt\": \"8\/31\/2022, 9:50:03 AM\",\r\n            \"htmlUrl\": \"https:\/\/komododecks.com\/recordings\/WpFT8CY7MbWyG50xn7F6\",\r\n            \"videoUrl\": \"https:\/\/storage.googleapis.com\/komodo-280e0.appspot.com\/IzFnGEbx3QOiQk1bOIlN0OBVwGx1\/WpFT8CY7MbWyG50xn7F6\/index-de16e4eac33d578e38d0d34d65255a86e69ab428022f08548e5fafd37044c0aa.m3u8\",\r\n            \"previewUrl\": \"https:\/\/storage.googleapis.com\/komodo-280e0.appspot.com\/IzFnGEbx3QOiQk1bOIlN0OBVwGx1\/WpFT8CY7MbWyG50xn7F6\/preview-de16e4eac33d578e38d0d34d65255a86e69ab428022f08548e5fafd37044c0aa.jpg\",\r\n            \"previewWidth\": 1920,\r\n            \"previewHeight\": 1200\r\n        },\r\n        {\r\n            \"id\": \"IXGhTosmvm8ZIv3xuHBQ\",\r\n            \"title\": \"Komodo Hello World Introduction! \",\r\n            \"createdAt\": \"8\/31\/2022, 9:46:59 AM\",\r\n            \"htmlUrl\": \"https:\/\/komododecks.com\/recordings\/IXGhTosmvm8ZIv3xuHBQ\",\r\n            \"videoUrl\": \"https:\/\/storage.googleapis.com\/komodo-280e0.appspot.com\/f0tZfLY6wQSl1F15zC8lhsJJYsZ2\/B9ObDzs6jrNF6YKxkdow\/index-1bfad33edb967387cf0815c7e341f01861f0728f53b90da6306403168e77313f.m3u8\",\r\n            \"previewUrl\": \"https:\/\/storage.googleapis.com\/komodo-280e0.appspot.com\/f0tZfLY6wQSl1F15zC8lhsJJYsZ2\/B9ObDzs6jrNF6YKxkdow\/preview-1bfad33edb967387cf0815c7e341f01861f0728f53b90da6306403168e77313f.jpg\",\r\n            \"previewWidth\": 1800,\r\n            \"previewHeight\": 1168\r\n        }\r\n    ]\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Smithsonian Contents List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/smithsonian\/get-content-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/smithsonian\/get-content-list"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"q\":\"q=online_visual_material:true AND IC 443\",\"start\":1,\"rows\":10,\"sort\":\"asc\",\"type\":\"ead_collection\",\"row_group\":\"user\"}"
                        },
                        "description": "Get Smithsonian Contents List",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Smithsonian Content",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/smithsonian\/get-content-detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/smithsonian\/get-content-detail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":\"con-1620124231687-1620150333404-0\"}"
                        },
                        "description": "Get Smithsonian Content Detail",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Smithsonian Search Filter Data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/smithsonian\/get-search-filter-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/smithsonian\/get-search-filter-data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"category\":\"odit\",\"starts_with\":\"Jhon\"}"
                        },
                        "description": "Get a list of search filter data w.r.t filter category",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"status\": 200,\r\n    \"responseCode\": 1,\r\n    \"response\": {\r\n        \"terms\": [\r\n            \"\",\r\n            \"1861 New York Great Fair\",\r\n            \"1864 New York Great Fair\",\r\n            \"42.00 biology: general\",\r\n            \"42.34 mycology\",\r\n            \"42.40 botany: general\",\r\n            \"42.45 botanical gardens, herbariums\",\r\n            \"42.51 algae\",\r\n            \"42.59 botany: other\",\r\n            \"42.75 insects\",\r\n            \"76.41 gardening\",\r\n            \"9\/11\/2001: Crash of United Airlines Flight 93, Shanksville, Pennsylvania\",\r\n            \"9\/11\/2001: Destruction of World Trade Center, New York City\",\r\n            \"A Christmas Carol\",\r\n            \"Abbeys\",\r\n            \"Abduction\",\r\n            \"Abhaya mudra\",\r\n            \"Abhiseka mudra\",\r\n            \"Abies lasiocarpa\",\r\n            \"Abnormalities\",\r\n            \"Abnormalities, Human\",\r\n            \"Abolitionist Tea Service\",\r\n            \"Abolitionist movement\",\r\n            \"Abolitionists\",\r\n            \"Abronia umbellata\",\r\n            \"Absorption of water\",\r\n            \"Acacia\",\r\n            \"Acacia tree\",\r\n            \"Academic costume\",\r\n            \"Academic study\",\r\n            \"Academy of Music\",\r\n            \"Acala (Buddhist deity)\",\r\n            \"Acalephae\",\r\n            \"Acanthocephala\",\r\n            \"Acanthurus\",\r\n            \"Acarology\",\r\n            \"Accidents\",\r\n            \"Accipitridae\",\r\n            \"Account books\",\r\n            \"Accountanting\",\r\n            \"Accounting\",\r\n            \"Acculturation\",\r\n            \"Acer carolinianum\",\r\n            \"Acer rubrum\",\r\n            \"Achaemenid dynasty, 559-330 B.C.\",\r\n            \"Achatinella\",\r\n            \"Achatinidae\",\r\n            \"Achillea lanulosa\",\r\n            \"Achilles (Greek mythology)\",\r\n            \"Acids\",\r\n            \"Acireale\",\r\n            \"Acmaeidae\",\r\n            \"Acmaeodera\",\r\n            \"Acoelomorpha\",\r\n            \"Aconitum columbianum\",\r\n            \"Acorn worms\",\r\n            \"Acorns\",\r\n            \"Acrobats\",\r\n            \"Actaea arguta\",\r\n            \"Actinopoda\",\r\n            \"Actinopteri\",\r\n            \"Actinopterygii\",\r\n            \"Activism\",\r\n            \"Activists\",\r\n            \"Actors and actresses\",\r\n            \"Adam (Biblical figure)\",\r\n            \"Adder\",\r\n            \"Adding Machines\",\r\n            \"Adenophorea\",\r\n            \"Adhesives\",\r\n            \"Adil Shahi dynasty (1489 - 1686)\",\r\n            \"Adirondack Forest Preserve\",\r\n            \"Adirondacks\",\r\n            \"Administrators\",\r\n            \"Admiral\",\r\n            \"Adobe\",\r\n            \"Adonis (Greek deity)\",\r\n            \"Adoration of the Magi\",\r\n            \"Adornment\",\r\n            \"Adventure stories\",\r\n            \"Adventurers\",\r\n            \"Adventures of Tom Sawyer\",\r\n            \"Advertising\",\r\n            \"Aegidae\",\r\n            \"Aeneas (Legendary character)\",\r\n            \"Aeolus, son of Hippotes (Greek mythology)\",\r\n            \"Aerial bombings\",\r\n            \"Aerial operations\",\r\n            \"Aerial photography\",\r\n            \"Aerodynamics\",\r\n            \"Aeroelasticity\",\r\n            \"Aeronautical engineer\",\r\n            \"Aeronautics\",\r\n            \"Aesculus pavia\",\r\n            \"Aeshnidae\",\r\n            \"Aesthetics\",\r\n            \"Affidavits\",\r\n            \"African American - Latinx Solidarity\",\r\n            \"African American choirs\",\r\n            \"African American clergy\",\r\n            \"African American women\",\r\n            \"African diaspora\",\r\n            \"African gray parrot\",\r\n            \"African influences\",\r\n            \"Afrique orientale, Commerces\",\r\n            \"Afrique orientale, Ge\u0301ographie\",\r\n            \"Afrique orientale, Histoire\",\r\n            \"Afrobeat (Music)\",\r\n            \"Afrofuturism\",\r\n            \"Afternoon\",\r\n            \"Agaricomycetes\",\r\n            \"Agate\",\r\n            \"Agava lechuguilla\",\r\n            \"Agaves\",\r\n            \"Agnatha\",\r\n            \"Agony in the garden\",\r\n            \"Agoseris aurantiaca\",\r\n            \"Agoseris carnea\",\r\n            \"Agoseris gracilens\",\r\n            \"Agoseris graminifolia\",\r\n            \"Agoseris villosa\",\r\n            \"Agriculture\",\r\n            \"Agriculturists\",\r\n            \"Aigle\",\r\n            \"Air\",\r\n            \"Air mail service\",\r\n            \"Air pilots\",\r\n            \"Air sacs (Bird anatomy)\",\r\n            \"Air traffic control\",\r\n            \"Air travel\",\r\n            \"Air warfare\",\r\n            \"Air-pump\",\r\n            \"Aircraft industry\",\r\n            \"Airfield\",\r\n            \"Airline\",\r\n            \"Airlines\",\r\n            \"Airplane propellers\",\r\n            \"Airplane wings\",\r\n            \"Airplanes\",\r\n            \"Airships\",\r\n            \"Akka\",\r\n            \"Akshobhya Buddha\",\r\n            \"Alabaster\",\r\n            \"Alaska fleabane\",\r\n            \"Alauda\",\r\n            \"Alberta paintbrush\",\r\n            \"Alberta primrose\",\r\n            \"Albi\",\r\n            \"Albies fraseri\",\r\n            \"Albums\",\r\n            \"Alchemy\",\r\n            \"Alcohol\",\r\n            \"Alcoholic beverage industry\",\r\n            \"Alcoholic beverages\",\r\n            \"Alcyonacea\",\r\n            \"Alcyonaria\",\r\n            \"Alderman\",\r\n            \"Aleutian fleabane\",\r\n            \"Alexander McBride Collection of U.S. Patriotic Covers\",\r\n            \"Alexandrofski Prison\",\r\n            \"Algae\",\r\n            \"Algae (Grunow)\",\r\n            \"Algonquiens\",\r\n            \"Algues marines\",\r\n            \"Alice in Wonderland\",\r\n            \"Aliens\",\r\n            \"Allegorical\",\r\n            \"Allegory\",\r\n            \"Alley\",\r\n            \"Alligators\",\r\n            \"Allium cernuum\",\r\n            \"Allium sibiricum\",\r\n            \"Almanacs\",\r\n            \"Almanacs, yearbooks, etc\\\\\",\r\n            \"Almeria\",\r\n            \"Alnus regosa\",\r\n            \"Alnus sinuata\",\r\n            \"Alphabet books\",\r\n            \"Alphabet rhymes\",\r\n            \"Alphabets\",\r\n            \"Alpine fernlife\",\r\n            \"Alpine fir\",\r\n            \"Alpine fleabane\",\r\n            \"Alpine forget-me-not\",\r\n            \"Alpine harebell\",\r\n            \"Alpine milkvetch\",\r\n            \"Alpine monkey flower\",\r\n            \"Alpine pointvetch\",\r\n            \"Alpine ragwort\",\r\n            \"Alpine vetch\",\r\n            \"Alstadt\",\r\n            \"Altars\",\r\n            \"Altitudes\",\r\n            \"Amateur theater\",\r\n            \"Amatitlan\",\r\n            \"Amazons\",\r\n            \"Ambassador\",\r\n            \"Amber\",\r\n            \"Ambrotypist\",\r\n            \"Ambulances\",\r\n            \"Amelanchier alnifolia\",\r\n            \"Amelianchier oblongifolia\",\r\n            \"American Art\",\r\n            \"American Civil War (1861-1865)\",\r\n            \"American Civil War Prints\",\r\n            \"American Expansion (1800-1860)\",\r\n            \"American History Education Collection\",\r\n            \"American Revolution (1775-1783)\",\r\n            \"American South\",\r\n            \"American West\",\r\n            \"American bison\",\r\n            \"American chestnut\",\r\n            \"American columbine\",\r\n            \"American essays\",\r\n            \"American mistletoe\",\r\n            \"American pasqueflower\",\r\n            \"American poetry\",\r\n            \"American twinflower\",\r\n            \"American vetch\",\r\n            \"American waterlily\",\r\n            \"American wisteria\",\r\n            \"Amiens Cathedral\",\r\n            \"Amitabha Buddha\",\r\n            \"Ammonoidea\",\r\n            \"Ammunition\",\r\n            \"Amoeba\",\r\n            \"Ampeliscidae\",\r\n            \"Ampelopsis\",\r\n            \"Amphibians\",\r\n            \"Amphibians as pets\",\r\n            \"Amphibians, Fossil\",\r\n            \"Amphidoa\",\r\n            \"Amphineura\",\r\n            \"Amphipoda\",\r\n            \"Amphitheater\",\r\n            \"Ampullaria\",\r\n            \"Amsterdam\",\r\n            \"Amulets\",\r\n            \"Amusement parks\",\r\n            \"Amusements\",\r\n            \"Anaesthetist\",\r\n            \"Anaphalis margaritacea\",\r\n            \"Anarchist\",\r\n            \"Anatidae\",\r\n            \"Anatomical study\",\r\n            \"Anatomist\",\r\n            \"Anatomy\",\r\n            \"Anatomy, Artistic\",\r\n            \"Anatomy, Comparative\",\r\n            \"Ancestral\",\r\n            \"Anchor\",\r\n            \"Anchors\",\r\n            \"Anchors (watercraft equipment)\",\r\n            \"Ancient Egyptian Art\",\r\n            \"Ancient Near Eastern Art\",\r\n            \"Anculosa\",\r\n            \"Ancylidae\",\r\n            \"Andreaeopsida\",\r\n            \"Andromeda (Greek mythology)\",\r\n            \"Androsace carinata\",\r\n            \"Androsace subumbellata\",\r\n            \"Anecdotes\",\r\n            \"Anemone\",\r\n            \"Anemone canadensis\",\r\n            \"Anemone deltoidea\",\r\n            \"Anemone drummondii\",\r\n            \"Anemone globosa\",\r\n            \"Anemone parviflora\",\r\n            \"Anemone zephyra\",\r\n            \"Anemonella\",\r\n            \"Anemopsis californica\",\r\n            \"Aneurysm\",\r\n            \"Ane\u0301mones de mer\",\r\n            \"Angels\",\r\n            \"Anger\",\r\n            \"Angiosperms\",\r\n            \"Angkor period (802 - 1431)\",\r\n            \"Anglerfishes\",\r\n            \"Anglo-French War, 1793-1802\",\r\n            \"Angora goat\",\r\n            \"Animal Locomotion\",\r\n            \"Animal Population Groups\",\r\n            \"Animal artist\",\r\n            \"Animal behavior\",\r\n            \"Animal culture\",\r\n            \"Animal ecology\",\r\n            \"Animal forms\",\r\n            \"Animal horn\",\r\n            \"Animal husbandry\",\r\n            \"Animal in art\",\r\n            \"Animal intelligence\",\r\n            \"Animal introduction\",\r\n            \"Animal locomotion\",\r\n            \"Animal magnetism\",\r\n            \"Animal material\",\r\n            \"Animal mechanics\",\r\n            \"Animal products\",\r\n            \"Animal remains (Archaeology)\",\r\n            \"Animal tamer\",\r\n            \"Animal tracks\",\r\n            \"Animal worship\",\r\n            \"Animalcules\",\r\n            \"Animals\",\r\n            \"Animals in art\",\r\n            \"Animals in literature\",\r\n            \"Animals welfare\",\r\n            \"Animals, Fossil\",\r\n            \"Animator\",\r\n            \"Anishira\",\r\n            \"Anisostichus capreolatus\",\r\n            \"Anjali mudra\",\r\n            \"Annelida\",\r\n            \"Annexation to the United States\",\r\n            \"Anniversaries\",\r\n            \"Annuals (Plants)\",\r\n            \"Annunciation\",\r\n            \"Anodonta\",\r\n            \"Anopla\",\r\n            \"Anoplura\",\r\n            \"Antelope\",\r\n            \"Antelopes\",\r\n            \"Antennaria howellii\",\r\n            \"Antennaria luzuloides\",\r\n            \"Antennaria racemosa\",\r\n            \"Antennaria rosea\",\r\n            \"Anteus (Greek mythology)\",\r\n            \"Anthicidae\",\r\n            \"Anthocoridae\",\r\n            \"Anthomyiidae\",\r\n            \"Anthozoa\",\r\n            \"Anthozoa, Fossil\",\r\n            \"Anthropoda\",\r\n            \"Anthropology\",\r\n            \"Anthropometry\",\r\n            \"Anti-Lynching Movement\",\r\n            \"Anti-apartheid movements\",\r\n            \"Anti-slavery movements\",\r\n            \"Antibody Initiative: Polio\",\r\n            \"Antietam, Battle of, Md., 1862\",\r\n            \"Antigone (Greek mythology)\",\r\n            \"Antimony\",\r\n            \"Antiquary\",\r\n            \"Antiquities\",\r\n            \"Antislavery\",\r\n            \"Antitoxins\",\r\n            \"Antlers\",\r\n            \"Ants\",\r\n            \"Antwerp Cathedral\",\r\n            \"Anura\",\r\n            \"Anvil\",\r\n            \"Anyang period, Late Shang dynasty (ca. 1300 - 1050 BCE)\",\r\n            \"Apartment\",\r\n            \"Apes\",\r\n            \"Aphids\",\r\n            \"Aphrodite (Greek deity)\",\r\n            \"Aplacophora\",\r\n            \"Aplysia\",\r\n            \"Aplysiidae\",\r\n            \"Apocyum androsaemfolium\",\r\n            \"Apollo (Greek deity)\",\r\n            \"Apostles\",\r\n            \"Apothecary\",\r\n            \"Appellate Court Building\",\r\n            \"Appendicularia\",\r\n            \"Appenine Mountains\",\r\n            \"Apple\",\r\n            \"Apple orchard\",\r\n            \"Apple tree\",\r\n            \"Apple trees\",\r\n            \"Appliance\",\r\n            \"Appraiser\",\r\n            \"Apprentices\",\r\n            \"Apron\",\r\n            \"Apterygota\",\r\n            \"Aquarium animals\",\r\n            \"Aquarium fishes\",\r\n            \"Aquariums\",\r\n            \"Aquariums (containers)\",\r\n            \"Aquarius\",\r\n            \"Aquatic animals\",\r\n            \"Aquatic biology\",\r\n            \"Aquatic insects\",\r\n            \"Aquatic invertebrates\",\r\n            \"Aqueduct\",\r\n            \"Aquila\",\r\n            \"Aquilegia brevistyla\",\r\n            \"Aquilegia caerulea\",\r\n            \"Aquilegia canadensis\",\r\n            \"Aquilegia ecalcarata\",\r\n            \"Aquilegia flavescens\",\r\n            \"Aquilegia formosa\",\r\n            \"Aquilegia saximontana\",\r\n            \"Arabian Nights\",\r\n            \"Arabis drummondii\",\r\n            \"Arabis lyallii\",\r\n            \"Arachnida\",\r\n            \"Arachnida, Fossil\",\r\n            \"Aradidae\",\r\n            \"Arbitrator\",\r\n            \"Arbor Day\",\r\n            \"Arborettes\",\r\n            \"Arboretum\",\r\n            \"Arbors\",\r\n            \"Arc measures\",\r\n            \"Arcade\",\r\n            \"Arch\",\r\n            \"Arch of Titus\",\r\n            \"Archaeogastropoda\",\r\n            \"Archaeology\",\r\n            \"Archaeopterygiformes\",\r\n            \"Archery\",\r\n            \"Arches\",\r\n            \"Archiacanthocephala\",\r\n            \"Architects\",\r\n            \"Architecture\",\r\n            \"Architecture, Baroque\",\r\n            \"Architecture, Colonial\",\r\n            \"Architecture, Commercial Buildings\",\r\n            \"Architecture, Educational Buildings\",\r\n            \"Architecture, Historic Residences\",\r\n            \"Architecture, Industrial Buildings\",\r\n            \"Archivist\",\r\n            \"Arcoida\",\r\n            \"Arctic Ocean\",\r\n            \"Arctiidae\",\r\n            \"Arctomecon merriami\",\r\n            \"Arctostaphylos uva-ursi\",\r\n            \"Arctous alpina\",\r\n            \"Arcturidae\",\r\n            \"Arcturus\",\r\n            \"Area measurement\",\r\n            \"Arenaria formosa\",\r\n            \"Arethusa (Greek mythology)\",\r\n            \"Arethusa bulbosa\",\r\n            \"Argemone hispeda\",\r\n            \"Argo Navis\",\r\n            \"Ariadne (Greek mythology)\",\r\n            \"Aries (Astrology)\",\r\n            \"Arisaema dracontium\",\r\n            \"Arisaema triphyllum\",\r\n            \"Aristocracy (Social class)\",\r\n            \"Arithmetic Teaching\",\r\n            \"Arm\",\r\n            \"Armband\",\r\n            \"Armchairs\",\r\n            \"Armies\",\r\n            \"Armor\",\r\n            \"Armory\",\r\n            \"Arms transfers\",\r\n            \"Army scout\",\r\n            \"Arnica\",\r\n            \"Arnica alpina\",\r\n            \"Arnica latifolia\",\r\n            \"Arnica louisiana\",\r\n            \"Arnica tomentosa\",\r\n            \"Aronia arbutifolia\",\r\n            \"Arranger\",\r\n            \"Arrow\",\r\n            \"Arrow maker\",\r\n            \"Arrow poisons\",\r\n            \"Arrowleaf groundsel\",\r\n            \"Arsenic\",\r\n            \"Arsenic compounds\",\r\n            \"Art\",\r\n            \"Art & Photography\",\r\n            \"Art Palace\",\r\n            \"Art Patron\",\r\n            \"Art and industry\",\r\n            \"Art and photography\",\r\n            \"Art building\",\r\n            \"Art chre\u0308tien\",\r\n            \"Art collector\",\r\n            \"Art critic\",\r\n            \"Art dealer\",\r\n            \"Art deco\",\r\n            \"Art director\",\r\n            \"Art exhibition\",\r\n            \"Art galleries\",\r\n            \"Art gallery\",\r\n            \"Art historian\",\r\n            \"Art instructor\",\r\n            \"Art me\u0308die\u0308val\",\r\n            \"Art museum administrator\",\r\n            \"Art museum director\",\r\n            \"Art museum president\",\r\n            \"Art museum trustee\",\r\n            \"Art museums\",\r\n            \"Art nouveau\",\r\n            \"Art nouveau dress\",\r\n            \"Art of Writing\",\r\n            \"Art school administrator\",\r\n            \"Art thief\",\r\n            \"Art tool\",\r\n            \"Art, African\",\r\n            \"Art, American\",\r\n            \"Art, Baroque\",\r\n            \"Art, Byzantine\",\r\n            \"Art, Docorative\",\r\n            \"Art, Prehistoric\",\r\n            \"Art, Romanesque\",\r\n            \"Art, abstract\",\r\n            \"Artemia\",\r\n            \"Artemisia discolor\",\r\n            \"Arthoniomycetes\",\r\n            \"Arthropods\",\r\n            \"Arthurian Legend\",\r\n            \"Artichoke\",\r\n            \"Articulata\",\r\n            \"Artifact Walls exhibit\",\r\n            \"Artificial limbs\",\r\n            \"Artificial satellites\",\r\n            \"Artillery\",\r\n            \"Artiodactyla, Fossil\",\r\n            \"Artist and model\",\r\n            \"Artist's Effects\",\r\n            \"Artist's brush\",\r\n            \"Artist's effects\",\r\n            \"Artist's model\",\r\n            \"Artists\",\r\n            \"Artists' marks\",\r\n            \"Artists' tools\",\r\n            \"Arts and crafts movement\",\r\n            \"Arts and religion\",\r\n            \"Arts and sciences\",\r\n            \"Arts de\u0301coratifs\",\r\n            \"Arts of the Islamic World\",\r\n            \"Arts, Modern\",\r\n            \"Artwork\",\r\n            \"Arum arrowhead\",\r\n            \"Asarum canadense\",\r\n            \"Ascaris\",\r\n            \"Ascaris megalocephala\",\r\n            \"Ascelpias\",\r\n            \"Ascelpias tuberosa\",\r\n            \"Ascetic\",\r\n            \"Ascidiacea\",\r\n            \"Ascidies\",\r\n            \"Asclepias speciosa\",\r\n            \"Ascot\",\r\n            \"Ascothoracica\",\r\n            \"Asellidae\",\r\n            \"Asellus aquaticus\",\r\n            \"Ashrams\",\r\n            \"Asiatic elephant\",\r\n            \"Asimina triloba\",\r\n            \"Asolo\",\r\n            \"Aspalathus\",\r\n            \"Asrum\",\r\n            \"Assassin\",\r\n            \"Assassin bugs\",\r\n            \"Assassination\",\r\n            \"Assimilation\",\r\n            \"Assisi\",\r\n            \"Assistant Secretary of Treasury\",\r\n            \"Associations\",\r\n            \"Associations and institutions\",\r\n            \"Astacidae\",\r\n            \"Astacus\",\r\n            \"Astasahasraka Prajnaparamita\",\r\n            \"Aster\",\r\n            \"Aster campestris\",\r\n            \"Aster conspicuus\",\r\n            \"Aster englemann\",\r\n            \"Aster hirariifolius\",\r\n            \"Aster paludosus\",\r\n            \"Aster squarrosus\",\r\n            \"Asteriidae\",\r\n            \"Asterocheridae\",\r\n            \"Asteroidea\",\r\n            \"Astor\",\r\n            \"Astor House\",\r\n            \"Astragalus alpinus\",\r\n            \"Astragalus bourgovii\",\r\n            \"Astragalus coccineus\",\r\n            \"Astrology\",\r\n            \"Astronomers\",\r\n            \"Astronomical instruments\",\r\n            \"Astronomical observatories\",\r\n            \"Astronomy\",\r\n            \"Asuka period (552 - 710)\",\r\n            \"Atamasco-lily\",\r\n            \"Atamosco atamasco\",\r\n            \"Atheism\",\r\n            \"Athletes\",\r\n            \"Athletics\",\r\n            \"Atlantic herring\",\r\n            \"Atlas (Greek deity)\",\r\n            \"Atmosphere, Upper\",\r\n            \"Atmospheric electricity\",\r\n            \"Atmospheric temperature\",\r\n            \"Atomic theory\",\r\n            \"Atractiellomycetes\",\r\n            \"Attendant\",\r\n            \"Auction catalogs\",\r\n            \"Auctioneer\",\r\n            \"Audiences\",\r\n            \"Auditor\",\r\n            \"Aunt Charity\",\r\n            \"Auriculaceae\",\r\n            \"Aurora\",\r\n            \"Aurora (Roman deity)\",\r\n            \"Auroras\",\r\n            \"Authority\",\r\n            \"Authors\",\r\n            \"Autogiros\",\r\n            \"Autograph\",\r\n            \"Autographs\",\r\n            \"Automobile drivers\",\r\n            \"Automobile driving\",\r\n            \"Automobile industry and trade\",\r\n            \"Automobile travel\",\r\n            \"Automobiles\",\r\n            \"Autumn\",\r\n            \"Avalanche\",\r\n            \"Avalanche buttercup\",\r\n            \"Avalanche lily\",\r\n            \"Avalokite?svara (Buddhist deity)\",\r\n            \"Avant-garde (Aesthetics)\",\r\n            \"Aviaries\",\r\n            \"Award\",\r\n            \"Awards\",\r\n            \"Awnings\",\r\n            \"Axes\",\r\n            \"Axolotls\",\r\n            \"Aye-aye\",\r\n            \"Ayutthaya period (1351 - 1767)\",\r\n            \"Azaleas\",\r\n            \"BOTANICA MEDICA\",\r\n            \"Ba Xian (Taoist mythology)\",\r\n            \"Baburnama\",\r\n            \"Baby carriages\",\r\n            \"Bacchanalia\",\r\n            \"Bacchantes\",\r\n            \"Bacon's Rebellion, 1676\",\r\n            \"Bacteriologist\",\r\n            \"Bad Kissingen\",\r\n            \"Badges\",\r\n            \"Bag punching\",\r\n            \"Baggage & Luggage\",\r\n            \"Bagpipe\",\r\n            \"Baguette\",\r\n            \"Baimiao style\",\r\n            \"Bakers and bakeries\",\r\n            \"Baking\",\r\n            \"Balaenoptera\",\r\n            \"Balarama\",\r\n            \"Balconies\",\r\n            \"Bald eagle\",\r\n            \"Baleen whales\",\r\n            \"Ballet\",\r\n            \"Ballistics\",\r\n            \"Balloon\",\r\n            \"Balloonists\",\r\n            \"Balloons (Aircraft)\",\r\n            \"Balloons (Novelties)\",\r\n            \"Ballroom dancing\",\r\n            \"Balls (Sporting goods)\",\r\n            \"Balsam fir\",\r\n            \"Balsam root\",\r\n            \"Balsamorhiza sagittata\",\r\n            \"Balsams\",\r\n            \"Balustrade\",\r\n            \"Bamboo\",\r\n            \"Bananas\",\r\n            \"Band (Music)\",\r\n            \"Bands (Music)\",\r\n            \"Bands (music)\",\r\n            \"Bangiophyceae\",\r\n            \"Bangladesh\",\r\n            \"Banjo\",\r\n            \"Banjos\",\r\n            \"Bank cashier\",\r\n            \"Bank director\",\r\n            \"Bankers\",\r\n            \"Banks and banking\",\r\n            \"Banks aned banking\",\r\n            \"Banner\",\r\n            \"Banners\",\r\n            \"Bannister\",\r\n            \"Banyan\",\r\n            \"Baptisimal font\",\r\n            \"Baptism of Christ\",\r\n            \"Baptista bructeata\",\r\n            \"Barbel (Anatomy)\",\r\n            \"Barbel (Fish)\",\r\n            \"Barber\",\r\n            \"Barberini Palace\",\r\n            \"Barberries\",\r\n            \"Barbers' supplies industry\",\r\n            \"Barbershop\",\r\n            \"Barbershop quartets\",\r\n            \"Barbershops\",\r\n            \"Barcaroles\",\r\n            \"Barge\",\r\n            \"Bark\",\r\n            \"Bark beetles\",\r\n            \"Barley\",\r\n            \"Barnacles\",\r\n            \"Barnyard\",\r\n            \"Barometer\",\r\n            \"Barometers\",\r\n            \"Baron\",\r\n            \"Baroness\",\r\n            \"Barracks\",\r\n            \"Barrel\",\r\n            \"Barrel cactus\",\r\n            \"Barrel organ, Hydraulic\",\r\n            \"Barrette\",\r\n            \"Bars (Drinking establishments)\",\r\n            \"Bartender\",\r\n            \"Bas-relief\",\r\n            \"Baseball\",\r\n            \"Baseball Equipment\",\r\n            \"Baseball bat\",\r\n            \"Baseball cap\",\r\n            \"Baseball glove\",\r\n            \"Baseball players\",\r\n            \"Baseball stadium\",\r\n            \"Basement\",\r\n            \"Basketball\",\r\n            \"Baskets\",\r\n            \"Bass\",\r\n            \"Bassin d'Apollon\",\r\n            \"Bassin de Neptune\",\r\n            \"Bastard toadflex\",\r\n            \"Bathing\",\r\n            \"Bathroom\",\r\n            \"Baths of Caracalla\",\r\n            \"Batik\",\r\n            \"Baton\",\r\n            \"Batrachia\",\r\n            \"Batrachium trichophyllum\",\r\n            \"Bats\",\r\n            \"Bats, Fossil\",\r\n            \"Battenberg lace\",\r\n            \"Battery\",\r\n            \"Battle between the Monitor and Merrimac\",\r\n            \"Battle casualties\",\r\n            \"Battle of Eylau\",\r\n            \"Battle of Fort Sumter\",\r\n            \"Battle of Fort Sumter, 1861\",\r\n            \"Battle of Lookout Mountain\",\r\n            \"Battle of Monterrey\",\r\n            \"Battle of Stony Point\",\r\n            \"Battlefield\",\r\n            \"Battlefields\",\r\n            \"Battleground\",\r\n            \"Battles\",\r\n            \"Battleships\",\r\n            \"Bay\",\r\n            \"Bay of Naples\",\r\n            \"Bay of Panama\",\r\n            \"Bayard\",\r\n            \"Bayeux tapestry\",\r\n            \"Bayonet\",\r\n            \"Bayonet rush\",\r\n            \"Bayonets\",\r\n            \"Bays\",\r\n            \"Bdelloidea\",\r\n            \"Beaches\",\r\n            \"Beads\",\r\n            \"Beaked hazelnut\",\r\n            \"Beaked whales\",\r\n            \"Beaker\",\r\n            \"Bear Creek Canyon\",\r\n            \"Bearberry\",\r\n            \"Bearberry honeysuckle\",\r\n            \"Beards\",\r\n            \"Beargrass\",\r\n            \"Bearpoppy\",\r\n            \"Bears\",\r\n            \"Bearskin\",\r\n            \"Beatrice\",\r\n            \"Beautician\",\r\n            \"Beauty\",\r\n            \"Beauty culture\",\r\n            \"Beauty parlor\",\r\n            \"Beauty salons (Beauty shops)\",\r\n            \"Beauty schools\",\r\n            \"Beauty shops\",\r\n            \"Beautyberry\",\r\n            \"Beavers\",\r\n            \"Bebop (Music)\",\r\n            \"Bed\",\r\n            \"Beder Khan Bey Chief of Jezirah\",\r\n            \"Bedroom\",\r\n            \"Beds\",\r\n            \"Bee culture\",\r\n            \"Bee eaters\",\r\n            \"Beech\",\r\n            \"Beech tree\",\r\n            \"Beeldende kunsten\",\r\n            \"Beer\",\r\n            \"Bees\",\r\n            \"Beetles\",\r\n            \"Beetles, Fossil\",\r\n            \"Beets\",\r\n            \"Befaria racemosa\",\r\n            \"Beggar\",\r\n            \"Beggar's Dance\",\r\n            \"Begging\",\r\n            \"Begging Dance\",\r\n            \"Begonia\",\r\n            \"Beirut\",\r\n            \"Belgian colonialism\",\r\n            \"Bell tower\",\r\n            \"Belle Fourche Canyon\",\r\n            \"Belle Fourche River\",\r\n            \"Belle Vue\",\r\n            \"Bellerophon\",\r\n            \"Bellflower\",\r\n            \"Bellows\",\r\n            \"Bells\",\r\n            \"Bells and sets of bells\",\r\n            \"Belmont\",\r\n            \"Belt\",\r\n            \"Belts (Clothing)\",\r\n            \"Bench\",\r\n            \"Benediction\",\r\n            \"Benefactor\",\r\n            \"Beneficial insects\",\r\n            \"Beni Berzi\",\r\n            \"Beni Hasan\",\r\n            \"Benin art\",\r\n            \"Benjamin B. Lipsner Airmail Collection\",\r\n            \"Benten\",\r\n            \"Beret\",\r\n            \"Bergamont\",\r\n            \"Bering Sea controversy\",\r\n            \"Berkeley Springs\",\r\n            \"Berman Models\",\r\n            \"Berries\",\r\n            \"Berry\",\r\n            \"Bertha\",\r\n            \"Bethayres\",\r\n            \"Bettws-y-Coed\",\r\n            \"Beverage\",\r\n            \"Beverages\",\r\n            \"Beverly Farms\",\r\n            \"Beverly Hills, CA\",\r\n            \"Beyoglu\",\r\n            \"Bhagavata Purana\",\r\n            \"Bharata\",\r\n            \"Bhumisparsha mudra\",\r\n            \"Bible\",\r\n            \"Bible and geology\",\r\n            \"Bible plays\",\r\n            \"Bible stories\",\r\n            \"Bible stories, Chinook\",\r\n            \"Bible stories, Dakota\",\r\n            \"Bible stories, English\",\r\n            \"Bible stories, Nipissing\",\r\n            \"Bible, N.T.\",\r\n            \"Bible, O.T.\",\r\n            \"Biblical teaching\",\r\n            \"Bibliophile\",\r\n            \"Bickham\",\r\n            \"Bicorne\",\r\n            \"Bicycle industry\",\r\n            \"Bicycles\",\r\n            \"Bicycling\",\r\n            \"Big game animals\",\r\n            \"Big game hunting\",\r\n            \"Big whortleberry\",\r\n            \"Bignonia radicans\",\r\n            \"Bikukulla canadensis\",\r\n            \"Bikukulla cucullaria\",\r\n            \"Bildband\",\r\n            \"Bilecik\",\r\n            \"Bill (Anatomy)\",\r\n            \"Billboard\",\r\n            \"Billiards player\",\r\n            \"Bingen\",\r\n            \"Binoculars\",\r\n            \"Bio-bibliography\",\r\n            \"Biochemistry\",\r\n            \"Biogeography\",\r\n            \"Biographer\",\r\n            \"Biological control\",\r\n            \"Biological rhythms in plants\",\r\n            \"Biological specimens\",\r\n            \"Biological stations\",\r\n            \"Biology\",\r\n            \"Bioluminescence\",\r\n            \"Bioluminescense\",\r\n            \"Biometry\",\r\n            \"Biplanes\",\r\n            \"Birch tree\",\r\n            \"Bird and flower\",\r\n            \"Bird attracting\",\r\n            \"Bird populations\",\r\n            \"Bird refuges\",\r\n            \"Bird trapping\",\r\n            \"Bird watching\",\r\n            \"Bird's eye view\",\r\n            \"Birdcage\",\r\n            \"Birdhouse\",\r\n            \"Birds\",\r\n            \"Birds in art\",\r\n            \"Birds in literature\",\r\n            \"Birds of paradise (Birds)\",\r\n            \"Birds of prey\",\r\n            \"Birds, Fossil\",\r\n            \"Birds, Migration of\",\r\n            \"Birds-eye view\",\r\n            \"Birdsfoot violet\",\r\n            \"Birdsongs\",\r\n            \"Biretta\",\r\n            \"Birmingham Meeting House\",\r\n            \"Biro Mountains\",\r\n            \"Birth control advocate\",\r\n            \"Birthday books\",\r\n            \"Bishamon-ten\",\r\n            \"Bishop\",\r\n            \"Bismuth\",\r\n            \"Bites and stings\",\r\n            \"Bithynia (Mollusks)\",\r\n            \"Bitterroot\",\r\n            \"Bivalves\",\r\n            \"Bivalves, Fossil\",\r\n            \"Bivalvia\",\r\n            \"Biwa\",\r\n            \"Black Canyon\",\r\n            \"Black Canyon of the Gunnison\",\r\n            \"Black Enterprise\",\r\n            \"Black Lake\",\r\n            \"Black Lives Matter\",\r\n            \"Black Mesa\",\r\n            \"Black Nationalism\",\r\n            \"Black Power (Black Pride)\",\r\n            \"Black Press\",\r\n            \"Black corals\",\r\n            \"Black is Beautiful\",\r\n            \"Black people\",\r\n            \"Black pepper (Plant)\",\r\n            \"Black power\",\r\n            \"Black race\",\r\n            \"Blackberry\",\r\n            \"Blackberry vine\",\r\n            \"Blackbird\",\r\n            \"Blackboard\",\r\n            \"Blackface\",\r\n            \"Blackmailer\",\r\n            \"Blacksmith\",\r\n            \"Blacksmiths\",\r\n            \"Bladder campion\",\r\n            \"Blake (Steamer)\",\r\n            \"Blake Block\",\r\n            \"Blanc Negre\",\r\n            \"Blasting\",\r\n            \"Blastoidea\",\r\n            \"Blaxploitation films\",\r\n            \"Blazing star\",\r\n            \"Blind\",\r\n            \"Blizzard\",\r\n            \"Blocks (Toys)\",\r\n            \"Blonde (Ship)\",\r\n            \"Blood\",\r\n            \"Blood-vessels\",\r\n            \"Bloodroot\",\r\n            \"Blotter\",\r\n            \"Blouay\",\r\n            \"Blowflies\",\r\n            \"Blowpipe\",\r\n            \"Blue Larkspur\",\r\n            \"Blue Point\",\r\n            \"Blue bead\",\r\n            \"Blue beard-tongue\",\r\n            \"Blue columbine\",\r\n            \"Blue jay\",\r\n            \"Blue lupine\",\r\n            \"Blue phlox\",\r\n            \"Blue whiting\",\r\n            \"Blue-and-green style\",\r\n            \"Blue-eyed Mary\",\r\n            \"Blue-eyed grass\",\r\n            \"Bluebird\",\r\n            \"Blueflag iris\",\r\n            \"Bluegrass (Music)\",\r\n            \"Bluegreen gentian\",\r\n            \"Blues (Music)\",\r\n            \"Bluets\",\r\n            \"Boar\",\r\n            \"Board games\",\r\n            \"Board of Education\",\r\n            \"Boat builder\",\r\n            \"Boater\",\r\n            \"Boathouse\",\r\n            \"Boating\",\r\n            \"Boats and boating\",\r\n            \"Bobsledding\",\r\n            \"Bodhi tree\",\r\n            \"Bodhidharma\",\r\n            \"Bodhisattva\",\r\n            \"Bodies of water\",\r\n            \"Bog kalmia\",\r\n            \"Bog-asphodel\",\r\n            \"Bogbean\",\r\n            \"Boidae\",\r\n            \"Boilers\",\r\n            \"Boise\",\r\n            \"Bolero\",\r\n            \"Bolsena\",\r\n            \"Boltraffio\",\r\n            \"Bomber Jacket\",\r\n            \"Bomber jacket\",\r\n            \"Bombycidae\",\r\n            \"Bonaventure Cemetery\",\r\n            \"Bone\",\r\n            \"Bone carving\",\r\n            \"Bone implements\",\r\n            \"Bones\",\r\n            \"Bonkei\",\r\n            \"Bonnet\",\r\n            \"Bonsai\",\r\n            \"Bonten\",\r\n            \"Book collecting\",\r\n            \"Book collectors\",\r\n            \"Book industries and trade\",\r\n            \"Book ornamentation\",\r\n            \"Bookbinders\",\r\n            \"Bookbinding\",\r\n            \"Bookcase\",\r\n            \"Bookends\",\r\n            \"Bookplates\",\r\n            \"Bookplates, Italian\",\r\n            \"Books and reading\",\r\n            \"Bookseller\",\r\n            \"Booksellers and bookselling\",\r\n            \"Booksellers' catalogs\",\r\n            \"Bookshelf\",\r\n            \"Boonsboro\",\r\n            \"Bootblack\",\r\n            \"Booties\",\r\n            \"Bopyridae\",\r\n            \"Boquehomo\",\r\n            \"Borders (Ornament areas)\",\r\n            \"Borders (Ornamental areas)\",\r\n            \"Bordighera\",\r\n            \"Borghese Gardens\",\r\n            \"Bornes\",\r\n            \"Boston Common\",\r\n            \"Boston Harbor\",\r\n            \"Boston Massacre (1770)\",\r\n            \"Boston Stock Exchange\",\r\n            \"Boston Stump\",\r\n            \"Boston, MA\",\r\n            \"Botanical chemistry\",\r\n            \"Botanical gardens\",\r\n            \"Botanical illustration\",\r\n            \"Botanical specimens\",\r\n            \"Botanical study\",\r\n            \"Botanist\",\r\n            \"Botany\",\r\n            \"Botany, Economic\",\r\n            \"Botany, Medical\",\r\n            \"Bottle\",\r\n            \"Bottle gentian\",\r\n            \"Botzen\",\r\n            \"Boulders\",\r\n            \"Boulevard St. Germain\",\r\n            \"Boulevard des Italiens\",\r\n            \"Boulogne sur Mer\",\r\n            \"Boundaries\",\r\n            \"Bouquet\",\r\n            \"Bouquet holders\",\r\n            \"Bouquetiers\",\r\n            \"Bourgeau rose\",\r\n            \"Boutonniere\",\r\n            \"Bouwkunst\",\r\n            \"Bow\",\r\n            \"Bow and Arrow\",\r\n            \"Bow and arrow\",\r\n            \"Bow priest\",\r\n            \"Bowerbirds\",\r\n            \"Bowl\",\r\n            \"Bowling\",\r\n            \"Bowmansroot\",\r\n            \"Bowtie\",\r\n            \"Box\",\r\n            \"Box huckleberry\",\r\n            \"Boxer\",\r\n            \"Boxing glove\",\r\n            \"Boxing ring\",\r\n            \"Boy\",\r\n            \"Boys\",\r\n            \"Bozeman Pass\",\r\n            \"Bracelet\",\r\n            \"Brachial plexus\",\r\n            \"Brachiopoda\",\r\n            \"Brachiopoda, Fossil\",\r\n            \"Brachycera\",\r\n            \"Brahma? (Hindu deity)\",\r\n            \"Brain\",\r\n            \"Branchiopoda\",\r\n            \"Branchville\",\r\n            \"Brandywine Creek\",\r\n            \"Brass\",\r\n            \"Brass (alloy)\",\r\n            \"Brasswork\",\r\n            \"Brattle Street\",\r\n            \"Brattleboro\",\r\n            \"Braubach\",\r\n            \"Brave's Dance\",\r\n            \"Bread\",\r\n            \"Break dancing\",\r\n            \"Breeding\",\r\n            \"Bremen (Ship)\",\r\n            \"Brenta River\",\r\n            \"Brenton Light\",\r\n            \"Breweries\",\r\n            \"Brewers\",\r\n            \"Brewing\",\r\n            \"Brick\",\r\n            \"Brick houses\",\r\n            \"Bricklayers\",\r\n            \"Bricks\",\r\n            \"Bride\",\r\n            \"Bridge builder\",\r\n            \"Bridge of Kurprissar\",\r\n            \"Bridge of Sighs\",\r\n            \"Bridges\",\r\n            \"Briefcase\",\r\n            \"Brigadier General\",\r\n            \"Brigadier general\",\r\n            \"Bristle-cone pine\",\r\n            \"Bristol\",\r\n            \"Bristol Cathedral\",\r\n            \"Bristol, England\",\r\n            \"British Consulate\",\r\n            \"British Museum\",\r\n            \"British colonialism\",\r\n            \"British colonies\",\r\n            \"Brittany\",\r\n            \"Broad Street\",\r\n            \"Broad-leaved candle-berry myrtle\",\r\n            \"Broadcast journalist\",\r\n            \"Broadcasting\",\r\n            \"Broadside\",\r\n            \"Broadsides\",\r\n            \"Broadway\",\r\n            \"Broadway Theatre\",\r\n            \"Brodiaea laxa\",\r\n            \"Brodiaea pulchella\",\r\n            \"Broker\",\r\n            \"Brokers\",\r\n            \"Bromeliaceae\",\r\n            \"Bronc rider\",\r\n            \"Bronx River\",\r\n            \"Bronze Age (1500 - 400 BCE)\",\r\n            \"Bronze bells\",\r\n            \"Bronzes\",\r\n            \"Bronzes, American\",\r\n            \"Brooch\",\r\n            \"Brooches\",\r\n            \"Brook lobelia\",\r\n            \"Brooklyn\",\r\n            \"Brooklyn Bridge\",\r\n            \"Brooklyn, NY\",\r\n            \"Broom\",\r\n            \"Broomrape\",\r\n            \"Brother of US President\",\r\n            \"Browning\",\r\n            \"Browntail moth\",\r\n            \"Bruchidae\",\r\n            \"Bruges\",\r\n            \"Brush\",\r\n            \"Bryophytes\",\r\n            \"Bryopsida\",\r\n            \"Bryozoa\",\r\n            \"Bryozoa, Fossil\",\r\n            \"Bubble blowing\",\r\n            \"Buccaneers\",\r\n            \"Buccinidae\",\r\n            \"Buccinum\",\r\n            \"Buckbean\",\r\n            \"Bucket\",\r\n            \"Buckman Tavern\",\r\n            \"Buddha Bhaisajyaguru\",\r\n            \"Buddhist gods\",\r\n            \"Buddhist temples\",\r\n            \"Buff monkeyflower\",\r\n            \"Buff pussytoes\",\r\n            \"Buffalo Island\",\r\n            \"Buffalo Soldiers\",\r\n            \"Buffalo, NY\",\r\n            \"Buffaloes\",\r\n            \"Bugle\",\r\n            \"Bugle calls\",\r\n            \"Bugles\",\r\n            \"Builder\",\r\n            \"Building, Brick\",\r\n            \"Buildings, structures, etc\",\r\n            \"Bulbs (Plants)\",\r\n            \"Buliminidae\",\r\n            \"Bulimulidae\",\r\n            \"Bull Dance\",\r\n            \"Bulldog\",\r\n            \"Bullet\",\r\n            \"Bulletin 173\",\r\n            \"Bullets\",\r\n            \"Bullfighting\",\r\n            \"Bullfights in art\",\r\n            \"Bulls\",\r\n            \"Bunchberry\",\r\n            \"Bungalows\",\r\n            \"Bunker Hill, Battle of (Boston, Massachusetts : 1775)\",\r\n            \"Buprestidae\",\r\n            \"Bur-forget-me-not\",\r\n            \"Burdocks\",\r\n            \"Bureaucrat\",\r\n            \"Burgess milkvetch\",\r\n            \"Burlesque\",\r\n            \"Burns Brothers\",\r\n            \"Burnside Bridge\",\r\n            \"Burrower bugs\",\r\n            \"Bursa\",\r\n            \"Bush cinquefoil\",\r\n            \"Bushcow\",\r\n            \"Bushkill Creek\",\r\n            \"Bushpoppy\",\r\n            \"Business\",\r\n            \"Business and Finance\",\r\n            \"Business executive\",\r\n            \"Business manager\",\r\n            \"Businessperson\",\r\n            \"Bustards\",\r\n            \"Busts\",\r\n            \"Butte De Mort\",\r\n            \"Butterflies\",\r\n            \"Butterflies in art\",\r\n            \"Butterflies, Fossil\",\r\n            \"Butterfly pea\",\r\n            \"Butterfly violet\",\r\n            \"Butterfly weed\",\r\n            \"Button\",\r\n            \"Buttons\",\r\n            \"Byrne\",\r\n            \"Byrsonima\",\r\n            \"CRIPTOGAMAS\",\r\n            \"Cabane's Trading House\",\r\n            \"Cabbage\",\r\n            \"Cabin Creek\",\r\n            \"Cabinet\",\r\n            \"Cabinet Member\",\r\n            \"Cabinet card\",\r\n            \"Cabinet hardware\",\r\n            \"Cabinetmaker\",\r\n            \"Cabinets\",\r\n            \"Cabinets of curiosities\",\r\n            \"Cabinetwork\",\r\n            \"Cables, Submarine\",\r\n            \"Cacao\",\r\n            \"Cactoideae\",\r\n            \"Cactus\",\r\n            \"Caddisflies\",\r\n            \"Cadet\",\r\n            \"Caduceus\",\r\n            \"Caecidae\",\r\n            \"Caecilians\",\r\n            \"Caenogastropoda\",\r\n            \"Caernarvon\",\r\n            \"Caernarvon Castle\",\r\n            \"Cafe\",\r\n            \"Cafe Versaille\",\r\n            \"Cage birds\",\r\n            \"Cahors\",\r\n            \"Cake\",\r\n            \"Cake seller\",\r\n            \"Cakes\",\r\n            \"Calais, ME\",\r\n            \"Calanoida\",\r\n            \"Calcarea\",\r\n            \"Calculating Machines\",\r\n            \"Calculators\",\r\n            \"Calculus of variations\",\r\n            \"Calendar reform\",\r\n            \"Calendar, Japanese\",\r\n            \"Calendars\",\r\n            \"California Gold Rush\",\r\n            \"California fuschia\",\r\n            \"California ground squirrel\",\r\n            \"California lilac\",\r\n            \"California nutmeg\",\r\n            \"California pitcherplant\",\r\n            \"California poppy\",\r\n            \"California rose-bay\",\r\n            \"Caliph\",\r\n            \"Calla lily\",\r\n            \"Calla palustris\",\r\n            \"Callicarpa americana\",\r\n            \"Calligraphers\",\r\n            \"Calligraphie\",\r\n            \"Calligraphy\",\r\n            \"Calligraphy, Chinese\",\r\n            \"Calligraphy, Japanese\",\r\n            \"Callinectes sapidus\",\r\n            \"Callospermophilus\",\r\n            \"Calochortus albus\",\r\n            \"Calochortus amabilis\",\r\n            \"Calochortus anoenum\",\r\n            \"Calochortus claratus\",\r\n            \"Calochortus elegans\",\r\n            \"Calochortus kennedyi\",\r\n            \"Calochortus nuttallii\",\r\n            \"Calochortus splendens\",\r\n            \"Calochortus weedii\",\r\n            \"Caloric engines\",\r\n            \"Calosoma\",\r\n            \"Caltha leptosepala\",\r\n            \"Caltha palustris\",\r\n            \"Calves\",\r\n            \"Calycanthus occidentalis\",\r\n            \"Calypso (Music)\",\r\n            \"Calystegia convolvulus sepium\",\r\n            \"Camarocrinus\",\r\n            \"Camas\",\r\n            \"Cambarus\",\r\n            \"Cambridge\",\r\n            \"Camden\",\r\n            \"Camden and Amboy Train Derailment\",\r\n            \"Camel\",\r\n            \"Camelback Mountain\",\r\n            \"Camellia\",\r\n            \"Camels\",\r\n            \"Cameo\",\r\n            \"Cameos\",\r\n            \"Camera\",\r\n            \"Cameras\",\r\n            \"Camouflage (Biology)\",\r\n            \"Camp de Grasse, Saint-Pierre-des-Corps, France\",\r\n            \"Campaign Director\",\r\n            \"Campaigns\",\r\n            \"Campaigns & battles\",\r\n            \"Campanula\",\r\n            \"Campanula lasiocarpa\",\r\n            \"Campanula rotundifolia\",\r\n            \"Campanulaceae\",\r\n            \"Campbell\",\r\n            \"Camping\",\r\n            \"Campo Santa Margherita\",\r\n            \"Canada buffaloberry\",\r\n            \"Canada lily\",\r\n            \"Canada violet\",\r\n            \"Canada wildginger\",\r\n            \"Canadarago Lake\",\r\n            \"Canal Street\",\r\n            \"Canal construction workers\",\r\n            \"Canals\",\r\n            \"Canals, Interoceanic\",\r\n            \"Canaries\",\r\n            \"Canary breeds\",\r\n            \"Cancellariidae\",\r\n            \"Cancellariidae, Fossil\",\r\n            \"Cancellations (Philately)\",\r\n            \"Cancelled plate\",\r\n            \"Cancridae\",\r\n            \"Candelabra\",\r\n            \"Candelariomycetes\",\r\n            \"Candle\",\r\n            \"Candlemaker\",\r\n            \"Candlestick\",\r\n            \"Canis Major\",\r\n            \"Canis Minor\",\r\n            \"Canna species\",\r\n            \"Cannas\",\r\n            \"Canned foods\",\r\n            \"Cannibalism\",\r\n            \"Canning and preserving\",\r\n            \"Cannon\",\r\n            \"Cannonball\",\r\n            \"Cannons\",\r\n            \"Canoes\",\r\n            \"Canoes and canoeing\",\r\n            \"Canon\",\r\n            \"Cantaloupe\",\r\n            \"Canteen\",\r\n            \"Cantharidae\",\r\n            \"Canvas\",\r\n            \"Canyon\",\r\n            \"Cap and gown\",\r\n            \"Cape Ann\",\r\n            \"Cape Palos\",\r\n            \"Cape Poge\",\r\n            \"Cape Poge Lighthouse\",\r\n            \"Cape San Lucas\",\r\n            \"Capillarity\",\r\n            \"Capital and capitol\",\r\n            \"Capital punishment\",\r\n            \"Capitalist\",\r\n            \"Capitalists and financiers\",\r\n            \"Capitellida\",\r\n            \"Capitol\",\r\n            \"Capnoides aureum\",\r\n            \"Capnoides sempervirens\",\r\n            \"Caprellidae\",\r\n            \"Capri\",\r\n            \"Capricorn\",\r\n            \"Caprimulgus\",\r\n            \"Captain\",\r\n            \"Captive wild birds\",\r\n            \"Capture of Major John Andre\",\r\n            \"Capuchin Monastery\",\r\n            \"Carapidae\",\r\n            \"Carbon dioxide\",\r\n            \"Carcassone Castle\",\r\n            \"Carcassonne\",\r\n            \"Carcharodon\",\r\n            \"Card games\",\r\n            \"Card photographs\",\r\n            \"Card tricks\",\r\n            \"Cardiidae\",\r\n            \"Cardinal\",\r\n            \"Cardinal flower\",\r\n            \"Cardinal monkeyflower\",\r\n            \"Cardiovascular system\",\r\n            \"Cards\",\r\n            \"Carex\",\r\n            \"Carex aurea\",\r\n            \"Caribbean Sea\",\r\n            \"Caricature and cartoons\",\r\n            \"Caricatures\",\r\n            \"Caricaturist\",\r\n            \"Carl Whiting Bishop collection\",\r\n            \"Carnac\",\r\n            \"Carnation\",\r\n            \"Carnations\",\r\n            \"Carnegie libraries\",\r\n            \"Carnival\",\r\n            \"Carnivora\",\r\n            \"Carnivora, Fossil\",\r\n            \"Carnivorous plants\",\r\n            \"Carolina jessamine\",\r\n            \"Carolina maple\",\r\n            \"Carolina pink\",\r\n            \"Carp\",\r\n            \"Carpenter\",\r\n            \"Carpenters Hall\",\r\n            \"Carpet\",\r\n            \"Carpet pink\",\r\n            \"Carpets\",\r\n            \"Carriage\",\r\n            \"Carriage and wagon making\",\r\n            \"Carriage and wagon painting\",\r\n            \"Carriage industry\",\r\n            \"Carriages\",\r\n            \"Carriages & coaches\",\r\n            \"Carriages and carts\",\r\n            \"Carroll\",\r\n            \"Cart\",\r\n            \"Cartagena\",\r\n            \"Carte-de-visite\",\r\n            \"Carter's Grove\",\r\n            \"Carthage\",\r\n            \"Cartography\",\r\n            \"Cartoonist\",\r\n            \"Cartoons\",\r\n            \"Carver\",\r\n            \"Carving (Decorative arts)\",\r\n            \"Cascade Mountains\",\r\n            \"Case furniture\",\r\n            \"Cased object\",\r\n            \"Cases\",\r\n            \"Cases (containers)\",\r\n            \"Cash and Credit Registers\",\r\n            \"Cashivo\",\r\n            \"Cassida\",\r\n            \"Cassidae\",\r\n            \"Cassiope\",\r\n            \"Cassiope mertensiana\",\r\n            \"Cassiopeia\",\r\n            \"Cassius\",\r\n            \"Cassowaries\",\r\n            \"Cast iron\",\r\n            \"Cast-iron fronts (Architecture)\",\r\n            \"Castalia odorata\",\r\n            \"Castanea dentata\",\r\n            \"Castilleja miniata\",\r\n            \"Castilleja occidentalis\",\r\n            \"Castilleja pallida\",\r\n            \"Castilleja rhexifolia\",\r\n            \"Castle Creek\",\r\n            \"Castle Creek Canyon\",\r\n            \"Castle Deurenberg\",\r\n            \"Castle Geyser Cone\",\r\n            \"Castle Oberlahnstein\",\r\n            \"Castle Reichenberg\",\r\n            \"Castle Rheinfels\",\r\n            \"Castle Rheinstein\",\r\n            \"Castle Rock\",\r\n            \"Castle Rushen\",\r\n            \"Castle Schonburg\",\r\n            \"Castle of San Jose\",\r\n            \"Castles\",\r\n            \"Castles & palaces\",\r\n            \"Castnia\",\r\n            \"Castniidae\",\r\n            \"Castor bean\",\r\n            \"Castor oil plant\",\r\n            \"Casualties\",\r\n            \"Catalina Island\",\r\n            \"Catalogs and collections\",\r\n            \"Catalogs, Booksellers'\",\r\n            \"Catania\",\r\n            \"Catechisms, Cree\",\r\n            \"Catechisms, Dakota\",\r\n            \"Catechisms, Iroquoian\",\r\n            \"Catechisms, Micmac\",\r\n            \"Catechisms, Ojibwa\",\r\n            \"Catechisms, Shoshoni\",\r\n            \"Caterpillars\",\r\n            \"Catesby pitcherplant\",\r\n            \"Catfishes\",\r\n            \"Cathedral\",\r\n            \"Cathedral Rocks\",\r\n            \"Cathedral of Notre Dame\",\r\n            \"Cathedral of Torcello\",\r\n            \"Cathedral of Utrecht\",\r\n            \"Cathedrals\",\r\n            \"Catherine Market\",\r\n            \"Catherine and Ralph Benkaim Collection\",\r\n            \"Catholic schools\",\r\n            \"Catocala\",\r\n            \"Cats\",\r\n            \"Catskill Falls\",\r\n            \"Catskill Mountains\",\r\n            \"Cattail\",\r\n            \"Cattlaya superbus\",\r\n            \"Cattle\",\r\n            \"Cattle trade\",\r\n            \"Caub\",\r\n            \"Caudofoveata\",\r\n            \"Caulanthus inflatus\",\r\n            \"Cavalry\",\r\n            \"Cave animals\",\r\n            \"Caves\",\r\n            \"Caviidae\",\r\n            \"Caving\",\r\n            \"Ceanothus thyrsiflorus\",\r\n            \"Cecum\",\r\n            \"Cedar tree\",\r\n            \"Celebra\",\r\n            \"Celephalopoda\",\r\n            \"Celestial globes\",\r\n            \"Celestial mechanics\",\r\n            \"Celestial sphere\",\r\n            \"Cellist\",\r\n            \"Cellules\",\r\n            \"Cemeteries\",\r\n            \"Cemetery\",\r\n            \"Census, 9th, 1870\",\r\n            \"Centaur\",\r\n            \"Centaurium venustum\",\r\n            \"Centaurus\",\r\n            \"Centennial Exhibition\",\r\n            \"Centennial Exhibition (1876 : Philadelphia, Pa.)\",\r\n            \"Centennial celebrations, etc\",\r\n            \"Centipedes\",\r\n            \"Central Javanese period (600 - 799)\",\r\n            \"Central nervous system\",\r\n            \"Cepaea nemoralis\",\r\n            \"Cephalaspidea\",\r\n            \"Cephalaspidomorphi\",\r\n            \"Cephalopoda, Fossil\",\r\n            \"Cephalopods\",\r\n            \"Ceppomorelli\",\r\n            \"Cerambycidae\",\r\n            \"Ceramic tiles\",\r\n            \"Ceramicist\",\r\n            \"Ceramics\",\r\n            \"Ceratopogonidae\",\r\n            \"Ceratopsia\",\r\n            \"Cereals, Prepared\",\r\n            \"Ceres\",\r\n            \"Cerianthidea\",\r\n            \"Cerion\",\r\n            \"Cerithiidae\",\r\n            \"Cerithium\",\r\n            \"Certificate\",\r\n            \"Certosa\",\r\n            \"Cervantes\",\r\n            \"Cestoda\",\r\n            \"Cetacea\",\r\n            \"Cetacea, Fossil\",\r\n            \"Cetaceans\",\r\n            \"Ce\u0301phalopodes\",\r\n            \"Chaco Canon\",\r\n            \"Chadds Ford\",\r\n            \"Chaetodontidae\",\r\n            \"Chaetognatha\",\r\n            \"Chaetophorales\",\r\n            \"Chagres River\",\r\n            \"Chain\",\r\n            \"Chairs\",\r\n            \"Chaise longue\",\r\n            \"Chakra\",\r\n            \"Chakrasamvara\",\r\n            \"Chalcididae\",\r\n            \"Chalice\",\r\n            \"Challenger (navire)\",\r\n            \"Chamber of Commerce\",\r\n            \"Chambre des Deputes\",\r\n            \"Champignons comestibles\",\r\n            \"Chancellor\",\r\n            \"Chandelier\",\r\n            \"Chandelier plant\",\r\n            \"Chang'e\",\r\n            \"Chank\",\r\n            \"Channel\",\r\n            \"Chansons inuites\",\r\n            \"Chants liturgiques inuit\",\r\n            \"Chapel of St. Nicholas\",\r\n            \"Chaplain\",\r\n            \"Chapo\",\r\n            \"Chaps\",\r\n            \"Chapultepec, Battle of, Mexico City, Mexico, 1847\",\r\n            \"Characeae\",\r\n            \"Characidae\",\r\n            \"Character\",\r\n            \"Characters and characteristics\",\r\n            \"Charadriidae\",\r\n            \"Charadriiformes\",\r\n            \"Chariot\",\r\n            \"Chariots\",\r\n            \"Charitable organization\",\r\n            \"Charity\",\r\n            \"Charity administrator\",\r\n            \"Charity founder\",\r\n            \"Charles L. Cotton\",\r\n            \"Charleston Lighthouse\",\r\n            \"Charlestown\",\r\n            \"Charms\",\r\n            \"Chartres\",\r\n            \"Chartres Cathedral\",\r\n            \"Chase\",\r\n            \"Chastity\",\r\n            \"Chateau d'If\",\r\n            \"Chateau de Chaalis\",\r\n            \"Chateau de Chevenevase\",\r\n            \"Chateau de Chillon\",\r\n            \"Chateau du Chatelard\",\r\n            \"Chateau-Thierry\",\r\n            \"Chattanooga\",\r\n            \"Chautauqua\",\r\n            \"Checkers\",\r\n            \"Checks\",\r\n            \"Cheetahs\",\r\n            \"Cheilostomata\",\r\n            \"Chelone glabra\",\r\n            \"Chelonia (Genus)\",\r\n            \"Chelonia, Fossil\",\r\n            \"Chelsea\",\r\n            \"Chemical elements\",\r\n            \"Chemical equilibrium\",\r\n            \"Chemical industry\",\r\n            \"Chemical reactions\",\r\n            \"Chemist\",\r\n            \"Chemistry\",\r\n            \"Chemistry, Analytic\",\r\n            \"Chemistry, Inorganic\",\r\n            \"Chemistry, Organic\",\r\n            \"Chemistry, Physical and theoretical\",\r\n            \"Chemists\",\r\n            \"Chenopodium capitatum\",\r\n            \"Cherbourg\",\r\n            \"Cherries\",\r\n            \"Cherry blossom\",\r\n            \"Cherry tree\",\r\n            \"Chess\",\r\n            \"Chess set\",\r\n            \"Chest\",\r\n            \"Chester\",\r\n            \"Chestnut Street Bridge\",\r\n            \"Chestnut tree\",\r\n            \"Chevrotains, Fossil\",\r\n            \"Cheyne Walk\",\r\n            \"Chicago Fire\",\r\n            \"Chicago River\",\r\n            \"Chicago, IL\",\r\n            \"Chicano Movement \/ El Movimiento\",\r\n            \"Chickasaw plum\",\r\n            \"Chicken\",\r\n            \"Chief\",\r\n            \"Chief Justice of State Supreme Court\",\r\n            \"Chief Justice of US\",\r\n            \"Chief justice\",\r\n            \"Chief of Staff\",\r\n            \"Chihuahua\",\r\n            \"Child musicians\",\r\n            \"Childhood\",\r\n            \"Children\",\r\n            \"Children in art\",\r\n            \"Children's book\",\r\n            \"Children's encyclopedias and dictionaries\",\r\n            \"Children's literature, American\",\r\n            \"Children's paraphernalia\",\r\n            \"Children's periodicals\",\r\n            \"Children's poetry\",\r\n            \"Children's poetry, English\",\r\n            \"Children's poetry, German\",\r\n            \"Children's stories, French\",\r\n            \"Children's stories, Spanish\",\r\n            \"Chilina\",\r\n            \"Chilopoda\",\r\n            \"Chimaeridae\",\r\n            \"Chimaphila maculata\",\r\n            \"Chimaphila umbellata\",\r\n            \"Chimera\",\r\n            \"Chimney\",\r\n            \"Chimpanzees\",\r\n            \"China Trade\",\r\n            \"China Trade merchant\",\r\n            \"Chinese Art\",\r\n            \"Chinese white dolphin\",\r\n            \"Chinoiserie\",\r\n            \"Chintz\",\r\n            \"Chiogenes hispidula\",\r\n            \"Chioggia\",\r\n            \"Chionanthus virginica\",\r\n            \"Chiranthodendron pentadactylon\",\r\n            \"Chiron\",\r\n            \"Chironomidae\",\r\n            \"Chironomus\",\r\n            \"Chitonidae\",\r\n            \"Chitons\",\r\n            \"Chlamydum\",\r\n            \"Chloropidae\",\r\n            \"Chocolate\",\r\n            \"Choker\",\r\n            \"Chola dynasty (850 - 1280)\",\r\n            \"Cholla opuntia whipplei\",\r\n            \"Chondrichthyes\",\r\n            \"Choniostomatidae\",\r\n            \"Choreographer\",\r\n            \"Choreography\",\r\n            \"Choruses (Men's voices, 4 parts) with piano\",\r\n            \"Choruses, Secular (Mixed voices, 4 parts) with piano\",\r\n            \"Christ and Pharisees\",\r\n            \"Christina\",\r\n            \"Christmas\",\r\n            \"Chromadorea\",\r\n            \"Chromolithography, Victorian\",\r\n            \"Chronology\",\r\n            \"Chronology: 1820-1829\",\r\n            \"Chronology: 1830-1839\",\r\n            \"Chronology: 1840-1849\",\r\n            \"Chronology: 1850-1859\",\r\n            \"Chronology: 1860-1869\",\r\n            \"Chronology: 1870-1879\",\r\n            \"Chronology: 1880-1889\",\r\n            \"Chronology: after 1890\",\r\n            \"Chronology: before 1820\",\r\n            \"Chrosperma muscaetoxicum\",\r\n            \"Chrysamphora californica\",\r\n            \"Chrysanthemum\",\r\n            \"Chrysanthemums\",\r\n            \"Chrysanthemums in art\",\r\n            \"Chrysogonum virginianum\",\r\n            \"Chrysomelidae\",\r\n            \"Chrysopa\",\r\n            \"Chrysophyceae\",\r\n            \"Chrysopidae\",\r\n            \"Church architecture\",\r\n            \"Church buildings\",\r\n            \"Church calendar\",\r\n            \"Church decoration and ornament\",\r\n            \"Church founder\",\r\n            \"Church history\",\r\n            \"Church of Las Monjas\",\r\n            \"Church of San Domingo\",\r\n            \"Church of San Francisco\",\r\n            \"Church of San Giorgio Maggiore\",\r\n            \"Church of the Merced\",\r\n            \"Church plate\",\r\n            \"Church vestments\",\r\n            \"Churchwarden\",\r\n            \"Churn\",\r\n            \"Cicada\",\r\n            \"Cicada (Genus)\",\r\n            \"Cicindelae\",\r\n            \"Cigar\",\r\n            \"Cigarette\",\r\n            \"Cigarette holder\",\r\n            \"Cigars\",\r\n            \"Ciliata\",\r\n            \"Cimicidae\",\r\n            \"Cimolus\",\r\n            \"Cimon\",\r\n            \"Cincinnati\",\r\n            \"Cinderella\",\r\n            \"Cineraria\",\r\n            \"Cinnebar Mountain\",\r\n            \"Cintamani\",\r\n            \"Cionidae\",\r\n            \"Ciotat\",\r\n            \"Ciotat Harbor\",\r\n            \"Circe\",\r\n            \"Circulation\",\r\n            \"Circus\",\r\n            \"Circus owner\",\r\n            \"Circus performer\",\r\n            \"Circuses & shows\",\r\n            \"Cirolanidae\",\r\n            \"Cirripedia\",\r\n            \"Cirsium arizonica\",\r\n            \"Cirsium hookeranum\",\r\n            \"Cirsium undulatum\",\r\n            \"Cities & towns\",\r\n            \"Cities and towns\",\r\n            \"Cities and towns in literature\",\r\n            \"Citron\",\r\n            \"Citta Vecchia\",\r\n            \"City Hall\",\r\n            \"City landscape\",\r\n            \"City planner\",\r\n            \"City planning\",\r\n            \"City walls\",\r\n            \"Cityscapes\",\r\n            \"Civet cat\",\r\n            \"Civic Associations\",\r\n            \"Civic leader\",\r\n            \"Civil Servant\",\r\n            \"Civil War Presentation Swords\",\r\n            \"Civil War Uniforms\",\r\n            \"Civil War and Reconstruction\",\r\n            \"Civil War and Reconstruction (1860-1877)\",\r\n            \"Civil War patriotic covers\",\r\n            \"Civil War, 1861-1865\",\r\n            \"Civil engineer\",\r\n            \"Civil rights\",\r\n            \"Civil rights activist\",\r\n            \"Civil rights leader\",\r\n            \"Civilization\",\r\n            \"Civilization, Medieval\",\r\n            \"Civitavecchia\",\r\n            \"Civitella\",\r\n            \"Cladocera\",\r\n            \"Cladonia\",\r\n            \"Claims vs. United States\",\r\n            \"Clam\",\r\n            \"Clams\",\r\n            \"Clarence Henry Eagle Collection of Revenues, Proofs and Essays\",\r\n            \"Clarinet\",\r\n            \"Clark Fork River\",\r\n            \"Clark Park\",\r\n            \"Clasping twistedstalk\",\r\n            \"Classical (Music)\",\r\n            \"Classical antiquities\",\r\n            \"Classical dress\",\r\n            \"Classification (information handling function)\",\r\n            \"Classification of sciences\",\r\n            \"Classifications\",\r\n            \"Claudine\",\r\n            \"Clausilia\",\r\n            \"Clausiliidae\",\r\n            \"Clay\",\r\n            \"Clay industries\",\r\n            \"Clay pipe\",\r\n            \"Claytonia lanceolata\",\r\n            \"Claytonia parvifolia\",\r\n            \"Claytonia virginica\",\r\n            \"Cleadid\u00e6\",\r\n            \"Cleaning\",\r\n            \"Clearwing moths\",\r\n            \"Clematis columbiana\",\r\n            \"Clematis crispa\",\r\n            \"Clematis hirsutissima\",\r\n            \"Clematis pseudoalpina\",\r\n            \"Clematis viorna\",\r\n            \"Clergy\",\r\n            \"Clerical worker\",\r\n            \"Cleridae\",\r\n            \"Clerk\",\r\n            \"Cleveland\",\r\n            \"Cleveland, OH\",\r\n            \"Cliff-dwellings\",\r\n            \"Cliffrose\",\r\n            \"Cliffs\",\r\n            \"Climate\",\r\n            \"Climbing\",\r\n            \"Clingfishes\",\r\n            \"Clinton Hall\",\r\n            \"Clintonia borealis\",\r\n            \"Clintonia uniflora\",\r\n            \"Clipper ships\",\r\n            \"Clitoria mariana\",\r\n            \"Cliveden\",\r\n            \"Cloak\",\r\n            \"Cloaks\",\r\n            \"Clock and watch makers\",\r\n            \"Clock and watch making\",\r\n            \"Clock towers\",\r\n            \"Clockmaker\",\r\n            \"Clocks\",\r\n            \"Clocks & watches\",\r\n            \"Clocks and watches\",\r\n            \"Clocks and watches, Electric\",\r\n            \"Cloister\",\r\n            \"Closed gentian\",\r\n            \"Clothier\",\r\n            \"Clothing & dress\",\r\n            \"Clothing and dress\",\r\n            \"Cloud\",\r\n            \"Clouds\",\r\n            \"Clouds in art\",\r\n            \"Clover\",\r\n            \"Clown\",\r\n            \"Clown costume\",\r\n            \"Clowns\",\r\n            \"Club\",\r\n            \"Club administrator\",\r\n            \"Club founder\",\r\n            \"Club president\",\r\n            \"Clubs\",\r\n            \"Cluny lace\",\r\n            \"Clupeidae\",\r\n            \"Cluster pine\",\r\n            \"Clytie\",\r\n            \"Cnidaria\",\r\n            \"Coach\",\r\n            \"Coach drivers\",\r\n            \"Coaching (Transportation)\",\r\n            \"Coal\",\r\n            \"Coal industry\",\r\n            \"Coal mines and mining\",\r\n            \"Coal trade\",\r\n            \"Coastlines\",\r\n            \"Coasts\",\r\n            \"Coat\",\r\n            \"Coat of arms\",\r\n            \"Cobalt pigment\",\r\n            \"Cobbler\",\r\n            \"Coblenz\",\r\n            \"Cocapah\",\r\n            \"Coccidae\",\r\n            \"Cochaneal insect\",\r\n            \"Cochlea\",\r\n            \"Cock fighting\",\r\n            \"Cocked hat\",\r\n            \"Cockroaches\",\r\n            \"Coconut palm\",\r\n            \"Coffee\",\r\n            \"Coffee Drinking\",\r\n            \"Coffin\",\r\n            \"Cohoes\",\r\n            \"Coins\",\r\n            \"Coins, Danish\",\r\n            \"Coins, Roman\",\r\n            \"Cold Spring\",\r\n            \"Cold War, 1945-1989\",\r\n            \"Coldwater, MI\",\r\n            \"Cole\u0301opte\u0300res\",\r\n            \"Coliseum\",\r\n            \"Collages\",\r\n            \"Collection and preservation\",\r\n            \"Collections prive\u0301es\",\r\n            \"Collector\",\r\n            \"Collectors and collecting\",\r\n            \"Collectors' marks\",\r\n            \"Collembola\",\r\n            \"Collinsia verna\",\r\n            \"Colonel\",\r\n            \"Colonial America\",\r\n            \"Colonial Era (1607-1776)\",\r\n            \"Colonial Government Official\",\r\n            \"Colonial Governor\",\r\n            \"Colonial Graveyard\",\r\n            \"Colonial Officer\",\r\n            \"Colonial Statesman\",\r\n            \"Colonial influence\",\r\n            \"Colonial period, ca. 1600-1775\",\r\n            \"Colonies\",\r\n            \"Colonization movement\",\r\n            \"Colonizer\",\r\n            \"Colonnade\",\r\n            \"Color\",\r\n            \"Color in art\",\r\n            \"Color in nature\",\r\n            \"Color in the textile industries\",\r\n            \"Color printing\",\r\n            \"Color prints\",\r\n            \"Color prints, Japanese\",\r\n            \"Color separation\",\r\n            \"Colorado Springs\",\r\n            \"Colorado potato beetle\",\r\n            \"Colorism\",\r\n            \"Colossi del Quirinale\",\r\n            \"Colossi of Memnon\",\r\n            \"Colportage, subscription trade, etc\",\r\n            \"Columbellidae\",\r\n            \"Columbia (Symbolic character)\",\r\n            \"Columbia Bridge\",\r\n            \"Columbia Hill\",\r\n            \"Columbia River\",\r\n            \"Columbia Teacher's College\",\r\n            \"Columbia clematis\",\r\n            \"Columbia lily\",\r\n            \"Columbus \\\"Discovering \\\" America\",\r\n            \"Column\",\r\n            \"Columnist\",\r\n            \"Columns\",\r\n            \"Columns (architectural elements)\",\r\n            \"Comandra livida\",\r\n            \"Comandra pallida\",\r\n            \"Combat patrols\",\r\n            \"Combs\",\r\n            \"Combustion\",\r\n            \"Combustion, Spontaneous human\",\r\n            \"Combustion, Theory of\",\r\n            \"Comedian\",\r\n            \"Comedy\",\r\n            \"Comedy (Theatre)\",\r\n            \"Comets\",\r\n            \"Comic books, strips, etc\",\r\n            \"Comic prints\",\r\n            \"Comics\",\r\n            \"Comitia Americana\",\r\n            \"Commemorative\",\r\n            \"Commemorative postage stamps\",\r\n            \"Commensalism\",\r\n            \"Commentator\",\r\n            \"Commercial\",\r\n            \"Commercial Furnishings\",\r\n            \"Commercial law\",\r\n            \"Commercial products\",\r\n            \"Commercial statistics\",\r\n            \"Commissioner\",\r\n            \"Commodities broker\",\r\n            \"Commodore\",\r\n            \"Common dolphin\",\r\n            \"Common pitcherplant\",\r\n            \"Communication\",\r\n            \"Communication, letter writing\",\r\n            \"Communication, magazines\",\r\n            \"Communication, newspapers\",\r\n            \"Communications\",\r\n            \"Communion\",\r\n            \"Communities\",\r\n            \"Community slab\",\r\n            \"Company president\",\r\n            \"Comparative linguistics\",\r\n            \"Compass\",\r\n            \"Compasses (Direction indicators)\",\r\n            \"Competitions\",\r\n            \"Composer\",\r\n            \"Composers\",\r\n            \"Composers (Musicians)\",\r\n            \"Compositae\",\r\n            \"Composition and exercises\",\r\n            \"Compound eye\",\r\n            \"Compton Castle\",\r\n            \"Comptroller\",\r\n            \"Computer technology\",\r\n            \"Computers & Business Machines\",\r\n            \"Concerts\",\r\n            \"Concessions de terres\",\r\n            \"Conch\",\r\n            \"Conch shell\",\r\n            \"Conchologist\",\r\n            \"Conchologists\",\r\n            \"Concord\",\r\n            \"Concrete houses\",\r\n            \"Concubine\",\r\n            \"Condensed milk\",\r\n            \"Conduct of life\",\r\n            \"Conductor's baton\",\r\n            \"Conductors (Musicians)\",\r\n            \"Coney Island\",\r\n            \"Confections\",\r\n            \"Confederate First Lady\",\r\n            \"Confederate Official\",\r\n            \"Confederate President\",\r\n            \"Confederate Secretary of War\",\r\n            \"Confederate Vice President\",\r\n            \"Confrontation\",\r\n            \"Confucius\",\r\n            \"Congo (Democratic Republic)\",\r\n            \"Congregational churches\",\r\n            \"Congress Park Ramble\",\r\n            \"Congresses and conventions\",\r\n            \"Congressional Gold Medal\",\r\n            \"Congressmen\",\r\n            \"Conic sections\",\r\n            \"Conidae\",\r\n            \"Conifers\",\r\n            \"Coniocybomycetes\",\r\n            \"Conjoined twins\",\r\n            \"Conjugatae\",\r\n            \"Connecticut River\",\r\n            \"Connecticut State Capitol\",\r\n            \"Connective tissues\",\r\n            \"Connoisseur\",\r\n            \"Conoidasida\",\r\n            \"Conopholis americana\",\r\n            \"Conradina verticillata\",\r\n            \"Conservation and restoration\",\r\n            \"Conservationist\",\r\n            \"Conspirator\",\r\n            \"Constantinople\",\r\n            \"Construction\",\r\n            \"Construction projects\",\r\n            \"Consul\",\r\n            \"Consumption\",\r\n            \"Containers\",\r\n            \"Contemporary (1990-present)\",\r\n            \"Continental Arms\",\r\n            \"Continental congressman\",\r\n            \"Contortionist\",\r\n            \"Contract bridge\",\r\n            \"Contractor\",\r\n            \"Control\",\r\n            \"Controversial literature\",\r\n            \"Conus\",\r\n            \"Convent\",\r\n            \"Convent founder\",\r\n            \"Convent of Elijah\",\r\n            \"Convent of Las Monjas\",\r\n            \"Conversation\",\r\n            \"Conversion\",\r\n            \"Conway River\",\r\n            \"Cook\",\r\n            \"Cook City\",\r\n            \"Cookbook\",\r\n            \"Cooking\",\r\n            \"Cooking (Eggs)\",\r\n            \"Cooking (Seafood)\",\r\n            \"Cooking (Shellfish)\",\r\n            \"Cooking (Vegetables)\",\r\n            \"Cooking, American\",\r\n            \"Cooking, English\",\r\n            \"Cookware\",\r\n            \"Coonskin cap\",\r\n            \"Cooper\",\r\n            \"Copenhagen porcelain\",\r\n            \"Copepoda\",\r\n            \"Copp Collection\",\r\n            \"Copper enameling\",\r\n            \"Copper implements\",\r\n            \"Copper mines and mining\",\r\n            \"Copper-green lead glaze\",\r\n            \"Copperfield, David (Literary character)\",\r\n            \"Copy\",\r\n            \"Copybooks\",\r\n            \"Copying\",\r\n            \"Coquillages\",\r\n            \"Coral reefs and islands\",\r\n            \"Corals\",\r\n            \"Corals, Fossil\",\r\n            \"Corathorhiza corallorhiza\",\r\n            \"Coraux\",\r\n            \"Corbicula fluminea\",\r\n            \"Corcoran Gallery of Art\",\r\n            \"Cordage industry\",\r\n            \"Cordelia\",\r\n            \"Corduliidae\",\r\n            \"Corfu\",\r\n            \"Corfu Harbor\",\r\n            \"Corinito\",\r\n            \"Cormorant\",\r\n            \"Corn\",\r\n            \"Corn Dance\",\r\n            \"Corn cob pipe\",\r\n            \"Cornish\",\r\n            \"Cornstarch\",\r\n            \"Cornucopia\",\r\n            \"Cornus canadensis\",\r\n            \"Cornus florida\",\r\n            \"Cornus nuttallii\",\r\n            \"Cornwall\",\r\n            \"Cornwallis\",\r\n            \"Corona Austrina\",\r\n            \"Coronation\",\r\n            \"Coronation of Mary\",\r\n            \"Coronations\",\r\n            \"Corpse\",\r\n            \"Correspondence\",\r\n            \"Correspondent\",\r\n            \"Corsage\",\r\n            \"Cortina\",\r\n            \"Corvidae\",\r\n            \"Corvus\",\r\n            \"Corwin (Revenue-cutter)\",\r\n            \"Corylophidae\",\r\n            \"Corylus rostrata\",\r\n            \"Coryphantha arizonica\",\r\n            \"Cos Cob Harbor\",\r\n            \"Cosmetics\",\r\n            \"Cosmography\",\r\n            \"Cosmology\",\r\n            \"Cosmology, Medieval\",\r\n            \"Cost of operation\",\r\n            \"Costume\",\r\n            \"Costume accessories\",\r\n            \"Costume and dress\",\r\n            \"Costume designer\",\r\n            \"Costume, French\",\r\n            \"Coteau des Prairies\",\r\n            \"Cottidae\",\r\n            \"Cotton\",\r\n            \"Cotton States Exposition\",\r\n            \"Cotton growing\",\r\n            \"Cotton manufacture\",\r\n            \"Cotton plantations\",\r\n            \"Cottonwood tree\",\r\n            \"Couch\",\r\n            \"Couches\",\r\n            \"Couching\",\r\n            \"Cougar\",\r\n            \"Council\",\r\n            \"Counters\",\r\n            \"Country (Music)\",\r\n            \"Country dancing\",\r\n            \"Country homes\",\r\n            \"County Clerk\",\r\n            \"Couple\",\r\n            \"Couples\",\r\n            \"Cour du Corbeau\",\r\n            \"Cour du Dragon\",\r\n            \"Courage\",\r\n            \"Court\",\r\n            \"Court Street\",\r\n            \"Court and courtiers\",\r\n            \"Court clerk\",\r\n            \"Courtesan\",\r\n            \"Courtesans\",\r\n            \"Courtesans in art\",\r\n            \"Courtesy\",\r\n            \"Courthouse\",\r\n            \"Courtier\",\r\n            \"Courting\",\r\n            \"Courtroom\",\r\n            \"Courts\",\r\n            \"Courtship\",\r\n            \"Covered wagon\",\r\n            \"Covers & Letters\",\r\n            \"Covers (Philately)\",\r\n            \"Cowania stanshuriana\",\r\n            \"Cowboy hat\",\r\n            \"Cowboys\",\r\n            \"Cowing and Co.\",\r\n            \"Cowpens, Battle of (South Carolina : 1781)\",\r\n            \"Cowries\",\r\n            \"Cows\",\r\n            \"Cox\",\r\n            \"Coyote\",\r\n            \"Coypu\",\r\n            \"Crabs\",\r\n            \"Crabs, Fossil\",\r\n            \"Cracca virginiana\",\r\n            \"Cradle\",\r\n            \"Cradleboard\",\r\n            \"Crafts\",\r\n            \"Crafts and Trades\",\r\n            \"Craftsmanship\",\r\n            \"Cranberry Island\",\r\n            \"Cranberrybush\",\r\n            \"Crane\",\r\n            \"Crane flies\",\r\n            \"Crane-fly orchis\",\r\n            \"Cranes (Birds)\",\r\n            \"Cranes (Zoology)\",\r\n            \"Crangonidae\",\r\n            \"Craniology\",\r\n            \"Crassulaceae\",\r\n            \"Crataegus coccinea\",\r\n            \"Crate\",\r\n            \"Crater\",\r\n            \"Crawford Notch\",\r\n            \"Crayfish\",\r\n            \"Cream violet\",\r\n            \"Creek War, 1813-1814\",\r\n            \"Creeping juniper\",\r\n            \"Cremation\",\r\n            \"Crepidula\",\r\n            \"Crepis elegans\",\r\n            \"Crescents (shapes)\",\r\n            \"Crested iris\",\r\n            \"Cretaceous Geologic Period\",\r\n            \"Criccieth\",\r\n            \"Cricket\",\r\n            \"Crickets\",\r\n            \"Crime\",\r\n            \"Criminal\",\r\n            \"Criminal justice, Administration of\",\r\n            \"Criminal law\",\r\n            \"Criminals\",\r\n            \"Crinoidea\",\r\n            \"Crinoidea, Fossil\",\r\n            \"Cripple Creek\",\r\n            \"Critic\",\r\n            \"Criticism\",\r\n            \"Crocheting\",\r\n            \"Crocodiles\",\r\n            \"Crocus\",\r\n            \"Cromlech\",\r\n            \"Cromolithography\",\r\n            \"Crops and climate\",\r\n            \"Croquet\",\r\n            \"Cross\",\r\n            \"Cross Timbers\",\r\n            \"Cross, Sign of the\",\r\n            \"Cross-stitch\",\r\n            \"Crosses\",\r\n            \"Crosses (objects)\",\r\n            \"Crossvine\",\r\n            \"Crow\",\r\n            \"Crow Creek\",\r\n            \"Crowberry\",\r\n            \"Crowd\",\r\n            \"Crowds\",\r\n            \"Crown\",\r\n            \"Crowns\",\r\n            \"Crowns (costume components)\",\r\n            \"Crowns (headdresses)\",\r\n            \"Crowpoison\",\r\n            \"Crows\",\r\n            \"Crucifix\",\r\n            \"Crucifixion\",\r\n            \"Cruelty\",\r\n            \"Crusaders Gate\",\r\n            \"Crusades\",\r\n            \"Crustacea\",\r\n            \"Crustacea (Heller)\",\r\n            \"Crustacea, Fossil\",\r\n            \"Crustaceans\",\r\n            \"Crustace\u0308s\",\r\n            \"Crutch\",\r\n            \"Cryptobranchus Japonicus\",\r\n            \"Cryptocephalus\",\r\n            \"Cryptogamae\",\r\n            \"Cryptogames\",\r\n            \"Cryptogams\",\r\n            \"Cryptomeria\",\r\n            \"Cryptostomata\",\r\n            \"Crystallography\",\r\n            \"Crystals\",\r\n            \"Ctenophora\",\r\n            \"Cubism\",\r\n            \"Cubomedusae\",\r\n            \"Cubozoa\",\r\n            \"Cuckoo\",\r\n            \"Cuckoos\",\r\n            \"Cucujidae\",\r\n            \"Cucumber cactus\",\r\n            \"Cucumber tree\",\r\n            \"Cucumbers\",\r\n            \"Cuernavaca\",\r\n            \"Cufflinks\",\r\n            \"Culinary Arts\",\r\n            \"Culinary Equipment\",\r\n            \"Cultural critic\",\r\n            \"Cultural organization administrator\",\r\n            \"Cumacea\",\r\n            \"Cumae\",\r\n            \"Cumberland Mountains\",\r\n            \"Cuneiform inscriptions\",\r\n            \"Cup\",\r\n            \"Cupid\",\r\n            \"Cupressus macrocarpa\",\r\n            \"Curators\",\r\n            \"Curculionidae\",\r\n            \"Curculonidae\",\r\n            \"Curimatidae\",\r\n            \"Curiosities and wonders\",\r\n            \"Curiosity\",\r\n            \"Curly clematis\",\r\n            \"Curmillon\",\r\n            \"Currant\",\r\n            \"Currecanti Needle\",\r\n            \"Currier & Ives\",\r\n            \"Cursive script\",\r\n            \"Cursive writing\",\r\n            \"Curtain\",\r\n            \"Curtiss Jenny airplane\",\r\n            \"Curtiss No. 1 (Airplane)\",\r\n            \"Custom house\",\r\n            \"Customary law\",\r\n            \"Customers & Commerce\",\r\n            \"Customs Agent\",\r\n            \"Cut toothwort\",\r\n            \"Cut velvet\",\r\n            \"Cut-leaf fleabane\",\r\n            \"Cut-out\",\r\n            \"Cut-out craft\",\r\n            \"Cutler\",\r\n            \"Cuttlefish\",\r\n            \"Cuyamaca Mountains\",\r\n            \"Cvil Engineering\",\r\n            \"Cvil Rights\",\r\n            \"Cyanobacteria\",\r\n            \"Cycadeoideopsida\",\r\n            \"Cycadopsida\",\r\n            \"Cycling\",\r\n            \"Cycling for women\",\r\n            \"Cyclists\",\r\n            \"Cyclophoridae\",\r\n            \"Cyclops\",\r\n            \"Cyclostomata\",\r\n            \"Cymbal\",\r\n            \"Cyperacea\",\r\n            \"Cyperaceae\",\r\n            \"Cypraea\",\r\n            \"Cypress\",\r\n            \"Cypress tree\",\r\n            \"Cypress vine\",\r\n            \"Cypridedium acaule\",\r\n            \"Cyprinidae\",\r\n            \"Cyprinidae, Fossil\",\r\n            \"Cypriniformes\",\r\n            \"Cyprinodontidae\",\r\n            \"Cyprinus\",\r\n            \"Cypripedium arietinum\",\r\n            \"Cypripedium montanum\",\r\n            \"Cypripedium parviflorum\",\r\n            \"Cypripedium passerinum\",\r\n            \"Cypripedium reginae\",\r\n            \"Cyrtopodium punctatum\",\r\n            \"Cystoidea\",\r\n            \"Cystoporata\",\r\n            \"Cytherea Lamarck\",\r\n            \"Cytherea bulbosa\",\r\n            \"DESCRIPCIONES Y VIAJES\",\r\n            \"DJs (Musicians)\",\r\n            \"Dacca\",\r\n            \"Dachshunds\",\r\n            \"Daffodils\",\r\n            \"Dagger\",\r\n            \"Daggers & swords\",\r\n            \"Daguerreotypist\",\r\n            \"Dahlia\",\r\n            \"Daikokuten (Japanese deity)\",\r\n            \"Daily Life\",\r\n            \"Dairy products industry\",\r\n            \"Daisies\",\r\n            \"Daisy\",\r\n            \"Dalmatian dog\",\r\n            \"Damask\",\r\n            \"Damnation of Theron Ware or Illumination\",\r\n            \"Dams\",\r\n            \"Damselflies\",\r\n            \"Danae? (Greek mythology)\",\r\n            \"Dance\",\r\n            \"Dance Instructor\",\r\n            \"Dance cards\",\r\n            \"Dance notation\",\r\n            \"Dance of death\",\r\n            \"Dance orchestra music\",\r\n            \"Dance orchestra music, Arranged\",\r\n            \"Dancer\",\r\n            \"Dancers\",\r\n            \"Dandelion\",\r\n            \"Danger\",\r\n            \"Daniel (Biblical figure)\",\r\n            \"Daoism\",\r\n            \"Daoist Immortals\",\r\n            \"Daphne (Greek deity)\",\r\n            \"Darbar\",\r\n            \"Daredevils\",\r\n            \"Darlingtonia\",\r\n            \"Dasharatha\",\r\n            \"Date palm\",\r\n            \"Dating (Social customs)\",\r\n            \"Daudebardia\",\r\n            \"Daughter of US President\",\r\n            \"Dawn\",\r\n            \"Day\",\r\n            \"Daylily\",\r\n            \"De Vinne Press\",\r\n            \"DeAutremont train robbery, 1923\",\r\n            \"Dead animals\",\r\n            \"Dealer\",\r\n            \"Dealers (Retail trade)\",\r\n            \"Dean\",\r\n            \"Death\",\r\n            \"Death (Biology)\",\r\n            \"Death camas\",\r\n            \"Death in art\",\r\n            \"Death mask\",\r\n            \"Death valley sage\",\r\n            \"Decanter\",\r\n            \"Decapoda\",\r\n            \"Decapoda (Crustacea)\",\r\n            \"Decapoda (Crustacea), Fossil\",\r\n            \"Decapoda (Crustecea)\",\r\n            \"Deception\",\r\n            \"Deck rail\",\r\n            \"Declaration of Independence (United States)\",\r\n            \"Declaration of Independence, Signing of\",\r\n            \"Declination (Astronomy)\",\r\n            \"Decolonization\",\r\n            \"Decomposition (Chemistry)\",\r\n            \"Decoration and ornament\",\r\n            \"Decoration and ornament, Ancient\",\r\n            \"Decoration and ornament, Jacobean\",\r\n            \"Decoration and ornament, Medieval\",\r\n            \"Decorations\",\r\n            \"Decorative arts, Rococo\",\r\n            \"Decoys (Hunting)\",\r\n            \"Deep diving\",\r\n            \"Deep-sea biology\",\r\n            \"Deep-sea sounding\",\r\n            \"Deep-sea temperature\",\r\n            \"Deer hunting\",\r\n            \"Deerberry\",\r\n            \"Defeat\",\r\n            \"Defense industries\",\r\n            \"Delegate\",\r\n            \"Delftware\",\r\n            \"Delphinium\",\r\n            \"Delphinium depauperatum\",\r\n            \"Delphinium elongatum\",\r\n            \"Delphinium nudicale\",\r\n            \"Delphinium nuttallianum\",\r\n            \"Delphinium scopulorum\",\r\n            \"Delphinus\",\r\n            \"Deluge\",\r\n            \"Demeter (Greek deity)\",\r\n            \"Demon\",\r\n            \"Demonology\",\r\n            \"Demons\",\r\n            \"Demospongea\",\r\n            \"Demospongiae\",\r\n            \"Denderah\",\r\n            \"Dendrocoelum\",\r\n            \"Dendromecon rigidum\",\r\n            \"Dentalium\",\r\n            \"Dentaria laciniata\",\r\n            \"Dentistry\",\r\n            \"Dentists\",\r\n            \"Dentition\",\r\n            \"Depression\",\r\n            \"Descric\u0327a\u0303o\",\r\n            \"Description and travel\",\r\n            \"Desert biology\",\r\n            \"Desert mariposa\",\r\n            \"Deserts\",\r\n            \"Design\",\r\n            \"Design and construction\",\r\n            \"Designating Flags\",\r\n            \"Desks\",\r\n            \"Desmidaceae\",\r\n            \"Desmidiaceae\",\r\n            \"Desperado\",\r\n            \"Detail\",\r\n            \"Details\",\r\n            \"Detective\",\r\n            \"Determination\",\r\n            \"Developer\",\r\n            \"Development of the Industrial United States\",\r\n            \"Developmental biology\",\r\n            \"Devi (Hindu deity)\",\r\n            \"Devices (Heraldry)\",\r\n            \"Devil\",\r\n            \"Devil's club\",\r\n            \"Dewberry vine\",\r\n            \"Dexter\",\r\n            \"De\u0301couverte et exploration\",\r\n            \"Dge-lugs-pa (Sect)\",\r\n            \"Dharmacakra\",\r\n            \"Dhayanibuddha\",\r\n            \"Dhritarastra\",\r\n            \"Dialect literature, American\",\r\n            \"Dialects\",\r\n            \"Dialogues\",\r\n            \"Diamond Ice and Coal Company\",\r\n            \"Diamond cutting\",\r\n            \"Diamond mines and mining\",\r\n            \"Diamonds\",\r\n            \"Diana (Roman deity)\",\r\n            \"Diaptomus\",\r\n            \"Diaries (form)\",\r\n            \"Diarist\",\r\n            \"Diatoms\",\r\n            \"Dick Swiveller\",\r\n            \"Dicotelydonae\",\r\n            \"Dicotyeldonae\",\r\n            \"Dicotyledonae\",\r\n            \"Dicotyledonae (basal)\",\r\n            \"Dicotyledoneae\",\r\n            \"Dicotyledons\",\r\n            \"Dictator\",\r\n            \"Dictionnaires franc\u0308ais\",\r\n            \"Didactic poetry\",\r\n            \"Dido (Legendary character)\",\r\n            \"Dierkunde\",\r\n            \"Diesinker\",\r\n            \"Differential equations\",\r\n            \"Digestive organs\",\r\n            \"Dime novels, American\",\r\n            \"Dimorphism (Animals)\",\r\n            \"Dining room\",\r\n            \"Dining rooms\",\r\n            \"Dinners and dining\",\r\n            \"Dinosaurs\",\r\n            \"Dionaea muscipula\",\r\n            \"Dionysus (Greek deity)\",\r\n            \"Diopsis\",\r\n            \"Diospyros virginiana\",\r\n            \"Diplacus longiflorus\",\r\n            \"Diplaucus puniceus\",\r\n            \"Diplomacy\",\r\n            \"Diplomatic Agent\",\r\n            \"Diplomatic relations\",\r\n            \"Diplomats\",\r\n            \"Diplopoda\",\r\n            \"Dipnotetrapodomorpha\",\r\n            \"Diptera\",\r\n            \"Diptera, Fossil\",\r\n            \"Dipte\u0300res\",\r\n            \"Directoire style\",\r\n            \"Disasters\",\r\n            \"Disciple\",\r\n            \"Disco (Music)\",\r\n            \"Discoboli\",\r\n            \"Discoveries in geography\",\r\n            \"Discovery Dance\",\r\n            \"Discovery and exploration\",\r\n            \"Discovery and exploration, German\",\r\n            \"Discovery of United States\",\r\n            \"Discrimination\",\r\n            \"Discus Thrower\",\r\n            \"Disease and hygiene\",\r\n            \"Diseases\",\r\n            \"Diseases and pests\",\r\n            \"Dish\",\r\n            \"Dishes\",\r\n            \"Dispensaries\",\r\n            \"Dispersal\",\r\n            \"Display Gardens\",\r\n            \"Disporum hookeri\",\r\n            \"Disporum trachycarpum\",\r\n            \"Dissection\",\r\n            \"Dissertations, Academic\",\r\n            \"Distillation\",\r\n            \"Distillation apparatus\",\r\n            \"Distiller\",\r\n            \"Distilleries\",\r\n            \"Distinction\",\r\n            \"Distinguished Service Medal\",\r\n            \"Distomum macrostomum\",\r\n            \"District Attorney\",\r\n            \"Divan\",\r\n            \"Divination\",\r\n            \"Diving\",\r\n            \"Division\",\r\n            \"Docotyledonae\",\r\n            \"Dodecatheon hendersonii\",\r\n            \"Dodecatheon meadia\",\r\n            \"Dodecatheon pauciflorum\",\r\n            \"Dodo\",\r\n            \"Dog Dance\",\r\n            \"Dog Feast\",\r\n            \"Dog-fennel\",\r\n            \"Dogbane\",\r\n            \"Doge Dodolo\",\r\n            \"Doge's Palace\",\r\n            \"Dogfish\",\r\n            \"Dogs\",\r\n            \"Dogwood\",\r\n            \"Dolichopodidae\",\r\n            \"Dollar sign\",\r\n            \"Dolls\",\r\n            \"Dolphin\",\r\n            \"Dolphins\",\r\n            \"Dome\",\r\n            \"Domestic\",\r\n            \"Domestic animals\",\r\n            \"Domestic life\",\r\n            \"Domestic slave trade\",\r\n            \"Domestic worker\",\r\n            \"Domestication\",\r\n            \"Dominy\",\r\n            \"Don Juan (Legendary character)\",\r\n            \"Don Quixote (Fictitious character)\",\r\n            \"Donacidae\",\r\n            \"Donkey\",\r\n            \"Donna Anna\",\r\n            \"Door fittings\",\r\n            \"Door knobs\",\r\n            \"Doors\",\r\n            \"Doorstops\",\r\n            \"Doorway\",\r\n            \"Doorways\",\r\n            \"Dormice\",\r\n            \"Dothideomycetes\",\r\n            \"Double basses\",\r\n            \"Double bladderpod\",\r\n            \"Douglas fir\",\r\n            \"Douglas honeysuckle\",\r\n            \"Dove\",\r\n            \"Dovecotes\",\r\n            \"Downy pinxterbloom\",\r\n            \"Dracula, Count (Fictitious character)\",\r\n            \"Drafting & Writing Implements\",\r\n            \"Drafting board\",\r\n            \"Drafting, Engineering\",\r\n            \"Draftsman\",\r\n            \"Dragging\",\r\n            \"Dragon\",\r\n            \"Dragonflies\",\r\n            \"Dragons\",\r\n            \"Drama\",\r\n            \"Drama (Theatre)\",\r\n            \"Draparnaud collection\",\r\n            \"Drape\",\r\n            \"Draperies\",\r\n            \"Drawing\",\r\n            \"Drawings\",\r\n            \"Drawn-work\",\r\n            \"Dream\",\r\n            \"Dreaming\",\r\n            \"Dreams\",\r\n            \"Dredges\",\r\n            \"Dredging\",\r\n            \"Dredging (Biology)\",\r\n            \"Dreissena\",\r\n            \"Dreissenidae, Fossil\",\r\n            \"Dresden porcelain\",\r\n            \"Dress accessories\",\r\n            \"Dress up\",\r\n            \"Dressage\",\r\n            \"Dresser\",\r\n            \"Dressing room\",\r\n            \"Dressmaker\",\r\n            \"Dressmaking\",\r\n            \"Driftway\",\r\n            \"Drinking cups\",\r\n            \"Drinking customs\",\r\n            \"Drinking vessel\",\r\n            \"Drinking vessels\",\r\n            \"Driving of horse-drawn vehicles\",\r\n            \"Droit commercial\",\r\n            \"Drosera rotundifolia\",\r\n            \"Drought\",\r\n            \"Drowning\",\r\n            \"Druckschrift\",\r\n            \"Drug use\",\r\n            \"Drummer\",\r\n            \"Drummond pitcherplant\",\r\n            \"Drummond willow\",\r\n            \"Drums (Membranophones)\",\r\n            \"Drums (Musical instruments)\",\r\n            \"Dry goods merchant\",\r\n            \"Dry-goods\",\r\n            \"Dryad\",\r\n            \"Dryas drummondii\",\r\n            \"Dryas octopetala\",\r\n            \"Dubuque\",\r\n            \"Duchess\",\r\n            \"Duck (Textile)\",\r\n            \"Duck shooting\",\r\n            \"Ducks\",\r\n            \"Duke\",\r\n            \"Duke of Urbino\",\r\n            \"Dummies (Bookselling)\",\r\n            \"Dumontia filiformis\",\r\n            \"Dunrobin\",\r\n            \"Duplicate whist\",\r\n            \"Durga? (Hindu deity)\",\r\n            \"Durham Cathedral\",\r\n            \"Dusk\",\r\n            \"Dutch colonialism\",\r\n            \"Dutchman's breeches\",\r\n            \"Dutchman's pipe\",\r\n            \"Dwarf fruit trees\",\r\n            \"Dwarfs\",\r\n            \"Dwellings\",\r\n            \"Dyes and dyeing\",\r\n            \"Dynamics\",\r\n            \"Dynasty 18 (ca. 1539 - 1295 BCE)\",\r\n            \"Dytiscidae\",\r\n            \"Dytiscid\u0153\",\r\n            \"D\u00dfecouvertes d'or\",\r\n            \"EXPEDICIONES CIENTIFICAS\",\r\n            \"Eagle (Airship)\",\r\n            \"Eagle Hotel\",\r\n            \"Eagles\",\r\n            \"Ear\",\r\n            \"Early American History\",\r\n            \"Early Nation's Period (1776-1800)\",\r\n            \"Early printed books\",\r\n            \"Earth\",\r\n            \"Earth Sciences\",\r\n            \"Earth scientists\",\r\n            \"Earthquakes\",\r\n            \"Earwigs\",\r\n            \"East Africa\",\r\n            \"Easter\",\r\n            \"Eastern Ganga dynasty (700 - 1299)\",\r\n            \"Eastern Wei dynasty (534 - 550)\",\r\n            \"Eastern Zhou dynasty (770 - 221 BCE)\",\r\n            \"Ebisu (Japanese deity)\",\r\n            \"Ecclesiastical Wares\",\r\n            \"Echinidae\",\r\n            \"Echinocereus viridiflorus\",\r\n            \"Echinodermata\",\r\n            \"Echinoderms\",\r\n            \"Echinoidea\",\r\n            \"Echinothuriidae\",\r\n            \"Echinozoa\",\r\n            \"Echiura\",\r\n            \"Eclipses\",\r\n            \"Ecology\",\r\n            \"Economics\",\r\n            \"Ectocarpales\",\r\n            \"Edged Weapons\",\r\n            \"Editorial writer\",\r\n            \"Editors\",\r\n            \"Edo period\",\r\n            \"Edo period, Japan, (1600 - 1868)\",\r\n            \"Edo period, Japan, 1600-1868\",\r\n            \"Edrioasteroidea\",\r\n            \"Education\",\r\n            \"Education and Scholarship\",\r\n            \"Education, College\",\r\n            \"Educational organization\",\r\n            \"Educators\",\r\n            \"Eels\",\r\n            \"Eggs\",\r\n            \"Eggshells\",\r\n            \"Egrets\",\r\n            \"Egyptologists\",\r\n            \"Egyptology\",\r\n            \"Eight Views of Xiao-Xiang\",\r\n            \"El Candelaria\",\r\n            \"El Khadin\",\r\n            \"El Tih\",\r\n            \"Elaeagnaceae\",\r\n            \"Elaine of Astolat (Legendary character)\",\r\n            \"Elbow-stones\",\r\n            \"Elder\",\r\n            \"Elder tree\",\r\n            \"Elderberry\",\r\n            \"Elections\",\r\n            \"Electric apparatus and appliances\",\r\n            \"Electric conductivity\",\r\n            \"Electric currents\",\r\n            \"Electric fishes\",\r\n            \"Electric industries\",\r\n            \"Electric machinery\",\r\n            \"Electric power\",\r\n            \"Electric power supplies to apparatus\",\r\n            \"Electrical engineer\",\r\n            \"Electrical engineering\",\r\n            \"Electricity\",\r\n            \"Electrochemistry\",\r\n            \"Electromagnets\",\r\n            \"Electronic apparatus and appliances\",\r\n            \"Electroplating\",\r\n            \"Electrostatic apparatus and appliances\",\r\n            \"Electrostatics\",\r\n            \"Elephant hunting\",\r\n            \"Elephanthead\",\r\n            \"Elephants\",\r\n            \"Elevators\",\r\n            \"Eleven Thousand Virgins (Legendary saints)\",\r\n            \"Eliot\",\r\n            \"Elizah\",\r\n            \"Elkslip\",\r\n            \"Ellipsographs\",\r\n            \"Ellis Island\",\r\n            \"Ellis River\",\r\n            \"Ellobiidae\",\r\n            \"Elm\",\r\n            \"Elm House\",\r\n            \"Elm tree\",\r\n            \"Emancipation\",\r\n            \"Emancipation Proclamation\",\r\n            \"Embalming\",\r\n            \"Embezzlement\",\r\n            \"Emblems\",\r\n            \"Embroidered Pictures\",\r\n            \"Embroidery\",\r\n            \"Embryo, Nonmammalian\",\r\n            \"Embryology\",\r\n            \"Emigration and immigration\",\r\n            \"Emissary\",\r\n            \"Emotions\",\r\n            \"Empetrum nigrum\",\r\n            \"Empididae\",\r\n            \"Empire style (Decoration and ornament)\",\r\n            \"Employees\",\r\n            \"Employment\",\r\n            \"Empress\",\r\n            \"Emys\",\r\n            \"Enamel\",\r\n            \"Enamel and enameling\",\r\n            \"Encyclopedias and dictionaries\",\r\n            \"Endymion (Greek mythology)\",\r\n            \"Enema\",\r\n            \"Energy & Power\",\r\n            \"Engagement between Bonhomme Richard and Serapis\",\r\n            \"Engineering\",\r\n            \"Engineers\",\r\n            \"Engines\",\r\n            \"English West Indian Expedition, 1795-1796\",\r\n            \"English sparrow\",\r\n            \"Engravers\",\r\n            \"Engraving\",\r\n            \"Engraving tool\",\r\n            \"Engraving, Colonial\",\r\n            \"Enque\u0302tes scientifiques\",\r\n            \"Enshu\u0304 school\",\r\n            \"Enshu\u0304-ryu\u0304 school\",\r\n            \"Enslaved person\",\r\n            \"Entertainers\",\r\n            \"Entomologists\",\r\n            \"Entomology\",\r\n            \"Entomostraca\",\r\n            \"Entomostraca, Fossil\",\r\n            \"Entrepreneurship\",\r\n            \"Envelopes (Stationery)\",\r\n            \"Epicampes\",\r\n            \"Epidermis\",\r\n            \"Epilobium\",\r\n            \"Epitaphs\",\r\n            \"Equine\",\r\n            \"Equipment\",\r\n            \"Equisetopsida\",\r\n            \"Equisetum\",\r\n            \"Equistopsida\",\r\n            \"Equuleus\",\r\n            \"Eraus\",\r\n            \"Eremalche rotundifolia\",\r\n            \"Ericaceae\",\r\n            \"Ericas\",\r\n            \"Erie railroad\",\r\n            \"Erigenia bulbosa\",\r\n            \"Erigeron acris\",\r\n            \"Erigeron aureus\",\r\n            \"Erigeron caespitosus\",\r\n            \"Erigeron compositus\",\r\n            \"Erigeron compositus nudus\",\r\n            \"Erigeron jucundus\",\r\n            \"Erigeron lanatus\",\r\n            \"Erigeron macranthus\",\r\n            \"Erigeron salsuginosus\",\r\n            \"Erigeron speciosus\",\r\n            \"Erigeron unalaschcensis\",\r\n            \"Eriophorum angustifolium\",\r\n            \"Eriophorum chamissonis\",\r\n            \"Eritichum elongatum\",\r\n            \"Erligang period, Early Shang dynasty (ca. 1600 - ca. 1400 BCE)\",\r\n            \"Ernest K. Ackerman Collection of U.S. Proofs\",\r\n            \"Eros\",\r\n            \"Erotylidae\",\r\n            \"Erysimum wheeleri\",\r\n            \"Erythronium albidum\",\r\n            \"Erythronium grandiflorum\",\r\n            \"Erythronium montanum\",\r\n            \"Eschatology\",\r\n            \"Eschscholtzia californica\",\r\n            \"Eschscholtzia glyptosperma\",\r\n            \"Eschscholtzia mexicana\",\r\n            \"Escuintla\",\r\n            \"Escutcheon\",\r\n            \"Esk River\",\r\n            \"Essayist\",\r\n            \"Essays and proofs (Philately)\",\r\n            \"Essen\",\r\n            \"Essences and essential oils\",\r\n            \"Essex County\",\r\n            \"Estes Park\",\r\n            \"Estheria, Fossil\",\r\n            \"Estuaries\",\r\n            \"Etaples\",\r\n            \"Etcher\",\r\n            \"Etchers\",\r\n            \"Etching\",\r\n            \"Etching, American\",\r\n            \"Etching, British\",\r\n            \"Eternity\",\r\n            \"Ethics\",\r\n            \"Ethnic Groups\",\r\n            \"Ethnic costume\",\r\n            \"Ethnic relations\",\r\n            \"Ethnobotany\",\r\n            \"Ethnological museums and collections\",\r\n            \"Ethnologist\",\r\n            \"Ethnology\",\r\n            \"Ethnozoology\",\r\n            \"Etiquette\",\r\n            \"Etiquette for men\",\r\n            \"Eton College\",\r\n            \"Etruscan influences\",\r\n            \"Eucalyptus\",\r\n            \"Euclid's Elements\",\r\n            \"Eucnemidae\",\r\n            \"Eudrilidae\",\r\n            \"Eulimidae\",\r\n            \"Euonymus americanus\",\r\n            \"Eupatorium urticaefolium\",\r\n            \"Euphausiacea\",\r\n            \"Euphorbiales\",\r\n            \"Eurasian red squirrel\",\r\n            \"Europa\",\r\n            \"European Art\",\r\n            \"European bison\",\r\n            \"Eurotatoria\",\r\n            \"Eurotiomycetes\",\r\n            \"Eurydice\",\r\n            \"Eurypterida\",\r\n            \"Eustoma russelianum\",\r\n            \"Eutardigrada\",\r\n            \"Evangeline\",\r\n            \"Evangelist\",\r\n            \"Evangelists\",\r\n            \"Eve (Biblical figure)\",\r\n            \"Evening\",\r\n            \"Evening primrose\",\r\n            \"Evergreen saxifrage\",\r\n            \"Evergreen tree\",\r\n            \"Evergreens\",\r\n            \"Evian\",\r\n            \"Evil\",\r\n            \"Evolution\",\r\n            \"Evolution (Biology)\",\r\n            \"Examination\",\r\n            \"Excavations (Archaeology)\",\r\n            \"Excerpts\",\r\n            \"Excerpts, Arranged\",\r\n            \"Excretion\",\r\n            \"Excretory organs\",\r\n            \"Execution\",\r\n            \"Executive\",\r\n            \"Executive Clerk of White House\",\r\n            \"Executive departments\",\r\n            \"Exercise\",\r\n            \"Exercise therapy\",\r\n            \"Exhibit stands\",\r\n            \"Exhibition buildings\",\r\n            \"Exhibition catalogs\",\r\n            \"Exhibition designer\",\r\n            \"Exhibitions\",\r\n            \"Exhibitions, San Diego, 1915-16\",\r\n            \"Exorcism\",\r\n            \"Expeditions\",\r\n            \"Experiments\",\r\n            \"Expe\u0301ditions scientifiques\",\r\n            \"Exploration\",\r\n            \"Exploration and Discovery\",\r\n            \"Explorations and surveys\",\r\n            \"Explorers\",\r\n            \"Exploring expeditions\",\r\n            \"Explosions\",\r\n            \"Exposition\",\r\n            \"Expositions\",\r\n            \"Exterior with Interior View\",\r\n            \"Extinct animals\",\r\n            \"Extinct birds\",\r\n            \"Extinct cities\",\r\n            \"Extinct mammals\",\r\n            \"Eye Image\",\r\n            \"Eye wear\",\r\n            \"Eyeglasses\",\r\n            \"E\u0301criture\",\r\n            \"E\u0301tude et enseignement\",\r\n            \"FBI Director\",\r\n            \"Fables\",\r\n            \"Fables, Hottentot\",\r\n            \"Fabric vendor\",\r\n            \"Face\",\r\n            \"Face in art\",\r\n            \"Faces\",\r\n            \"Facial Hair\",\r\n            \"Facial expression\",\r\n            \"Facsimiles\",\r\n            \"Factory\",\r\n            \"Factory inspection\",\r\n            \"Faience\",\r\n            \"Fair\",\r\n            \"Fairies\",\r\n            \"Fairmount\",\r\n            \"Fairmount Park\",\r\n            \"Fairs\",\r\n            \"Fairy\",\r\n            \"Fairy Glen\",\r\n            \"Fairy costume\",\r\n            \"Fairy tales\",\r\n            \"Fairy-bells\",\r\n            \"Faith\",\r\n            \"Falcon\",\r\n            \"Falconidae\",\r\n            \"Falconiformes\",\r\n            \"Falconry\",\r\n            \"Falcons\",\r\n            \"Falls of Minnehaha\",\r\n            \"Falls of Saint Anthony\",\r\n            \"Falls of Tivoli\",\r\n            \"Falls of the Michatoya\",\r\n            \"Falls of the Oroyo Delia\",\r\n            \"Fallugia paradoxa\",\r\n            \"False Wicheta\",\r\n            \"False dandelion\",\r\n            \"False indigo\",\r\n            \"False locoweed\",\r\n            \"False solomon's-seal\",\r\n            \"Fame's Penny Trumpet\",\r\n            \"Famiies\",\r\n            \"Family\",\r\n            \"Family portrait\",\r\n            \"Fan bearers\",\r\n            \"Fan painting, Japanese\",\r\n            \"Fancy Girl trade\",\r\n            \"Fancy work\",\r\n            \"Fans\",\r\n            \"Fans (Accessories)\",\r\n            \"Fantasia\",\r\n            \"Fantastic aircraft\",\r\n            \"Fantastic architecture\",\r\n            \"Fantasy\",\r\n            \"Fantasy fiction\",\r\n            \"Far East\",\r\n            \"Fares\",\r\n            \"Farewell-to-spring\",\r\n            \"Farewells\",\r\n            \"Faries in art\",\r\n            \"Farm machine\",\r\n            \"Farmer Brown\",\r\n            \"Farmers\",\r\n            \"Farmhouse\",\r\n            \"Farms\",\r\n            \"Fasces\",\r\n            \"Fasciolariidae\",\r\n            \"Fashion\",\r\n            \"Fashion merchandising\",\r\n            \"Fates\",\r\n            \"Father and child\",\r\n            \"Fatherhood\",\r\n            \"Fatimid period (909 - 1171)\",\r\n            \"Faun\",\r\n            \"Faune marine\",\r\n            \"Faunus\",\r\n            \"Faust\",\r\n            \"Fear\",\r\n            \"Feast day\",\r\n            \"Feasting\",\r\n            \"Feather\",\r\n            \"Feather-wing beetles\",\r\n            \"Feathers\",\r\n            \"Federal Hall\",\r\n            \"Federal Reserve Chairman\",\r\n            \"Federal building\",\r\n            \"Fedora\",\r\n            \"Felidae\",\r\n            \"Female and child\",\r\n            \"Female use\",\r\n            \"Feminine names\",\r\n            \"Feminism\",\r\n            \"Feminist\",\r\n            \"Femmes\",\r\n            \"Femur\",\r\n            \"Fence\",\r\n            \"Fencer\",\r\n            \"Fences\",\r\n            \"Fencing\",\r\n            \"Fermentation\",\r\n            \"Ferneries (greenhouses)\",\r\n            \"Ferns\",\r\n            \"Ferns, Fossil\",\r\n            \"Ferns, Ornamental\",\r\n            \"Ferrara\",\r\n            \"Ferris wheels\",\r\n            \"Ferry\",\r\n            \"Fertilization of plants\",\r\n            \"Fertilization of plants by insects\",\r\n            \"Fescue\",\r\n            \"Festival of the Felibres\",\r\n            \"Festivals\",\r\n            \"Festoons\",\r\n            \"Fetal presentation\",\r\n            \"Fetishism\",\r\n            \"Fez\",\r\n            \"Fichtelite\",\r\n            \"Fiction\",\r\n            \"Ficus (Plants)\",\r\n            \"Field crops\",\r\n            \"Field violet\",\r\n            \"Fierasferidae\",\r\n            \"Fiesole\",\r\n            \"Fiesole Cathredral\",\r\n            \"Fifth Avenue Hotel\",\r\n            \"Fifty-Seventh Street\",\r\n            \"Fig\",\r\n            \"Fighter pilots\",\r\n            \"Fighter plane combat\",\r\n            \"Fighter planes\",\r\n            \"Figure female\",\r\n            \"Figure group\",\r\n            \"Figure male\",\r\n            \"Figure painting\",\r\n            \"Figure skating\",\r\n            \"Figure(s) in exterior\",\r\n            \"Figureheads of ships\",\r\n            \"Filices\",\r\n            \"Filigree\",\r\n            \"Finance\",\r\n            \"Finance and Investments\",\r\n            \"Financier\",\r\n            \"Finches\",\r\n            \"Fins (Anatomy)\",\r\n            \"Fire\",\r\n            \"Fire Chief\",\r\n            \"Fire Dance\",\r\n            \"Fire Engine Plates\",\r\n            \"Fire Fighting\",\r\n            \"Fire Hats\",\r\n            \"Fire Helmets\",\r\n            \"Fire Island\",\r\n            \"Fire Marks\",\r\n            \"Fire axes\",\r\n            \"Fire engine\",\r\n            \"Fire engines\",\r\n            \"Fire hat\",\r\n            \"Fire hats\",\r\n            \"Fire insurance\",\r\n            \"Fire penstemon\",\r\n            \"Fire pink\",\r\n            \"Fire prevention\",\r\n            \"Fire station\",\r\n            \"Firearms\",\r\n            \"Firefighter\",\r\n            \"Firefighters\",\r\n            \"Firefighting Capes\",\r\n            \"Firefighting Collection\",\r\n            \"Fireflies\",\r\n            \"Firefly\",\r\n            \"Fireman\",\r\n            \"Fireplace\",\r\n            \"Fireplaces\",\r\n            \"Fireweed\",\r\n            \"Firewood\",\r\n            \"Fireworks\",\r\n            \"First Lady of US\",\r\n            \"First Presbyterian Church\",\r\n            \"First communion\",\r\n            \"First contact with other peoples\",\r\n            \"First ladies\",\r\n            \"Fish as food\",\r\n            \"Fish culture\",\r\n            \"Fish hatcheries\",\r\n            \"Fish trade\",\r\n            \"Fisher\",\r\n            \"Fisher's Pond\",\r\n            \"Fisheries\",\r\n            \"Fisherman\",\r\n            \"Fishery law and legislation\",\r\n            \"Fishery products\",\r\n            \"Fishery research stations\",\r\n            \"Fishes\",\r\n            \"Fishes &z Caucasus, Northern (R.S.F.S.R.)\",\r\n            \"Fishes in art\",\r\n            \"Fishes, Fossil\",\r\n            \"Fishing\",\r\n            \"Fishing Pole\",\r\n            \"Fishing boat\",\r\n            \"Fishing nets\",\r\n            \"Fishing tackle\",\r\n            \"Fishmonger\",\r\n            \"Fishways\",\r\n            \"Fissurellidae\",\r\n            \"Five Dynasties period (907 - 960)\",\r\n            \"Flags\",\r\n            \"Flame azalea\",\r\n            \"Flaming pearl\",\r\n            \"Flamingo\",\r\n            \"Flandre\",\r\n            \"Flask\",\r\n            \"Flat-footed flies\",\r\n            \"Flatfish fisheries\",\r\n            \"Flatfishes\",\r\n            \"Fleabane\",\r\n            \"Fleur-de-lis\",\r\n            \"Fleurie\",\r\n            \"Flies as carriers of contagion\",\r\n            \"Flies as carriers of disease\",\r\n            \"Flight\",\r\n            \"Flight of Jesus Christ into Egypt\",\r\n            \"Flightless birds\",\r\n            \"Flights\",\r\n            \"Flint\",\r\n            \"Floods\",\r\n            \"Floor\",\r\n            \"Floral Accessories\",\r\n            \"Floral decorations\",\r\n            \"Floral designers\",\r\n            \"Floral frames\",\r\n            \"Florence\",\r\n            \"Floriculture\",\r\n            \"Florideophyceae\",\r\n            \"Florist\",\r\n            \"Flower arrangement\",\r\n            \"Flower arrangement, Japanese\",\r\n            \"Flower arranging\",\r\n            \"Flower gardening\",\r\n            \"Flower language\",\r\n            \"Flowering dogwood\",\r\n            \"Flowers\",\r\n            \"Flowers in art\",\r\n            \"Flowers in literature\",\r\n            \"Floyd\",\r\n            \"Floyd S. Leach Collection\",\r\n            \"Fluid mechanics\",\r\n            \"Flute\",\r\n            \"Flutes\",\r\n            \"Flutist\",\r\n            \"Fly whisk\",\r\n            \"Flycatcher\",\r\n            \"Flying Dutchman\",\r\n            \"Flying-machines\",\r\n            \"Fob\",\r\n            \"Fog\",\r\n            \"Foliage\",\r\n            \"Folk (Music)\",\r\n            \"Folk art\",\r\n            \"Folk literature\",\r\n            \"Folk music\",\r\n            \"Folk songs\",\r\n            \"Folk songs, English\",\r\n            \"Folk tales\",\r\n            \"Folklife\",\r\n            \"Folklore\",\r\n            \"Folklore of birds\",\r\n            \"Folklore, Scottish\",\r\n            \"Folklorist\",\r\n            \"Folly or Saintliness\",\r\n            \"Fontainbleau Forest\",\r\n            \"Fontaine des Sirenes\",\r\n            \"Food\",\r\n            \"Food & Agriculture\",\r\n            \"Food Culture\",\r\n            \"Food Processing\",\r\n            \"Food crops\",\r\n            \"Food habits\",\r\n            \"Food law and legislation\",\r\n            \"Food of animal origin\",\r\n            \"Foodstuff\",\r\n            \"Foot\",\r\n            \"Foot malady\",\r\n            \"Football\",\r\n            \"Footbridge\",\r\n            \"Footprints, Fossil\",\r\n            \"Footstool\",\r\n            \"Footwear\",\r\n            \"Forage plants\",\r\n            \"Foraminifera incertae sedis\",\r\n            \"Foraminiferida\",\r\n            \"Force and energy\",\r\n            \"Foreign\",\r\n            \"Foreign Leader\",\r\n            \"Foreign mail\",\r\n            \"Foreign relations\",\r\n            \"Foreigner\",\r\n            \"Forest anemone\",\r\n            \"Forest animals\",\r\n            \"Forest ecology\",\r\n            \"Forest insects\",\r\n            \"Forest products industry\",\r\n            \"Forester\",\r\n            \"Forestry law and legislation\",\r\n            \"Forests\",\r\n            \"Forests and forestry\",\r\n            \"Forficulidae\",\r\n            \"Forger\",\r\n            \"Forgeries\",\r\n            \"Forgery\",\r\n            \"Forgery of antiquities\",\r\n            \"Forget-me-not\",\r\n            \"Formal dress\",\r\n            \"Formations (Geology)\",\r\n            \"Forms (Law)\",\r\n            \"Formulas, recipes, etc\",\r\n            \"Fort\",\r\n            \"Fort George Island\",\r\n            \"Fort Hell\",\r\n            \"Fort Keogh\",\r\n            \"Fort Montgomery\",\r\n            \"Fort Pierre\",\r\n            \"Fort Point\",\r\n            \"Fort San Juan de Ulua\",\r\n            \"Fort Sedgwick\",\r\n            \"Fort Union\",\r\n            \"Fortification\",\r\n            \"Fortitude\",\r\n            \"Fortress\",\r\n            \"Fortune\",\r\n            \"Fortune teller\",\r\n            \"Forty-niner costume\",\r\n            \"Forum\",\r\n            \"Fossil hominids\",\r\n            \"Fossiles\",\r\n            \"Fossils\",\r\n            \"Foucault's pendulum\",\r\n            \"Fouge\u0300res\",\r\n            \"Founder\",\r\n            \"Founder of religious order\",\r\n            \"Foundry\",\r\n            \"Fountain\",\r\n            \"Fountain of the Great Lakes\",\r\n            \"Fountains\",\r\n            \"Fouquieria splendens\",\r\n            \"Fourth of July\",\r\n            \"Fowling\",\r\n            \"Foxes\",\r\n            \"Foxglove penstemon\",\r\n            \"Foxtrot (Dance)\",\r\n            \"Foxtrots\",\r\n            \"Foyer\",\r\n            \"Fo\u0301sseis\",\r\n            \"Fractur\",\r\n            \"Fragaria glauca\",\r\n            \"Fragilariaceae\",\r\n            \"Fragment\",\r\n            \"Frame\",\r\n            \"Frame components\",\r\n            \"Francesco\",\r\n            \"Franconia Mountains\",\r\n            \"Franconia Notch\",\r\n            \"Frank E. Brownell\",\r\n            \"Franklin, Benjamin\",\r\n            \"Fraternal Associations\",\r\n            \"Fraternal organizations\",\r\n            \"Fraternities\",\r\n            \"Freda\",\r\n            \"Frederic\",\r\n            \"Frederick\",\r\n            \"Free blacks\",\r\n            \"Free communities of color\",\r\n            \"Freedom\",\r\n            \"Freemasons\",\r\n            \"Freiburg\",\r\n            \"Freight\",\r\n            \"Freighter\",\r\n            \"Fremontodendron mexicanum\",\r\n            \"French and Indian War (United States : 1754-1763)\",\r\n            \"French colonialism\",\r\n            \"French colonies\",\r\n            \"French dress\",\r\n            \"French literature\",\r\n            \"French wit and humor\",\r\n            \"French wit and humor, Pictorial\",\r\n            \"Fresh Pond\",\r\n            \"Fresh Water\",\r\n            \"Freshwater algae\",\r\n            \"Freshwater animals\",\r\n            \"Freshwater biology\",\r\n            \"Freshwater fishes\",\r\n            \"Freshwater invertebrates\",\r\n            \"Freshwater microbiology\",\r\n            \"Freshwater mussels\",\r\n            \"Freshwater plankton\",\r\n            \"Freshwater plants\",\r\n            \"Friendship\",\r\n            \"Frigate\",\r\n            \"Fringed gentian\",\r\n            \"Fringed parnassia\",\r\n            \"Fringed polygala\",\r\n            \"Fringetree\",\r\n            \"Fritillaria biflora\",\r\n            \"Fritillary\",\r\n            \"Frogs\",\r\n            \"Frontier and pioneer life\",\r\n            \"Frontiersman\",\r\n            \"Frontispiece\",\r\n            \"Fruit\",\r\n            \"Fruit seller\",\r\n            \"Fruit trees\",\r\n            \"Fruit-culture\",\r\n            \"Fucus\",\r\n            \"Fudo Myo-o\",\r\n            \"Fuel\",\r\n            \"Fugen\",\r\n            \"Fugitive enslaved\",\r\n            \"Fugitive slaves\",\r\n            \"Fujiyama\",\r\n            \"Fumigation\",\r\n            \"Funeral\",\r\n            \"Funeral rites and ceremonies\",\r\n            \"Funeral rites and customs\",\r\n            \"Funerary\",\r\n            \"Funerary objects\",\r\n            \"Funereal\",\r\n            \"Fungi\",\r\n            \"Fungus-of-immortality\",\r\n            \"Funk (Music)\",\r\n            \"Fur\",\r\n            \"Fur farming\",\r\n            \"Fur garments\",\r\n            \"Fur trade\",\r\n            \"Fur trader\",\r\n            \"Fur trim\",\r\n            \"Fur-bearing animals\",\r\n            \"Furnishings\",\r\n            \"Furniture maker\",\r\n            \"Furniture, Mission\",\r\n            \"Furniture, Neoclassical\",\r\n            \"Furniture, equipment, etc\",\r\n            \"Fusulinata\",\r\n            \"Future, The\",\r\n            \"Futurism (Art)\",\r\n            \"Gabriel\",\r\n            \"Gabriel (Archangel)\",\r\n            \"Gadus\",\r\n            \"Gadus merlangus\",\r\n            \"Gafu\",\r\n            \"Gaillardia aristata\",\r\n            \"Gaines' Mill, Battle of, Va, 1862\",\r\n            \"Galapagos tortoise\",\r\n            \"Galatheidae\",\r\n            \"Galium boreale\",\r\n            \"Gall midges\",\r\n            \"Gall wasps\",\r\n            \"Galleries\",\r\n            \"Galleries and museums\",\r\n            \"Galliformes\",\r\n            \"Galls (Botany)\",\r\n            \"Galops\",\r\n            \"Galveston\",\r\n            \"Gambler\",\r\n            \"Gambling\",\r\n            \"Game and game-birds\",\r\n            \"Game and game-birds in art\",\r\n            \"Game player\",\r\n            \"Game playing\",\r\n            \"Game protection\",\r\n            \"Games\",\r\n            \"Gammaridae\",\r\n            \"Gammarus\",\r\n            \"Ganga\",\r\n            \"Gansu ware\",\r\n            \"Gap\",\r\n            \"Garden of Eden\",\r\n            \"Garden pests\",\r\n            \"Garden rock\",\r\n            \"Gardenia\",\r\n            \"Gardening\",\r\n            \"Gardens\",\r\n            \"Gardens of Villa Palmieri\",\r\n            \"Gardens, Chinese\",\r\n            \"Gardens, English\",\r\n            \"Gardiner's Bay\",\r\n            \"Gardiner's River\",\r\n            \"Gardon River\",\r\n            \"Garland\",\r\n            \"Garlic\",\r\n            \"Garment cutting\",\r\n            \"Garrison cap\",\r\n            \"Garter snakes\",\r\n            \"Gas companies\",\r\n            \"Gas industry\",\r\n            \"Gas station\",\r\n            \"Gases\",\r\n            \"Gasterpoda\",\r\n            \"Gastropoda\",\r\n            \"Gastropoda, Fossil\",\r\n            \"Gate\",\r\n            \"Gates\",\r\n            \"Gathering\",\r\n            \"Gauchos\",\r\n            \"Gautama Buddha\",\r\n            \"Gavel\",\r\n            \"Gay liberation movement\",\r\n            \"Gaya\",\r\n            \"Gaylussacia brachycera\",\r\n            \"Gays\",\r\n            \"Gazebo\",\r\n            \"Gazelle (Corvette)\",\r\n            \"Gazetteers\",\r\n            \"Gebel el Haridi\",\r\n            \"Geckos\",\r\n            \"Geese\",\r\n            \"Geisha\",\r\n            \"Gelsemium sempervirens\",\r\n            \"Gem carving\",\r\n            \"Gemini\",\r\n            \"Gems\",\r\n            \"Gender issues\",\r\n            \"Genealogist\",\r\n            \"Genealogy\",\r\n            \"Geneaology\",\r\n            \"General Calculation\",\r\n            \"General Land Office\",\r\n            \"Generals\",\r\n            \"Generations, Alternating\",\r\n            \"Generative organs\",\r\n            \"Generative organs, Male\",\r\n            \"Genesis\",\r\n            \"Genetic aspects\",\r\n            \"Geneva\",\r\n            \"Genitourinary organs\",\r\n            \"Genoa\",\r\n            \"Genre painter\",\r\n            \"Genre painting\",\r\n            \"Gentian\",\r\n            \"Gentiana acuta\",\r\n            \"Gentiana affinis\",\r\n            \"Gentiana andrewskii\",\r\n            \"Gentiana crinita\",\r\n            \"Gentiana elegana\",\r\n            \"Gentiana glauca\",\r\n            \"Gentiana holopetala\",\r\n            \"Gentiana macounii\",\r\n            \"Gentiana newberri\",\r\n            \"Gentiana porphyrio\",\r\n            \"Gentiana propingua\",\r\n            \"Gentiana prostrata\",\r\n            \"Gentiana saponaria\",\r\n            \"Gentianacease sabbalia angularis\",\r\n            \"Gentianales\",\r\n            \"Gentianeceae\",\r\n            \"Gentry\",\r\n            \"Geodesy\",\r\n            \"Geografia do rio de janeiro\",\r\n            \"Geographer\",\r\n            \"Geographical distribution\",\r\n            \"Geographical positions\",\r\n            \"Geography\",\r\n            \"Geography, Ancient\",\r\n            \"Geological museums\",\r\n            \"Geological specimens\",\r\n            \"Geologist\",\r\n            \"Geologists\",\r\n            \"Geology\",\r\n            \"Geology, Economic\",\r\n            \"Geology, Stratigraphic\",\r\n            \"Geology, Structural\",\r\n            \"Geomagnetism\",\r\n            \"Geometric\",\r\n            \"Geometric function theory\",\r\n            \"Geometric motif\",\r\n            \"Geometrical drawing\",\r\n            \"Geometrical drawings\",\r\n            \"Geometrical optics\",\r\n            \"Geometridae\",\r\n            \"Geometry, Non-Euclidean\",\r\n            \"Geophysics\",\r\n            \"George Inn\",\r\n            \"George Mason Elementary Walkout\",\r\n            \"George Washington's Farewell Address\",\r\n            \"Georgetown\",\r\n            \"Geranium\",\r\n            \"Geranium viscosissimum\",\r\n            \"German Building\",\r\n            \"German periodicals\",\r\n            \"German wit and humor\",\r\n            \"Germination\",\r\n            \"Geschichte\",\r\n            \"Gesture\",\r\n            \"Gettysburg\",\r\n            \"Gettysburg Campaign, 1863\",\r\n            \"Geyser\",\r\n            \"Ghent\",\r\n            \"Ghost\",\r\n            \"Ghostpipe\",\r\n            \"Giant\",\r\n            \"Giant arborvitae\",\r\n            \"Giant helleborine\",\r\n            \"Giant red paintbrush\",\r\n            \"Giant trillium\",\r\n            \"Gibbon River\",\r\n            \"Gibier\",\r\n            \"Gibraltar\",\r\n            \"Gift books\",\r\n            \"Gift giving\",\r\n            \"Gila monster\",\r\n            \"Gila monsters\",\r\n            \"Gilding\",\r\n            \"Gilia aggregata\",\r\n            \"Gilia arizonica\",\r\n            \"Gilia linanthus parviflorus\",\r\n            \"Ginevra\",\r\n            \"Ginkgoopsida\",\r\n            \"Girl\",\r\n            \"Girl Scouts\",\r\n            \"Girls\",\r\n            \"Giudecca Canal\",\r\n            \"Given\",\r\n            \"Glacial epoch\",\r\n            \"Glacier\",\r\n            \"Glacier lily\",\r\n            \"Glaciers\",\r\n            \"Gladiolus\",\r\n            \"Gladys\",\r\n            \"Glass\",\r\n            \"Glasses\",\r\n            \"Glassware\",\r\n            \"Glassware, Ancient\",\r\n            \"Glassworker\",\r\n            \"Glauchau\",\r\n            \"Glebe Farm\",\r\n            \"Glenwood Springs\",\r\n            \"Gliding and soaring\",\r\n            \"Globe\",\r\n            \"Globe Mutiny, 1824\",\r\n            \"Globe anemone\",\r\n            \"Globes\",\r\n            \"Globothalamea\",\r\n            \"Gloria\",\r\n            \"Glossaries, vocabularies, etc\",\r\n            \"Gloster Mill\",\r\n            \"Glove\",\r\n            \"Gloves\",\r\n            \"Glue\",\r\n            \"Glyptics\",\r\n            \"Go (Game)\",\r\n            \"Goat\",\r\n            \"Goat Island\",\r\n            \"Goatee\",\r\n            \"Goats\",\r\n            \"Gobiidae\",\r\n            \"Goblet\",\r\n            \"God\",\r\n            \"Goddesses\",\r\n            \"Godetia amoena lilja\",\r\n            \"Gods, Yoruba\",\r\n            \"Godwin\",\r\n            \"Goethe\",\r\n            \"Goggles\",\r\n            \"Goiter\",\r\n            \"Gold\",\r\n            \"Gold discoveries\",\r\n            \"Gold miners\",\r\n            \"Gold mines and mining\",\r\n            \"Gold-leaf\",\r\n            \"Golden Age\",\r\n            \"Golden Fairy Lantern\",\r\n            \"Golden Gate Park\",\r\n            \"Golden fleabane\",\r\n            \"Golden sedge\",\r\n            \"Goldenbowl mariposa\",\r\n            \"Goldenclub\",\r\n            \"Goldenpea\",\r\n            \"Goldenstar\",\r\n            \"Goldfish\",\r\n            \"Goldsmith, Oliver\",\r\n            \"Goldwork\",\r\n            \"Golf\",\r\n            \"Golf Club\",\r\n            \"Golf for women\",\r\n            \"Golfer\",\r\n            \"Gondola\",\r\n            \"Gonfalons\",\r\n            \"Good Samaritan\",\r\n            \"Good Shepherd\",\r\n            \"Good and evil\",\r\n            \"Goose\",\r\n            \"Goose Creek\",\r\n            \"Gopi\",\r\n            \"Gorget\",\r\n            \"Gorgonacea\",\r\n            \"Gorgonidae\",\r\n            \"Gorilla\",\r\n            \"Goryeo period (918 - 1392)\",\r\n            \"Gospel (Music)\",\r\n            \"Gothic revival (Literature)\",\r\n            \"Gourd\",\r\n            \"Government\",\r\n            \"Government publications\",\r\n            \"Government relations\",\r\n            \"Governors\",\r\n            \"Governors Island\",\r\n            \"Gowanus Bay\",\r\n            \"Grackle\",\r\n            \"Grain\",\r\n            \"Grain elevator\",\r\n            \"Graining\",\r\n            \"Gramineae\",\r\n            \"Grammar\",\r\n            \"Granada\",\r\n            \"Grand Canal\",\r\n            \"Grand Canyon\",\r\n            \"Grand Canyon of the Colorado\",\r\n            \"Grand Canyon of the Yellowstone\",\r\n            \"Grand Central Hotel\",\r\n            \"Grand Central Station\",\r\n            \"Grand Detour\",\r\n            \"Grand Trianon\",\r\n            \"Grandeur\",\r\n            \"Grandfather Clock\",\r\n            \"Granite\",\r\n            \"Grape\",\r\n            \"Grape hyacinth\",\r\n            \"Grapes\",\r\n            \"Grapevine\",\r\n            \"Graphic arts\",\r\n            \"Graphic design (Typography)\",\r\n            \"Graptolithina\",\r\n            \"Grass nut\",\r\n            \"Grass-pink orchid\",\r\n            \"Grasses\",\r\n            \"Grasshoppers\",\r\n            \"Grassland ecology\",\r\n            \"Grassleaf agoseris\",\r\n            \"Gravestone\",\r\n            \"Gravitation\",\r\n            \"Gravity\",\r\n            \"Gray phacelia\",\r\n            \"Gray pussytoes\",\r\n            \"Gray ragwort\",\r\n            \"Grayleaf fivefinger\",\r\n            \"Great Depression\",\r\n            \"Great Lakes\",\r\n            \"Great Migration (African American), 1910-1930\",\r\n            \"Great Moon Hoax\",\r\n            \"Great Russian Ball\",\r\n            \"Great Salt Lake\",\r\n            \"Great Western\",\r\n            \"Great booby\",\r\n            \"Greek dress\",\r\n            \"Green River\",\r\n            \"Green adder's mouth\",\r\n            \"Green dragon\",\r\n            \"Green glaze\",\r\n            \"Green pyrola\",\r\n            \"Green strawberry cactus\",\r\n            \"Greenbear cabbage\",\r\n            \"Greendragon\",\r\n            \"Greenwich\",\r\n            \"Greenwood Lake\",\r\n            \"Greenwood tree\",\r\n            \"Gregarines\",\r\n            \"Grey Eagle\",\r\n            \"Greyhound\",\r\n            \"Grief\",\r\n            \"Grocer\",\r\n            \"Grocery\",\r\n            \"Groom\",\r\n            \"Grooming\",\r\n            \"Grooming Implements\",\r\n            \"Grosbeak\",\r\n            \"Ground beetles\",\r\n            \"Ground squirrels\",\r\n            \"Group identity\",\r\n            \"Groupers\",\r\n            \"Grouse\",\r\n            \"Grouse whortleberry\",\r\n            \"Grouseberry\",\r\n            \"Growth\",\r\n            \"Growth (Plants)\",\r\n            \"Guanyin\",\r\n            \"Guard\",\r\n            \"Guardhouse\",\r\n            \"Guardian lion\",\r\n            \"Guatemala City\",\r\n            \"Guggenheim\",\r\n            \"Guidebooks\",\r\n            \"Guides, manuels, etc\",\r\n            \"Guinea pigs\",\r\n            \"Guitar\",\r\n            \"Gulls\",\r\n            \"Gun control\",\r\n            \"Gunnery\",\r\n            \"Gunsmith\",\r\n            \"Gupta dynasty (300 - 699)\",\r\n            \"Gurus\",\r\n            \"Gutta-percha\",\r\n            \"Gym\",\r\n            \"Gymnastics\",\r\n            \"Gymnocerata\",\r\n            \"Gymnolaemata\",\r\n            \"Gymnosomata\",\r\n            \"Gymnospermae\",\r\n            \"Gymnospermopsida\",\r\n            \"Gymnosperms, Fossil\",\r\n            \"Gymnotidae\",\r\n            \"Gypsy moth\",\r\n            \"H. Prouse Cooper's Down Town Store\",\r\n            \"HBCUs (Historically Black Colleges and Universities)\",\r\n            \"HISTORIA NATURAL\",\r\n            \"Habenaria ciliaris\",\r\n            \"Habenaria grandiflora\",\r\n            \"Habenaria lacera\",\r\n            \"Habenaria obtusata\",\r\n            \"Habenaria psychodes\",\r\n            \"Hackensack\",\r\n            \"Haddock\",\r\n            \"Haddonfield\",\r\n            \"Hadrian\",\r\n            \"Hagar\",\r\n            \"Hagfishes\",\r\n            \"Haida poetry\",\r\n            \"Haida wood-carving\",\r\n            \"Haiga\",\r\n            \"Haikai\",\r\n            \"Haines Point\",\r\n            \"Hair\",\r\n            \"Hair Accessory\",\r\n            \"Hair band\",\r\n            \"Hair ornament\",\r\n            \"Hairdressing\",\r\n            \"Hairdressing of African Americans\",\r\n            \"Hairstyle\",\r\n            \"Hairwork jewelry\",\r\n            \"Hairy phlox\",\r\n            \"Halcyones\",\r\n            \"Hale\",\r\n            \"Half Dome\",\r\n            \"Halictidae\",\r\n            \"Halitherium\",\r\n            \"Hallmarks\",\r\n            \"Halloween\",\r\n            \"Halo\",\r\n            \"Hamamelis virginiana\",\r\n            \"Hamlet\",\r\n            \"Hammer\",\r\n            \"Hampstead Heath\",\r\n            \"Hampton County\",\r\n            \"Hampton County courthouse\",\r\n            \"Hampton Roads\",\r\n            \"Han dynasty (206 BCE - 220 CE)\",\r\n            \"Han dynasty, 202 B.C.-220 A.D.\",\r\n            \"Hancock\",\r\n            \"Hand\",\r\n            \"Hand Tools\",\r\n            \"Hand weaving\",\r\n            \"Hand-colored\",\r\n            \"Handbag\",\r\n            \"Handbooks\",\r\n            \"Handbooks, manuals, etc.\",\r\n            \"Handcuffs\",\r\n            \"Handicapped\",\r\n            \"Handkerchief\",\r\n            \"Handkerchiefs\",\r\n            \"Hands\",\r\n            \"Handwriting\",\r\n            \"Hangars\",\r\n            \"Hanging\",\r\n            \"Hanshita-e\",\r\n            \"Hanson\",\r\n            \"Hanuman\",\r\n            \"Happiness\",\r\n            \"Harbinger of spring\",\r\n            \"Harbors\",\r\n            \"Hardware\",\r\n            \"Hardware merchant\",\r\n            \"Harebell\",\r\n            \"Harlech\",\r\n            \"Harlem Renaissance (New Negro Movement)\",\r\n            \"Harlem River\",\r\n            \"Harmonica\",\r\n            \"Harmony\",\r\n            \"Harness making and trade\",\r\n            \"Harnesses\",\r\n            \"Harpacticoida\",\r\n            \"Harper's Monthly Magazine\",\r\n            \"Harper's Weekly\",\r\n            \"Harpers Ferry Raid\",\r\n            \"Harpoon\",\r\n            \"Harpoons\",\r\n            \"Harps (chordophones)\",\r\n            \"Harpsichordist\",\r\n            \"Harry L. Jefferys Collection\",\r\n            \"Hartford, CT\",\r\n            \"Harvard College\",\r\n            \"Harvard University\",\r\n            \"Harvest festival\",\r\n            \"Harvesting\",\r\n            \"Hat box\",\r\n            \"Hatchet\",\r\n            \"Hatchet Cove\",\r\n            \"Hate crimes\",\r\n            \"Hatmaking\",\r\n            \"Hatpins\",\r\n            \"Hats\",\r\n            \"Hausa literature\",\r\n            \"Haverhill\",\r\n            \"Hawaiian women\",\r\n            \"Hawk\",\r\n            \"Hawks\",\r\n            \"Hay\",\r\n            \"Hayle River\",\r\n            \"Hayride\",\r\n            \"Haystack\",\r\n            \"Haystacks\",\r\n            \"Haze\",\r\n            \"Hazel alder\",\r\n            \"Head in art\",\r\n            \"Headdresses\",\r\n            \"Headgear\",\r\n            \"Headless Horseman\",\r\n            \"Headscarf\",\r\n            \"Healing\",\r\n            \"Health\",\r\n            \"Health & Medicine\",\r\n            \"Hearing\",\r\n            \"Heart\",\r\n            \"Heart Mountain\",\r\n            \"Hearts (Symbols)\",\r\n            \"Hearts (motifs)\",\r\n            \"Hearts bustin' with love\",\r\n            \"Heater\",\r\n            \"Heather\",\r\n            \"Heating\",\r\n            \"Heaven\",\r\n            \"Hectograph\",\r\n            \"Hedge bindweed\",\r\n            \"Hedgehog cactus\",\r\n            \"Hedysarum\",\r\n            \"Hedysarum americanum\",\r\n            \"Hedysarum boreale\",\r\n            \"Hedysarum mackenzii\",\r\n            \"Hedysarum sulphurescens\",\r\n            \"Heian period (794 - 1185)\",\r\n            \"Heidelberg\",\r\n            \"Heieracium gracile\",\r\n            \"Helen\",\r\n            \"Helene\",\r\n            \"Helicidae\",\r\n            \"Helicinidae\",\r\n            \"Heliconidae\",\r\n            \"Helicoplacoidea\",\r\n            \"Heliotrope valerian\",\r\n            \"Helix (Mollusks)\",\r\n            \"Helix hortensis\",\r\n            \"Helix pomatia\",\r\n            \"Hell\",\r\n            \"Helmet Frontpieces\",\r\n            \"Helmets\",\r\n            \"Helminths\",\r\n            \"Hemichordata\",\r\n            \"Hemiptera\",\r\n            \"Henri Vever collection\",\r\n            \"Hentai-kana\",\r\n            \"Hepatica\",\r\n            \"Hepatica americana\",\r\n            \"Heraldry\",\r\n            \"Herb\",\r\n            \"Herb gathering\",\r\n            \"Herbals\",\r\n            \"Herbaria\",\r\n            \"Herbs\",\r\n            \"Hercules\",\r\n            \"Herd boy\",\r\n            \"Herding\",\r\n            \"Heredity\",\r\n            \"Heredity, Human\",\r\n            \"Herkimer\",\r\n            \"Hermannia (Animal)\",\r\n            \"Hermannia (Plant)\",\r\n            \"Hermes\",\r\n            \"Hermit\",\r\n            \"Hermit crabs\",\r\n            \"Hermitage\",\r\n            \"Heroes\",\r\n            \"Heroine\",\r\n            \"Herons\",\r\n            \"Herpetology\",\r\n            \"Herrick\",\r\n            \"Herring fisheries\",\r\n            \"Hesperiidae\",\r\n            \"Heteropoda\",\r\n            \"Heteropygii\",\r\n            \"Heterotardigrada\",\r\n            \"Hexacorallia\",\r\n            \"Hexactinellida\",\r\n            \"Hexanauplia\",\r\n            \"Hibiscus\",\r\n            \"Hibiscus moscheutos\",\r\n            \"Hickory\",\r\n            \"Hickory tree\",\r\n            \"Hicks\",\r\n            \"Hide and seek\",\r\n            \"Hieroglyph\",\r\n            \"High Island\",\r\n            \"High School\",\r\n            \"High Street\",\r\n            \"Highbridge\",\r\n            \"Highbush blackberry\",\r\n            \"Highbush blueberry\",\r\n            \"Highlands\",\r\n            \"Highway\",\r\n            \"Highway planning\",\r\n            \"Hill\",\r\n            \"Hilton Head Harbor\",\r\n            \"Hindu gods\",\r\n            \"Hip-hop (Music)\",\r\n            \"Hippolyte\",\r\n            \"Hippopotamus\",\r\n            \"Hirudinea\",\r\n            \"Hirzenach\",\r\n            \"Histeridae\",\r\n            \"Histoire\",\r\n            \"Histology\",\r\n            \"Historia do brasil\",\r\n            \"Historians\",\r\n            \"Historic buildings\",\r\n            \"Historic preservationist\",\r\n            \"Historic sites\",\r\n            \"Historical geography\",\r\n            \"Historical geology\",\r\n            \"Historical museums\",\r\n            \"Historical society administrator\",\r\n            \"Historiographer\",\r\n            \"History\",\r\n            \"History and criticism\",\r\n            \"History painter\",\r\n            \"History, General\",\r\n            \"History, Military\",\r\n            \"History, Naval\",\r\n            \"History, Reform Movements, Indian Movement\",\r\n            \"Hitching post\",\r\n            \"Hobbyhorse\",\r\n            \"Hochkirch\",\r\n            \"Hoe\",\r\n            \"Holidays\",\r\n            \"Holidays & Celebrations\",\r\n            \"Holidays and Celebrations, general\",\r\n            \"Holidays and festivals\",\r\n            \"Hollow-cut\",\r\n            \"Hollyhock\",\r\n            \"Hollywood (Film)\",\r\n            \"Holofernes\",\r\n            \"Holothurians\",\r\n            \"Holothuroidea\",\r\n            \"Holster\",\r\n            \"Holy Family\",\r\n            \"Holy Name Cathedral\",\r\n            \"Holy Sepulchre\",\r\n            \"Holy Spirit\",\r\n            \"Holy man\",\r\n            \"Holyoke\",\r\n            \"Homage\",\r\n            \"Homalozoa\",\r\n            \"Home Furnishings\",\r\n            \"Home economics\",\r\n            \"Home labor\",\r\n            \"Home life\",\r\n            \"Homecoming\",\r\n            \"Homelessness\",\r\n            \"Homer\",\r\n            \"Homer, Winslow\",\r\n            \"Homing pigeons\",\r\n            \"Homo erectus\",\r\n            \"Homoptera\",\r\n            \"Homoscleromorpha\",\r\n            \"Honeybee\",\r\n            \"Honeymoons\",\r\n            \"Honeysuckles\",\r\n            \"Honfleur\",\r\n            \"Hooded ladies-tresses\",\r\n            \"Hooded pitcherplant\",\r\n            \"Hook Pond\",\r\n            \"Hookah\",\r\n            \"Hoop rolling\",\r\n            \"Hoopoe\",\r\n            \"Hope\",\r\n            \"Horn\",\r\n            \"Horn fly\",\r\n            \"Hornbills\",\r\n            \"Hornbooks\",\r\n            \"Horns\",\r\n            \"Horse Race between Peytona and Fashion\",\r\n            \"Horse artillery\",\r\n            \"Horse breeder\",\r\n            \"Horse racing\",\r\n            \"Horse sports\",\r\n            \"Horseflies\",\r\n            \"Horsemen and horsewomen\",\r\n            \"Horsemen and horsewomen in art\",\r\n            \"Horses\",\r\n            \"Horses in art\",\r\n            \"Horses, Fossil\",\r\n            \"Horseshoe\",\r\n            \"Horseshoe Bend\",\r\n            \"Horseshoe Falls\",\r\n            \"Horseshoes (animal equipment)\",\r\n            \"Horticulture\",\r\n            \"Horticulturist\",\r\n            \"Horus\",\r\n            \"Hosea\",\r\n            \"Hosiery\",\r\n            \"Hospital\",\r\n            \"Hospital bed\",\r\n            \"Hospital founder\",\r\n            \"Hospital room\",\r\n            \"Host plants\",\r\n            \"Hostess\",\r\n            \"Hot air balloons\",\r\n            \"Hot spring\",\r\n            \"Hotei\",\r\n            \"Hotel\",\r\n            \"Hotel San Dominico\",\r\n            \"Hotelier\",\r\n            \"Hotels\",\r\n            \"Hougomont\",\r\n            \"Hound\",\r\n            \"Hours\",\r\n            \"Housatonic River\",\r\n            \"Housatonic Valley\",\r\n            \"House construction\",\r\n            \"House painting\",\r\n            \"Household\",\r\n            \"Household Tools and Equipment\",\r\n            \"Household appliances\",\r\n            \"Household linens\",\r\n            \"Household pests\",\r\n            \"Housekeeping\",\r\n            \"Housing\",\r\n            \"Houstonia\",\r\n            \"Houstonia caerulea\",\r\n            \"Houstonia procumbens\",\r\n            \"Houstonia serpyllifolia\",\r\n            \"Howdahs\",\r\n            \"Hoyt\",\r\n            \"Hoyt Mansion\",\r\n            \"Hudderfield\",\r\n            \"Hudson Flyer (Airplane)\",\r\n            \"Hudson-Fulton Celebration, 1909\",\r\n            \"Hugo\",\r\n            \"Hula (Dance)\",\r\n            \"Hula dancing\",\r\n            \"Human Figures\",\r\n            \"Human beings\",\r\n            \"Human biology\",\r\n            \"Human figure in art\",\r\n            \"Human remains (Archaeology)\",\r\n            \"Human spaceflight\",\r\n            \"Humanitarian Causes\",\r\n            \"Humanitarian organization administrator\",\r\n            \"Humanitarian organization founder\",\r\n            \"Humanitarianism\",\r\n            \"Humanities\",\r\n            \"Humans\",\r\n            \"Hummingbirds\",\r\n            \"Humorist\",\r\n            \"Humorous music\",\r\n            \"Humorous songs\",\r\n            \"Humus\",\r\n            \"Hunger\",\r\n            \"Hungerford Bridge\",\r\n            \"Hunter\",\r\n            \"Hunting\",\r\n            \"Hunting Park\",\r\n            \"Hunting and gathering societies\",\r\n            \"Hunting customs\",\r\n            \"Hunting stories\",\r\n            \"Hunting trophies\",\r\n            \"Hunting\/Fishing\",\r\n            \"Huntingdon Valley\",\r\n            \"Hur (Biblical character)\",\r\n            \"Hurdy-gurdy\",\r\n            \"Hyaku Monogatari\",\r\n            \"Hyattstown\",\r\n            \"Hybrid pitcherplant\",\r\n            \"Hybridization\",\r\n            \"Hydrachnidae\",\r\n            \"Hydrants\",\r\n            \"Hydraulic engineering\",\r\n            \"Hydraulic equipment\",\r\n            \"Hydraulic machinery\",\r\n            \"Hydraulic structures\",\r\n            \"Hydrocotyle\",\r\n            \"Hydrographer\",\r\n            \"Hydrography\",\r\n            \"Hydroida\",\r\n            \"Hydrology\",\r\n            \"Hydromedusae\",\r\n            \"Hydrophilidae\",\r\n            \"Hydrostatics\",\r\n            \"Hydrozoa\",\r\n            \"Hymenocallis rotata\",\r\n            \"Hymenoptera\",\r\n            \"Hymns\",\r\n            \"Hymns, Arikara\",\r\n            \"Hymns, Cheyenne\",\r\n            \"Hymns, Chinook\",\r\n            \"Hymns, Chinook jargon\",\r\n            \"Hymns, Chipewyan\",\r\n            \"Hymns, Chippewa\",\r\n            \"Hymns, Cree\",\r\n            \"Hymns, Creek\",\r\n            \"Hymns, Dakota\",\r\n            \"Hymns, Delaware\",\r\n            \"Hymns, English\",\r\n            \"Hymns, Eskimo\",\r\n            \"Hymns, Etchareottine\",\r\n            \"Hymns, Gwich'in\",\r\n            \"Hymns, Hawaiian\",\r\n            \"Hymns, Hidatsa\",\r\n            \"Hymns, Ingalik\",\r\n            \"Hymns, Inuit\",\r\n            \"Hymns, Iroquois\",\r\n            \"Hymns, Mandan\",\r\n            \"Hymns, Micmac\",\r\n            \"Hymns, Mohawk\",\r\n            \"Hymns, Navaho\",\r\n            \"Hymns, Ojibwa\",\r\n            \"Hymns, Omaha\",\r\n            \"Hymns, Ottawa\",\r\n            \"Hymns, Santee\",\r\n            \"Hymns, Seneca\",\r\n            \"Hyolitha\",\r\n            \"Hypericum\",\r\n            \"Hypericum perforatum\",\r\n            \"Hyperiidae\",\r\n            \"Hyperiidea\",\r\n            \"Hypnotist\",\r\n            \"Hypopitys americana\",\r\n            \"Hypopitys lanuginosa\",\r\n            \"Hypostomus\",\r\n            \"Hythe\",\r\n            \"INDIOS DE AMERICA DEL NORTE\",\r\n            \"Ibek\",\r\n            \"Ibex\",\r\n            \"Ibidium cernum\",\r\n            \"Ibidium gracile\",\r\n            \"Ibidium strictum\",\r\n            \"Ibises\",\r\n            \"Icahabod Crane\",\r\n            \"Icarus (Greek mythological character)\",\r\n            \"Ice\",\r\n            \"Ice Skater\",\r\n            \"Ice Skating\",\r\n            \"Ice cream\",\r\n            \"Ice cutting\",\r\n            \"Ice floes\",\r\n            \"Iceberg\",\r\n            \"Iceberg Canyon\",\r\n            \"Ichneumonidae\",\r\n            \"Ichnites\",\r\n            \"Ichnites amphibia\",\r\n            \"Ichnofossil\",\r\n            \"Ichthyology\",\r\n            \"Idealism in art\",\r\n            \"Idoteidae\",\r\n            \"Igneous rocks\",\r\n            \"Iguanas\",\r\n            \"Ikenobo\u0304 school\",\r\n            \"Il-Khanid dynasty (1256 - 1353)\",\r\n            \"Ilex verticillata\",\r\n            \"Ilex vomitoria\",\r\n            \"Illegal slave trade\",\r\n            \"Illumination\",\r\n            \"Illumination of books and manuscripts\",\r\n            \"Illumination of books and manuscripts, Byzantine\",\r\n            \"Illustrated\",\r\n            \"Illustrated books\",\r\n            \"Illustrated children's books\",\r\n            \"Illustration\",\r\n            \"Illustrations\",\r\n            \"Illustrator\",\r\n            \"Imaginary\",\r\n            \"Imagination\",\r\n            \"Imam\",\r\n            \"Immaculate Conception\",\r\n            \"Implements\",\r\n            \"Importer\",\r\n            \"Imposition (Printing)\",\r\n            \"Impresario\",\r\n            \"Imprints (Publications)\",\r\n            \"Imprisonment\",\r\n            \"In art\",\r\n            \"In literature\",\r\n            \"Inaugurations\",\r\n            \"Incense\",\r\n            \"Incertae sedis\",\r\n            \"Inchu\u0304 school\",\r\n            \"Incunabula\",\r\n            \"Independence Hall\",\r\n            \"Independent Order of Odd Fellows\",\r\n            \"Independent films\",\r\n            \"Indet.\",\r\n            \"Indexes\",\r\n            \"Indian Affairs\",\r\n            \"Indian Peace Medal\",\r\n            \"Indian paintbrush\",\r\n            \"Indian reservations\",\r\n            \"Indians, North American\",\r\n            \"Indians, South American\",\r\n            \"Indicators\",\r\n            \"Indiens\",\r\n            \"Indigo\",\r\n            \"Indoor gardening\",\r\n            \"Indra\",\r\n            \"Industrial arts\",\r\n            \"Industrial design\",\r\n            \"Industrial districts\",\r\n            \"Industrial hygiene\",\r\n            \"Industrial policy\",\r\n            \"Industrialist\",\r\n            \"Industrialists\",\r\n            \"Industrialization\",\r\n            \"Industries\",\r\n            \"Industries, Primitive\",\r\n            \"Infancy\",\r\n            \"Inferno\",\r\n            \"Inflation\",\r\n            \"Inflation (Finance)\",\r\n            \"Infusoria\",\r\n            \"Inheritance of acquired characters\",\r\n            \"Initials\",\r\n            \"Injustice\",\r\n            \"Inkstand\",\r\n            \"Inkstands\",\r\n            \"Inkwell\",\r\n            \"Inland Niger Delta Style\",\r\n            \"Inland navigation\",\r\n            \"Inlet\",\r\n            \"Inn\",\r\n            \"Inro\",\r\n            \"Insanity\",\r\n            \"Inscriptions\",\r\n            \"Inscriptions, Greek\",\r\n            \"Inscriptions, Mayan\",\r\n            \"Inscriptions, Sabean\",\r\n            \"Insect pests\",\r\n            \"Insect-plant relationships\",\r\n            \"Insecta (Sistematica\",\r\n            \"Insecticides\",\r\n            \"Insects\",\r\n            \"Insects as carriers of disease\",\r\n            \"Insects in art\",\r\n            \"Insects, Fossil\",\r\n            \"Insignia\",\r\n            \"Inspection\",\r\n            \"Inspector\",\r\n            \"Inspiration Point\",\r\n            \"Instinct\",\r\n            \"Institut de France\",\r\n            \"Institutional Furnishings\",\r\n            \"Instructional materials\",\r\n            \"Instrumentalists (Musicians)\",\r\n            \"Instruments\",\r\n            \"Insurance\",\r\n            \"Insurance agent\",\r\n            \"Insurance broker\",\r\n            \"Insurrectionist\",\r\n            \"Intaglios\",\r\n            \"Intellectual life\",\r\n            \"Intelligence Agent\",\r\n            \"Interior architecture\",\r\n            \"Interior decoration\",\r\n            \"Interior designer\",\r\n            \"Interior with Exterior View\",\r\n            \"International Postal Operations\",\r\n            \"International Stamps & Mail\",\r\n            \"International affairs\",\r\n            \"International cooperation\",\r\n            \"Interpretation of cultural and natural resources\",\r\n            \"Intoxicated\",\r\n            \"Introduced insects\",\r\n            \"Inuits\",\r\n            \"Invention and the Patent Model\",\r\n            \"Inventions\",\r\n            \"Inventories\",\r\n            \"Inventors\",\r\n            \"Invertebrate Zoology\",\r\n            \"Invertebrates\",\r\n            \"Invertebrates, Fossil\",\r\n            \"Inverte\u0301bre\u0301s\",\r\n            \"Investment banker\",\r\n            \"Investor\",\r\n            \"Invoice\",\r\n            \"Io (Gasteropoda)\",\r\n            \"Iowa\",\r\n            \"Iowa State Capitol\",\r\n            \"Ipomoea quamoclit\",\r\n            \"Ipswich\",\r\n            \"Ipswich River\",\r\n            \"Iraq War, 2003-2011\",\r\n            \"Iridescence\",\r\n            \"Iris\",\r\n            \"Iris cristata\",\r\n            \"Iris missouriensis\",\r\n            \"Iris species\",\r\n            \"Iris verna\",\r\n            \"Iris versicolor\",\r\n            \"Irises (Plants)\",\r\n            \"Iron\",\r\n            \"Iron Clad Mine\",\r\n            \"Iron industry and trade\",\r\n            \"Ironing\",\r\n            \"Ironmaster\",\r\n            \"Ironwork\",\r\n            \"Iroquois art\",\r\n            \"Irritability\",\r\n            \"Irving\",\r\n            \"Ishanaten\",\r\n            \"Isis\",\r\n            \"Islamic architecture\",\r\n            \"Islamic art\",\r\n            \"Island animals\",\r\n            \"Island ecology\",\r\n            \"Islands\",\r\n            \"Isle of Man\",\r\n            \"Isles of Shoals\",\r\n            \"Isola Madre\",\r\n            \"Isolation\",\r\n            \"Isopoda\",\r\n            \"Isopoda z Antarctic regions\",\r\n            \"Ispoda\",\r\n            \"Istanbul\",\r\n            \"Italian dress\",\r\n            \"Italic\",\r\n            \"Italic type\",\r\n            \"Ivories\",\r\n            \"Ivory\",\r\n            \"Ivory baneberry\",\r\n            \"Ivory carving\",\r\n            \"Ivory nut palm\",\r\n            \"Ivory nuts\",\r\n            \"Ivy\",\r\n            \"Ixodes\",\r\n            \"Ixodidae\",\r\n            \"Izmit\",\r\n            \"I\u0302le corallienne\",\r\n            \"Jack in the pulpit\",\r\n            \"Jack-in-the-pulpit\",\r\n            \"Jackels\",\r\n            \"Jacket\",\r\n            \"Jackson\",\r\n            \"Jackson's Fall\",\r\n            \"Jacob's ladder\",\r\n            \"Jade\",\r\n            \"Jaguar\",\r\n            \"Jalapa\",\r\n            \"James Creek\",\r\n            \"James River Canal\",\r\n            \"Janaka\",\r\n            \"Jane\",\r\n            \"Janthinidae\",\r\n            \"January\",\r\n            \"Japanese Art\",\r\n            \"Japanese dress\",\r\n            \"Japanese literature\",\r\n            \"Japanese poetry\",\r\n            \"Japanese tea ceremony\",\r\n            \"Japanese tea masters\",\r\n            \"Japanese wit and humor, Pictorial\",\r\n            \"Japanning\",\r\n            \"Jardins\",\r\n            \"Jaws\",\r\n            \"Jazz\",\r\n            \"Jazz (Music)\",\r\n            \"Jefferson\",\r\n            \"Jefferson Canyon\",\r\n            \"Jefferson Park\",\r\n            \"Jefferson River\",\r\n            \"Jeffersonia diphylla\",\r\n            \"Jellyfishes\",\r\n            \"Jenkins\",\r\n            \"Jersey City\",\r\n            \"Jerusalem\",\r\n            \"Jessica\",\r\n            \"Jesuit poetry, Latin (Medieval and modern)\",\r\n            \"Jesus Christ\",\r\n            \"Jeweler\",\r\n            \"Jewelers' supplies\",\r\n            \"Jewelry\",\r\n            \"Jewelry making\",\r\n            \"Jewelry merchant\",\r\n            \"Jewelry, Ancient\",\r\n            \"Jewish scientists\",\r\n            \"Jews, Ethiopian\",\r\n            \"Jiehua\",\r\n            \"Jin dynasty (1115 - 1234)\",\r\n            \"Jingdezhen ware\",\r\n            \"Jittoku\",\r\n            \"Jizo Bosatsu\",\r\n            \"Joan\",\r\n            \"Jockey\",\r\n            \"Joe\",\r\n            \"John Bull (Steam locomotive)\",\r\n            \"John Bull (Symbolic character)\",\r\n            \"John P. V. Heinmuller Collection of Zeppelin Covers\",\r\n            \"John Ten Broeck\",\r\n            \"John the Baptist\",\r\n            \"Johnstons Creek\",\r\n            \"Johnstown\",\r\n            \"Joint Chiefs of Staff\",\r\n            \"Jonah\",\r\n            \"Joseon period (1392 - 1910)\",\r\n            \"Joseph\",\r\n            \"Journalism\",\r\n            \"Journalism and Media\",\r\n            \"Jo\u0304ruri\",\r\n            \"Jubilee singers\",\r\n            \"Judaism\",\r\n            \"Judges\",\r\n            \"Judith\",\r\n            \"Juggler\",\r\n            \"Julienne\",\r\n            \"Julius Caesar\",\r\n            \"Jullien Geometric Models\",\r\n            \"Jumping\",\r\n            \"Juncaceae\",\r\n            \"Juncus\",\r\n            \"June\",\r\n            \"Jungermanniopsida\",\r\n            \"Juniperus horizontalis\",\r\n            \"Juniperus sibirica\",\r\n            \"Juno\",\r\n            \"Jupiter (Steam locomotive)\",\r\n            \"Jurist\",\r\n            \"Justice\",\r\n            \"Justice of the Peace\",\r\n            \"Juvenile and popular history\",\r\n            \"Juvenile literature\",\r\n            \"Ka?ma (Hindu deity)\",\r\n            \"Kaaterskill Creek\",\r\n            \"Kaikeyi\",\r\n            \"Kakemono\",\r\n            \"Kalasa\",\r\n            \"Kalmia angustifolia\",\r\n            \"Kalmia latifolia\",\r\n            \"Kalmia microphylla\",\r\n            \"Kalmia polifolia\",\r\n            \"Kalorama\",\r\n            \"Kamakura period (1185 - 1333)\",\r\n            \"Kanab Canyon\",\r\n            \"Kanab Wash\",\r\n            \"Kanawha River\",\r\n            \"Kanawha River Valley\",\r\n            \"Kandy period (1357 - 1817)\",\r\n            \"Kangaroo\",\r\n            \"Kangaroos\",\r\n            \"Kangxi reign (1662 - 1722)\",\r\n            \"Kannon\",\r\n            \"Kanzan\",\r\n            \"Kanze school\",\r\n            \"Karnak\",\r\n            \"Karyokinesis\",\r\n            \"Kasyapa\",\r\n            \"Kataka mudra\",\r\n            \"Kauterskill Fall\",\r\n            \"Kayak\",\r\n            \"Kayser's Pond\",\r\n            \"Kea\",\r\n            \"Kearsarge\",\r\n            \"Kel Ajjer\",\r\n            \"Kemble\",\r\n            \"Kentucky Derby\",\r\n            \"Keratinization\",\r\n            \"Kerchief\",\r\n            \"Kestert\",\r\n            \"Key\",\r\n            \"Key pattern\",\r\n            \"Keys (Hardware)\",\r\n            \"Khakkhara\",\r\n            \"Khayyam, Omar\",\r\n            \"Kidneys\",\r\n            \"Kilns\",\r\n            \"Kimono\",\r\n            \"Kimonos\",\r\n            \"Kineh\",\r\n            \"King\",\r\n            \"King Lear\",\r\n            \"King Street\",\r\n            \"King Ullin's Daughter\",\r\n            \"King and his Servants\",\r\n            \"King's College Chapel\",\r\n            \"Kings and rulers\",\r\n            \"Kings, queens, rulers, etc.\",\r\n            \"Kissing\",\r\n            \"Kitchen\",\r\n            \"Kitchen gardens\",\r\n            \"Kitchen utensil\",\r\n            \"Kitchen utensils\",\r\n            \"Kitchen-middens\",\r\n            \"Kites\",\r\n            \"Kites (Toys)\",\r\n            \"Klein Laufenberg\",\r\n            \"Knickerbocker's History of New York\",\r\n            \"Knife\",\r\n            \"Knife River\",\r\n            \"Knight\",\r\n            \"Knit goods\",\r\n            \"Knitting\",\r\n            \"Knitting machines\",\r\n            \"Knives\",\r\n            \"Ko school\",\r\n            \"Kofun (Tumulus) Period (250 - 552)\",\r\n            \"Kolonie\",\r\n            \"Kom Ombos\",\r\n            \"Kopffu\u0308\u00dfer\",\r\n            \"Korean Art\",\r\n            \"Kraunhia frutescens\",\r\n            \"Krindi\",\r\n            \"Krishna\",\r\n            \"Krishna Vishvarupa\",\r\n            \"Kruhsea\",\r\n            \"Kruhsea streptopoides\",\r\n            \"Ksitigarbha\",\r\n            \"Kubera\",\r\n            \"Kufic script\",\r\n            \"Kumbhakarna\",\r\n            \"Kundika\",\r\n            \"Kunst\",\r\n            \"Kusha\",\r\n            \"Kwa-ten\",\r\n            \"Kyo\u0304ka\",\r\n            \"Kyo\u0304shi\",\r\n            \"LGBTQ\",\r\n            \"La Libertad\",\r\n            \"La Maison des Cariatides\",\r\n            \"La Union\",\r\n            \"Lab Coat\",\r\n            \"Labadists\",\r\n            \"Labor and laboring classes\",\r\n            \"Labor history\",\r\n            \"Labor leader\",\r\n            \"Labor movement\",\r\n            \"Labor unions\",\r\n            \"Laboratories\",\r\n            \"Laboratory\",\r\n            \"Laboratory Equipment\",\r\n            \"Labour unions\",\r\n            \"Labrador tea\",\r\n            \"Labyrinth (Ear)\",\r\n            \"Lac du Cygne\",\r\n            \"Lace and lace making\",\r\n            \"Lace bobbins\",\r\n            \"Lacerta\",\r\n            \"Lacerta agilis\",\r\n            \"Lacerta viridis\",\r\n            \"Lacertidae\",\r\n            \"Lacquer and lacquering\",\r\n            \"Lacrosse\",\r\n            \"Ladder\",\r\n            \"Ladder gentian\",\r\n            \"Ladders\",\r\n            \"Lady Macbeth\",\r\n            \"Ladybugs\",\r\n            \"Lafayette\",\r\n            \"Lago Maggiore\",\r\n            \"Lake Amatitlan\",\r\n            \"Lake Avernus\",\r\n            \"Lake Calhoun\",\r\n            \"Lake Champlain\",\r\n            \"Lake Chaplain\",\r\n            \"Lake Como\",\r\n            \"Lake Cuitzeo\",\r\n            \"Lake Fusaro\",\r\n            \"Lake Geneva\",\r\n            \"Lake Louise Arnica\",\r\n            \"Lake Lugano\",\r\n            \"Lake Maggiore\",\r\n            \"Lake Michigan\",\r\n            \"Lake Owasco\",\r\n            \"Lake Placid\",\r\n            \"Lake Saint Croix\",\r\n            \"Lake Titicaca\",\r\n            \"Lake animals\",\r\n            \"Lake sediments\",\r\n            \"Lakes\",\r\n            \"Lakes & ponds\",\r\n            \"Lakshmana\",\r\n            \"Lakshmi\",\r\n            \"Laliburte's Fur Parlor\",\r\n            \"Lama\",\r\n            \"Lamas\",\r\n            \"Lambkill\",\r\n            \"Lambs\",\r\n            \"Lamellibranchiata\",\r\n            \"Laminaria\",\r\n            \"Laminariaceae\",\r\n            \"Lampreys\",\r\n            \"Lampropeltis\",\r\n            \"Lamps\",\r\n            \"Lamps, Classical\",\r\n            \"Lan Na period (1251 - 1774)\",\r\n            \"Land Transportation\",\r\n            \"Land and property\",\r\n            \"Land developer\",\r\n            \"Land grants\",\r\n            \"Land speculator\",\r\n            \"Land tenure\",\r\n            \"Land transfers\",\r\n            \"Landini\",\r\n            \"Landowner\",\r\n            \"Landscape architect\",\r\n            \"Landscape architecture\",\r\n            \"Landscape gardening\",\r\n            \"Landscape painter\",\r\n            \"Landscape painting, English\",\r\n            \"Landscape painting, Japanese\",\r\n            \"Landscape, Rural\",\r\n            \"Landscape, Urban\",\r\n            \"Landscapes\",\r\n            \"Language and languages\",\r\n            \"Lansing\",\r\n            \"Lantern\",\r\n            \"Lantern slide\",\r\n            \"Laon\",\r\n            \"Laozi\",\r\n            \"Lapel pin\",\r\n            \"Lapidaries (Medieval literature)\",\r\n            \"Lappula diffusa\",\r\n            \"Lapwings\",\r\n            \"Large purple fringe-orchid\",\r\n            \"Large white trillium\",\r\n            \"Lariat\",\r\n            \"Larix lyallii\",\r\n            \"Larix occidentalis\",\r\n            \"Larnaca\",\r\n            \"Larsen Ceramics\",\r\n            \"Larvacea\",\r\n            \"Larvae\",\r\n            \"Larynx\",\r\n            \"Las Nubes\",\r\n            \"Last Days of Pompeii\",\r\n            \"Last Judgment\",\r\n            \"Last Race\",\r\n            \"Last Supper\",\r\n            \"Late Nara (Tempyo) period (710 - 794)\",\r\n            \"Late Neolithic period (ca. 5000 - ca. 1700 BCE)\",\r\n            \"Late Period (664 - 332 BCE)\",\r\n            \"Lathe\",\r\n            \"Lathrop\",\r\n            \"Lathyrus decaphyllus\",\r\n            \"Lathyrus ochroleucus\",\r\n            \"Latin jazz (Music)\",\r\n            \"Latinos and Baseball\",\r\n            \"Latona\",\r\n            \"Latticework\",\r\n            \"Laufenberg\",\r\n            \"Laufenburg\",\r\n            \"Laundry\",\r\n            \"Laundryman\",\r\n            \"Laurel\",\r\n            \"Laurel Leaves\",\r\n            \"Lausanne\",\r\n            \"Lava\",\r\n            \"Lavender\",\r\n            \"Law\",\r\n            \"Law and Law Enforcement\",\r\n            \"Law and legislation\",\r\n            \"Law reform\",\r\n            \"Law reformer\",\r\n            \"Lawyers\",\r\n            \"Laying of Transatlantic Cable\",\r\n            \"Lazarus\",\r\n            \"Laziness\",\r\n            \"Lazio\",\r\n            \"Le Puy\",\r\n            \"Le Puy Cathedral\",\r\n            \"Lead\",\r\n            \"Leadership\",\r\n            \"Leadville\",\r\n            \"Leafhoppers\",\r\n            \"Learned institutions and societies\",\r\n            \"Leather Jacket\",\r\n            \"Leather bindings (Bookbinding)\",\r\n            \"Leather flower\",\r\n            \"Leather jacket\",\r\n            \"Leatherwork\",\r\n            \"Leatherworker\",\r\n            \"Leaves\",\r\n            \"Lebanon\",\r\n            \"Lecanoromycetes\",\r\n            \"Lechuguilla\",\r\n            \"Lecturer\",\r\n            \"Lectures and lecturing\",\r\n            \"Ledum groenlandicum\",\r\n            \"Leeches\",\r\n            \"Leg\",\r\n            \"Legal Scholar\",\r\n            \"Legend of Sleepy Hollow\",\r\n            \"Legion of Honor\",\r\n            \"Legislative chamber\",\r\n            \"Legislator\",\r\n            \"Legislators\",\r\n            \"Legumes\",\r\n            \"Lehigh River\",\r\n            \"Leiophyllum lyoni\",\r\n            \"Lelant\",\r\n            \"Lemon\",\r\n            \"Lemon columbine\",\r\n            \"Lemuridae\",\r\n            \"Leo\",\r\n            \"Leotiomycetes\",\r\n            \"Lepadogaster\",\r\n            \"Lepargyrea canadensis\",\r\n            \"Lepidoptera\",\r\n            \"Lepismatidae\",\r\n            \"Leptarrhena pyrolifolia\",\r\n            \"Leptinotarsa\",\r\n            \"Leptochloa\",\r\n            \"Leptostraca\",\r\n            \"Lepus\",\r\n            \"Leroy\",\r\n            \"Letter carriers\",\r\n            \"Letter opener\",\r\n            \"Letter reading and writing\",\r\n            \"Letter writer\",\r\n            \"Letterer\",\r\n            \"Lettering\",\r\n            \"Letters\",\r\n            \"Leucosiidae\",\r\n            \"Lewes\",\r\n            \"Lewis and Clark Centennial Exposition, 1905\",\r\n            \"Lewis monkey flower\",\r\n            \"Lewisia redivivia\",\r\n            \"Lexicographer\",\r\n            \"Lexington\",\r\n            \"Lexington Avenue\",\r\n            \"Lexington, KY\",\r\n            \"Leycock Abbey\",\r\n            \"Le\u0301pidopte\u0300res\",\r\n            \"Li Tiegnai\",\r\n            \"Li style\",\r\n            \"Libellulidae\",\r\n            \"Liberty\",\r\n            \"Liberty Bell\",\r\n            \"Liberty Cap\",\r\n            \"Libra\",\r\n            \"Librarian\",\r\n            \"Libraries\",\r\n            \"Library administrator\",\r\n            \"Library catalogs\",\r\n            \"Librettist\",\r\n            \"Librettos\",\r\n            \"Licenzo\",\r\n            \"Lichens\",\r\n            \"Lichinomycetes\",\r\n            \"Liebenstein Castle\",\r\n            \"Liechtenstein\",\r\n            \"Liege\",\r\n            \"Lieutenant\",\r\n            \"Lieutenant Colonel\",\r\n            \"Lieutenant Governor\",\r\n            \"Life\",\r\n            \"Life (Biology)\",\r\n            \"Life mask\",\r\n            \"Life on other planets\",\r\n            \"Life preservers\",\r\n            \"Lifeguard\",\r\n            \"Lifesaving\",\r\n            \"Light\",\r\n            \"Light bulb\",\r\n            \"Light, Wave theory of\",\r\n            \"Lighthouse Beach\",\r\n            \"Lighthouses\",\r\n            \"Lighting\",\r\n            \"Lighting Devices\",\r\n            \"Lighting and water supply\",\r\n            \"Lighting fixture\",\r\n            \"Lightning\",\r\n            \"Ligia\",\r\n            \"Lilac\",\r\n            \"Lilac mariposa\",\r\n            \"Lilies\",\r\n            \"Lilies-of-the-valley\",\r\n            \"Lilium canadense\",\r\n            \"Lilium columbianum\",\r\n            \"Lilium montanum\",\r\n            \"Lilium parvum\",\r\n            \"Lilium philadelphicum\",\r\n            \"Lilium washingtonianum\",\r\n            \"Lille\",\r\n            \"Lily\",\r\n            \"Lily ponds\",\r\n            \"Lily twayblade\",\r\n            \"Lima\",\r\n            \"Limache\",\r\n            \"Limacidae\",\r\n            \"Limber pine\",\r\n            \"Limehouse\",\r\n            \"Limicolae\",\r\n            \"Limnology\",\r\n            \"Limn\u00e6di\u00e6\",\r\n            \"Limodorum turberosum\",\r\n            \"Limon Bay\",\r\n            \"Limpets\",\r\n            \"Limulus\",\r\n            \"Limulus polyphemus\",\r\n            \"Lincoln Memorial (Washington, D.C.)\",\r\n            \"Lincoln Street\",\r\n            \"Lincoln, Abraham\",\r\n            \"Lincoln, NE\",\r\n            \"Linden tree\",\r\n            \"Linens\",\r\n            \"Linguists\",\r\n            \"Lingulata\",\r\n            \"Linnaea borealis americana\",\r\n            \"Linum lewisii\",\r\n            \"Lion hunting\",\r\n            \"Lipari Islands\",\r\n            \"Liparis liliifolia\",\r\n            \"Lippincott's Magazine\",\r\n            \"Liquor industry\",\r\n            \"Liriodendron tulipifera\",\r\n            \"Liriope (Cnidaria)\",\r\n            \"Lisieux\",\r\n            \"Litchi\",\r\n            \"Literary critic\",\r\n            \"Literature\",\r\n            \"Lithocharis\",\r\n            \"Lithocolletis\",\r\n            \"Lithographer\",\r\n            \"Lithography\",\r\n            \"Lithospermum canescens\",\r\n            \"Lithospermum ruderale\",\r\n            \"Lithothamnium\",\r\n            \"Little Bighorn, Battle of the, Mont., 1876\",\r\n            \"Little Colorado River\",\r\n            \"Little Knob\",\r\n            \"Little Miss Muffet\",\r\n            \"Littorina\",\r\n            \"Littorinidae\",\r\n            \"Liturgical objects\",\r\n            \"Liu Hai\",\r\n            \"Liu Song dynasty (420 - 479)\",\r\n            \"Liver flukes\",\r\n            \"Liverpool\",\r\n            \"Liverworts\",\r\n            \"Livestock\",\r\n            \"Living Collections\",\r\n            \"Living room\",\r\n            \"Lizards\",\r\n            \"Llanrwst\",\r\n            \"Lloyd's strawberry cactus\",\r\n            \"Loader\",\r\n            \"Lobbyist\",\r\n            \"Lobelia cardinalis\",\r\n            \"Lobelia kalmii\",\r\n            \"Loblolly pine\",\r\n            \"Lobster\",\r\n            \"Lobster fisheries\",\r\n            \"Lobsters\",\r\n            \"Loch Long\",\r\n            \"Locks and keys\",\r\n            \"Locksmith\",\r\n            \"Locusts\",\r\n            \"Lodgepole pine\",\r\n            \"Log cabin\",\r\n            \"Logan Springs\",\r\n            \"Logarithms\",\r\n            \"Logic\",\r\n            \"Loincloth\",\r\n            \"Loing River\",\r\n            \"Lombardy\",\r\n            \"Lombricidae\",\r\n            \"London Stock Exchange\",\r\n            \"Lone Star Geyser Cone\",\r\n            \"Long Branch\",\r\n            \"Long Branch Beach\",\r\n            \"Long Island\",\r\n            \"Long's Peak\",\r\n            \"Longevity\",\r\n            \"Longing\",\r\n            \"Longleaf pine\",\r\n            \"Lonicera glaucescens\",\r\n            \"Lonicera involucrata\",\r\n            \"Loom\",\r\n            \"Looms\",\r\n            \"Loon\",\r\n            \"Lorenzo\",\r\n            \"Lorgnettes\",\r\n            \"Loricariidae\",\r\n            \"Lories\",\r\n            \"Lost Lake\",\r\n            \"Lost tribes of Israel\",\r\n            \"Lotos\",\r\n            \"Lottia gigantea Gray\",\r\n            \"Lotus\",\r\n            \"Lotus Sutra\",\r\n            \"Lotus puberulus\",\r\n            \"Louis XIV style\",\r\n            \"Louis XVI\",\r\n            \"Louisiana Purchase\",\r\n            \"Louvre\",\r\n            \"Love\",\r\n            \"Love songs\",\r\n            \"Lovers\",\r\n            \"Low whortleberry\",\r\n            \"Lower Niger Bronze Industry\",\r\n            \"Lowry\",\r\n            \"Loyalist\",\r\n            \"Lu Dongbin\",\r\n            \"Lucanidae\",\r\n            \"Lucretilis Mountains\",\r\n            \"Luggage\",\r\n            \"Lullabies\",\r\n            \"Lullabies, English\",\r\n            \"Lumber\",\r\n            \"Luminescence\",\r\n            \"Luna (Roman deity)\",\r\n            \"Lunar geology\",\r\n            \"Lungs\",\r\n            \"Luohan\",\r\n            \"Lupine\",\r\n            \"Lupinis arboreus\",\r\n            \"Lupinus argenteus\",\r\n            \"Lupinus fornosus\",\r\n            \"Lupinus perennis\",\r\n            \"Lurlei\",\r\n            \"Lustre\",\r\n            \"Lustreware\",\r\n            \"Lute\",\r\n            \"Lutheran Church\",\r\n            \"Luxembourg Gardens\",\r\n            \"Luxor\",\r\n            \"Lyall larch\",\r\n            \"Lycaenidae\",\r\n            \"Lychnis apetala\",\r\n            \"Lycidae\",\r\n            \"Lycinae\",\r\n            \"Lycodes\",\r\n            \"Lygaeidae\",\r\n            \"Lygodesmia grandiflora\",\r\n            \"Lygodesmia juncea\",\r\n            \"Lygodium Icandeus\",\r\n            \"Lymnaea\",\r\n            \"Lymnaeidae\",\r\n            \"Lynching\",\r\n            \"Lyre\",\r\n            \"Lyres\",\r\n            \"Lyricist\",\r\n            \"Lysianassidae\",\r\n            \"Lysimachia\",\r\n            \"MENOMINEES\",\r\n            \"Ma Gu\",\r\n            \"Macaroni penguin\",\r\n            \"Macbeth\",\r\n            \"Macedonia\",\r\n            \"Machine design\",\r\n            \"Machine sewing\",\r\n            \"Machine-tools\",\r\n            \"Machinery\",\r\n            \"Machinery industry\",\r\n            \"Machinery, Kinematics of\",\r\n            \"Machinist\",\r\n            \"Machinists\",\r\n            \"Mackerel fisheries\",\r\n            \"Mackinaw\",\r\n            \"Macrame\u0301\",\r\n            \"Macrouridae\",\r\n            \"Madeleine\",\r\n            \"Madhavi\",\r\n            \"Madison\",\r\n            \"Madison County Movement\",\r\n            \"Madison Square\",\r\n            \"Maenad\",\r\n            \"Magazine article\",\r\n            \"Magazine editor\",\r\n            \"Magazine publisher\",\r\n            \"Magdeburg experiments\",\r\n            \"Magenta (Corvette)\",\r\n            \"Magi\",\r\n            \"Magic\",\r\n            \"Magic tricks\",\r\n            \"Magician\",\r\n            \"Magistrate\",\r\n            \"Magnetic declination\",\r\n            \"Magnetic fields\",\r\n            \"Magnetic materials\",\r\n            \"Magnetic pole\",\r\n            \"Magnetism\",\r\n            \"Magnets\",\r\n            \"Magnifying glass\",\r\n            \"Magnolia\",\r\n            \"Magnolia acuminata\",\r\n            \"Magnolia cordata\",\r\n            \"Magnolia grandiflora\",\r\n            \"Magnolia scuminata\",\r\n            \"Magnolia tree\",\r\n            \"Magnolia tripetala\",\r\n            \"Magnolia virginiana\",\r\n            \"Magnoliopsida\",\r\n            \"Magpie\",\r\n            \"Mahabharata\",\r\n            \"Mahakala\",\r\n            \"Mahasthamaprapta\",\r\n            \"Mahayana Buddhism\",\r\n            \"Mahogany\",\r\n            \"Mahout\",\r\n            \"Mail Processing\",\r\n            \"Mail steamers\",\r\n            \"Mail wagons\",\r\n            \"Main Street\",\r\n            \"Maitreya Buddha\",\r\n            \"Majnun\",\r\n            \"Majolica, Italian\",\r\n            \"Major General\",\r\n            \"Major general\",\r\n            \"Majority Leader\",\r\n            \"Makah Indians\",\r\n            \"Makeup\",\r\n            \"Makimono\",\r\n            \"Malacologist\",\r\n            \"Malacologists\",\r\n            \"Malacostraca\",\r\n            \"Malacostraca, Fossil\",\r\n            \"Malaxis unifolia\",\r\n            \"Maldanidae\",\r\n            \"Male and child\",\r\n            \"Male and female\",\r\n            \"Male use\",\r\n            \"Mallet\",\r\n            \"Mallophaga\",\r\n            \"Malmesbury\",\r\n            \"Malpighiaceae\",\r\n            \"Malt\",\r\n            \"Malt liquors\",\r\n            \"Malt-extracts\",\r\n            \"Malta\",\r\n            \"Maltese crosses\",\r\n            \"Malus coronaria\",\r\n            \"Mami\u0301feros\",\r\n            \"Mamluk period (1250 - 1517)\",\r\n            \"Mammalogists\",\r\n            \"Mammalogy\",\r\n            \"Mammals\",\r\n            \"Mammals, Fossil\",\r\n            \"Mammife\u0300res\",\r\n            \"Mammologists\",\r\n            \"Mammoths\",\r\n            \"Man, Origin of\",\r\n            \"Man-woman relationships\",\r\n            \"Management\",\r\n            \"Manatees\",\r\n            \"Mandara (Buddhism)\",\r\n            \"Mandorla\",\r\n            \"Manet, Edouard\",\r\n            \"Manhood\",\r\n            \"Manitou\",\r\n            \"Manjushri\",\r\n            \"Manners and customs\",\r\n            \"Manners and customs in art\",\r\n            \"Mansfield\",\r\n            \"Mansion House\",\r\n            \"Mantel\",\r\n            \"Mantels\",\r\n            \"Manual training\",\r\n            \"Manuals\",\r\n            \"Manufacture and refining\",\r\n            \"Manufacturer\",\r\n            \"Manufactures\",\r\n            \"Manufacturing industries\",\r\n            \"Manures\",\r\n            \"Manuscript design\",\r\n            \"Manuscripts\",\r\n            \"Manuscripts, Amharic\",\r\n            \"Manuscripts, Ethiopic\",\r\n            \"Manuscripts, Greek\",\r\n            \"Manuscripts, Illinois\",\r\n            \"Manuscripts, Maya\",\r\n            \"Manuscripts, Mexican\",\r\n            \"Manuscripts, Montagnais\",\r\n            \"Manuscripts, Nahuatl\",\r\n            \"Manuscripts, Spanish\",\r\n            \"Manuscripts, Spanish American\",\r\n            \"Manuscripts, Tlaxcalan\",\r\n            \"Maple\",\r\n            \"Maple tree\",\r\n            \"Marble industry and trade\",\r\n            \"Marblehead\",\r\n            \"Marbles\",\r\n            \"Marbling\",\r\n            \"March for Our Lives\",\r\n            \"March on Washington for Jobs and Freedom\",\r\n            \"Marches\",\r\n            \"Marches (Instrumental ensemble)\",\r\n            \"Marches (Piano)\",\r\n            \"Marches (Voice with piano)\",\r\n            \"Marches (Voice with piano), Arranged\",\r\n            \"Marching bands (Music)\",\r\n            \"Marchioness\",\r\n            \"Marconi system\",\r\n            \"Marginellidae\",\r\n            \"Maria Ten Broeck\",\r\n            \"Marine Biology\",\r\n            \"Marine Corps\",\r\n            \"Marine algae\",\r\n            \"Marine aquariums\",\r\n            \"Marine aquariums, Public\",\r\n            \"Marine borers\",\r\n            \"Marine ecology\",\r\n            \"Marine engineer\",\r\n            \"Marine fishes\",\r\n            \"Marine invertebrates\",\r\n            \"Marine laboratories\",\r\n            \"Marine meteorology\",\r\n            \"Marine organisms\",\r\n            \"Marine painter\",\r\n            \"Marine painting\",\r\n            \"Marine plankton\",\r\n            \"Marine plants\",\r\n            \"Marine resources\",\r\n            \"Marine sciences\",\r\n            \"Marine sediments\",\r\n            \"Mariposa County\",\r\n            \"Mariposa Grove\",\r\n            \"Maritime law\",\r\n            \"Market\",\r\n            \"Market Street\",\r\n            \"Marks\",\r\n            \"Marksburg Castle\",\r\n            \"Marksman\",\r\n            \"Marl\",\r\n            \"Marmelito\",\r\n            \"Marne, 1st Battle of the, France, 1914\",\r\n            \"Marquis\",\r\n            \"Marquise\",\r\n            \"Marqu\u00e9s\",\r\n            \"Marriage\",\r\n            \"Marriage of the King's Son\",\r\n            \"Marseilles\",\r\n            \"Marshall Pass\",\r\n            \"Marshes\",\r\n            \"Marshmarigold\",\r\n            \"Marsupialia\",\r\n            \"Marsupials\",\r\n            \"Marsupials, Fossil\",\r\n            \"Marsyas\",\r\n            \"Martha\",\r\n            \"Martha's Vineyard\",\r\n            \"Martin Chuzzlewit\",\r\n            \"Martyr\",\r\n            \"Mary, Blessed Virgin, Saint\",\r\n            \"Maryland Heights\",\r\n            \"Masculine names\",\r\n            \"Masks\",\r\n            \"Masks (Sculpture)\",\r\n            \"Mason bees\",\r\n            \"Masonic\",\r\n            \"Masonic dress\",\r\n            \"Masonic symbols\",\r\n            \"Masquerade\",\r\n            \"Mass media\",\r\n            \"Massapponax Bridge\",\r\n            \"Masson\",\r\n            \"Mastodons\",\r\n            \"Materia medica\",\r\n            \"Materia medica, Vegetable\",\r\n            \"Materialism\",\r\n            \"Materials and instruments\",\r\n            \"Math symbols\",\r\n            \"Mathematical Association of America Objects\",\r\n            \"Mathematical Charts and Tables\",\r\n            \"Mathematical geography\",\r\n            \"Mathematical instruments\",\r\n            \"Mathematical statistics\",\r\n            \"Mathematician\",\r\n            \"Mathematicians\",\r\n            \"Mathematics\",\r\n            \"Mathematics, Greek\",\r\n            \"Matilija poppy\",\r\n            \"Maulstick\",\r\n            \"Mausoleum\",\r\n            \"Maxillopoda\",\r\n            \"May Day\",\r\n            \"May McWilliams\",\r\n            \"May cherry\",\r\n            \"Mayapple\",\r\n            \"Mayflies\",\r\n            \"Mayflower\",\r\n            \"Mayors\",\r\n            \"Maypop\",\r\n            \"Mazatenango\",\r\n            \"Mazatlan\",\r\n            \"McLean House\",\r\n            \"Mdewakanton Dakota\",\r\n            \"Meade\",\r\n            \"Meadow\",\r\n            \"Meadow beauty\",\r\n            \"Meadow fleabane\",\r\n            \"Meadowbrook Parsonage\",\r\n            \"Meal\",\r\n            \"Measuring device\",\r\n            \"Meat\",\r\n            \"Meat packer\",\r\n            \"Mechanical engineer\",\r\n            \"Mechanical engineering\",\r\n            \"Mechanics\",\r\n            \"Mechanics, Analytic\",\r\n            \"Mechanotherapy\",\r\n            \"Medal\",\r\n            \"Medal of Honor\",\r\n            \"Medalist\",\r\n            \"Medallion\",\r\n            \"Medals\",\r\n            \"Medical Scientist\",\r\n            \"Medical artist\",\r\n            \"Medical geography\",\r\n            \"Medical instruments and apparatus\",\r\n            \"Medical parasitology\",\r\n            \"Medical personnel\",\r\n            \"Medicine\",\r\n            \"Medicine Ceremony\",\r\n            \"Medicine Lodge Creek\",\r\n            \"Medicine and Health\",\r\n            \"Medicine man\",\r\n            \"Medicine, Ancient\",\r\n            \"Medicine, Arab\",\r\n            \"Medicine, Greek and Roman\",\r\n            \"Medicine, Medieval\",\r\n            \"Medicine, Military\",\r\n            \"Medicine, Popular\",\r\n            \"Medieval dress\",\r\n            \"Meditation\",\r\n            \"Mediterranean Sea\",\r\n            \"Medulla oblongata\",\r\n            \"Medusa\",\r\n            \"Meeting Street\",\r\n            \"Megalobatrachus maximus Schlegel\",\r\n            \"Megatherium\",\r\n            \"Meghoppen\",\r\n            \"Meiji era (1868 - 1912)\",\r\n            \"Meissen porcelain\",\r\n            \"Melanatria\",\r\n            \"Melancholy\",\r\n            \"Melanoplus\",\r\n            \"Meloidae\",\r\n            \"Melon\",\r\n            \"Melos\",\r\n            \"Melville Bay\",\r\n            \"Membracidae\",\r\n            \"Memoirist\",\r\n            \"Memorials\",\r\n            \"Memory\",\r\n            \"Men\",\r\n            \"Menageries\",\r\n            \"Mendel's law\",\r\n            \"Menidia\",\r\n            \"Mensuration\",\r\n            \"Mental health\",\r\n            \"Mentzelia laevicaulis\",\r\n            \"Menu\",\r\n            \"Menus\",\r\n            \"Menyanthes trifoliata\",\r\n            \"Menzies penstemon\",\r\n            \"Menziesia\",\r\n            \"Menziesia glabella\",\r\n            \"Merced River\",\r\n            \"Mercedes\",\r\n            \"Mercenaria\",\r\n            \"Merchant of Venice\",\r\n            \"Merchants\",\r\n            \"Merchants' Exchange\",\r\n            \"Mercury (Planet)\",\r\n            \"Meridians (Geodesy)\",\r\n            \"Mermaid\",\r\n            \"Merostomata\",\r\n            \"Merrimac\",\r\n            \"Merry Wives of Windsor\",\r\n            \"Merry-go-rounds\",\r\n            \"Mertensia paniculata\",\r\n            \"Mertensia virginica\",\r\n            \"Mesilla\",\r\n            \"Mesoderm\",\r\n            \"Mesogastropoda\",\r\n            \"Mesoplodon\",\r\n            \"Messenger\",\r\n            \"Messengers\",\r\n            \"Messina\",\r\n            \"Metabolism\",\r\n            \"Metal catalysts\",\r\n            \"Metal-work\",\r\n            \"Metalworker\",\r\n            \"Metalworking\",\r\n            \"Metamorphosis\",\r\n            \"Metamorphosis of insects\",\r\n            \"Metaphysics\",\r\n            \"Meteorites\",\r\n            \"Meteorological instruments\",\r\n            \"Meteorologist\",\r\n            \"Meteorology\",\r\n            \"Meteors\",\r\n            \"Meterology\",\r\n            \"Methodist Church\",\r\n            \"Methodology\",\r\n            \"Metric system\",\r\n            \"Meudon\",\r\n            \"Mevagissey\",\r\n            \"Mexican War, 1846-1848\",\r\n            \"Mexican fremontia\",\r\n            \"Mexican poppy\",\r\n            \"Mexico City\",\r\n            \"Mezzotint engraving\",\r\n            \"Mezzotint engraving, British\",\r\n            \"Mice\",\r\n            \"Michigan Avenue\",\r\n            \"Mickey Mouse (Fictitious character)\",\r\n            \"Micmac (Indiens)\",\r\n            \"Microbiologist\",\r\n            \"Microbiology\",\r\n            \"Microchemistry\",\r\n            \"Microorganisms\",\r\n            \"Microphone\",\r\n            \"Microscopes\",\r\n            \"Midas\",\r\n            \"Middle Passage\",\r\n            \"Middle ear\",\r\n            \"Midsummer Night's Dream\",\r\n            \"Midwifery\",\r\n            \"Migrations\",\r\n            \"Miles City\",\r\n            \"Military\",\r\n            \"Military & Policing Forces\",\r\n            \"Military Camp\",\r\n            \"Military Schools\",\r\n            \"Military and Intelligence\",\r\n            \"Military bands\",\r\n            \"Military campaigns\",\r\n            \"Military camps\",\r\n            \"Military decorations\",\r\n            \"Military engineer\",\r\n            \"Military engineering\",\r\n            \"Military officers\",\r\n            \"Military operations, Aerial\",\r\n            \"Military operations, Naval\",\r\n            \"Military parades & ceremonies\",\r\n            \"Military training camps\",\r\n            \"Military vehicle\",\r\n            \"Militiaman\",\r\n            \"Milkweed\",\r\n            \"Mill\",\r\n            \"Millers\",\r\n            \"Millet\",\r\n            \"Milling\",\r\n            \"Millipedes\",\r\n            \"Mills and mill-work\",\r\n            \"Milton\",\r\n            \"Milwaukee\",\r\n            \"Mime\",\r\n            \"Mimicry (Biology)\",\r\n            \"Mimulus bigelovii\",\r\n            \"Mimulus caespitosus\",\r\n            \"Mimulus cardinalis\",\r\n            \"Mimulus lewisii\",\r\n            \"Mimulus moschatus\",\r\n            \"Mine\",\r\n            \"Miner's candle\",\r\n            \"Mineral\",\r\n            \"Mineral industries\",\r\n            \"Mineral spring\",\r\n            \"Mineralogical museums\",\r\n            \"Mineralogist\",\r\n            \"Mineralogists\",\r\n            \"Mineralogy\",\r\n            \"Mineralogy, Determinative\",\r\n            \"Minerals\",\r\n            \"Minerals in pharmacology\",\r\n            \"Minerva\",\r\n            \"Mines (Military explosives)\",\r\n            \"Mines and mineral resources\",\r\n            \"Ming dynasty (1368 - 1644)\",\r\n            \"Ming-Qing dynasties\",\r\n            \"Miniatures (paintings)\",\r\n            \"Miniaturist\",\r\n            \"Minieh\",\r\n            \"Mining\",\r\n            \"Mining Lamps\",\r\n            \"Mining engineer\",\r\n            \"Minister\",\r\n            \"Minneapolis\",\r\n            \"Minnesota State Capitol\",\r\n            \"Minority Leader\",\r\n            \"Minstrel\",\r\n            \"Minstrel (Music)\",\r\n            \"Minstrel music\",\r\n            \"Minute Man\",\r\n            \"Miracle\",\r\n            \"Miranda\",\r\n            \"Miridae\",\r\n            \"Miroku Bosatsu\",\r\n            \"Mirror Lake\",\r\n            \"Mirrors\",\r\n            \"Mish&#x14D; school\",\r\n            \"Mispec\",\r\n            \"Missie\",\r\n            \"Missiologie\",\r\n            \"Missionaries\",\r\n            \"Missionaries, Medical\",\r\n            \"Missionary\",\r\n            \"Missions to Blacks & Africa, Southern\",\r\n            \"Missions to Jews\",\r\n            \"Mississippi Freedom Summer\",\r\n            \"Mississippi River\",\r\n            \"Missouri River\",\r\n            \"Mistmaiden\",\r\n            \"Mistress\",\r\n            \"Mistress of the Parsonage\",\r\n            \"Mitchella repens\",\r\n            \"Mitella nuda\",\r\n            \"Miter\",\r\n            \"Mites\",\r\n            \"Mitosis\",\r\n            \"Mitridae\",\r\n            \"Mobcap\",\r\n            \"Moccasin flower\",\r\n            \"Moccasins\",\r\n            \"Model ship\",\r\n            \"Models (Clay, plaster, etc.)\",\r\n            \"Models (representations)\",\r\n            \"Modern dance\",\r\n            \"Modern period (1910 - present)\",\r\n            \"Modern period (1912 - present)\",\r\n            \"Moehringia laberiflora\",\r\n            \"Moel Siabod\",\r\n            \"Moeurs et coutumes\",\r\n            \"Mojave Desert\",\r\n            \"Mold blown\",\r\n            \"Mole crickets\",\r\n            \"Moles (Animals)\",\r\n            \"Molidae\",\r\n            \"Mollusca (Sistematica)\",\r\n            \"Mollusks\",\r\n            \"Mollusks, Fossil\",\r\n            \"Momoyama period (1573 - 1615)\",\r\n            \"Monadnock\",\r\n            \"Monarda punctata\",\r\n            \"Monastery\",\r\n            \"Moneses uniflora\",\r\n            \"Monetary\",\r\n            \"Money\",\r\n            \"Monhegan Island\",\r\n            \"Monique\",\r\n            \"Monitor\",\r\n            \"Monju\",\r\n            \"Monk\",\r\n            \"Monkeys\",\r\n            \"Monmouth, Battle of, Freehold, N.J., 1778\",\r\n            \"Monocle\",\r\n            \"Monocotyledonae\",\r\n            \"Monocotyledons\",\r\n            \"Monogenea\",\r\n            \"Monogenism and polygenism\",\r\n            \"Monograms\",\r\n            \"Monomonie\",\r\n            \"Monoplacophora\",\r\n            \"Monoplanes\",\r\n            \"Monothalamea\",\r\n            \"Monotremes\",\r\n            \"Monotropa uniflora\",\r\n            \"Monreale\",\r\n            \"Monroe Street\",\r\n            \"Monselice\",\r\n            \"Monsters\",\r\n            \"Monsters in art\",\r\n            \"Mont Saint Michel\",\r\n            \"Mont St. Michel\",\r\n            \"Montana parnassia\",\r\n            \"Montauk Point\",\r\n            \"Monte Rosa\",\r\n            \"Monterey\",\r\n            \"Montgomery\",\r\n            \"Montgomery Street\",\r\n            \"Monticello\",\r\n            \"Montigny\",\r\n            \"Montmorency Falls\",\r\n            \"Montreuil\",\r\n            \"Monument Park\",\r\n            \"Monuments\",\r\n            \"Mood (Psychology)\",\r\n            \"Moody\",\r\n            \"Moon\",\r\n            \"Moon bridge\",\r\n            \"Moon hoax\",\r\n            \"Moonlight\",\r\n            \"Moor animals\",\r\n            \"Moor ecology\",\r\n            \"Moorish\",\r\n            \"Moorish dress\",\r\n            \"Moose\",\r\n            \"Moraeas\",\r\n            \"Moral Re-Armament (MRA)\",\r\n            \"Morale\",\r\n            \"Morality & Religious Prints\",\r\n            \"Mordvins\",\r\n            \"Moret\",\r\n            \"Mormonism\",\r\n            \"Mormyridae\",\r\n            \"Mormyrus\",\r\n            \"Morning\",\r\n            \"Morning glory\",\r\n            \"Morning-glory\",\r\n            \"Morphology\",\r\n            \"Morphology (Animals)\",\r\n            \"Morris Island\",\r\n            \"Morristown\",\r\n            \"Mortality\",\r\n            \"Mosaics\",\r\n            \"Moscow\",\r\n            \"Mosel River\",\r\n            \"Moses (Biblical leader)\",\r\n            \"Mosques\",\r\n            \"Mosquitoes as carriers of disease\",\r\n            \"Moss campion\",\r\n            \"Moss forget-me-not\",\r\n            \"Moss gentian\",\r\n            \"Moss pink\",\r\n            \"Mosses\",\r\n            \"Mother Goose\",\r\n            \"Mother and child\",\r\n            \"Mother of US President\",\r\n            \"Mother of pearl\",\r\n            \"Mother-of-pearl\",\r\n            \"Motherhood\",\r\n            \"Mothers\",\r\n            \"Moths in art\",\r\n            \"Motion picture theaters\",\r\n            \"Motion pictures\",\r\n            \"Motion study\",\r\n            \"Motor vehicle industry\",\r\n            \"Motorboat\",\r\n            \"Motorboats\",\r\n            \"Motorcycles\",\r\n            \"Motorcyclists\",\r\n            \"Motors\",\r\n            \"Motorsports\",\r\n            \"Motown (Music)\",\r\n            \"Mounds\",\r\n            \"Mount Ancon\",\r\n            \"Mount Bounaveau\",\r\n            \"Mount Chocorua\",\r\n            \"Mount Cotopaxi\",\r\n            \"Mount Emei\",\r\n            \"Mount Etna\",\r\n            \"Mount Fuji\",\r\n            \"Mount Hamilton\",\r\n            \"Mount Hood\",\r\n            \"Mount Horeb\",\r\n            \"Mount McIntyre\",\r\n            \"Mount Meru\",\r\n            \"Mount Monadnock\",\r\n            \"Mount Oliveto\",\r\n            \"Mount Olympus\",\r\n            \"Mount Orizaba\",\r\n            \"Mount Pellegrino\",\r\n            \"Mount Pico\",\r\n            \"Mount Pilatus\",\r\n            \"Mount Sinai\",\r\n            \"Mount Tabor\",\r\n            \"Mount Tom\",\r\n            \"Mount Vernon\",\r\n            \"Mount Vernon Street\",\r\n            \"Mount Vesuvius\",\r\n            \"Mount Washington\",\r\n            \"Mountain ash tree\",\r\n            \"Mountain cranberry\",\r\n            \"Mountain goat\",\r\n            \"Mountain goldenrod\",\r\n            \"Mountain hemlock\",\r\n            \"Mountain juniper\",\r\n            \"Mountain ladyslipper\",\r\n            \"Mountain laurel\",\r\n            \"Mountain rose-bay\",\r\n            \"Mountain sheep\",\r\n            \"Mountains\",\r\n            \"Mounting of microscope specimens\",\r\n            \"Mourning\",\r\n            \"Mourning groundsel\",\r\n            \"Mourning jewelry\",\r\n            \"Mouse\",\r\n            \"Movie set\",\r\n            \"Moxa\",\r\n            \"Mozart\",\r\n            \"Mpororo\",\r\n            \"Mrs. Otcheson\",\r\n            \"Mudfish\",\r\n            \"Mudra\",\r\n            \"Muff\",\r\n            \"Muffler\",\r\n            \"Muffs\",\r\n            \"Mug\",\r\n            \"Mughal dynasty (1526 - 1858)\",\r\n            \"Mugshot\",\r\n            \"Muhammad\",\r\n            \"Mule\",\r\n            \"Mullah\",\r\n            \"Mullion Cove\",\r\n            \"Multilingual communication\",\r\n            \"Municipal Government\",\r\n            \"Municipal ownership\",\r\n            \"Municipal reformer\",\r\n            \"Municipal water supply\",\r\n            \"Mural painting and decoration\",\r\n            \"Mural painting and decoration, Baroque\",\r\n            \"Mural painting and decoration, Greco-Roman\",\r\n            \"Mural painting and decoration, Italian\",\r\n            \"Mural study\",\r\n            \"Muralist\",\r\n            \"Murder\",\r\n            \"Murderer\",\r\n            \"Muricidae\",\r\n            \"Muridae\",\r\n            \"Muromachi period (1333 - 1573)\",\r\n            \"Muscari racemosum\",\r\n            \"Muscidae\",\r\n            \"Muscles\",\r\n            \"Muses (Greek deities)\",\r\n            \"Museum attendance\",\r\n            \"Museum buildings\",\r\n            \"Museum conservation methods\",\r\n            \"Museum founder\",\r\n            \"Museum trustees\",\r\n            \"Museums\",\r\n            \"Mushroom\",\r\n            \"Mushroom culture\",\r\n            \"Mushrooms\",\r\n            \"Music\",\r\n            \"Music critic\",\r\n            \"Music festivals\",\r\n            \"Music printing\",\r\n            \"Music room\",\r\n            \"Musical Theatre\",\r\n            \"Musical films\",\r\n            \"Musical instruments\",\r\n            \"Musical instruments, Prehistoric\",\r\n            \"Musical note\",\r\n            \"Musicians\",\r\n            \"Musidora\",\r\n            \"Musique\",\r\n            \"Musk-flower\",\r\n            \"Muskox\",\r\n            \"Muskrat\",\r\n            \"Musophagidae\",\r\n            \"Musquakee\",\r\n            \"Mussel\",\r\n            \"Mussel fisheries\",\r\n            \"Musselburgh Bridge\",\r\n            \"Mussels\",\r\n            \"Mustaches\",\r\n            \"Mutilation\",\r\n            \"Mutillidae\",\r\n            \"Mutineer\",\r\n            \"Muttonchops\",\r\n            \"Muybridge\",\r\n            \"Mycetophilidae\",\r\n            \"Mycologie\",\r\n            \"Mycorrhizas\",\r\n            \"Myiasis\",\r\n            \"Mynah bird\",\r\n            \"Myosotis alpestris\",\r\n            \"Myriapoda\",\r\n            \"Myrionemataceae\",\r\n            \"Myron Bement Smith collection\",\r\n            \"Mysidacea\",\r\n            \"Mysidae\",\r\n            \"Mystic\",\r\n            \"Mythical\",\r\n            \"Mythological animal\",\r\n            \"Mythological subject\",\r\n            \"Mythology\",\r\n            \"Mythology, Classical\",\r\n            \"Mythology, Classical, in art\",\r\n            \"Mythology, Greek\",\r\n            \"Mythology, Maasai\",\r\n            \"Mythology, Maori\",\r\n            \"Mythology, West African\",\r\n            \"Mytilus\",\r\n            \"Myxinidae\",\r\n            \"Myxomycetes\",\r\n            \"Myxosporidia\",\r\n            \"NC-4 (Seaplane)\",\r\n            \"NMAH Reception Suite\",\r\n            \"Nabalus albus\",\r\n            \"Nahant\",\r\n            \"Nahuatl literature\",\r\n            \"Naiad springbeauty\",\r\n            \"Naididae\",\r\n            \"Najadaceae\",\r\n            \"Nakula\",\r\n            \"Nala Damayanti\",\r\n            \"Names\",\r\n            \"Nanbokucho period (1333 - 1392)\",\r\n            \"Nancy\",\r\n            \"Nantes\",\r\n            \"Nantucket\",\r\n            \"Naples\",\r\n            \"Napoleon\",\r\n            \"Napoleonic Wars\",\r\n            \"Napoleonic dress\",\r\n            \"Nara period (645 - 794)\",\r\n            \"Narcissus\",\r\n            \"Narragansett Pier\",\r\n            \"Nassidae\",\r\n            \"Natchez, MS\",\r\n            \"Naticidae\",\r\n            \"National Guard\",\r\n            \"National Park Service\",\r\n            \"National Stamp Collection\",\r\n            \"National Symbols\",\r\n            \"National Treasures exhibit\",\r\n            \"National emblems\",\r\n            \"National parks and reserves\",\r\n            \"Native American advisor\",\r\n            \"Native American cultural intermediary\",\r\n            \"Native American diplomat\",\r\n            \"Native American interpreter\",\r\n            \"Native American leader\",\r\n            \"Native American orator\",\r\n            \"Native American scout\",\r\n            \"Native American warrior\",\r\n            \"Nativism\",\r\n            \"Nativity\",\r\n            \"Natural History\",\r\n            \"Natural Resource Occupations\",\r\n            \"Natural arch\",\r\n            \"Natural areas\",\r\n            \"Natural disasters\",\r\n            \"Natural gas\",\r\n            \"Natural history illustrators\",\r\n            \"Natural history museums\",\r\n            \"Natural products\",\r\n            \"Natural theology\",\r\n            \"Naturalists\",\r\n            \"Nature\",\r\n            \"Nature (Aesthetics)\",\r\n            \"Nature (Esthetics)\",\r\n            \"Nature conservation\",\r\n            \"Nature in art\",\r\n            \"Nature in the Bible\",\r\n            \"Nature photography\",\r\n            \"Nature prints\",\r\n            \"Nature stories\",\r\n            \"Nature study\",\r\n            \"Nature writer\",\r\n            \"Naushon Island\",\r\n            \"Nautical almanacs\",\r\n            \"Nautical astronomy\",\r\n            \"Nautical instruments\",\r\n            \"Nautilida\",\r\n            \"Nautilidae\",\r\n            \"Nautiloidea\",\r\n            \"Nautiloidea, Fossil\",\r\n            \"Navaho country\",\r\n            \"Naval History\",\r\n            \"Naval architect\",\r\n            \"Naval architecture\",\r\n            \"Naval art and science\",\r\n            \"Naval aviator\",\r\n            \"Naval clerk\",\r\n            \"Naval militia\",\r\n            \"Naval operations\",\r\n            \"Naval prints\",\r\n            \"Naval seaman\",\r\n            \"Naval warfare\",\r\n            \"Navarro Ridge\",\r\n            \"Navesink\",\r\n            \"Navesink River\",\r\n            \"Navies\",\r\n            \"Navigation\",\r\n            \"Navigator\",\r\n            \"Navy Cross\",\r\n            \"Navy chaplain\",\r\n            \"Nawab\",\r\n            \"Naxos\",\r\n            \"Nayon\",\r\n            \"Nazareth\",\r\n            \"Nebulae\",\r\n            \"Necklace\",\r\n            \"Neckties\",\r\n            \"Nectarine\",\r\n            \"Necturus\",\r\n            \"Needlepoint lace\",\r\n            \"Needlework industry and trade\",\r\n            \"Nelson\",\r\n            \"Nelson's Column\",\r\n            \"Nematoda\",\r\n            \"Nematodes\",\r\n            \"Nemertea\",\r\n            \"Nemes, Geographical\",\r\n            \"Neoclassicism\",\r\n            \"Neoclassicism (Architecture)\",\r\n            \"Neogastropoda\",\r\n            \"Neolithic period (ca. 7000 - ca. 1700 BCE)\",\r\n            \"Neptune (Planet)\",\r\n            \"Neritidae\",\r\n            \"Neritidae, Fossil\",\r\n            \"Nervous system\",\r\n            \"Neshaminy Creek\",\r\n            \"Nest building\",\r\n            \"Nests\",\r\n            \"Nets\",\r\n            \"Netting\",\r\n            \"Neuroanatomy\",\r\n            \"Neuroptera\",\r\n            \"Neuroptera, Fossil\",\r\n            \"Nevada County\",\r\n            \"Nevada Falls\",\r\n            \"Nevers\",\r\n            \"Nevin\",\r\n            \"New Acquisitions\",\r\n            \"New Boston\",\r\n            \"New Deal, 1933-1939\",\r\n            \"New Haven\",\r\n            \"New Haven, CT\",\r\n            \"New Kingdom (ca. 1539 - 1075 BCE)\",\r\n            \"New London\",\r\n            \"New Mexican locust\",\r\n            \"New Mexico Territory\",\r\n            \"New Orleans, LA\",\r\n            \"New World\",\r\n            \"New World monkeys\",\r\n            \"New Year's Day\",\r\n            \"New Years\",\r\n            \"New York Bay\",\r\n            \"New York City Hall\",\r\n            \"New York Harbor\",\r\n            \"New York Post Office\",\r\n            \"New York Public Library\",\r\n            \"New York, NY\",\r\n            \"New year\",\r\n            \"Newark, NJ\",\r\n            \"Newburgh\",\r\n            \"Newspaper editor\",\r\n            \"Newspaper publisher\",\r\n            \"Newspaper seller\",\r\n            \"Newspapers\",\r\n            \"Newsroom\",\r\n            \"Nez Perce\u0301 language\",\r\n            \"Nez Perce\u0301s\",\r\n            \"Niagara Falls\",\r\n            \"Niagara Movement 1905-1909\",\r\n            \"Nice\",\r\n            \"Nicea\",\r\n            \"Nichiren Buddhism\",\r\n            \"Nicodemus\",\r\n            \"Nicotiana\",\r\n            \"Niederheimbach\",\r\n            \"Night\",\r\n            \"Night-blooming cereus\",\r\n            \"Nightclub\",\r\n            \"Nightclubs\",\r\n            \"Nightlife\",\r\n            \"Nike)\",\r\n            \"Nikko\",\r\n            \"Nile River\",\r\n            \"Nilson, Johann Esaias\",\r\n            \"Nimes\",\r\n            \"Nineteenth century dress\",\r\n            \"Nirwana\",\r\n            \"Nishnabottana Bluffs\",\r\n            \"Nitrogen\",\r\n            \"Nitroglycerin\",\r\n            \"Noah\",\r\n            \"Noah's Ark\",\r\n            \"Noah's ark\",\r\n            \"Nobel Prize\",\r\n            \"Nobel Prizes\",\r\n            \"Nobility\",\r\n            \"Nobody, Mr. (Fictitious character)\",\r\n            \"Noctuidae\",\r\n            \"Nocturne\",\r\n            \"Nodding campion\",\r\n            \"Nodding ladies tresses\",\r\n            \"Nodding onion\",\r\n            \"Nodosariata\",\r\n            \"Noh\",\r\n            \"Nomenclature\",\r\n            \"Nomoli Style\",\r\n            \"Non-representational\",\r\n            \"Nonquitt\",\r\n            \"Noon\",\r\n            \"Nordic\",\r\n            \"Norfolk, VA\",\r\n            \"North Church\",\r\n            \"North Conway\",\r\n            \"Northern Qi dynasty (550 - 577)\",\r\n            \"Northern Song dynasty (960 - 1127)\",\r\n            \"Northern Wei dynasty (386 - 534)\",\r\n            \"Northern Zhou dynasty (557 - 581)\",\r\n            \"Northern anemone\",\r\n            \"Northern bedstraw\",\r\n            \"Northern butterbur\",\r\n            \"Northern butterwort\",\r\n            \"Northern dynasties (386 - 581)\",\r\n            \"Northern hedysarum\",\r\n            \"Northern ladyslipper\",\r\n            \"Northern onion\",\r\n            \"Northern right whale\",\r\n            \"Northfork Creek\",\r\n            \"Norton St. Philip\",\r\n            \"Norwich\",\r\n            \"Norwich Harbor\",\r\n            \"Norwich, CT\",\r\n            \"Nose ring\",\r\n            \"Notes\",\r\n            \"Notharctus\",\r\n            \"Notodontidae\",\r\n            \"Notostraca\",\r\n            \"Notre Dame\",\r\n            \"Notre Dame de Paris\",\r\n            \"Novelists\",\r\n            \"Novelties\",\r\n            \"Novelty balloons\",\r\n            \"Novelty songs\",\r\n            \"Noyau cellulaire\",\r\n            \"Nozzles\",\r\n            \"No\u0304\",\r\n            \"No\u0304 in art\",\r\n            \"Nubble Lighthouse\",\r\n            \"Nubien\",\r\n            \"Nuculidae\",\r\n            \"Nuculoida\",\r\n            \"Nuculoida, Fossil\",\r\n            \"Nuda\",\r\n            \"Nudibranchia\",\r\n            \"Nudity\",\r\n            \"Number theory\",\r\n            \"Numerology\",\r\n            \"Numismatics\",\r\n            \"Nummulitidae, Fossil\",\r\n            \"Nuremburg\",\r\n            \"Nursemaid\",\r\n            \"Nursery\",\r\n            \"Nursery rhymes\",\r\n            \"Nursing\",\r\n            \"Nut\",\r\n            \"Nutmeg (Spice)\",\r\n            \"Nutmeg tree\",\r\n            \"Nutrition\",\r\n            \"Nuyorican Movement\",\r\n            \"Nymph\",\r\n            \"Nymph and Bittern\",\r\n            \"Nymphula oryzalis\",\r\n            \"O Kee Pa Ceremony\",\r\n            \"O.T\",\r\n            \"OSS\",\r\n            \"Oak\",\r\n            \"Oak Cliff\",\r\n            \"Oak tree\",\r\n            \"Oakland, CA\",\r\n            \"Oar\",\r\n            \"Oath\",\r\n            \"Oats\",\r\n            \"Oaxaca\",\r\n            \"Obedience\",\r\n            \"Obelisk\",\r\n            \"Obelisks\",\r\n            \"Oberammergau\",\r\n            \"Oberwesel\",\r\n            \"Observations\",\r\n            \"Obsidian\",\r\n            \"Obstetrician\",\r\n            \"Occultism\",\r\n            \"Occupations\",\r\n            \"Ocean\",\r\n            \"Ocean bottom\",\r\n            \"Ocean liner\",\r\n            \"Oceanographer\",\r\n            \"Oceanographic instruments\",\r\n            \"Oceans\",\r\n            \"Oconee-bells\",\r\n            \"Ocotillo\",\r\n            \"Octopoda\",\r\n            \"Octopodes\",\r\n            \"Octopuses\",\r\n            \"Ocypodidae\",\r\n            \"Odd Fellows\",\r\n            \"Odd Fellowship\",\r\n            \"Odeon\",\r\n            \"Odonata\",\r\n            \"Odontornithes\",\r\n            \"Odyssey\",\r\n            \"Oedogoniaceae\",\r\n            \"Oegopsida\",\r\n            \"Oenothera\",\r\n            \"Oenothera howardi\",\r\n            \"Oenothera lavandalaefolia\",\r\n            \"Oestridae\",\r\n            \"Office\",\r\n            \"Office Machines\",\r\n            \"Office building\",\r\n            \"Office equipment and supplies\",\r\n            \"Officer\",\r\n            \"Ohio River\",\r\n            \"Oiseaux\",\r\n            \"Ojibwa children\",\r\n            \"Okame\",\r\n            \"Okinokans\",\r\n            \"Old Black Joe\",\r\n            \"Old Book List\",\r\n            \"Old Executive Office Building\",\r\n            \"Old Fort Herkimer Church\",\r\n            \"Old Lyme\",\r\n            \"Old age\",\r\n            \"Older people\",\r\n            \"Oligochaeta\",\r\n            \"Oliva\",\r\n            \"Olive\",\r\n            \"Olive branch\",\r\n            \"Olive tree\",\r\n            \"Olympic Medal\",\r\n            \"Olympic medal\",\r\n            \"Olympics\",\r\n            \"Omote Senke school\",\r\n            \"On postage stamps\",\r\n            \"On the Water exhibit\",\r\n            \"One-leaf-bog-orchid\",\r\n            \"Onion\",\r\n            \"Oniscidae\",\r\n            \"Onteora\",\r\n            \"Ontogeny\",\r\n            \"Onychophora\",\r\n            \"Opalescent River\",\r\n            \"Opalinida\",\r\n            \"Opera\",\r\n            \"Opera (Music)\",\r\n            \"Opera patron\",\r\n            \"Operas\",\r\n            \"Operational readiness\",\r\n            \"Operational readiness (Military science)\",\r\n            \"Ophelia\",\r\n            \"Ophiuchus\",\r\n            \"Ophiurida\",\r\n            \"Ophiuridae\",\r\n            \"Ophiuroidea\",\r\n            \"Ophrys necrophylla\",\r\n            \"Opiliones\",\r\n            \"Opisthobranchia\",\r\n            \"Opisthobranchia, Fossil\",\r\n            \"Optical Devices\",\r\n            \"Optical instruments\",\r\n            \"Optics\",\r\n            \"Optimism\",\r\n            \"Opuntia imbricata\",\r\n            \"Oral Surgeon\",\r\n            \"Orange\",\r\n            \"Orange polygala\",\r\n            \"Orange-eye globemallow\",\r\n            \"Oranges\",\r\n            \"Orangutans\",\r\n            \"Orator\",\r\n            \"Oratory\",\r\n            \"Orb\",\r\n            \"Orbits\",\r\n            \"Orchard\",\r\n            \"Orchestra\",\r\n            \"Orchestral (Music)\",\r\n            \"Orchideee\u0308n\",\r\n            \"Orchids\",\r\n            \"Orchids in art\",\r\n            \"Orchis\",\r\n            \"Orchis rotundifolia\",\r\n            \"Orchis spectabilis\",\r\n            \"Ordens Menores)\",\r\n            \"Orders\",\r\n            \"Ordnance\",\r\n            \"Ordnance, Rapid-fire\",\r\n            \"Orejon\",\r\n            \"Oreocarya virgata\",\r\n            \"Organ\",\r\n            \"Organ grinder\",\r\n            \"Organ music\",\r\n            \"Organic compounds\",\r\n            \"Organized crime leader\",\r\n            \"Oriana\",\r\n            \"Orientation\",\r\n            \"Origin\",\r\n            \"Orion\",\r\n            \"Oriskany\",\r\n            \"Orizaba\",\r\n            \"Orleans Territory\",\r\n            \"Ornamental birds\",\r\n            \"Ornamental combs\",\r\n            \"Ornamental fishes\",\r\n            \"Ornamental hairwork\",\r\n            \"Ornamental horticulture\",\r\n            \"Ornamental shrubs\",\r\n            \"Ornamental trees\",\r\n            \"Ornamentation\",\r\n            \"Ornithological illustration\",\r\n            \"Ornithologist\",\r\n            \"Orobanche fasciculata\",\r\n            \"Orontium aquaticum\",\r\n            \"Orphan\",\r\n            \"Orthalicidae\",\r\n            \"Orthocarpus erianthus\",\r\n            \"Orthocarpus tenuifolius\",\r\n            \"Orthography and spelling\",\r\n            \"Orthoptera\",\r\n            \"Oscar\",\r\n            \"Osiris\",\r\n            \"Osprey\",\r\n            \"Osteichthyes\",\r\n            \"Ostracoda\",\r\n            \"Ostracoda, Fossil\",\r\n            \"Ostreidae\",\r\n            \"Ostrich farming\",\r\n            \"Ostrich farms\",\r\n            \"Ostriches\",\r\n            \"Oswego, NY\",\r\n            \"Othello\",\r\n            \"Otters\",\r\n            \"Ottoman\",\r\n            \"Ottoman period (1307 - 1922)\",\r\n            \"Ouchy\",\r\n            \"Outdoor life\",\r\n            \"Outdoor recreation\",\r\n            \"Outdoor sculpture\",\r\n            \"Outer space\",\r\n            \"Outerwear\",\r\n            \"Outlaw\",\r\n            \"Outrigger canoes\",\r\n            \"Ouvrages illustre\u0301es\",\r\n            \"Ovaries\",\r\n            \"Overcoat\",\r\n            \"Overland journeys to the Pacific\",\r\n            \"Owl\",\r\n            \"Owl's clover\",\r\n            \"Owlflies\",\r\n            \"Owls\",\r\n            \"Ownership\",\r\n            \"Oxalidaceae\",\r\n            \"Oxalis\",\r\n            \"Oxen\",\r\n            \"Oxford\",\r\n            \"Oxycoccus palustris\",\r\n            \"Oxygen\",\r\n            \"Oxyrhycha\",\r\n            \"Oxystomata\",\r\n            \"Oxytropia gracilis\",\r\n            \"Oxytropis aepicola\",\r\n            \"Oxytropis podocarpa\",\r\n            \"Oxytropis splendens\",\r\n            \"Oya Jizo\",\r\n            \"Oyster culture\",\r\n            \"Oyster fisheries\",\r\n            \"Oyster hatcheries\",\r\n            \"Oysters\",\r\n            \"Oysters, Fossil\",\r\n            \"Pachyderms\",\r\n            \"Pachyloplus hirsutus\",\r\n            \"Pachyloplus marginatus\",\r\n            \"Pacific dogwood\",\r\n            \"Pacific herring\",\r\n            \"Pacific railroads\",\r\n            \"Pacific railroads.\",\r\n            \"Pacifist\",\r\n            \"Paddestoelen\",\r\n            \"Paddle steamers\",\r\n            \"Paestum\",\r\n            \"Paganism\",\r\n            \"Pageants\",\r\n            \"Pagoda\",\r\n            \"Pails\",\r\n            \"Paine\",\r\n            \"Paint jar\",\r\n            \"Paintbrush\",\r\n            \"Painted\",\r\n            \"Painted trillium\",\r\n            \"Painters\",\r\n            \"Painters, American\",\r\n            \"Painting\",\r\n            \"Painting, British\",\r\n            \"Painting, Byzantine\",\r\n            \"Painting, Chinese\",\r\n            \"Painting, European\",\r\n            \"Painting, French\",\r\n            \"Painting, German\",\r\n            \"Painting, Industrial\",\r\n            \"Painting, Italian\",\r\n            \"Painting, Japanese\",\r\n            \"Paiute baskets\",\r\n            \"Pala-Sena dynasty (750 - 1100)\",\r\n            \"Palace\",\r\n            \"Palace of Justice\",\r\n            \"Palace of Nero\",\r\n            \"Palace of Popes\",\r\n            \"Palaeacanthocephala\",\r\n            \"Palaemon\",\r\n            \"Palaemonidae\",\r\n            \"Palanquin\",\r\n            \"Palatine Hill\",\r\n            \"Palazzo Vecchio\",\r\n            \"Pala\u0308obiologie\",\r\n            \"Pale ladyslipper\",\r\n            \"Pale pinesap\",\r\n            \"Pale strawberry\",\r\n            \"Paleobiogeography\",\r\n            \"Paleobotanists\",\r\n            \"Paleobotany\",\r\n            \"Paleogeneral\",\r\n            \"Paleogeography\",\r\n            \"Paleography\",\r\n            \"Paleontologist\",\r\n            \"Paleontologists\",\r\n            \"Paleontology\",\r\n            \"Paleoontology\",\r\n            \"Paleozic\",\r\n            \"Palette\",\r\n            \"Pale\u0301ontologie\",\r\n            \"Pale\u0301ozoologie\",\r\n            \"Palimpsests\",\r\n            \"Palin\",\r\n            \"Pallavicinia\",\r\n            \"Palm\",\r\n            \"Palm tree\",\r\n            \"Palmistry\",\r\n            \"Palms\",\r\n            \"Pamela\",\r\n            \"Pamphagodes\",\r\n            \"Pamphlet\",\r\n            \"Pan (Greek deity)\",\r\n            \"Pan Africanism\",\r\n            \"Panagachel Valley\",\r\n            \"Panama City\",\r\n            \"Pancreas\",\r\n            \"Pangolins\",\r\n            \"Panicum\",\r\n            \"Panorama\",\r\n            \"Panoramas\",\r\n            \"Pansy\",\r\n            \"Pansy violet\",\r\n            \"Pantheon\",\r\n            \"Panther\",\r\n            \"Pantographs\",\r\n            \"Pantomimes with music\",\r\n            \"Papaw\",\r\n            \"Paper\",\r\n            \"Paper industry\",\r\n            \"Paper work\",\r\n            \"Papermaking\",\r\n            \"Papers\",\r\n            \"Papilionidae\",\r\n            \"Papillons\",\r\n            \"Parachutes\",\r\n            \"Parachuting\",\r\n            \"Parade\",\r\n            \"Parades\",\r\n            \"Paradise Valley\",\r\n            \"Parallel Rules\",\r\n            \"Parallels (Geometry)\",\r\n            \"Parasites\",\r\n            \"Parasitic plants\",\r\n            \"Parasitism\",\r\n            \"Parasitologist\",\r\n            \"Parasol\",\r\n            \"Parasols\",\r\n            \"Parenthood\",\r\n            \"Parinirvana\",\r\n            \"Park Row\",\r\n            \"Parka\",\r\n            \"Parkhurst, Micajah, Mrs.\",\r\n            \"Parks\",\r\n            \"Parks (National), United States: Zion\",\r\n            \"Parks, public\",\r\n            \"Parliament\",\r\n            \"Parliamentarian\",\r\n            \"Parnassia fimbriata\",\r\n            \"Parnassia montanesis\",\r\n            \"Parnassians\",\r\n            \"Parodies, French\",\r\n            \"Paros\",\r\n            \"Parrot\",\r\n            \"Parrot pitcherplant\",\r\n            \"Parrots\",\r\n            \"Parry's penstemon\",\r\n            \"Parsley\",\r\n            \"Parterre d'Eau\",\r\n            \"Parthenogenesis in animals\",\r\n            \"Parthenon\",\r\n            \"Participation, German\",\r\n            \"Partridge\",\r\n            \"Partridgeberry\",\r\n            \"Partridges\",\r\n            \"Partula\",\r\n            \"Parvati\",\r\n            \"Pasadena\",\r\n            \"Passaic\",\r\n            \"Passaic Meadows\",\r\n            \"Passalidae\",\r\n            \"Passementerie\",\r\n            \"Passenger pigeon\",\r\n            \"Passenger trains\",\r\n            \"Passengers\",\r\n            \"Passeriformes\",\r\n            \"Passeroma cyanea\",\r\n            \"Passiflora incarnata\",\r\n            \"Passing Song\",\r\n            \"Passion\",\r\n            \"Past\",\r\n            \"Paste (glass)\",\r\n            \"Pastelist\",\r\n            \"Pastor\",\r\n            \"Pastry\",\r\n            \"Patching\",\r\n            \"Patent Model School Seats and Desks\",\r\n            \"Patent Models, Graphic Arts\",\r\n            \"Patent Models, Sewing Machines\",\r\n            \"Patent Models, Textile Machinery\",\r\n            \"Patent Office Building\",\r\n            \"Patent Officer\",\r\n            \"Patent model\",\r\n            \"Patents\",\r\n            \"Path\",\r\n            \"Pathologist\",\r\n            \"Pathology\",\r\n            \"Patio\",\r\n            \"Patmos\",\r\n            \"Patriotic music\",\r\n            \"Patriotism\",\r\n            \"Patron of the arts\",\r\n            \"Pattern design\",\r\n            \"Patterns\",\r\n            \"Paul\",\r\n            \"Paussus\",\r\n            \"Pavements, Mosaic\",\r\n            \"Pavia\",\r\n            \"Pavilion\",\r\n            \"Pea\",\r\n            \"Peace\",\r\n            \"Peace Jubilee\",\r\n            \"Peace activist\",\r\n            \"Peace medal\",\r\n            \"Peace pipe\",\r\n            \"Peace sign\",\r\n            \"Peace signs\",\r\n            \"Peach\",\r\n            \"Peach tree\",\r\n            \"Peach-yellows\",\r\n            \"Peacham\",\r\n            \"Peacock\",\r\n            \"Peacocks\",\r\n            \"Pear\",\r\n            \"Pear tree\",\r\n            \"Pearl\",\r\n            \"Pearl Street\",\r\n            \"Pearl button industry\",\r\n            \"Pearl everlasting\",\r\n            \"Pearl fisheries\",\r\n            \"Pearls\",\r\n            \"Pears\",\r\n            \"Peasant\",\r\n            \"Peatpink\",\r\n            \"Peddler\",\r\n            \"Peddling\",\r\n            \"Pedestal\",\r\n            \"Pedestals\",\r\n            \"Pediatrist\",\r\n            \"Pedicularis bracteosa\",\r\n            \"Pedicularis contorta\",\r\n            \"Pedicularis groenlandica\",\r\n            \"Pedicularis raremosa\",\r\n            \"Pediment\",\r\n            \"Pee Dee River\",\r\n            \"Peel\",\r\n            \"Peepshows - History\",\r\n            \"Pegasus\",\r\n            \"Peggy\",\r\n            \"Pelagic fishes\",\r\n            \"Pelican\",\r\n            \"Pelt\",\r\n            \"Peltaspermopsida\",\r\n            \"Peltogaster\",\r\n            \"Pelvic bones\",\r\n            \"Pelvis\",\r\n            \"Pelycosauria\",\r\n            \"Penaeus\",\r\n            \"Pencil\",\r\n            \"Pencil industry\",\r\n            \"Pendant\",\r\n            \"Pendulum\",\r\n            \"Penglai\",\r\n            \"Penguins\",\r\n            \"Penmanship\",\r\n            \"Pennant\",\r\n            \"Pennsylvania Academy of Fine Arts\",\r\n            \"Pennsylvania Avenue\",\r\n            \"Pennsylvania Avenue N.W.\",\r\n            \"Pennsylvania Railroad\",\r\n            \"Penologist\",\r\n            \"Pens\",\r\n            \"Pensacola\",\r\n            \"Pensarn\",\r\n            \"Penserosoo\",\r\n            \"Pensions\",\r\n            \"Penstemon\",\r\n            \"Penstemon ambiguus\",\r\n            \"Penstemon barbatus\",\r\n            \"Penstemon confertus\",\r\n            \"Penstemon digitalis\",\r\n            \"Penstemon eatonii\",\r\n            \"Penstemon erianthera\",\r\n            \"Penstemon fruiticosus\",\r\n            \"Penstemon lyallii\",\r\n            \"Penstemon macranthus\",\r\n            \"Penstemon menziesii\",\r\n            \"Penstemon parryi\",\r\n            \"Penstemon procerus\",\r\n            \"Peony\",\r\n            \"People with disabilities\",\r\n            \"Pepper (Spice)\",\r\n            \"Pepsis\",\r\n            \"Peranium decipiens\",\r\n            \"Perch\",\r\n            \"Percidae\",\r\n            \"Perciformes\",\r\n            \"Percussion\",\r\n            \"Percussionist\",\r\n            \"Percy\",\r\n            \"Perennial gaillardia\",\r\n            \"Perennial phlox\",\r\n            \"Performances\",\r\n            \"Perfumes\",\r\n            \"Perico\",\r\n            \"Period of Division (220 - 589)\",\r\n            \"Periodals\",\r\n            \"Periodicals\",\r\n            \"Periodidals\",\r\n            \"Peritoneum\",\r\n            \"Pero\",\r\n            \"Peroxidase\",\r\n            \"Perpetual calendars\",\r\n            \"Perpetual motion\",\r\n            \"Persephone\",\r\n            \"Perseus\",\r\n            \"Persian Gulf War, 1991\",\r\n            \"Persian dress\",\r\n            \"Persimmon\",\r\n            \"Person with disability\",\r\n            \"Personal Hygiene\",\r\n            \"Personal narratives\",\r\n            \"Personal narratives, English\",\r\n            \"Personnel management\",\r\n            \"Perspective\",\r\n            \"Perturbation (Astronomy)\",\r\n            \"Pests\",\r\n            \"Pet care\",\r\n            \"Petalostemon purpureum\",\r\n            \"Petasites hyperboreus\",\r\n            \"Peters Prints\",\r\n            \"Petrarch\",\r\n            \"Petrels\",\r\n            \"Petrifaction\",\r\n            \"Petrified Forest National Park\",\r\n            \"Petrified forests\",\r\n            \"Petroglyphs\",\r\n            \"Petroleum industry\",\r\n            \"Petrology\",\r\n            \"Petrology & Volcanology\",\r\n            \"Petromyzon\",\r\n            \"Pets\",\r\n            \"Pewter\",\r\n            \"Pewterers\",\r\n            \"Pezizomycetes\",\r\n            \"Pe\u0300re David's deer\",\r\n            \"Pe\u0302ches\",\r\n            \"Phacelia\",\r\n            \"Phacelia linearis\",\r\n            \"Phacelia parryi\",\r\n            \"Phacelia serica\",\r\n            \"Phaeophyceae\",\r\n            \"Phagocytosis\",\r\n            \"Phanerogams\",\r\n            \"Pharmaceutical chemistry\",\r\n            \"Pharmacist\",\r\n            \"Pharmacology\",\r\n            \"Pharmacy\",\r\n            \"Phase rule and equilibrium\",\r\n            \"Phasianella\",\r\n            \"Phasianidae\",\r\n            \"Phasmidae\",\r\n            \"Pheasant\",\r\n            \"Pheasants\",\r\n            \"Phenology\",\r\n            \"Philadelphia, PA\",\r\n            \"Philadelphia, Pennsylvania\",\r\n            \"Philanthropists\",\r\n            \"Philatelic Hobby\",\r\n            \"Philichthys xiphiae\",\r\n            \"Philologist\",\r\n            \"Philology\",\r\n            \"Philosopher\",\r\n            \"Philosophical anthropology\",\r\n            \"Philosophy\",\r\n            \"Philosophy and religion\",\r\n            \"Philosophy of nature\",\r\n            \"Philosophy, Ancient\",\r\n            \"Philosophy, Medieval\",\r\n            \"Philosophy, Renaissance\",\r\n            \"Phisiology\",\r\n            \"Phlogiston\",\r\n            \"Phlox\",\r\n            \"Phlox amoena\",\r\n            \"Phlox caespitosa\",\r\n            \"Phlox divaricata\",\r\n            \"Phlox paniculata\",\r\n            \"Phlox stansburyi\",\r\n            \"Phlox subulate\",\r\n            \"Phocidae\",\r\n            \"Phocidae, Fossil\",\r\n            \"Phoebe\",\r\n            \"Phoenix\",\r\n            \"Pholadacea\",\r\n            \"Pholadomyoida, Fossil\",\r\n            \"Phonograph\",\r\n            \"Phoradendron flavescens\",\r\n            \"Phoridae\",\r\n            \"Phosphates\",\r\n            \"Phospherescense\",\r\n            \"Phosphorescence\",\r\n            \"Photoengraving\",\r\n            \"Photographer\",\r\n            \"Photographic format\",\r\n            \"Photographs on porcelain\",\r\n            \"Photography\",\r\n            \"Photography of animals\",\r\n            \"Photography of birds\",\r\n            \"Photography of fishes\",\r\n            \"Photography, Artistic\",\r\n            \"Photojournalist\",\r\n            \"Photomicrography\",\r\n            \"Photosynthesis\",\r\n            \"Phototherapy\",\r\n            \"Phrenology\",\r\n            \"Phryganeidae\",\r\n            \"Phrygian cap\",\r\n            \"Phyllodoce empetriformis\",\r\n            \"Phyllodoce grandiflora\",\r\n            \"Phyllodoce intermedia\",\r\n            \"Phylloxerinae\",\r\n            \"Phylogeny\",\r\n            \"Phymatidae\",\r\n            \"Physa\",\r\n            \"Physaria didymocarpa\",\r\n            \"Physical anthropology\",\r\n            \"Physical geography\",\r\n            \"Physical geology\",\r\n            \"Physical instruments\",\r\n            \"Physical measurements\",\r\n            \"Physicians\",\r\n            \"Physicist\",\r\n            \"Physics\",\r\n            \"Physiognomy\",\r\n            \"Physiognotrace\",\r\n            \"Physiological effect\",\r\n            \"Physiologists\",\r\n            \"Physiology\",\r\n            \"Physiology, Comparative\",\r\n            \"Phytelephas\",\r\n            \"Phytogeography\",\r\n            \"Phytogepgraphy\",\r\n            \"Pianist\",\r\n            \"Piano music\",\r\n            \"Piano music (Ragtime)\",\r\n            \"Piano music, Arranged\",\r\n            \"Pianoforte maker\",\r\n            \"Pianos\",\r\n            \"Piazza San Gregorio\",\r\n            \"Picardy\",\r\n            \"Picea engelmanni\",\r\n            \"Pick\",\r\n            \"Pickaxe\",\r\n            \"Pickerelweed\",\r\n            \"Pickle\",\r\n            \"Pickpocket\",\r\n            \"Pickwick Papers\",\r\n            \"Picnic\",\r\n            \"Picnics\",\r\n            \"Pictorial works\",\r\n            \"Picture books for children\",\r\n            \"Picture-writing\",\r\n            \"Pictures\",\r\n            \"Pieridae\",\r\n            \"Pieris mariana\",\r\n            \"Pig\",\r\n            \"Pigeon\",\r\n            \"Pigeon breeds\",\r\n            \"Pigeons\",\r\n            \"Pigments\",\r\n            \"Pike County\",\r\n            \"Pikes Peak\",\r\n            \"Pilaster\",\r\n            \"Pilate\",\r\n            \"Pilgrimage\",\r\n            \"Pilgrims (New Plymouth Colony)\",\r\n            \"Pillow\",\r\n            \"Pilot\",\r\n            \"Pilot guides\",\r\n            \"Pilots\",\r\n            \"Pimelodella\",\r\n            \"Pimos\",\r\n            \"Pince-nez\",\r\n            \"Pindola\",\r\n            \"Pine\",\r\n            \"Pine tree\",\r\n            \"Pineal gland\",\r\n            \"Pineapple\",\r\n            \"Pinebarren gentian\",\r\n            \"Pineland aster\",\r\n            \"Pineland blueberry\",\r\n            \"Pingtuo\",\r\n            \"Pinguicula elatior\",\r\n            \"Pinguicula vulgaris\",\r\n            \"Pink centaurium\",\r\n            \"Pink fleabane\",\r\n            \"Pink fumeroot\",\r\n            \"Pink heather\",\r\n            \"Pink hedysarum\",\r\n            \"Pink mountain heather\",\r\n            \"Pink pussytoes\",\r\n            \"Pink twisted stalk\",\r\n            \"Pinkshell azalea\",\r\n            \"Pinnipedia\",\r\n            \"Pinopsida\",\r\n            \"Pinus albicaulis\",\r\n            \"Pinus aristata\",\r\n            \"Pinus contorta murrayana\",\r\n            \"Pinus flexilis\",\r\n            \"Pinus monophylla\",\r\n            \"Pinus palustris\",\r\n            \"Pinus taeda\",\r\n            \"Pinxter bloom\",\r\n            \"Pioneer\",\r\n            \"Pioneer troops\",\r\n            \"Pioneers\",\r\n            \"Pipa\",\r\n            \"Pipe\",\r\n            \"Pipe Dance\",\r\n            \"Piperaceae\",\r\n            \"Pipes (Smoking)\",\r\n            \"Pipes (smoking equipment)\",\r\n            \"Piquet (Game)\",\r\n            \"Pirates\",\r\n            \"Pirates Cove\",\r\n            \"Pisa\",\r\n            \"Piscis Austrinus\",\r\n            \"Pisidiidae\",\r\n            \"Pistoia\",\r\n            \"Pistol\",\r\n            \"Pitcher\",\r\n            \"Pitcher plant\",\r\n            \"Pitchers\",\r\n            \"Pithophora\",\r\n            \"Pittidae\",\r\n            \"Pituitary gland\",\r\n            \"Placard\",\r\n            \"Place de la Concorde\",\r\n            \"Placodermi\",\r\n            \"Placophora\",\r\n            \"Plains\",\r\n            \"Plains of Carthage\",\r\n            \"Plaintiff\",\r\n            \"Planaria\",\r\n            \"Planariidae\",\r\n            \"Planes & Pilots\",\r\n            \"Planet\",\r\n            \"Planetary theory\",\r\n            \"Planets\",\r\n            \"Planimeters\",\r\n            \"Plankton\",\r\n            \"Planorbidae\",\r\n            \"Plant anatomy\",\r\n            \"Plant breeding\",\r\n            \"Plant cell membranes\",\r\n            \"Plant cells and tissues\",\r\n            \"Plant conservation\",\r\n            \"Plant defenses\",\r\n            \"Plant diseases\",\r\n            \"Plant ecology\",\r\n            \"Plant embryology\",\r\n            \"Plant forms\",\r\n            \"Plant hybridization\",\r\n            \"Plant introduction\",\r\n            \"Plant morphology\",\r\n            \"Plant phenology\",\r\n            \"Plant-water relationships\",\r\n            \"Plantation life\",\r\n            \"Plantation manager\",\r\n            \"Plantations\",\r\n            \"Planter\",\r\n            \"Planters (containers)\",\r\n            \"Planting\",\r\n            \"Plantkunde\",\r\n            \"Plants\",\r\n            \"Plants and civilization\",\r\n            \"Plants in art\",\r\n            \"Plants in the Bible\",\r\n            \"Plants, Cultivated\",\r\n            \"Plants, Edible\",\r\n            \"Plants, Fossil\",\r\n            \"Plants, Medicinal\",\r\n            \"Plants, Ornamental\",\r\n            \"Plants, Sex in\",\r\n            \"Plants, Useful\",\r\n            \"Plaque\",\r\n            \"Plaster casts\",\r\n            \"Plate\",\r\n            \"Plate glass\",\r\n            \"Plateaus\",\r\n            \"Plates\",\r\n            \"Platte River\",\r\n            \"Platyhelminthes\",\r\n            \"Platypus\",\r\n            \"Play\",\r\n            \"Playground\",\r\n            \"Playing\",\r\n            \"Playing cards\",\r\n            \"Playwright\",\r\n            \"Plaza Hotel\",\r\n            \"Pleiad\",\r\n            \"Pleuroceridae\",\r\n            \"Pleuronectidae\",\r\n            \"Plovers\",\r\n            \"Plow\",\r\n            \"Plum\",\r\n            \"Plum blossom\",\r\n            \"Plum blossoms\",\r\n            \"Plum tree\",\r\n            \"Plumbing fixtures\",\r\n            \"Plume anemone\",\r\n            \"Plumed\",\r\n            \"Plurality of worlds\",\r\n            \"Plymouth\",\r\n            \"Pneumatic-tube transportation\",\r\n            \"Pneumatics\",\r\n            \"Pneumonochlamyda\",\r\n            \"Poaceae\",\r\n            \"Pocket watch\",\r\n            \"Podium\",\r\n            \"Podocopida\",\r\n            \"Podphyllum paltatum\",\r\n            \"Poduridae\",\r\n            \"Poem\",\r\n            \"Poems\",\r\n            \"Poetry\",\r\n            \"Poets\",\r\n            \"Poets, Japanese\",\r\n            \"Pogonia divaricata\",\r\n            \"Pogonia ophioglossoides\",\r\n            \"Point Lobos\",\r\n            \"Poisonous animals\",\r\n            \"Poisonous fishes\",\r\n            \"Poisonous plants\",\r\n            \"Poisonous snakes\",\r\n            \"Poissons\",\r\n            \"Poker\",\r\n            \"Poker chips\",\r\n            \"Poland\",\r\n            \"Polar bears\",\r\n            \"Polarization (Electricity)\",\r\n            \"Pole\",\r\n            \"Polemonium viscosum\",\r\n            \"Police\",\r\n            \"Police brutality\",\r\n            \"Police uniform\",\r\n            \"Policeman\",\r\n            \"Policemen\",\r\n            \"Political\",\r\n            \"Political Caricatures\",\r\n            \"Political activist\",\r\n            \"Political cartoonist\",\r\n            \"Political organizations\",\r\n            \"Political parties\",\r\n            \"Political satire, English\",\r\n            \"Political science\",\r\n            \"Political scientist\",\r\n            \"Politician\",\r\n            \"Politicians\",\r\n            \"Politics\",\r\n            \"Polka (Dance)\",\r\n            \"Polka (Music)\",\r\n            \"Polkas\",\r\n            \"Pollin\",\r\n            \"Pollination by insects\",\r\n            \"Pollution\",\r\n            \"Polo\",\r\n            \"Polo Mallet\",\r\n            \"Polperro\",\r\n            \"Polticians\",\r\n            \"Polychaeta\",\r\n            \"Polychaeta z Naples, Bay of\",\r\n            \"Polychaete\",\r\n            \"Polychromy\",\r\n            \"Polycladida\",\r\n            \"Polycodium stamineum\",\r\n            \"Polycystina\",\r\n            \"Polycystinea\",\r\n            \"Polygala lutea\",\r\n            \"Polygala paucifolia\",\r\n            \"Polyglot\",\r\n            \"Polygordius\",\r\n            \"Polymorphism (Zoology)\",\r\n            \"Polynices\",\r\n            \"Polynoidae\",\r\n            \"Polyphemidae\",\r\n            \"Polyplacophora\",\r\n            \"Polypodiopsida\",\r\n            \"Polythalamea\",\r\n            \"Polytrichaceae\",\r\n            \"Polytrichopsida\",\r\n            \"Pomacentridae\",\r\n            \"Pomatias\",\r\n            \"Pomatiasidae\",\r\n            \"Pomegranate\",\r\n            \"Pomo\",\r\n            \"Pomona\",\r\n            \"Pompeii\",\r\n            \"Poncas Mountains\",\r\n            \"Pond Run\",\r\n            \"Ponds\",\r\n            \"Pont Royal\",\r\n            \"Pont Valentre\",\r\n            \"Pont d'Avignon\",\r\n            \"Pont de la Concorde\",\r\n            \"Pont des Arts\",\r\n            \"Pont du Gard\",\r\n            \"Pont-y-Pant\",\r\n            \"Ponte Santa Trinta\",\r\n            \"Ponte Ticino\",\r\n            \"Ponte Vecchio\",\r\n            \"Pontederia cordata\",\r\n            \"Pontiac, MI\",\r\n            \"Pontoon bridges\",\r\n            \"Pontoporeiidae\",\r\n            \"Pool\",\r\n            \"Poor\",\r\n            \"Poor People's Campaign\",\r\n            \"Pope\",\r\n            \"Poplar tree\",\r\n            \"Popocateptl\",\r\n            \"Poppy\",\r\n            \"Popular\",\r\n            \"Popular Culture\",\r\n            \"Popular culture\",\r\n            \"Popular instrumental music\",\r\n            \"Popular works\",\r\n            \"Population\",\r\n            \"Porcelain\",\r\n            \"Porcelain crabs\",\r\n            \"Porcelain, Asian\",\r\n            \"Porcelain, Chinese\",\r\n            \"Porcelain, French\",\r\n            \"Porcellanidae\",\r\n            \"Porch\",\r\n            \"Porcupine\",\r\n            \"Porcupine (Ship)\",\r\n            \"Porostromata\",\r\n            \"Porpoise\",\r\n            \"Porpoises\",\r\n            \"Port Arthur\",\r\n            \"Port Henry\",\r\n            \"Port Royal\",\r\n            \"Port of Larnaca\",\r\n            \"Porta San Paolo\",\r\n            \"Porte St. Denis\",\r\n            \"Porte St. Martin\",\r\n            \"Porte de Guillaume\",\r\n            \"Porte-bouquets\",\r\n            \"Porte-fleurs\",\r\n            \"Porteranthus trifoliatus\",\r\n            \"Porters\",\r\n            \"Portfolio\",\r\n            \"Porth Dinlleyn\",\r\n            \"Porthwen\",\r\n            \"Portia\",\r\n            \"Portland\",\r\n            \"Portland Vase\",\r\n            \"Portland, ME\",\r\n            \"Portrait miniatures\",\r\n            \"Portrait painters\",\r\n            \"Portrait painting\",\r\n            \"Portrait painting, American\",\r\n            \"Portrait painting, Japanese\",\r\n            \"Portrait prints\",\r\n            \"Portrait prints, British\",\r\n            \"Portraitist\",\r\n            \"Portraits\",\r\n            \"Portraits, American\",\r\n            \"Portraits, British\",\r\n            \"Portraits, Egyptian\",\r\n            \"Portraits, Scottish\",\r\n            \"Portuguese colonialism\",\r\n            \"Post Office Structures\",\r\n            \"Post horns\",\r\n            \"Post office\",\r\n            \"Post-impressionism (Art)\",\r\n            \"Postage stamps\",\r\n            \"Postage-stamp dealers\",\r\n            \"Postal Administration\",\r\n            \"Postal Employees\",\r\n            \"Postal Stationery\",\r\n            \"Postal service\",\r\n            \"Postcard\",\r\n            \"Postman\",\r\n            \"Postmarks\",\r\n            \"Postmaster General\",\r\n            \"Postmasters\",\r\n            \"Posy holders\",\r\n            \"Potato\",\r\n            \"Potentilla fruticosa\",\r\n            \"Potentilla glaucophylla\",\r\n            \"Potpourris (Piano)\",\r\n            \"Pots\",\r\n            \"Potted\",\r\n            \"Potter's wheel\",\r\n            \"Potters\",\r\n            \"Pottery\",\r\n            \"Pottery, Ancient\",\r\n            \"Pottery, Asian\",\r\n            \"Pottery, Chinese\",\r\n            \"Pottery, Dutch\",\r\n            \"Pottery, Etruscan\",\r\n            \"Pottery, Greek\",\r\n            \"Pottery, Iranian\",\r\n            \"Pottery, Japanese\",\r\n            \"Pottery, Turkish\",\r\n            \"Pouch\",\r\n            \"Poultry\",\r\n            \"Poultry vendor\",\r\n            \"Pourtalesia\",\r\n            \"Poverty\",\r\n            \"Powder horn\",\r\n            \"Powder puff\",\r\n            \"Power lines\",\r\n            \"Power plant\",\r\n            \"Powerbroker\",\r\n            \"Powhattan\",\r\n            \"Ppstage-stamps\",\r\n            \"Prabhutaratna Buddha\",\r\n            \"Practice\",\r\n            \"Prague\",\r\n            \"Prairie aster\",\r\n            \"Prairie du Chien\",\r\n            \"Prairie penstemon\",\r\n            \"Prairie thistle\",\r\n            \"Prairie-smoke\",\r\n            \"Prayer\",\r\n            \"Prayer beads\",\r\n            \"Prayers\",\r\n            \"Prayers and devotions\",\r\n            \"Prayers for peace\",\r\n            \"Pre-Raphaelitism\",\r\n            \"Preacher\",\r\n            \"Preaching\",\r\n            \"Precious stones\",\r\n            \"Precious stones, Artificial\",\r\n            \"Precipitation (Meteorology)\",\r\n            \"Prehistoric peoples\",\r\n            \"Prehn\",\r\n            \"Prelate\",\r\n            \"Premier\",\r\n            \"Preparatory sketch\",\r\n            \"Presbyterian Church\",\r\n            \"Present\",\r\n            \"Presentation vases\",\r\n            \"Preservation\",\r\n            \"President of Republic of Texas\",\r\n            \"Presidential Advisor\",\r\n            \"Presidential Campaign of 1800\",\r\n            \"Presidential Candidate\",\r\n            \"Presidential Medal of Freedom\",\r\n            \"Presidents\",\r\n            \"Presidents' spouses\",\r\n            \"Press\",\r\n            \"Presses, Issues of\",\r\n            \"Prevention\",\r\n            \"Prices\",\r\n            \"Prickly currant\",\r\n            \"Prickly poppy\",\r\n            \"Priest\",\r\n            \"Primates\",\r\n            \"Primates, Fossil\",\r\n            \"Prime Minister\",\r\n            \"Primitive\",\r\n            \"Primrose\",\r\n            \"Primrose violet\",\r\n            \"Primula angustifolia\",\r\n            \"Primula maccalliana\",\r\n            \"Primula parryi\",\r\n            \"Prince\",\r\n            \"Princess\",\r\n            \"Princeton University\",\r\n            \"Principal\",\r\n            \"Printed Material\",\r\n            \"Printer\",\r\n            \"Printers and presses\",\r\n            \"Printers' marks\",\r\n            \"Printing\",\r\n            \"Printing & Production Equipment\",\r\n            \"Printing on wood\",\r\n            \"Printing plate\",\r\n            \"Printing press\",\r\n            \"Printing processes\",\r\n            \"Printing surface\",\r\n            \"Printmakers\",\r\n            \"Printmaking\",\r\n            \"Prints, Japanese\",\r\n            \"Prints, Latin American\",\r\n            \"Priscilla\",\r\n            \"Prisodon\",\r\n            \"Prison\",\r\n            \"Prison cell\",\r\n            \"Prisoner\",\r\n            \"Prisoner of War\",\r\n            \"Prisoners\",\r\n            \"Prisoners and prisons\",\r\n            \"Prisoners and prisons, French\",\r\n            \"Prisons\",\r\n            \"Private\",\r\n            \"Private collections\",\r\n            \"Private libraries\",\r\n            \"Probabilities\",\r\n            \"Proboscidea (Mammals), Fossil\",\r\n            \"Procambarus\",\r\n            \"Procellariiformes\",\r\n            \"Procession\",\r\n            \"Producer\",\r\n            \"Professional\",\r\n            \"Professional organizations\",\r\n            \"Profile\",\r\n            \"Program music\",\r\n            \"Progress\",\r\n            \"Prometheus (Greek deity)\",\r\n            \"Promotional\",\r\n            \"Proofreading\",\r\n            \"Proserpine\",\r\n            \"Proserpinidae\",\r\n            \"Prosobranchia\",\r\n            \"Prospect Park\",\r\n            \"Prospect Rock\",\r\n            \"Prospector\",\r\n            \"Prosthesis\",\r\n            \"Prostitute\",\r\n            \"Prostitutes in art\",\r\n            \"Protea\",\r\n            \"Protection\",\r\n            \"Protest march\",\r\n            \"Protests\",\r\n            \"Protists\",\r\n            \"Protochordates\",\r\n            \"Protoplasm\",\r\n            \"Protozoa\",\r\n            \"Protractor\",\r\n            \"Protractors\",\r\n            \"Protura\",\r\n            \"Provenance\",\r\n            \"Prudence\",\r\n            \"Prunella vulgaris\",\r\n            \"Pruning\",\r\n            \"Prunus angustifolia\",\r\n            \"Pselaphidae\",\r\n            \"Pseudanodonta\",\r\n            \"Pseudocymopterus montanus\",\r\n            \"Pseudofossil\",\r\n            \"Pseudotsuga mucronata\",\r\n            \"Psilostrophe sparsiflora\",\r\n            \"Psocoptera\",\r\n            \"Psorospermosis\",\r\n            \"Psyche\",\r\n            \"Psychiatrist\",\r\n            \"Psychologist\",\r\n            \"Psychology\",\r\n            \"Psychology, Applied\",\r\n            \"Psychology, Comparative\",\r\n            \"Psychology, Military\",\r\n            \"Ptarmiganberry\",\r\n            \"Pteridophyta\",\r\n            \"Pteridophytae\",\r\n            \"Pteridophyte\",\r\n            \"Pteridopsida\",\r\n            \"Pteridospermopsida\",\r\n            \"Pterobranchia\",\r\n            \"Pterophoridae\",\r\n            \"Pteropoda\",\r\n            \"Pterpoda\",\r\n            \"Ptillidae\",\r\n            \"Ptolemaic Dynasty (305 - 30 BCE)\",\r\n            \"Public Official\",\r\n            \"Public Works of Art Project\",\r\n            \"Public health\",\r\n            \"Public lands\",\r\n            \"Public officers\",\r\n            \"Public relations\",\r\n            \"Public utilities\",\r\n            \"Public works\",\r\n            \"Publisher\",\r\n            \"Publishers and publishing\",\r\n            \"Publishers' catalogs\",\r\n            \"Publishing\",\r\n            \"Puccoon\",\r\n            \"Puck\",\r\n            \"Pueblos\",\r\n            \"Pughe (Edward)\",\r\n            \"Pulitzer Prize\",\r\n            \"Pulley\",\r\n            \"Pullman Porters\",\r\n            \"Pulmonata\",\r\n            \"Pulpit\",\r\n            \"Pulpit Rock\",\r\n            \"Pulsatilla ludoviciana\",\r\n            \"Pulsatilla occidentalis\",\r\n            \"Pulteney Bridge\",\r\n            \"Pumpers, Hand\",\r\n            \"Pumpkin\",\r\n            \"Punching\",\r\n            \"Punishment\",\r\n            \"Punk (Music)\",\r\n            \"Punta Arenas\",\r\n            \"Pupae\",\r\n            \"Pupidae\",\r\n            \"Puppet\",\r\n            \"Puppets\",\r\n            \"Pure Land\",\r\n            \"Pure Land Buddhism\",\r\n            \"Pure\u0301pecha language\",\r\n            \"Puritains\",\r\n            \"Puritan\",\r\n            \"Puritan dress\",\r\n            \"Puritanismus\",\r\n            \"Puritans\",\r\n            \"Purple butterwort\",\r\n            \"Purple fairy lantern\",\r\n            \"Purple monkey-flower\",\r\n            \"Purple mountain violet\",\r\n            \"Purple penstemon\",\r\n            \"Purple prairieclover\",\r\n            \"Purple saxifrage\",\r\n            \"Purpura\",\r\n            \"Purpura (Mollusks)\",\r\n            \"Purpurea venosa\",\r\n            \"Purse\",\r\n            \"Pussy willow\",\r\n            \"Pussy-ears\",\r\n            \"Pussy-toes\",\r\n            \"Putrefaction\",\r\n            \"Putti\",\r\n            \"Puzzles\",\r\n            \"Pwllheli\",\r\n            \"Pycnogonida\",\r\n            \"Pygmy androsace\",\r\n            \"Pyralidae\",\r\n            \"Pyramid\",\r\n            \"Pyramid Lake\",\r\n            \"Pyrites\",\r\n            \"Pyrola asarifolia\",\r\n            \"Pyrola chlorantha\",\r\n            \"Pyrola minor\",\r\n            \"Pyrola secunda\",\r\n            \"Pyxidanthera barbulata\",\r\n            \"Pyxie\",\r\n            \"Qajar period (1779 - 1925)\",\r\n            \"Qianlong reign (1736 - 1796)\",\r\n            \"Qilin\",\r\n            \"Qin\",\r\n            \"Qin dynasty (221 - 206 BCE)\",\r\n            \"Qing dynasty (1644 - 1911)\",\r\n            \"Quadrilles\",\r\n            \"Quail\",\r\n            \"Quails\",\r\n            \"Quakerladies\",\r\n            \"Quakers\",\r\n            \"Quality\",\r\n            \"Quamasia quamash\",\r\n            \"Quantitative\",\r\n            \"Quarry\",\r\n            \"Quatrefoils\",\r\n            \"Queen\",\r\n            \"Queen Mother of the West\",\r\n            \"Queen's slipper\",\r\n            \"Queencup\",\r\n            \"Queens\",\r\n            \"Quena\",\r\n            \"Quezaltenango\",\r\n            \"Quill\",\r\n            \"Quill-leaf tillandsia\",\r\n            \"Quillwork\",\r\n            \"Quilts\",\r\n            \"Quiver\",\r\n            \"Qur'an\",\r\n            \"R., Doctor\",\r\n            \"Rabbi\",\r\n            \"Rabbit seller\",\r\n            \"Rabbitbean\",\r\n            \"Rabbits\",\r\n            \"Race\",\r\n            \"Race films\",\r\n            \"Race relations\",\r\n            \"Race riots\",\r\n            \"Racetrack\",\r\n            \"Rachel\",\r\n            \"Racial Uplift\",\r\n            \"Racing\",\r\n            \"Racing automobiles\",\r\n            \"Racketeer\",\r\n            \"Radha\",\r\n            \"Radicofane\",\r\n            \"Radio\",\r\n            \"Radio performer\",\r\n            \"Radioactivity\",\r\n            \"Radiolaria\",\r\n            \"Radiotherapy\",\r\n            \"Radium\",\r\n            \"Raft\",\r\n            \"Ragamala\",\r\n            \"Ragged fringe-orchid\",\r\n            \"Ragtime (Music)\",\r\n            \"Ragwort\",\r\n            \"Rail\",\r\n            \"Railing\",\r\n            \"Railroad\",\r\n            \"Railroad builder\",\r\n            \"Railroad conductors\",\r\n            \"Railroad land grants\",\r\n            \"Railroad law\",\r\n            \"Railroad locomotives\",\r\n            \"Railroad mail service\",\r\n            \"Railroad promoter\",\r\n            \"Railroad station\",\r\n            \"Railroad tunnels\",\r\n            \"Railroad yard\",\r\n            \"Railroads\",\r\n            \"Railroads and state\",\r\n            \"Rain\",\r\n            \"Rain Ceremony\",\r\n            \"Rain and rainfall\",\r\n            \"Rainbow\",\r\n            \"Rainbows\",\r\n            \"Raja\",\r\n            \"Rajiformes\",\r\n            \"Rake\",\r\n            \"Raku pottery\",\r\n            \"Ramayana\",\r\n            \"Rams\",\r\n            \"Ramshead ladyslipper\",\r\n            \"Rana temporaria\",\r\n            \"Rancher\",\r\n            \"Randia dumetorum\",\r\n            \"Range-finding\",\r\n            \"Ranidae\",\r\n            \"Raninidae\",\r\n            \"Ranja script\",\r\n            \"Ranunculus suksdorfii\",\r\n            \"Rappers (Musicians)\",\r\n            \"Raqqa ware\",\r\n            \"Raquette Lake\",\r\n            \"Rare animals\",\r\n            \"Rare birds\",\r\n            \"Rare insects\",\r\n            \"Rasikapriya\",\r\n            \"Rassentheorie\",\r\n            \"Rates\",\r\n            \"Rates and tolls\",\r\n            \"Ratio and proportion\",\r\n            \"Ratites\",\r\n            \"Rats\",\r\n            \"Rattenberg\",\r\n            \"Rattle\",\r\n            \"Rattlesnake Roat\",\r\n            \"Rattlesnakes\",\r\n            \"Ravana\",\r\n            \"Raven\",\r\n            \"Ravenna\",\r\n            \"Ravens\",\r\n            \"Rayless groundsel\",\r\n            \"Raymond\",\r\n            \"Rays (Fishes)\",\r\n            \"Ra\u0304ma (Hindu deity)\",\r\n            \"Readers (Primary)\",\r\n            \"Reading\",\r\n            \"Real Estate\",\r\n            \"Real estate agent\",\r\n            \"Rear Admiral\",\r\n            \"Rebecca\",\r\n            \"Rebel\",\r\n            \"Reconstruction\",\r\n            \"Reconstruction, U.S. History, 1865-1877\",\r\n            \"Recreation\",\r\n            \"Recruiting and enlistment\",\r\n            \"Rector\",\r\n            \"Red buckeye\",\r\n            \"Red chokeberry\",\r\n            \"Red columbine\",\r\n            \"Red comandra\",\r\n            \"Red dewberry\",\r\n            \"Red larkspur\",\r\n            \"Red lily\",\r\n            \"Red maple\",\r\n            \"Red monkeyflower\",\r\n            \"Red pinesap\",\r\n            \"Red pitcherplant\",\r\n            \"Red trillium\",\r\n            \"Red willowweed\",\r\n            \"Red-helmet\",\r\n            \"Reddition aux Britanniques, 1812\",\r\n            \"Redlands\",\r\n            \"Redstem saxifrage\",\r\n            \"Redwood Falls\",\r\n            \"Redwoods\",\r\n            \"Referee\",\r\n            \"Refinery\",\r\n            \"Reflecting pool\",\r\n            \"Reform\",\r\n            \"Reformers\",\r\n            \"Refraction, Double\",\r\n            \"Refrigeration and refrigerating machinery\",\r\n            \"Refrigerators\",\r\n            \"Refugee\",\r\n            \"Regalia (Insignia)\",\r\n            \"Regeneration (Biology)\",\r\n            \"Regent\",\r\n            \"Regimental histories\",\r\n            \"Regular-Faced Convex Polyhedra\",\r\n            \"Regulus Missile Mail\",\r\n            \"Reign of Akbar (1556 - 1605)\",\r\n            \"Reign of Jahangir (1605 - 1627)\",\r\n            \"Reign of Shah Jahan (1628 - 1658)\",\r\n            \"Reincarnation\",\r\n            \"Reindeer\",\r\n            \"Reins\",\r\n            \"Relief\",\r\n            \"Relief seal\",\r\n            \"Religion\",\r\n            \"Religion and Spirituality\",\r\n            \"Religion and mythology\",\r\n            \"Religion and science\",\r\n            \"Religious artist\",\r\n            \"Religious groups\",\r\n            \"Religious leader\",\r\n            \"Reliques of Ancient English Poetry\",\r\n            \"Relocation\",\r\n            \"Renaissance\",\r\n            \"Renaissance dress\",\r\n            \"Renovation (Architecture)\",\r\n            \"Renwick Gallery\",\r\n            \"Repairman\",\r\n            \"Repertory Theatre\",\r\n            \"Reporter\",\r\n            \"Repousse\u0301 work\",\r\n            \"Reproduction\",\r\n            \"Reptile\",\r\n            \"Reptiles\",\r\n            \"Reptiles as pets\",\r\n            \"Reptiles, Fossil\",\r\n            \"Republic\",\r\n            \"Rescue work\",\r\n            \"Research institutes\",\r\n            \"Research vessels\",\r\n            \"Researcher\",\r\n            \"Reservoirs\",\r\n            \"Resignation\",\r\n            \"Resins, Fossil\",\r\n            \"Resist dyeing\",\r\n            \"Resistance\",\r\n            \"Respiration\",\r\n            \"Respiratory organs\",\r\n            \"Restaurant\",\r\n            \"Restaurants\",\r\n            \"Restaurateur\",\r\n            \"Retail\",\r\n            \"Retail Business\",\r\n            \"Retailer\",\r\n            \"Retalhuleu\",\r\n            \"Retired\",\r\n            \"Revenue stamps\",\r\n            \"Revenue-stamps\",\r\n            \"Review of troops\",\r\n            \"Revival\",\r\n            \"Revivals\",\r\n            \"Revolution and the New Nation\",\r\n            \"Revolutionary\",\r\n            \"Revues\",\r\n            \"Re\u0301cif corallien\",\r\n            \"Rhabditophora\",\r\n            \"Rhabdocoelida\",\r\n            \"Rhamnaceae\",\r\n            \"Rheinfels\",\r\n            \"Rhetoric, Ancient\",\r\n            \"Rhexia virginica\",\r\n            \"Rhine River\",\r\n            \"Rhinoceros (Genus)\",\r\n            \"Rhinoceroses\",\r\n            \"Rhizocephala\",\r\n            \"Rhizopoda\",\r\n            \"Rhizostomeae\",\r\n            \"Rhododendron\",\r\n            \"Rhododendron albiflorum\",\r\n            \"Rhododendron californicum\",\r\n            \"Rhododendron carolinianum\",\r\n            \"Rhododendron catawbiense\",\r\n            \"Rhododendron maximum\",\r\n            \"Rhododendron occidentale\",\r\n            \"Rhododendron speciosum\",\r\n            \"Rhododendrons\",\r\n            \"Rhone River\",\r\n            \"Rhone Valley\",\r\n            \"Rhynchocephalia\",\r\n            \"Rhynchonellata\",\r\n            \"Rhynchophora\",\r\n            \"Rhythm and blues (Music)\",\r\n            \"Rialroad stories\",\r\n            \"Ribbon\",\r\n            \"Ribes lacustre\",\r\n            \"Ribes species\",\r\n            \"Riccia\",\r\n            \"Rice\",\r\n            \"Rice farming\",\r\n            \"Rice weevil\",\r\n            \"Rice wines\",\r\n            \"Rich Man and Lazarus\",\r\n            \"Ridgefield\",\r\n            \"Riding\",\r\n            \"Riding Crop\",\r\n            \"Riesengebirge\",\r\n            \"Rifle\",\r\n            \"Rifles\",\r\n            \"Right whales\",\r\n            \"Rigi\",\r\n            \"Rijsord\",\r\n            \"Riker's (Brand name)\",\r\n            \"Ring\",\r\n            \"Rings\",\r\n            \"Rio Mancos\",\r\n            \"Rio de Janeiro (rj)\",\r\n            \"Rip Van Winkle\",\r\n            \"Ripple Lake\",\r\n            \"Rishi\",\r\n            \"Rissoidae\",\r\n            \"Rissoina\",\r\n            \"Rites and ceremonies\",\r\n            \"Rituals (events)\",\r\n            \"Riva degli Schiavoni\",\r\n            \"River Avon\",\r\n            \"River Thames\",\r\n            \"River scenes & river life\",\r\n            \"River surveys\",\r\n            \"Riverbank gentian\",\r\n            \"Riverboat\",\r\n            \"Riverboat captain\",\r\n            \"Rivers\",\r\n            \"Riverscape\",\r\n            \"Riveting\",\r\n            \"Road Transportation\",\r\n            \"Roads\",\r\n            \"Robber flies\",\r\n            \"Robe\",\r\n            \"Robin\",\r\n            \"Robinia neomexicana\",\r\n            \"Robins\",\r\n            \"Robots\",\r\n            \"Robots and Automatons\",\r\n            \"Roccagiovine\",\r\n            \"Roche\",\r\n            \"Rochester\",\r\n            \"Rochester, NY\",\r\n            \"Rock Creek\",\r\n            \"Rock Creek Canyon\",\r\n            \"Rock Creek Park\",\r\n            \"Rock Creek Park (Washington, D.C.)\",\r\n            \"Rock Island\",\r\n            \"Rock Tower\",\r\n            \"Rock and roll (Music)\",\r\n            \"Rock formation\",\r\n            \"Rock of Gibraltar\",\r\n            \"Rock paintings\",\r\n            \"Rock salt\",\r\n            \"Rock willow\",\r\n            \"Rock wormwood\",\r\n            \"Rockefeller Chapel\",\r\n            \"Rocker Creek\",\r\n            \"Rocket\",\r\n            \"Rocketry\",\r\n            \"Rockets (Aeronautics)\",\r\n            \"Rockets (Ordnance)\",\r\n            \"Rocking Horse\",\r\n            \"Rocking chair\",\r\n            \"Rockland Lake\",\r\n            \"Rocks\",\r\n            \"Rocks, Siliceous\",\r\n            \"Rockville\",\r\n            \"Rocky Mountain locust\",\r\n            \"Rocky mountain cassiope\",\r\n            \"Rocky mountain kalmia\",\r\n            \"Rocky mountain rhododendron\",\r\n            \"Rocky mountain twayblade\",\r\n            \"Rodents\",\r\n            \"Rodents, Fossil\",\r\n            \"Rodeos\",\r\n            \"Rodman\",\r\n            \"Roe deer\",\r\n            \"Roller skates\",\r\n            \"Roller skating\",\r\n            \"Roman Forum\",\r\n            \"Roman Period (30 BCE - 395 CE)\",\r\n            \"Roman type\",\r\n            \"Romance\",\r\n            \"Romanzoffia sitchensis\",\r\n            \"Romein (lettertype)\",\r\n            \"Romeo and Juliet\",\r\n            \"Romneya coulteri\",\r\n            \"Roof\",\r\n            \"Rookwood pottery\",\r\n            \"Rooster\",\r\n            \"Roots (Botany)\",\r\n            \"Rope\",\r\n            \"Rope skipping\",\r\n            \"Rosa bourgeauiana\",\r\n            \"Rosa species\",\r\n            \"Rosaceae\",\r\n            \"Rose Marie\",\r\n            \"Rose gentian\",\r\n            \"Rose mallow\",\r\n            \"Rose paintbrush\",\r\n            \"Rose pogonia\",\r\n            \"Rose-bay rhododendron\",\r\n            \"Rosebud orchid\",\r\n            \"Rosenwald Museum\",\r\n            \"Roses\",\r\n            \"Rosporden\",\r\n            \"Ross\",\r\n            \"Rostroconchia\",\r\n            \"Rotation\",\r\n            \"Rotifera\",\r\n            \"Rotterdam\",\r\n            \"Rouen\",\r\n            \"Rouen Cathedral\",\r\n            \"Round Hill Road\",\r\n            \"Roundleaf orchis\",\r\n            \"Roundleaf sundew\",\r\n            \"Rouseville\",\r\n            \"Rowboat\",\r\n            \"Rowing\",\r\n            \"Roxbury, MA\",\r\n            \"Royal\",\r\n            \"Royal Oak\",\r\n            \"Royal collar\",\r\n            \"Royal forests\",\r\n            \"Royal gardens\",\r\n            \"Royalty\",\r\n            \"Rubaiyat\",\r\n            \"Rubber\",\r\n            \"Rubiaceae\",\r\n            \"Rubrication\",\r\n            \"Rubus\",\r\n            \"Rubus argutus\",\r\n            \"Rubus articus\",\r\n            \"Rubus parviflorus\",\r\n            \"Rubus pedatus\",\r\n            \"Rucksack\",\r\n            \"Rue Dominique Conte\",\r\n            \"Rue San Jacques\",\r\n            \"Rue de Honore\",\r\n            \"Rue de Pyramides\",\r\n            \"Rue de Village\",\r\n            \"Rue du Puits Sale\",\r\n            \"Ruff\",\r\n            \"Rug\",\r\n            \"Rugby football\",\r\n            \"Rugosa\",\r\n            \"Rugs\",\r\n            \"Rugs, Persian\",\r\n            \"Ruins\",\r\n            \"Rukmini\",\r\n            \"Rule, Calculating\",\r\n            \"Rule, Measuring\",\r\n            \"Ruled-line painting\",\r\n            \"Ruler\",\r\n            \"Rulers and Aristocracy\",\r\n            \"Ruminants\",\r\n            \"Running script\",\r\n            \"Rural areas\",\r\n            \"Rural conditions\",\r\n            \"Rural life\",\r\n            \"Rush\",\r\n            \"Rush Street Bridge\",\r\n            \"Russian Castle\",\r\n            \"Rustic\",\r\n            \"Ruyi\",\r\n            \"Ryder\",\r\n            \"Rye\",\r\n            \"S?afavid dynasty, 1501-1736\",\r\n            \"Saalfeld\",\r\n            \"Sabbatia angularis\",\r\n            \"Sabbatia stellaris\",\r\n            \"Saber\",\r\n            \"Sabina\",\r\n            \"Sabine\",\r\n            \"Sabines\",\r\n            \"Sac and Fox\",\r\n            \"Saco Bay\",\r\n            \"Sacrifice\",\r\n            \"Saddle\",\r\n            \"Sadhu\",\r\n            \"Safari\",\r\n            \"Safaris\",\r\n            \"Safe\",\r\n            \"Safecracker\",\r\n            \"Safety\",\r\n            \"Sage\",\r\n            \"Sagitta\",\r\n            \"Sagittaria cuneata\",\r\n            \"Sagittarius\",\r\n            \"Sagittoidea\",\r\n            \"Saguaro cactus\",\r\n            \"Sahara Desert\",\r\n            \"Sailboats\",\r\n            \"Sailing Ships\",\r\n            \"Sailing ships\",\r\n            \"Sailor\",\r\n            \"Sailors\",\r\n            \"Saint Anne's River\",\r\n            \"Saint Cloud\",\r\n            \"Saint Croix River\",\r\n            \"Saint Cyr\",\r\n            \"Saint Germain\",\r\n            \"Saint Germaine-des-Pr\u00e8s\",\r\n            \"Saint Goarshausen\",\r\n            \"Saint Johns River\",\r\n            \"Saint Martin's Bridge\",\r\n            \"Saint Mihiel\",\r\n            \"Saint Omer\",\r\n            \"Saint Paul\",\r\n            \"Saint Peter's River\",\r\n            \"Saint Severin\",\r\n            \"Saint Valery-sur-Somme\",\r\n            \"Saints\",\r\n            \"Saite Dynasty 26 (664 - 525 BCE)\",\r\n            \"Sake\",\r\n            \"Salamanders\",\r\n            \"Salamandra\",\r\n            \"Salem\",\r\n            \"Sales catalogues\",\r\n            \"Salix\",\r\n            \"Salix discolor\",\r\n            \"Salix drummondiana\",\r\n            \"Salix nivalis\",\r\n            \"Salix petrophila\",\r\n            \"Salix vestita\",\r\n            \"Saljuq period (1037 - 1300)\",\r\n            \"Salmon\",\r\n            \"Salmon fisheries\",\r\n            \"Salmon fishing\",\r\n            \"Salmonidae\",\r\n            \"Salome\",\r\n            \"Salon orchestra music\",\r\n            \"Salsa (Music)\",\r\n            \"Salsify\",\r\n            \"Salt Lake City, UT\",\r\n            \"Salt River Mountains\",\r\n            \"Salter's Beach\",\r\n            \"Saltmarsh rosegentian\",\r\n            \"Saltwood Castle\",\r\n            \"Salvari\",\r\n            \"Salvation\",\r\n            \"Salvation army\",\r\n            \"Salvia funerea\",\r\n            \"Salzig\",\r\n            \"Samantabhadra\",\r\n            \"Samaria\",\r\n            \"Samarra ware\",\r\n            \"Sambucas pubens\",\r\n            \"Samurai\",\r\n            \"Samurai in art\",\r\n            \"San Angel\",\r\n            \"San Antonio\",\r\n            \"San Francisco Bay\",\r\n            \"San Francisco, CA\",\r\n            \"San Giorgio\",\r\n            \"San Giorgio Maggiore\",\r\n            \"San Isidro\",\r\n            \"San Jose\u0301 scale\",\r\n            \"San Luis Obispo\",\r\n            \"San Mateo\",\r\n            \"San Piero a Grado\",\r\n            \"San Remo\",\r\n            \"San Trovaso Quarter\",\r\n            \"San Xavier Mission\",\r\n            \"San diego mariposa\",\r\n            \"Sanbiza\",\r\n            \"Sand myrtle\",\r\n            \"Sand phacelia\",\r\n            \"Sand verbena\",\r\n            \"Sandals, Prehistoric\",\r\n            \"Sanguinaria canadensis\",\r\n            \"Sanifoiga adscendeus\",\r\n            \"Sanitary Commission Fair\",\r\n            \"Sanitary affairs\",\r\n            \"Sanitation\",\r\n            \"Sanitation worker\",\r\n            \"Sanskrit\",\r\n            \"Sansom Street\",\r\n            \"Santa Barbara Channel\",\r\n            \"Santa Claus\",\r\n            \"Santa Francesca Romana\",\r\n            \"Santa Maria\",\r\n            \"Santa Maria Del Fiore\",\r\n            \"Santa Maria dell'Isola\",\r\n            \"Santa Maria della Salute\",\r\n            \"Santa Rosa Island\",\r\n            \"Santo Domingo\",\r\n            \"Santorin\",\r\n            \"Saparo\",\r\n            \"Sapi-Portuguese style\",\r\n            \"Sapindales\",\r\n            \"Sapotaceae\",\r\n            \"Sappho\",\r\n            \"Sarah A. Stevens\",\r\n            \"Sarasvati\",\r\n            \"Saraswati\",\r\n            \"Saratoga\",\r\n            \"Sarcodes sanguinea\",\r\n            \"Sarcophagi\",\r\n            \"Sarcophagidae\",\r\n            \"Sardine fisheries\",\r\n            \"Sarracenia catesaei\",\r\n            \"Sarracenia drummondii\",\r\n            \"Sarracenia flava\",\r\n            \"Sarracenia jonesii\",\r\n            \"Sarracenia minor\",\r\n            \"Sarracenia minor x psittacina\",\r\n            \"Sarracenia orephila\",\r\n            \"Sarracenia psittacina\",\r\n            \"Sarracenia purpurea\",\r\n            \"Sarracenia purpurea venosa\",\r\n            \"Sarracenia rubra\",\r\n            \"Sarrancenia drummondii xs rubra\",\r\n            \"Sash\",\r\n            \"Sash and Blind Factory\",\r\n            \"Saskatoon\",\r\n            \"Satellites\",\r\n            \"Satin stitch\",\r\n            \"Satinleaf goldenhead\",\r\n            \"Satirist\",\r\n            \"Satyr\",\r\n            \"Satyridae\",\r\n            \"Satyrs (Greek mythology)\",\r\n            \"Saucer\",\r\n            \"Sauerkraut Row\",\r\n            \"Sauli\",\r\n            \"Sault Ste. Marie\",\r\n            \"Sausages\",\r\n            \"Sausalito\",\r\n            \"Saussurea\",\r\n            \"Saussurea densa\",\r\n            \"Savannah\",\r\n            \"Savannah Harbor\",\r\n            \"Savannah, GA\",\r\n            \"Saw-flies\",\r\n            \"Sawflies\",\r\n            \"Saws\",\r\n            \"Saxifraga bronchialis\",\r\n            \"Saxifraga caespitosa\",\r\n            \"Saxifraga lyallii\",\r\n            \"Saxifraga oppositifolia\",\r\n            \"Saxifragaceae\",\r\n            \"Saxifrage\",\r\n            \"Saxophones\",\r\n            \"Saxophonist\",\r\n            \"Sa\u0303o Joa\u0303o Baptista de Ajuda\u0301 (Benin)\",\r\n            \"Scabbard\",\r\n            \"Scale\",\r\n            \"Scale Rules\",\r\n            \"Scale insects\",\r\n            \"Scallops\",\r\n            \"Scallops, Fossil\",\r\n            \"Scalp Dance\",\r\n            \"Scaphopoda\",\r\n            \"Scaphopoda, Fossil\",\r\n            \"Scarabaeidae\",\r\n            \"Scarf\",\r\n            \"Scarlet elder\",\r\n            \"Scarlet gilia\",\r\n            \"Scarlet globe-mallow\",\r\n            \"Scarlet loco\",\r\n            \"Scarlet mariposa\",\r\n            \"Scenographer\",\r\n            \"Scepter\",\r\n            \"Schaffhausen\",\r\n            \"Schenectady, NY\",\r\n            \"Schistosoma haematobium\",\r\n            \"Schizocodon soldanelloides\",\r\n            \"Schleissheim Palace\",\r\n            \"Scholar\",\r\n            \"Scholarly organization\",\r\n            \"Scholarships, fellowships, etc\",\r\n            \"Scholasticism\",\r\n            \"School for Scandal\",\r\n            \"School gardens\",\r\n            \"Schools\",\r\n            \"Schottisches\",\r\n            \"Schriftprobe\",\r\n            \"Schroon Lake\",\r\n            \"Schuyler\",\r\n            \"Schuylkill River\",\r\n            \"Science\",\r\n            \"Science and Technology\",\r\n            \"Science fiction, American\",\r\n            \"Science fiction, French\",\r\n            \"Science museums\",\r\n            \"Science rooms and equipment\",\r\n            \"Science, Ancient\",\r\n            \"Science, Medieval\",\r\n            \"Sciences naturelles\",\r\n            \"Scientific\",\r\n            \"Scientific Theorist\",\r\n            \"Scientific apparatus\",\r\n            \"Scientific apparatus and instruments\",\r\n            \"Scientific applications\",\r\n            \"Scientific expeditions\",\r\n            \"Scientists\",\r\n            \"Scissors\",\r\n            \"Scissurellidae\",\r\n            \"Scleractina\",\r\n            \"Scleractinia\",\r\n            \"Scolopendra\",\r\n            \"Scolytidae\",\r\n            \"Scorpio\",\r\n            \"Scorpion\",\r\n            \"Scorpions\",\r\n            \"Scottish deerhound\",\r\n            \"Scout\",\r\n            \"Scrapbook\",\r\n            \"Screen\",\r\n            \"Screenwriter\",\r\n            \"Scrimshaw\",\r\n            \"Scripts (writing)\",\r\n            \"Scroll\",\r\n            \"Scrolls (information artifacts)\",\r\n            \"Scrophulariaceae\",\r\n            \"Sculpting tool\",\r\n            \"Sculptors\",\r\n            \"Sculpture\",\r\n            \"Sculpture model\",\r\n            \"Sculpture study\",\r\n            \"Sculpture, Baroque\",\r\n            \"Sculpture, Chinese\",\r\n            \"Sculpture, Egyptian\",\r\n            \"Sculpture, German\",\r\n            \"Sculptures\",\r\n            \"Scutellaria serrata\",\r\n            \"Scutelleridae\",\r\n            \"Scydmaenidae\",\r\n            \"Scylla\",\r\n            \"Scyllaridae\",\r\n            \"Scyphocrinus\",\r\n            \"Scyphozoa\",\r\n            \"Scythe\",\r\n            \"Sea\",\r\n            \"Sea Bright\",\r\n            \"Sea anemones\",\r\n            \"Sea birds\",\r\n            \"Sea captain\",\r\n            \"Sea cucumbers\",\r\n            \"Sea horse\",\r\n            \"Sea monsters\",\r\n            \"Sea of Tiberias\",\r\n            \"Sea otter\",\r\n            \"Sea pansies\",\r\n            \"Sea pens\",\r\n            \"Sea snakes\",\r\n            \"Sea songs\",\r\n            \"Sea squirts\",\r\n            \"Sea urchins\",\r\n            \"Sea urchins, Fossil\",\r\n            \"Sea-serpent\",\r\n            \"Seagull\",\r\n            \"Seal\",\r\n            \"Seal style\",\r\n            \"Sealing\",\r\n            \"Seals (Animals)\",\r\n            \"Seals (Animals), Fossil\",\r\n            \"Seals (Numismatics)\",\r\n            \"Seaman\",\r\n            \"Seaplanes\",\r\n            \"Search and rescue operations\",\r\n            \"Seas\",\r\n            \"Seascape\",\r\n            \"Seashore animals\",\r\n            \"Seashore biology\",\r\n            \"Seashore ecology\",\r\n            \"Seasons\",\r\n            \"Seated\",\r\n            \"Seating\",\r\n            \"Seating (Furniture)\",\r\n            \"Seawater\",\r\n            \"Seaweed\",\r\n            \"Secernentea\",\r\n            \"Secessionist\",\r\n            \"Seconnet Point\",\r\n            \"Secret Service\",\r\n            \"Secret societies\",\r\n            \"Secretary\",\r\n            \"Secretary of Agriculture\",\r\n            \"Secretary of Commerce\",\r\n            \"Secretary of Defense\",\r\n            \"Secretary of Interior\",\r\n            \"Secretary of Labor\",\r\n            \"Secretary of State\",\r\n            \"Secretary of Treasury\",\r\n            \"Secretary of War\",\r\n            \"Secretary of the Navy\",\r\n            \"Security guards\",\r\n            \"Sedgely Park\",\r\n            \"Sedimentation and deposition\",\r\n            \"Sediments\",\r\n            \"Sedum stenopetalum\",\r\n            \"See saw\",\r\n            \"Seeds\",\r\n            \"Seekonk River\",\r\n            \"Sego lily\",\r\n            \"Segovia\",\r\n            \"Segregation\",\r\n            \"Seige and Surrender of British Forces at Yorktown, Virginia\",\r\n            \"Seine River\",\r\n            \"Seining\",\r\n            \"Seishi\",\r\n            \"Seizan school\",\r\n            \"Selections from the Abraham Lincoln Collection\",\r\n            \"Self-culture\",\r\n            \"Self-heal\",\r\n            \"Self-liberation\",\r\n            \"Self-portraits\",\r\n            \"Selkirk Mountains\",\r\n            \"Selling\",\r\n            \"Selma to Montgomery Marches\",\r\n            \"Semi-cursive script\",\r\n            \"Seminary founder\",\r\n            \"Seminole War, 2nd, 1835-1842\",\r\n            \"Semse organs\",\r\n            \"Senator\",\r\n            \"Senators\",\r\n            \"Seneca Falls\",\r\n            \"Seneca Lake\",\r\n            \"Seneca River\",\r\n            \"Senecia triangularis\",\r\n            \"Senecio burkei\",\r\n            \"Senecio canus\",\r\n            \"Senecio lugens\",\r\n            \"Senecio pauciflorus\",\r\n            \"Senecio species\",\r\n            \"Senke Shin school\",\r\n            \"Senke school\",\r\n            \"Sense organs\",\r\n            \"Senses\",\r\n            \"Senses and sensation\",\r\n            \"Separation (Psychology)\",\r\n            \"Sepulchral monuments\",\r\n            \"Sepulchral monuments industry\",\r\n            \"Sepulchral monuments, Victorian\",\r\n            \"Sequoia\",\r\n            \"Sequoia gigantea\",\r\n            \"Sequoia tree\",\r\n            \"Sergestes\",\r\n            \"Sergestidae\",\r\n            \"Sericulture\",\r\n            \"Sermon\",\r\n            \"Sermon on the Mount\",\r\n            \"Serpent worship\",\r\n            \"Serpents\",\r\n            \"Serranidae\",\r\n            \"Sertulariidae\",\r\n            \"Servant\",\r\n            \"Servants\",\r\n            \"Service\",\r\n            \"Service worker\",\r\n            \"Seto pottery\",\r\n            \"Settee\",\r\n            \"Settlement\",\r\n            \"Seven Years War\",\r\n            \"Seventeenth century dress\",\r\n            \"Seventh Street\",\r\n            \"Sewing\",\r\n            \"Sewing Machines\",\r\n            \"Sewing machine\",\r\n            \"Sewing machines\",\r\n            \"Sewing tool\",\r\n            \"Sex\",\r\n            \"Sex (Biology)\",\r\n            \"Sex differences\",\r\n            \"Sextants\",\r\n            \"Sexual dimorphism (Animals)\",\r\n            \"Sexual selection in animals\",\r\n            \"Sexuality\",\r\n            \"Se\u0300vres porcelain\",\r\n            \"Sgraffito ware\",\r\n            \"Shackles\",\r\n            \"Shad\",\r\n            \"Shad fisheries\",\r\n            \"Shadbush\",\r\n            \"Shahnama\",\r\n            \"Shailendra period (ca. 750 - ca. 850)\",\r\n            \"Shakers\",\r\n            \"Shakespeare\",\r\n            \"Shaking hands\",\r\n            \"Shako\",\r\n            \"Shakyamuni\",\r\n            \"Shakyamuni Buddha\",\r\n            \"Sham Fight\",\r\n            \"Shamisen\",\r\n            \"Shamrocks\",\r\n            \"Shang dynasty (ca. 1600 - ca. 1050 BCE)\",\r\n            \"Shark\",\r\n            \"Sharks\",\r\n            \"Shattagee River\",\r\n            \"Shawangunk Mountains\",\r\n            \"Shawl\",\r\n            \"Sheaf\",\r\n            \"Shed\",\r\n            \"Sheep\",\r\n            \"Sheep-tick\",\r\n            \"Sheet music covers\",\r\n            \"Sheffield plate\",\r\n            \"Shell-fish fisheries\",\r\n            \"Shelley\",\r\n            \"Shellfish\",\r\n            \"Shellfish culture\",\r\n            \"Shellfish fisheries\",\r\n            \"Shellfish trade\",\r\n            \"Shells\",\r\n            \"Shells (Ammunition)\",\r\n            \"Shells in art\",\r\n            \"Shells in literature\",\r\n            \"Shelving (Furniture)\",\r\n            \"Sheng\",\r\n            \"Shepherd\",\r\n            \"Sheridan\",\r\n            \"Sheriff\",\r\n            \"Sherman\",\r\n            \"Shide\",\r\n            \"Shield\",\r\n            \"Shields\",\r\n            \"Shih-te\",\r\n            \"Shikishi\",\r\n            \"Shinto\",\r\n            \"Ship \\\"Bristol Packet\\\"\",\r\n            \"Ship Models\",\r\n            \"Ship chandlers\",\r\n            \"Ship designer\",\r\n            \"Ship owner\",\r\n            \"Shipbuilder\",\r\n            \"Shipbuilding\",\r\n            \"Shipbuilding industry\",\r\n            \"Shipmaster\",\r\n            \"Shipping\",\r\n            \"Ships\",\r\n            \"Ships, Concrete\",\r\n            \"Shipwreck\",\r\n            \"Shipwreck survival\",\r\n            \"Shipwrecks\",\r\n            \"Shipyard\",\r\n            \"Shirley House\",\r\n            \"Shiva\",\r\n            \"Shoemaker\",\r\n            \"Shoes\",\r\n            \"Shooting\",\r\n            \"Shooting star\",\r\n            \"Shop front\",\r\n            \"Shopping\",\r\n            \"Shore\",\r\n            \"Shore birds\",\r\n            \"Shore flies\",\r\n            \"Shorthand\",\r\n            \"Shorthand, Chinook\",\r\n            \"Shortia galacifolia\",\r\n            \"Shortspur columbine\",\r\n            \"Shoshone Falls\",\r\n            \"Shotguns\",\r\n            \"Shoulder\",\r\n            \"Shoulder girdle\",\r\n            \"Shovel\",\r\n            \"Show windows\",\r\n            \"Shower\",\r\n            \"Showman\",\r\n            \"Showy aster\",\r\n            \"Showy fleabane\",\r\n            \"Showy ladyslipper\",\r\n            \"Showy milkweed\",\r\n            \"Showy orchid\",\r\n            \"Showy orchis\",\r\n            \"Showy oxytrope\",\r\n            \"Showy pyrola\",\r\n            \"Sho\u0304getsudo\u0304 Ko school\",\r\n            \"Shrews\",\r\n            \"Shri Nathji\",\r\n            \"Shrimp\",\r\n            \"Shrimp fisheries\",\r\n            \"Shrimps\",\r\n            \"Shrine\",\r\n            \"Shrine\/Altar\",\r\n            \"Shrubs\",\r\n            \"Shuten Doji\",\r\n            \"Shylock\",\r\n            \"Siberian onion\",\r\n            \"Siblings\",\r\n            \"Siboga Expedition\",\r\n            \"Sibyl\",\r\n            \"Sicily\",\r\n            \"Sidebells pyrola\",\r\n            \"Sidesaddle goldenrod\",\r\n            \"Sidney N. Shure Collection\",\r\n            \"Sidon\",\r\n            \"Siege of Boston\",\r\n            \"Siege of Vicksburg\",\r\n            \"Siege warfare\",\r\n            \"Siena\",\r\n            \"Siena Cathedral\",\r\n            \"Sierra Blanca Range\",\r\n            \"Sierra Nevada Mountains\",\r\n            \"Sierre\",\r\n            \"Sieversia ciliata\",\r\n            \"Sightseers\",\r\n            \"Sign painter\",\r\n            \"Signal flags\",\r\n            \"Signatures\",\r\n            \"Signer of Constitution\",\r\n            \"Signer of Declaration\",\r\n            \"Signs and signboards\",\r\n            \"Signs and symbols\",\r\n            \"Silage machinery\",\r\n            \"Silas\",\r\n            \"Silene acaulis\",\r\n            \"Silene caroliniana\",\r\n            \"Silene latifolia\",\r\n            \"Silene multicaulis\",\r\n            \"Silene virginica\",\r\n            \"Silenus\",\r\n            \"Silhouette\",\r\n            \"Silhouettes\",\r\n            \"Silhouettist\",\r\n            \"Silk\",\r\n            \"Silk industry\",\r\n            \"Silk weaving\",\r\n            \"Silkworms\",\r\n            \"Silo\",\r\n            \"Silphidae\",\r\n            \"Silurian Geologic Period\",\r\n            \"Siluridae\",\r\n            \"Silurien\",\r\n            \"Silver\",\r\n            \"Silver Cascade\",\r\n            \"Silver Lake\",\r\n            \"Silver mines and mining\",\r\n            \"Silver-plated ware\",\r\n            \"Silverberry\",\r\n            \"Silvering\",\r\n            \"Silversides\",\r\n            \"Silversmith\",\r\n            \"Silversmiths\",\r\n            \"Silverwork\",\r\n            \"Sin\",\r\n            \"Sinai\",\r\n            \"Sinai Desert\",\r\n            \"Singer\",\r\n            \"Singers\",\r\n            \"Singers (Musicians)\",\r\n            \"Single-leaf pine\",\r\n            \"Sinks (Plumbing fixtures)\",\r\n            \"Sino-Japanese War, 1894-1895\",\r\n            \"Siout\",\r\n            \"Siphonaria\",\r\n            \"Siphonophora\",\r\n            \"Sipunculidea\",\r\n            \"Sir Galahad\",\r\n            \"Siren\",\r\n            \"Siren lacertina\",\r\n            \"Sirenia\",\r\n            \"Sirenidae\",\r\n            \"Siricidae\",\r\n            \"Sisyrinchium angustifolium\",\r\n            \"Sisyrinchium species\",\r\n            \"Sita\",\r\n            \"Sitcoms\",\r\n            \"Sitka\",\r\n            \"Sitotroga cerealella\",\r\n            \"Skat (Game)\",\r\n            \"Skates\",\r\n            \"Skates (Fishes)\",\r\n            \"Skating\",\r\n            \"Skeleton\",\r\n            \"Skeleton flower\",\r\n            \"Skeleton weed\",\r\n            \"Skeletons\",\r\n            \"Sketch Book of Geoffry Crane\",\r\n            \"Sketch from life\",\r\n            \"Sketchbook\",\r\n            \"Sketching\",\r\n            \"Skilled labor\",\r\n            \"Skin\",\r\n            \"Skinks\",\r\n            \"Skull\",\r\n            \"Skunk\",\r\n            \"Skunk cabbage\",\r\n            \"Sky\",\r\n            \"Skylight\",\r\n            \"Skyscraper\",\r\n            \"Skyscrapers\",\r\n            \"Slave Dance\",\r\n            \"Slave hire system\",\r\n            \"Slave owner\",\r\n            \"Slave trader\",\r\n            \"Slavery\",\r\n            \"Slavery and Islam\",\r\n            \"Slavery and the church\",\r\n            \"Slavery in literature\",\r\n            \"Slavey language\",\r\n            \"Sledding\",\r\n            \"Sleds & sleighs\",\r\n            \"Sleep\",\r\n            \"Sleeping\",\r\n            \"Sleeping Beauty\",\r\n            \"Sleepwear\",\r\n            \"Sleigh\",\r\n            \"Sleighing\",\r\n            \"Slender agoseris\",\r\n            \"Slender cotton-grass\",\r\n            \"Slender ladies tresses\",\r\n            \"Slender shootingstar\",\r\n            \"Slicer\",\r\n            \"Slide Rules\",\r\n            \"Slide-rule\",\r\n            \"Slim larkspur\",\r\n            \"Sling\",\r\n            \"Slippers\",\r\n            \"Sloths\",\r\n            \"Sloths, Fossil\",\r\n            \"Slug-worms\",\r\n            \"Slugs (Mollusks)\",\r\n            \"Small cranberry\",\r\n            \"Small purple fringe orchid\",\r\n            \"Small pyrola\",\r\n            \"Small tiger lily\",\r\n            \"Small yellow ladyslipper\",\r\n            \"Smallmouth bass\",\r\n            \"Smell\",\r\n            \"Smiling\",\r\n            \"Smithsonian Institution\",\r\n            \"Smithsonian buildings\",\r\n            \"Smithy\",\r\n            \"Smock\",\r\n            \"Smocking\",\r\n            \"Smoke\",\r\n            \"Smokestack\",\r\n            \"Smokestacks\",\r\n            \"Smoking\",\r\n            \"Smoking Horses\",\r\n            \"Smoking Implements\",\r\n            \"Smoking material\",\r\n            \"Smoking the Shield\",\r\n            \"Smooth yellow violet\",\r\n            \"Snails\",\r\n            \"Snake River\",\r\n            \"Snakes\",\r\n            \"Snapping shrimps\",\r\n            \"Snipe\",\r\n            \"Snipe shooting\",\r\n            \"Snipes\",\r\n            \"Snood\",\r\n            \"Snow\",\r\n            \"Snow plant\",\r\n            \"Snow willow\",\r\n            \"Snowberry\",\r\n            \"Snowflakes\",\r\n            \"Snowshoe Dance\",\r\n            \"Snowshoes\",\r\n            \"Soap\",\r\n            \"Soccer\",\r\n            \"Social Conditions\",\r\n            \"Social and civic facilities\",\r\n            \"Social and moral questions\",\r\n            \"Social aspects\",\r\n            \"Social conditions\",\r\n            \"Social conflict\",\r\n            \"Social life and customs\",\r\n            \"Social life and customs, 1868-1912\",\r\n            \"Social reform\",\r\n            \"Social reformer\",\r\n            \"Social reformers\",\r\n            \"Social sciences\",\r\n            \"Social skills\",\r\n            \"Social stationery\",\r\n            \"Social worker\",\r\n            \"Socialite\",\r\n            \"Sociedad Economica\",\r\n            \"Societies\",\r\n            \"Society\",\r\n            \"Society and social change\",\r\n            \"Society of the Cincinnati\",\r\n            \"Society publications\",\r\n            \"Sociologist\",\r\n            \"Sociology\",\r\n            \"Soda Butte Creek\",\r\n            \"Sofa\",\r\n            \"Soft-shelled turtles\",\r\n            \"Soil management\",\r\n            \"Soils\",\r\n            \"Solanaceae\",\r\n            \"Solar eclipses\",\r\n            \"Soldiers\",\r\n            \"Soldiers' monuments\",\r\n            \"Sole\",\r\n            \"Solea\",\r\n            \"Solenodon\",\r\n            \"Solenogasters\",\r\n            \"Solenogastres\",\r\n            \"Solidago oreophila\",\r\n            \"Solitaire (Bird)\",\r\n            \"Solola\",\r\n            \"Solpugida\",\r\n            \"Solution (Chemistry))\",\r\n            \"Sombrero\",\r\n            \"Somnambula\",\r\n            \"Son of US President\",\r\n            \"Song dynasty (960 - 1279)\",\r\n            \"Song sparrow\",\r\n            \"Songbirds\",\r\n            \"Songs (High voice) with orchestra\",\r\n            \"Songs (Low voice) with piano\",\r\n            \"Songs (Medium voice) with piano\",\r\n            \"Songs with harpsichord\",\r\n            \"Songs with instrumental ensemble\",\r\n            \"Songs with orchestra\",\r\n            \"Songs with piano\",\r\n            \"Songs with piano, Arranged\",\r\n            \"Songs, Eskimo\",\r\n            \"Songs, Haida\",\r\n            \"Songwriter\",\r\n            \"Sonnets, American\",\r\n            \"Soochow\",\r\n            \"Soprano\",\r\n            \"Sorbonne\",\r\n            \"Sorbus sambucifolia\",\r\n            \"Sordariomycetes\",\r\n            \"Sorex\",\r\n            \"Sororities\",\r\n            \"Sorrento\",\r\n            \"Sorrow\",\r\n            \"Soul (Music)\",\r\n            \"Sound\",\r\n            \"Sound Beach\",\r\n            \"Sound Devices\",\r\n            \"Sound production by animals\",\r\n            \"Sound production in animals\",\r\n            \"Sound recordings\",\r\n            \"Sounding Statues of Memnon\",\r\n            \"Sounding and soundings\",\r\n            \"Soup\",\r\n            \"South African War, 1899-1902\",\r\n            \"South Asian and Himalayan Art\",\r\n            \"South Market Street\",\r\n            \"Southeast Asian Art\",\r\n            \"Southern Song dynasty (1127 - 1279)\",\r\n            \"Southern bird's foot violet\",\r\n            \"Southern coast violet\",\r\n            \"Southern magnolia\",\r\n            \"Southport\",\r\n            \"Southwold\",\r\n            \"Souvenir Nation\",\r\n            \"Sowing\",\r\n            \"So\u0304tatsu-Ko\u0304rin School\",\r\n            \"Space Exploration & the Universe\",\r\n            \"Spanish American War\",\r\n            \"Spanish Gypsy\",\r\n            \"Spanish Peaks\",\r\n            \"Spanish bayonet\",\r\n            \"Spanish colonialism\",\r\n            \"Spanish colonies\",\r\n            \"Spanish dress\",\r\n            \"Spanish moss\",\r\n            \"Spanish-American War (1898)\",\r\n            \"Sparganium\",\r\n            \"Sparrow\",\r\n            \"Sparrows\",\r\n            \"Spathyema foetida\",\r\n            \"Spats\",\r\n            \"Speaker of the House\",\r\n            \"Speaker of the house\",\r\n            \"Speaking Trumpets\",\r\n            \"Spear\",\r\n            \"Spear point\",\r\n            \"Spears\",\r\n            \"Special educator\",\r\n            \"Species\",\r\n            \"Species, Origin of\",\r\n            \"Specifications\",\r\n            \"Specimens\",\r\n            \"Spectators\",\r\n            \"Spectrum analysis\",\r\n            \"Speech\",\r\n            \"Speed\",\r\n            \"Speke\",\r\n            \"Speke Hall\",\r\n            \"Sperm whale\",\r\n            \"Spermatogenesis in animals\",\r\n            \"Sphaeralcea davidsonii\",\r\n            \"Sphaeralcea grossulariaefolia\",\r\n            \"Sphaeriidae\",\r\n            \"Sphaerodactylus\",\r\n            \"Spherical Trigonometry\",\r\n            \"Spherical astronomy\",\r\n            \"Spherometers\",\r\n            \"Sphingidae\",\r\n            \"Sphinx\",\r\n            \"Sphinx vespiformis\",\r\n            \"Spice plants\",\r\n            \"Spicebush\",\r\n            \"Spices\",\r\n            \"Spider Lake\",\r\n            \"Spider beetles\",\r\n            \"Spiderlily\",\r\n            \"Spiders\",\r\n            \"Spiders, Fossil\",\r\n            \"Spies\",\r\n            \"Spigelia marylandica\",\r\n            \"Spinal cord\",\r\n            \"Spines (Zoology)\",\r\n            \"Spinning wheel\",\r\n            \"Spiny lobsters\",\r\n            \"Spiral\",\r\n            \"Spirals\",\r\n            \"Spires\",\r\n            \"Spirit\",\r\n            \"Spirit writings\",\r\n            \"Spiritualist\",\r\n            \"Spirituality\",\r\n            \"Spirituals (Music)\",\r\n            \"Spirituals (Songs)\",\r\n            \"Split-rail\",\r\n            \"Spoken word (Poetry)\",\r\n            \"Sponges\",\r\n            \"Sponges, Fossil\",\r\n            \"Spontaneous generation\",\r\n            \"Spoon\",\r\n            \"Spoonbill\",\r\n            \"Spoonbills\",\r\n            \"Spoons\",\r\n            \"Sporozoa\",\r\n            \"Sport\",\r\n            \"Sport and play\",\r\n            \"Sporting goods\",\r\n            \"Sporting prints\",\r\n            \"Sports\",\r\n            \"Sports Equipment\",\r\n            \"Sports and Recreation\",\r\n            \"Sports arena\",\r\n            \"Sports equipment\",\r\n            \"Sports executive\",\r\n            \"Sports spectator\",\r\n            \"Sports uniform\",\r\n            \"Spotsylvania Court House, Battle of, Va., 1864\",\r\n            \"Spotted beebalm\",\r\n            \"Spotted cyrtopodium\",\r\n            \"Spotted pipsissewa\",\r\n            \"Spotted saxifrage\",\r\n            \"Spouses\",\r\n            \"Spring\",\r\n            \"Spring and Autumn period (770 - 476 BCE)\",\r\n            \"Spring beauty\",\r\n            \"Springfield, MO\",\r\n            \"Springs (Mechanism)\",\r\n            \"Springtails\",\r\n            \"Sprinklers\",\r\n            \"Spruce trees\",\r\n            \"Spurs\",\r\n            \"Spy\",\r\n            \"Spyglass\",\r\n            \"Squaliformes\",\r\n            \"Square\",\r\n            \"Square Hills\",\r\n            \"Squids\",\r\n            \"Squillidae\",\r\n            \"Squirrel\",\r\n            \"Squirrelcorn\",\r\n            \"Squirrels\",\r\n            \"St. Agnes\",\r\n            \"St. Andrew\",\r\n            \"St. Anne\",\r\n            \"St. Anthony\",\r\n            \"St. Augustine\",\r\n            \"St. Barbara\",\r\n            \"St. Benedict\",\r\n            \"St. Bernard\",\r\n            \"St. Brighid\",\r\n            \"St. Catherine\",\r\n            \"St. Cecilia\",\r\n            \"St. Christopher\",\r\n            \"St. Elizabeth\",\r\n            \"St. Ephesius\",\r\n            \"St. Francesca\",\r\n            \"St. Francis\",\r\n            \"St. Francis Church\",\r\n            \"St. Gabriel\",\r\n            \"St. Genevieve\",\r\n            \"St. George\",\r\n            \"St. Germain des Pres\",\r\n            \"St. Gregory\",\r\n            \"St. Isidor\",\r\n            \"St. Ives\",\r\n            \"St. Jacques Cathedral\",\r\n            \"St. James\",\r\n            \"St. Jerome\",\r\n            \"St. Joan of Arc\",\r\n            \"St. John\",\r\n            \"St. John the Baptist\",\r\n            \"St. Joseph\",\r\n            \"St. Laurent\",\r\n            \"St. Legier\",\r\n            \"St. Louis\",\r\n            \"St. Louis Exposition\",\r\n            \"St. Luke\",\r\n            \"St. Mark\",\r\n            \"St. Mark's Abbey\",\r\n            \"St. Mark's Cathedral\",\r\n            \"St. Mark's Plaza\",\r\n            \"St. Martha\",\r\n            \"St. Martin's Church\",\r\n            \"St. Mary Magdalen\",\r\n            \"St. Matthew\",\r\n            \"St. Maur\",\r\n            \"St. Michael\",\r\n            \"St. Ouen\",\r\n            \"St. Paul\",\r\n            \"St. Paul's Cathedral\",\r\n            \"St. Peter\",\r\n            \"St. Peter's Church\",\r\n            \"St. Petersburg\",\r\n            \"St. Raphael\",\r\n            \"St. Raymond\",\r\n            \"St. Rita\",\r\n            \"St. Roch\",\r\n            \"St. Sepulchre\",\r\n            \"St. Severin\",\r\n            \"St. Stephen's Church\",\r\n            \"St. Teresa\",\r\n            \"St. Thechla\",\r\n            \"St. Thomas\",\r\n            \"St. Tropez\",\r\n            \"St. Ursula\",\r\n            \"St. Valery\",\r\n            \"St. Xavier Church\",\r\n            \"Stable\",\r\n            \"Stachys palustria\",\r\n            \"Staff\",\r\n            \"Staffs (Sticks)\",\r\n            \"Staffs (Sticks, canes, etc.)\",\r\n            \"Staffs (Sticks, canes, etc.).)\",\r\n            \"Stag\",\r\n            \"Stag beetles\",\r\n            \"Stage\",\r\n            \"Stage set\",\r\n            \"Stage-setting and scenery\",\r\n            \"Stagecoach\",\r\n            \"Stagger-bush\",\r\n            \"Stained glass\",\r\n            \"Staircase\",\r\n            \"Staircases\",\r\n            \"Stairs\",\r\n            \"Stamp collectors\",\r\n            \"Standards\",\r\n            \"Standards of fineness\",\r\n            \"Staphylinidae\",\r\n            \"Star\",\r\n            \"Star of David\",\r\n            \"Star solomonplume\",\r\n            \"Starch\",\r\n            \"Starfishes\",\r\n            \"Starling\",\r\n            \"Stars\",\r\n            \"Stars of Stage & Screen\",\r\n            \"State\",\r\n            \"State Attorney General\",\r\n            \"State Government\",\r\n            \"State Representative\",\r\n            \"State Supreme Court Justice\",\r\n            \"State of being\",\r\n            \"State, The\",\r\n            \"Statehood (American politics)\",\r\n            \"Staten Island\",\r\n            \"States\",\r\n            \"Statesman\",\r\n            \"Statesmen\",\r\n            \"Stationery trade\",\r\n            \"Stations\",\r\n            \"Statistician\",\r\n            \"Statistics\",\r\n            \"Statue of Liberty\",\r\n            \"Statue of Liberty (New York, N.Y.)\",\r\n            \"Statues\",\r\n            \"Statuette\",\r\n            \"Status\",\r\n            \"Stauromedusae\",\r\n            \"Staurozoa\",\r\n            \"Steam\",\r\n            \"Steam Engines\",\r\n            \"Steam drop hammer\",\r\n            \"Steam engines\",\r\n            \"Steam-engines\",\r\n            \"Steam-navigation\",\r\n            \"Steamboat captain\",\r\n            \"Steamer\",\r\n            \"Steamship\",\r\n            \"Steamship RMS Titanic, April 14-15, 1912\",\r\n            \"Steamship designer\",\r\n            \"Steel\",\r\n            \"Steel castings\",\r\n            \"Steel castings industry\",\r\n            \"Steel engraving\",\r\n            \"Steel industry and trade\",\r\n            \"Steel, Cast\",\r\n            \"Steelwork\",\r\n            \"Steeple\",\r\n            \"Steeples\",\r\n            \"Stegocephali\",\r\n            \"Stegosaurus\",\r\n            \"Stelleria leata\",\r\n            \"Stelleroidea\",\r\n            \"Stenanthium occidentale\",\r\n            \"Stencil work\",\r\n            \"Stenographers\",\r\n            \"Stenolaemata\",\r\n            \"Step\",\r\n            \"Steppes\",\r\n            \"Stereograph\",\r\n            \"Stereoscope\",\r\n            \"Stereotypes\",\r\n            \"Sterne\",\r\n            \"Steuben Monument (Potsdam, Germany)\",\r\n            \"Steuben Monument (Washington, D.C.)\",\r\n            \"Stevenson\",\r\n            \"Stevensons Island\",\r\n            \"Stewartia malachodendron\",\r\n            \"Stickpin\",\r\n            \"Still life artist\",\r\n            \"Stinkbugs\",\r\n            \"Stirrenberg Castle\",\r\n            \"Stock\",\r\n            \"Stock Markets\",\r\n            \"Stock broker\",\r\n            \"Stockbroker\",\r\n            \"Stocking\",\r\n            \"Stole\",\r\n            \"Stomach\",\r\n            \"Stomatopoda\",\r\n            \"Stone\",\r\n            \"Stone Cottage\",\r\n            \"Stone lanterns\",\r\n            \"Stone pine tree\",\r\n            \"Stoneflies\",\r\n            \"Stoneman Douglas High School Shooting\",\r\n            \"Stoneware\",\r\n            \"Stony Brook Bridge\",\r\n            \"Stony Point\",\r\n            \"Stool\",\r\n            \"Storage\",\r\n            \"Storage tank\",\r\n            \"Store\",\r\n            \"Store fixtures\",\r\n            \"Stories\",\r\n            \"Stork\",\r\n            \"Storks\",\r\n            \"Storm King\",\r\n            \"Storms\",\r\n            \"Story teller\",\r\n            \"Story telling\",\r\n            \"Storytelling\",\r\n            \"Stour River\",\r\n            \"Stourbridge Lion (Steam locomotive)\",\r\n            \"Stove\",\r\n            \"Strait of Messina\",\r\n            \"Straits of Gibraltar\",\r\n            \"Straits of Mackinac\",\r\n            \"Strasbourg\",\r\n            \"Stratigraphic\",\r\n            \"Stratigraphic correlation\",\r\n            \"Straw\",\r\n            \"Straw hat\",\r\n            \"Strawberry\",\r\n            \"Strawberry bush\",\r\n            \"Strawberry-Blite\",\r\n            \"Stream\",\r\n            \"Street musicians\",\r\n            \"Street railroads\",\r\n            \"Street sweeper\",\r\n            \"Street-railroads\",\r\n            \"Streetcar\",\r\n            \"Streetlight\",\r\n            \"Streets\",\r\n            \"Strepsiptera\",\r\n            \"Streptaxidae\",\r\n            \"Streptopus amplexifolius\",\r\n            \"Streptopus curvipes\",\r\n            \"Stripes\",\r\n            \"Strolling\",\r\n            \"Stromatoporoidea\",\r\n            \"Strombidae\",\r\n            \"Stromboli\",\r\n            \"Strongylidae\",\r\n            \"Strophomenata\",\r\n            \"Structural engineer\",\r\n            \"Stuart, Gilbert\",\r\n            \"Stucco\",\r\n            \"Study and teaching\",\r\n            \"Study and teaching (Higher)\",\r\n            \"Study and teaching (Secondary)\",\r\n            \"Stunt performers\",\r\n            \"Stupa\",\r\n            \"Sturgeon\",\r\n            \"Sturgeons\",\r\n            \"Stylasteridae\",\r\n            \"Stylomecon heterophylla\",\r\n            \"Stylommatophora\",\r\n            \"Subject Specific\",\r\n            \"Submarines (Ships)\",\r\n            \"Suburban homes\",\r\n            \"Subway\",\r\n            \"Subways\",\r\n            \"Success\",\r\n            \"Succulent plants\",\r\n            \"Suctoria\",\r\n            \"Sudbury\",\r\n            \"Suffrage\",\r\n            \"Suffragist\",\r\n            \"Sugar\",\r\n            \"Sugar beet\",\r\n            \"Sugar beet cyst nematode\",\r\n            \"Sugar maple\",\r\n            \"Sugarcane\",\r\n            \"Sugarloaf Mountain\",\r\n            \"Sui dynasty (581 - 618)\",\r\n            \"Sui-ten\",\r\n            \"Suicide\",\r\n            \"Suitcase\",\r\n            \"Sulfuric acid\",\r\n            \"Sullivan's Island\",\r\n            \"Sully, Thomas\",\r\n            \"Sulphur Mountain\",\r\n            \"Sultan\",\r\n            \"Sultan Orkan\",\r\n            \"Sumac\",\r\n            \"Summer\",\r\n            \"Summer Street\",\r\n            \"Sun River\",\r\n            \"Sun dial lupine\",\r\n            \"Sunbirds\",\r\n            \"Sunburst\",\r\n            \"Sunday schools\",\r\n            \"Sundials\",\r\n            \"Sunetta Link\",\r\n            \"Sunflower\",\r\n            \"Sunglasses\",\r\n            \"Sunrise\",\r\n            \"Sunrises & sunsets\",\r\n            \"Sunset\",\r\n            \"Sunset Hill\",\r\n            \"Superintendent\",\r\n            \"Supernatural beings\",\r\n            \"Superstition Mountain\",\r\n            \"Supper at Emmaus\",\r\n            \"Supreme Court justice\",\r\n            \"Surfboard\",\r\n            \"Surfer\",\r\n            \"Surgeon General\",\r\n            \"Surgery\",\r\n            \"Surgical instruments and apparatus\",\r\n            \"Surprise\",\r\n            \"Surreal\",\r\n            \"Surrender at Appomattox\",\r\n            \"Surrender at Saratoga\",\r\n            \"Surrender at Yorktown\",\r\n            \"Surrender by General Lee\",\r\n            \"Survey Prints\",\r\n            \"Surveying\",\r\n            \"Surveyors\",\r\n            \"Surveys\",\r\n            \"Survival\",\r\n            \"Surya\",\r\n            \"Susanna\",\r\n            \"Suspenders\",\r\n            \"Susquehanna River\",\r\n            \"Sussex\",\r\n            \"Sutra\",\r\n            \"Sutton Place\",\r\n            \"Swallow\",\r\n            \"Swallows\",\r\n            \"Swamp aster\",\r\n            \"Swamp azalea\",\r\n            \"Swamp magnolia\",\r\n            \"Swan\",\r\n            \"Swastika\",\r\n            \"Swastikas\",\r\n            \"Sweatshops\",\r\n            \"Swedish gymnastics\",\r\n            \"Sweet Azalea\",\r\n            \"Sweet androsace\",\r\n            \"Sweet pitcherplant\",\r\n            \"Sweet potato\",\r\n            \"Sweet trillium\",\r\n            \"Sweetbay\",\r\n            \"Sweetvetch\",\r\n            \"Swimmer\",\r\n            \"Swimming\",\r\n            \"Swimming crabs\",\r\n            \"Swine\",\r\n            \"Swinging\",\r\n            \"Switchboards\",\r\n            \"Swordfish\",\r\n            \"Swords\",\r\n            \"Swords, Japanese\",\r\n            \"Swordsmiths\",\r\n            \"Swordsmiths' marks\",\r\n            \"Sylviidae\",\r\n            \"Symbiosis\",\r\n            \"Symbolic Figure\",\r\n            \"Symbolism\",\r\n            \"Symbolism of numbers\",\r\n            \"Symbolisme dans l'art\",\r\n            \"Symbols\",\r\n            \"Symbols & Motifs\",\r\n            \"Symphoricarpos albus\",\r\n            \"Syndesmon thalictroides\",\r\n            \"Synthesis\",\r\n            \"Syra\",\r\n            \"Syrian dress\",\r\n            \"Syrinx\",\r\n            \"Syrphidae\",\r\n            \"Ta Wa Que Nah\",\r\n            \"Tabacco-pipes\",\r\n            \"Tabernacle\",\r\n            \"Table Rock\",\r\n            \"Table tennis\",\r\n            \"Tables\",\r\n            \"Tablet\",\r\n            \"Tableware\",\r\n            \"Tabulata\",\r\n            \"Tachinidae\",\r\n            \"Tagus River\",\r\n            \"Taijitu\",\r\n            \"Tail\",\r\n            \"Tailoring\",\r\n            \"Tailors\",\r\n            \"Taily Po\",\r\n            \"Taishaku-ten\",\r\n            \"Tajo River\",\r\n            \"Takydromus\",\r\n            \"Tale of Shuten Doji\",\r\n            \"Talisman\",\r\n            \"Talitridae\",\r\n            \"Tall fleabane\",\r\n            \"Tall larkspur\",\r\n            \"Tambourine\",\r\n            \"Taming of the Shrew\",\r\n            \"Tampa epidendrum\",\r\n            \"Tanager\",\r\n            \"Tang dynasty (618 - 907)\",\r\n            \"Tangier\",\r\n            \"Tangos\",\r\n            \"Tanks\",\r\n            \"Tanks (Military science)\",\r\n            \"Tanner\",\r\n            \"Tanning\",\r\n            \"Tannins\",\r\n            \"Tantra\",\r\n            \"Tao te ching\",\r\n            \"Taoism art\",\r\n            \"Taoist mythology\",\r\n            \"Taormina\",\r\n            \"Taotie\",\r\n            \"Tap dancing\",\r\n            \"Tapage\",\r\n            \"Tapestries\",\r\n            \"Tapestry, Gothic\",\r\n            \"Tapestry, Medieval\",\r\n            \"Tapeworms\",\r\n            \"Tapis Vert\",\r\n            \"Tappan\",\r\n            \"Taraxacium officinale\",\r\n            \"Tardigrada\",\r\n            \"Tarflower\",\r\n            \"Tariff\",\r\n            \"Tarsiers\",\r\n            \"Tarsius\",\r\n            \"Tassel cottongrass\",\r\n            \"Tasso, Torquato\",\r\n            \"Tatting\",\r\n            \"Tattoo\",\r\n            \"Taunton Lakes\",\r\n            \"Taurus\",\r\n            \"Tavern\",\r\n            \"Taverns (Inns)\",\r\n            \"Taxation\",\r\n            \"Taxidermist\",\r\n            \"Taxidermists\",\r\n            \"Taxidermy\",\r\n            \"Tchung Kee\",\r\n            \"Tea\",\r\n            \"Tea Drinking\",\r\n            \"Tea containers\",\r\n            \"Tea masters\",\r\n            \"Tea service\",\r\n            \"Teaching\",\r\n            \"Teacup\",\r\n            \"Team manager\",\r\n            \"Teapot\",\r\n            \"Teapots\",\r\n            \"Tebaldini\",\r\n            \"Technical education\",\r\n            \"Technical institute\",\r\n            \"Technical manuals\",\r\n            \"Technical study\",\r\n            \"Technique\",\r\n            \"Technological innovations\",\r\n            \"Technology\",\r\n            \"Technology & Inventions\",\r\n            \"Tectibranchiata\",\r\n            \"Teelt\",\r\n            \"Teepee\",\r\n            \"Teeth\",\r\n            \"Teeth, Fossil\",\r\n            \"Telegraph\",\r\n            \"Telegraph Keys\",\r\n            \"Telegraph Registers\",\r\n            \"Telegraph Relays & Repeaters\",\r\n            \"Telegraph Sounders\",\r\n            \"Telegraph cables\",\r\n            \"Telegraph lines\",\r\n            \"Telegraph poles\",\r\n            \"Telegraph stamps\",\r\n            \"Telephone\",\r\n            \"Telescopes\",\r\n            \"Television\",\r\n            \"Television industry leader\",\r\n            \"Television personality\",\r\n            \"Tellina\",\r\n            \"Tellinidae\",\r\n            \"Temeraire\",\r\n            \"Temnopleuroida\",\r\n            \"Temperance\",\r\n            \"Temperance Movement\",\r\n            \"Temperature measurements\",\r\n            \"Tempest\",\r\n            \"Temple\",\r\n            \"Temple of Azani\",\r\n            \"Temple of Jupiter\",\r\n            \"Temple of Mercury\",\r\n            \"Temple of Neptune\",\r\n            \"Temple of Peace\",\r\n            \"Temple of the Sibyl\",\r\n            \"Temptation\",\r\n            \"Ten Commandments\",\r\n            \"Tendrils\",\r\n            \"Tenebrionidae\",\r\n            \"Tennis\",\r\n            \"Tennis ball\",\r\n            \"Tennis court\",\r\n            \"Tennis racket\",\r\n            \"Tennyson\",\r\n            \"Tentaculata\",\r\n            \"Tentaculitida\",\r\n            \"Tents\",\r\n            \"Tepanecas\",\r\n            \"Tepee\",\r\n            \"Teratology\",\r\n            \"Tergomya\",\r\n            \"Terminology\",\r\n            \"Terns\",\r\n            \"Ternstroemiaceae\",\r\n            \"Terra-cotta\",\r\n            \"Terrapin Tower\",\r\n            \"Terrariums\",\r\n            \"Terrier\",\r\n            \"Territorial Governor\",\r\n            \"Test tube\",\r\n            \"Testacida\",\r\n            \"Testis\",\r\n            \"Testudinidae\",\r\n            \"Teton River\",\r\n            \"Tetraodontiformes\",\r\n            \"Tetraonidea\",\r\n            \"Tetrigidae\",\r\n            \"Tettigoniidae\",\r\n            \"Texas Ranger\",\r\n            \"Texas statehood\",\r\n            \"Textbook\",\r\n            \"Textbooks\",\r\n            \"Textile\",\r\n            \"Textile Working\",\r\n            \"Textile factories\",\r\n            \"Textile fibers\",\r\n            \"Textile machinery\",\r\n            \"Textile printing\",\r\n            \"Textile research\",\r\n            \"Textile worker\",\r\n            \"Textiles\",\r\n            \"Texts\",\r\n            \"Thalesia uniflora\",\r\n            \"Thaliacea\",\r\n            \"Thames River\",\r\n            \"Thames, Battle of the (Ontario : 1813)\",\r\n            \"Thangka\",\r\n            \"Thanksgiving\",\r\n            \"The Antibody Initiative\",\r\n            \"The Cricket on the Hearth\",\r\n            \"The Environment\",\r\n            \"The Gilded Age (1877-1920)\",\r\n            \"The Old Curiosity Shop\",\r\n            \"The Roaring Twenties (1920-1929)\",\r\n            \"The Tale of Genji\",\r\n            \"The World's Work Magazine\",\r\n            \"Theater\",\r\n            \"Theater critic\",\r\n            \"Theater in art\",\r\n            \"Theater manager\",\r\n            \"Theatre\",\r\n            \"Theatre companies\",\r\n            \"Theatrical\",\r\n            \"Theatrical agent\",\r\n            \"Theban Mountains\",\r\n            \"Thebes\",\r\n            \"Thecamoebina\",\r\n            \"Thecofilosea\",\r\n            \"Thecosomata\",\r\n            \"Themes, motifs\",\r\n            \"Themes, motives\",\r\n            \"Theologian\",\r\n            \"Theology\",\r\n            \"Theorem\",\r\n            \"Therapeutics\",\r\n            \"Therapsida\",\r\n            \"Thermodynamics\",\r\n            \"Thermometers\",\r\n            \"Thermometers and Hygrometers\",\r\n            \"Thermopsis rhombifolia\",\r\n            \"Theseus\",\r\n            \"Thesium\",\r\n            \"Thetis\",\r\n            \"Thiaridae\",\r\n            \"Thicket hawthorn\",\r\n            \"Thief\",\r\n            \"Thieves\",\r\n            \"Think Tank\",\r\n            \"Think tank administrator\",\r\n            \"ThinkFinity\",\r\n            \"Third Intermediate Period (ca. 1075 - 656 BCE)\",\r\n            \"Thistle\",\r\n            \"Thomas W. Lawson\",\r\n            \"Thomson\",\r\n            \"Thorn tree\",\r\n            \"Thread leaf sundew\",\r\n            \"Three Brothers\",\r\n            \"Three Mile Harbor\",\r\n            \"Thrips\",\r\n            \"Thrips, Fossil\",\r\n            \"Throne\",\r\n            \"Thrush\",\r\n            \"Thrushes\",\r\n            \"Thuja plicata\",\r\n            \"Thyme\",\r\n            \"Thyroid gland\",\r\n            \"Thysanura\",\r\n            \"Tiara\",\r\n            \"Tiber River\",\r\n            \"Tiberias\",\r\n            \"Ticks\",\r\n            \"Ticonderoga\",\r\n            \"Tides\",\r\n            \"Tie pin\",\r\n            \"Tiger\",\r\n            \"Tiger beetles\",\r\n            \"Tiles\",\r\n            \"Tillandsia fasciculata\",\r\n            \"Timber\",\r\n            \"Timbres fiscaux\",\r\n            \"Timbres-poste\",\r\n            \"Time\",\r\n            \"Time and Navigation\",\r\n            \"Time management\",\r\n            \"Timekeeping\",\r\n            \"Timurid period (1378 - 1506)\",\r\n            \"Tin mines and mining\",\r\n            \"Tineidae\",\r\n            \"Tineina\",\r\n            \"Tinplate\",\r\n            \"Tipularia uniflora\",\r\n            \"Titanic\",\r\n            \"Titian\",\r\n            \"Titian Ramsey Peale Collection\",\r\n            \"Titica\",\r\n            \"Tivoli\",\r\n            \"Toad trillium\",\r\n            \"Toads\",\r\n            \"Toast\",\r\n            \"Tobacco\",\r\n            \"Tobacco Use\",\r\n            \"Tobacco industry\",\r\n            \"Tobias\",\r\n            \"Tofieldia intermedia\",\r\n            \"Toga\",\r\n            \"Toilet preparations industry\",\r\n            \"Toilets\",\r\n            \"Tokyo\",\r\n            \"Tokyo Harbor\",\r\n            \"Toledo\",\r\n            \"Tomahawk\",\r\n            \"Tomahawk pipe\",\r\n            \"Tomb\",\r\n            \"Tomopteridae\",\r\n            \"Tompkins Square Park\",\r\n            \"Tongs\",\r\n            \"Tongue River\",\r\n            \"Tonnage\",\r\n            \"Tontine Building\",\r\n            \"Tools\",\r\n            \"Tools, Prehistoric\",\r\n            \"Tooth\",\r\n            \"Tooth powder\",\r\n            \"Toothed whales, Fossil\",\r\n            \"Top hat\",\r\n            \"Top hats\",\r\n            \"Topiary work\",\r\n            \"Topical songs\",\r\n            \"Topographer\",\r\n            \"Topographical surveying\",\r\n            \"Toquerville\",\r\n            \"Torch\",\r\n            \"Torches\",\r\n            \"Torii gate\",\r\n            \"Tornado, June 19, 1835\",\r\n            \"Tornadoes\",\r\n            \"Tornidae\",\r\n            \"Torpedoes\",\r\n            \"Torre di Schiavi\",\r\n            \"Torres Strait Islanders\",\r\n            \"Torso\",\r\n            \"Tortoise\",\r\n            \"Tortoise beetles\",\r\n            \"Tortricidae\",\r\n            \"Torture\",\r\n            \"Totem\",\r\n            \"Totem pole\",\r\n            \"Totonicapan\",\r\n            \"Totty\",\r\n            \"Toucans\",\r\n            \"Touch\",\r\n            \"Tour Eiffel (Paris, France)\",\r\n            \"Tour de Solidor\",\r\n            \"Tourism\",\r\n            \"Tourists\",\r\n            \"Tours\",\r\n            \"Towanda\",\r\n            \"Tower\",\r\n            \"Tower Bridge\",\r\n            \"Tower Creek\",\r\n            \"Tower Falls\",\r\n            \"Tower clocks\",\r\n            \"Tower of Hypacus\",\r\n            \"Towers\",\r\n            \"Town hall\",\r\n            \"Towoccono\",\r\n            \"Toxicologist\",\r\n            \"Toxicology\",\r\n            \"Toy and movable books\",\r\n            \"Toys\",\r\n            \"Track & Field\",\r\n            \"Track & field\",\r\n            \"Track and field\",\r\n            \"Tractors, Metallic\",\r\n            \"Trade\",\r\n            \"Trademarks\",\r\n            \"Trader\",\r\n            \"Tradescantia virginiana\",\r\n            \"Trafalgar Square\",\r\n            \"Tragedy (Theatre)\",\r\n            \"Tragopogon porrifolius\",\r\n            \"Trailing arbutus\",\r\n            \"Trailing houstonia\",\r\n            \"Train launching\",\r\n            \"Train station\",\r\n            \"Training\",\r\n            \"Training of\",\r\n            \"Trainrobber\",\r\n            \"Trains\",\r\n            \"Traitor\",\r\n            \"Trajan's Column (Rome, Italy)\",\r\n            \"Tranquility Farms\",\r\n            \"Trans Atlantic slave trade\",\r\n            \"Transatlantic Cable\",\r\n            \"Transcendentalism (New England)\",\r\n            \"Transcendentalist\",\r\n            \"Transcontinental Railroad\",\r\n            \"Transformations (Mathematics)\",\r\n            \"Transit\",\r\n            \"Transits\",\r\n            \"Translations from foreign literature\",\r\n            \"Translator\",\r\n            \"Transportation\",\r\n            \"Trapeze artist\",\r\n            \"Trapper\",\r\n            \"Travel photography\",\r\n            \"Travel, Ancient\",\r\n            \"Traveler\",\r\n            \"Trawls and trawling\",\r\n            \"Treasurer\",\r\n            \"Treasury Section of Painting and Sculpture\",\r\n            \"Treaties\",\r\n            \"Treaty\",\r\n            \"Treaty of Ghent\",\r\n            \"Trechtlingshausen\",\r\n            \"Tree planting\",\r\n            \"Tree stump\",\r\n            \"Trees\",\r\n            \"Trees, Fossil\",\r\n            \"Trellis\",\r\n            \"Trellises\",\r\n            \"Trematoda\",\r\n            \"Tremella\",\r\n            \"Tremellomycetes\",\r\n            \"Tremont House\",\r\n            \"Tremont Temple\",\r\n            \"Trench warfare\",\r\n            \"Trent\",\r\n            \"Trenton\",\r\n            \"Trepostomata\",\r\n            \"Trial of Red Jacket\",\r\n            \"Trials\",\r\n            \"Triangles (polygons)\",\r\n            \"Triangulation\",\r\n            \"Triangulum\",\r\n            \"Triatoma\",\r\n            \"Tribal government\",\r\n            \"Tribesman\",\r\n            \"Tricladida\",\r\n            \"Tricorne\",\r\n            \"Tricycles\",\r\n            \"Tridacna\",\r\n            \"Trident\",\r\n            \"Trieste\",\r\n            \"Trigoniidae, Fossil\",\r\n            \"Trigonioida, Fossil\",\r\n            \"Trigonometry\",\r\n            \"Trillium album\",\r\n            \"Trillium chloropetalum\",\r\n            \"Trillium discolor\",\r\n            \"Trillium erectum\",\r\n            \"Trillium grandiflorum\",\r\n            \"Trillium h.\",\r\n            \"Trillium hugeri\",\r\n            \"Trillium sessile\",\r\n            \"Trillium simile\",\r\n            \"Trillium underwoodii\",\r\n            \"Trillium undulatum\",\r\n            \"Trillium vasyi\",\r\n            \"Trilobita\",\r\n            \"Trilobites\",\r\n            \"Trinket\",\r\n            \"Triopsidae\",\r\n            \"Tripod\",\r\n            \"Tripterocalyx pedunculatus\",\r\n            \"Triptych\",\r\n            \"Trishula\",\r\n            \"Triton\",\r\n            \"Triumph\",\r\n            \"Triumphal Arch, Court of Honor\",\r\n            \"Triumphal arch\",\r\n            \"Trogons\",\r\n            \"Trogositidae\",\r\n            \"Trolley\",\r\n            \"Trollius albiflorus\",\r\n            \"Trombidiidae\",\r\n            \"Trombone\",\r\n            \"Trompe l'oeil\",\r\n            \"Tropea\",\r\n            \"Trophies\",\r\n            \"Tropic\",\r\n            \"Tropic-birds\",\r\n            \"Tropical medicine\",\r\n            \"Tropical plants\",\r\n            \"Tropics\",\r\n            \"Trout\",\r\n            \"Trout fishing\",\r\n            \"Troy\",\r\n            \"Truant\",\r\n            \"Truck\",\r\n            \"Truck farming\",\r\n            \"Trumpet vine\",\r\n            \"Trumpetcreeper\",\r\n            \"Trumpetleaf\",\r\n            \"Trumpets\",\r\n            \"Truncatellidae\",\r\n            \"Trunks (Luggage)\",\r\n            \"Trustee\",\r\n            \"Truth\",\r\n            \"Try square\",\r\n            \"Tryon\",\r\n            \"Trypanosoma\",\r\n            \"Tsar\",\r\n            \"Tsetse-flies\",\r\n            \"Tsongkhapa\",\r\n            \"Tsuga heterophylla\",\r\n            \"Tsuga mertensiana\",\r\n            \"Tuatara\",\r\n            \"Tubothalamea\",\r\n            \"Tucson\",\r\n            \"Tufted saxifrage\",\r\n            \"Tugboat\",\r\n            \"Tulip\",\r\n            \"Tuliptree\",\r\n            \"Tulsa Race Massacre\",\r\n            \"Tumion californicum\",\r\n            \"Tunicata\",\r\n            \"Tuniciers\",\r\n            \"Tunnel\",\r\n            \"Tunnels\",\r\n            \"Turban\",\r\n            \"Turbellaria\",\r\n            \"Turbinellidae\",\r\n            \"Turbinidae\",\r\n            \"Turbinolidae\",\r\n            \"Turkeyhead cactus\",\r\n            \"Turkeys\",\r\n            \"Turkish dress\",\r\n            \"Turpentine industry and trade\",\r\n            \"Turpentine industry workers\",\r\n            \"Turquoise\",\r\n            \"Turridae\",\r\n            \"Turridae, Fossil\",\r\n            \"Turtlehead\",\r\n            \"Turtles\",\r\n            \"Tuscany\",\r\n            \"Tusculum\",\r\n            \"Tuskegee Airmen\",\r\n            \"Tussie-mussies\",\r\n            \"Tutor\",\r\n            \"Tutoring\",\r\n            \"Twentieth century\",\r\n            \"Twilight\",\r\n            \"Twill\",\r\n            \"Twine industry\",\r\n            \"Twinleaf\",\r\n            \"Tybee\",\r\n            \"Type and type-founding\",\r\n            \"Type designer\",\r\n            \"Type specimens\",\r\n            \"Type specimens (Natural history)\",\r\n            \"Typesetting machines\",\r\n            \"Typewriter\",\r\n            \"Typewriters\",\r\n            \"Typhlobagrus\",\r\n            \"Typographer\",\r\n            \"Typography\",\r\n            \"Tyre\",\r\n            \"Tyrolean Alps\",\r\n            \"Tyrrhenian Sea\",\r\n            \"Tzu pu\",\r\n            \"U. S. Capitol\",\r\n            \"U. S. Legation\",\r\n            \"U.S. 485\",\r\n            \"U.S. Capitol Building\",\r\n            \"U.S. Classics\",\r\n            \"U.S. History, 1783-1815\",\r\n            \"U.S. History, 1815-1861\",\r\n            \"U.S. History, 1865-1921\",\r\n            \"U.S. History, 1919-1933\",\r\n            \"U.S. History, 1933-1945\",\r\n            \"U.S. History, 1945-1953\",\r\n            \"U.S. History, 1953-1961\",\r\n            \"U.S. History, 1961-1969\",\r\n            \"U.S. History, 1969-2001\",\r\n            \"U.S. History, 2001-\",\r\n            \"U.S. History, Civil War, 1861-1865\",\r\n            \"U.S. History, Colonial period, 1600-1775\",\r\n            \"U.S. History, Revolution, 1775-1783\",\r\n            \"U.S. National Government, executive branch\",\r\n            \"U.S. National Government, judiciary\",\r\n            \"U.S. National Government, legislative branch\",\r\n            \"U.S. Related Areas\",\r\n            \"U.S. Stamps\",\r\n            \"U.S. states\",\r\n            \"U.S.S.R.\",\r\n            \"US\",\r\n            \"US Attorney\",\r\n            \"US Attorney General\",\r\n            \"US Capitol\",\r\n            \"US Consul\",\r\n            \"US Marshal\",\r\n            \"US Minister\",\r\n            \"US Postmaster General\",\r\n            \"US Supreme Court Justice\",\r\n            \"Uchee\",\r\n            \"Uki-e\",\r\n            \"Ukiyo-e\",\r\n            \"Ukiyoe\",\r\n            \"Ukrainian blind mole rats\",\r\n            \"Ulothricaceae\",\r\n            \"Ulvophyceae\",\r\n            \"Uma\",\r\n            \"Umbrella tree\",\r\n            \"Umbrellas\",\r\n            \"Uncle Sam (Symbolic character)\",\r\n            \"Underdrawing\",\r\n            \"Underground Railroad\",\r\n            \"Undine\",\r\n            \"Unfinished\",\r\n            \"Unglazed\",\r\n            \"Ungulata\",\r\n            \"Ungulates\",\r\n            \"Ungulates, Fossil\",\r\n            \"Unicorn\",\r\n            \"Uniforms\",\r\n            \"Uniforms, Military\",\r\n            \"Uniforms, fraternal\",\r\n            \"Unio\",\r\n            \"Union\",\r\n            \"Union Square\",\r\n            \"Unionidae\",\r\n            \"Unitarian Church\",\r\n            \"United Farm Workers\",\r\n            \"United Kingdom\",\r\n            \"United Nations\",\r\n            \"United States Botanic Garden\",\r\n            \"United States Colored Troops\",\r\n            \"United States Constitution, Fifteenth Amendment\",\r\n            \"United States History\",\r\n            \"United States. Constitution\",\r\n            \"Unity\",\r\n            \"Universalism\",\r\n            \"Universities\",\r\n            \"University administrator\",\r\n            \"University president\",\r\n            \"University trustee\",\r\n            \"Upholstery\",\r\n            \"Upland game birds\",\r\n            \"Upper Falls\",\r\n            \"Upper class\",\r\n            \"Uraniidae\",\r\n            \"Urban life\",\r\n            \"Urban planning\",\r\n            \"Urban transportation\",\r\n            \"Urea\",\r\n            \"Urinary organs\",\r\n            \"Urine\",\r\n            \"Urn\",\r\n            \"Urna\",\r\n            \"Urns\",\r\n            \"Urocoptidae\",\r\n            \"Urodela\",\r\n            \"Uropeltidae\",\r\n            \"Urus\",\r\n            \"Ushnisha\",\r\n            \"Utah Lake\",\r\n            \"Utah Territory\",\r\n            \"Utai\",\r\n            \"Utensils\",\r\n            \"Utica, NY\",\r\n            \"Utilities\",\r\n            \"Utopias\",\r\n            \"Utrecht\",\r\n            \"Uvalaria perfoliata\",\r\n            \"VIDA SOCIAL Y COSTUMBRES\",\r\n            \"Vaccinium caespitosum\",\r\n            \"Vaccinium corymbosum\",\r\n            \"Vaccinium membranaceum\",\r\n            \"Vaccinium scoparium\",\r\n            \"Vaccinium tenellum\",\r\n            \"Vaccinium vitisdaea minus\",\r\n            \"Vaea\",\r\n            \"Vagina\",\r\n            \"Vagnera stellata\",\r\n            \"Vagus nerve\",\r\n            \"Vairocana Buddha\",\r\n            \"Vaisravana\",\r\n            \"Vajra\",\r\n            \"Vajrapani\",\r\n            \"Vajravarahi\",\r\n            \"Vajrayana Buddhism\",\r\n            \"Val d'Ema\",\r\n            \"Valdivia Expedition\",\r\n            \"Valentine's Day\",\r\n            \"Valeriana sitchensis\",\r\n            \"Valkyrie\",\r\n            \"Valley Forge\",\r\n            \"Valley Stream\",\r\n            \"Valley of the Lledr\",\r\n            \"Valley of the Llugwy\",\r\n            \"Valleys\",\r\n            \"Valparaiso\",\r\n            \"Valparaiso Harbor\",\r\n            \"Valuation\",\r\n            \"Valvata\",\r\n            \"Vampires\",\r\n            \"Vanity\",\r\n            \"Var (Dept.)\",\r\n            \"Varada mudra\",\r\n            \"Varens\",\r\n            \"Variation (Biology)\",\r\n            \"Varieties\",\r\n            \"Varnish and varnishing\",\r\n            \"Vase\",\r\n            \"Vase of nectar\",\r\n            \"Vases\",\r\n            \"Vases, Roman\",\r\n            \"Vasudhara\",\r\n            \"Vaud\",\r\n            \"Vaudeville\",\r\n            \"Vector analysis\",\r\n            \"Vegetable\",\r\n            \"Vegetable gardening\",\r\n            \"Vegetable seller\",\r\n            \"Vegetables\",\r\n            \"Vehicles\",\r\n            \"Veil\",\r\n            \"Velvet\",\r\n            \"Vendor\",\r\n            \"Veneroida\",\r\n            \"Venetian\",\r\n            \"Venezuelan\",\r\n            \"Venom\",\r\n            \"Ventimiglia\",\r\n            \"Ventriloquist\",\r\n            \"Venus\",\r\n            \"Venus flytrap\",\r\n            \"Venus' vliegenval\",\r\n            \"Venus's flytrap\",\r\n            \"Veracruz\",\r\n            \"Veratrum viride\",\r\n            \"Verbena wrightii\",\r\n            \"Verde River\",\r\n            \"Vergennes, VT\",\r\n            \"Vermeer, Johannes\",\r\n            \"Vernal Falls\",\r\n            \"Vernal iris\",\r\n            \"Verona\",\r\n            \"Veronica serpyllifolia\",\r\n            \"Veronica wormskjoldii\",\r\n            \"Versailles\",\r\n            \"Versailles Gardens\",\r\n            \"Versailles Palace\",\r\n            \"Versailles, Treaty of\",\r\n            \"Verse satire, Latin\",\r\n            \"Vertebrae\",\r\n            \"Vertebrates\",\r\n            \"Vertebrates, Fossil\",\r\n            \"Vertrouwt\",\r\n            \"Vervain\",\r\n            \"Verzamelen\",\r\n            \"Vespertilionidae\",\r\n            \"Vest\",\r\n            \"Vestryman\",\r\n            \"Veteran\",\r\n            \"Veterinary medicine\",\r\n            \"Veterinary parasitology\",\r\n            \"Vevey\",\r\n            \"Via Appia\",\r\n            \"Via Tuscolana\",\r\n            \"Viability\",\r\n            \"Vibo Valentia\",\r\n            \"Viburnum americanum\",\r\n            \"Viburnum pauciflorum\",\r\n            \"Vicar\",\r\n            \"Vicar of Wakefield\",\r\n            \"Vice Admiral\",\r\n            \"Vice president\",\r\n            \"Vice-Presidential Candidate\",\r\n            \"Vice-Presidents\",\r\n            \"Vicenza\",\r\n            \"Vicia americana\",\r\n            \"Vicki\",\r\n            \"Vicksburg\",\r\n            \"Vicovaro\",\r\n            \"Victorian Era\",\r\n            \"Victorian dress\",\r\n            \"Victorian style\",\r\n            \"Victoriana\",\r\n            \"Vienna\",\r\n            \"Vietnam War, 1961-1975\",\r\n            \"Views\",\r\n            \"Vigo Bridge\",\r\n            \"Viking\",\r\n            \"Villa Falconieri\",\r\n            \"Villa Malta\",\r\n            \"Villa Mecenas\",\r\n            \"Village communities\",\r\n            \"Villages\",\r\n            \"Villajoyosa\",\r\n            \"Villeneuve\",\r\n            \"Vimalakirti\",\r\n            \"Vina\",\r\n            \"Vine\",\r\n            \"Viola\",\r\n            \"Viola adunca\",\r\n            \"Viola canadensis\",\r\n            \"Viola digitata\",\r\n            \"Viola eriocarpa\",\r\n            \"Viola orbiculata\",\r\n            \"Viola palustris\",\r\n            \"Viola papilionacea\",\r\n            \"Viola pedata\",\r\n            \"Viola primulifolia\",\r\n            \"Viola rafinesquii\",\r\n            \"Viola septemloba\",\r\n            \"Viola striata\",\r\n            \"Violaceae\",\r\n            \"Violence\",\r\n            \"Violet\",\r\n            \"Violets\",\r\n            \"Violincello\",\r\n            \"Violinist\",\r\n            \"Violins\",\r\n            \"Viperidae\",\r\n            \"Virgil\",\r\n            \"Virgin\",\r\n            \"Virgin Mary\",\r\n            \"Virgin River\",\r\n            \"Virginia bluebells\",\r\n            \"Virginia spiderwort\",\r\n            \"Virginia springbeauty\",\r\n            \"Virginia stewartia\",\r\n            \"Virgo\",\r\n            \"Virudhaka\",\r\n            \"Viscount\",\r\n            \"Viscountess\",\r\n            \"Vishnu\",\r\n            \"Vishvamitra\",\r\n            \"Vision\",\r\n            \"Visionary architecture\",\r\n            \"Visor\",\r\n            \"Visual arts administrator\",\r\n            \"Vitarka mudra\",\r\n            \"Vitrinella\",\r\n            \"Vivariums\",\r\n            \"Viviparidae\",\r\n            \"Vivisection\",\r\n            \"Vocal duets with orchestra\",\r\n            \"Vocal duets with piano\",\r\n            \"Vocal scores with piano\",\r\n            \"Vocal scores without accompaniment\",\r\n            \"Voice\",\r\n            \"Volcan Agua\",\r\n            \"Volcan Apea\",\r\n            \"Volcan Fuego\",\r\n            \"Volcan Zunil\",\r\n            \"Volcanic eruption\",\r\n            \"Volcanic eruptions\",\r\n            \"Volcano\",\r\n            \"Volcanoes\",\r\n            \"Volendam\",\r\n            \"Volta effect\",\r\n            \"Volterra\",\r\n            \"Volunteer\",\r\n            \"Volutidae\",\r\n            \"Voting\",\r\n            \"Voting and Property Rights\",\r\n            \"Voyages\",\r\n            \"Voyages and travels\",\r\n            \"Voyages around the world\",\r\n            \"Voyages autour du monde\",\r\n            \"Voyages to the Pacific coast\",\r\n            \"Voyages, Imaginary\",\r\n            \"Vulcanization\",\r\n            \"Vulture\",\r\n            \"Vultures\",\r\n            \"WW I\",\r\n            \"WW II\",\r\n            \"Wacker Drive\",\r\n            \"Wagner\",\r\n            \"Wagon\",\r\n            \"Wagons\",\r\n            \"Waist\",\r\n            \"Waiting\",\r\n            \"Waitresses\",\r\n            \"Wake-robin\",\r\n            \"Wales\",\r\n            \"Walking\",\r\n            \"Walking stick\",\r\n            \"Walkingstick cholla\",\r\n            \"Walkway\",\r\n            \"Wall\",\r\n            \"Wall Street\",\r\n            \"Wall hanging\",\r\n            \"Wall hangings\",\r\n            \"Wallflower\",\r\n            \"Wallpaper\",\r\n            \"Walls\",\r\n            \"Walpi\",\r\n            \"Walrus\",\r\n            \"Walt Whitman Birthplace\",\r\n            \"Waltzes\",\r\n            \"Waltzes (Piano)\",\r\n            \"Wampum belts\",\r\n            \"Wang Wei\",\r\n            \"Wangchuan Villa\",\r\n            \"Wanli reign (1573 - 1620)\",\r\n            \"War\",\r\n            \"War Council\",\r\n            \"War bonnets\",\r\n            \"War damage\",\r\n            \"War of 1812\",\r\n            \"War of 1812, 1812-1815\",\r\n            \"War photographer\",\r\n            \"War work\",\r\n            \"Warbler\",\r\n            \"Wardian cases\",\r\n            \"Warehouse\",\r\n            \"Warfare\",\r\n            \"Warring States period (475 - 221 BCE)\",\r\n            \"Warrior\",\r\n            \"Wars\",\r\n            \"Warship\",\r\n            \"Warships\",\r\n            \"Warwick\",\r\n            \"Wasatch Mountains\",\r\n            \"Washing\",\r\n            \"Washing machine\",\r\n            \"Washing machines\",\r\n            \"Washington Arch\",\r\n            \"Washington Crossing\",\r\n            \"Washington D.C.\",\r\n            \"Washington Monument\",\r\n            \"Washington lily\",\r\n            \"Washington, Booker T., 1856-1915\",\r\n            \"Washington, DC\",\r\n            \"Washington, George\",\r\n            \"Wasps\",\r\n            \"Wassen\",\r\n            \"Watch\",\r\n            \"Watchcases\",\r\n            \"Watchmaker\",\r\n            \"Watchman\",\r\n            \"Water\",\r\n            \"Water Currents\",\r\n            \"Water beetles\",\r\n            \"Water birds\",\r\n            \"Water buffalo\",\r\n            \"Water carrier\",\r\n            \"Water crowfoot\",\r\n            \"Water features\",\r\n            \"Water lily\",\r\n            \"Water mites\",\r\n            \"Water pump\",\r\n            \"Water-supply\",\r\n            \"Water-wheels\",\r\n            \"Watercolorist\",\r\n            \"Waterfalls\",\r\n            \"Waterfowl\",\r\n            \"Waterfowl shooting\",\r\n            \"Waterloo\",\r\n            \"Waterloo, Battle of, Waterloo, Belgium, 1815\",\r\n            \"Watermarks\",\r\n            \"Watermelon\",\r\n            \"Waterscapes\",\r\n            \"Watertown\",\r\n            \"Waterwork\",\r\n            \"Watkins Glen\",\r\n            \"Watteau, Jean-Antoine\",\r\n            \"Wave\",\r\n            \"Waves in art\",\r\n            \"Wax modeler\",\r\n            \"Wax trillium\",\r\n            \"Waxenstein Mountains\",\r\n            \"Wea\",\r\n            \"Wealth\",\r\n            \"Wealthy\",\r\n            \"Weapons\",\r\n            \"Weariness\",\r\n            \"Weasel\",\r\n            \"Weather\",\r\n            \"Weathervane\",\r\n            \"Weaverbirds\",\r\n            \"Weaving\",\r\n            \"Web site\",\r\n            \"Webb\",\r\n            \"Webb Farm\",\r\n            \"Weber River\",\r\n            \"Weberian apparatus\",\r\n            \"Webspinners\",\r\n            \"Wedding\",\r\n            \"Wedding Band\",\r\n            \"Wedding dress\",\r\n            \"Weddings\",\r\n            \"Wedgwood ware\",\r\n            \"Weeds\",\r\n            \"Weehawken\",\r\n            \"Weft patterning\",\r\n            \"Weighing instruments industry\",\r\n            \"Weights and measures\",\r\n            \"Weimo\",\r\n            \"Weir\",\r\n            \"Well\",\r\n            \"Wells\",\r\n            \"Wells Cathedral\",\r\n            \"Weltkrieg\",\r\n            \"Wenshu\",\r\n            \"West Palm Beach\",\r\n            \"West Point\",\r\n            \"Western\",\r\n            \"Western Han dynasty (206 BCE - 9 CE)\",\r\n            \"Western Wei dynasty (535 - 556)\",\r\n            \"Western Zhou dynasty (ca. 1050 - 771 BCE)\",\r\n            \"Western azalea\",\r\n            \"Western blue flag\",\r\n            \"Western bluebells\",\r\n            \"Western capercaillie\",\r\n            \"Western cranesbill\",\r\n            \"Western films\",\r\n            \"Western green alder\",\r\n            \"Western hemlock\",\r\n            \"Western larch\",\r\n            \"Western menziesia\",\r\n            \"Western monkshood\",\r\n            \"Western mountain ash\",\r\n            \"Western pipsissewa\",\r\n            \"Western rattlesnake plantain\",\r\n            \"Western states\",\r\n            \"Western yarrow\",\r\n            \"Westminster Bridge\",\r\n            \"Westport\",\r\n            \"Westward expansion\",\r\n            \"Wethersfield Ferry\",\r\n            \"Whalers\",\r\n            \"Whalers (Persons)\",\r\n            \"Whales\",\r\n            \"Whales, Fossil\",\r\n            \"Whaling\",\r\n            \"Wharf\",\r\n            \"Wheat\",\r\n            \"Wheat broker\",\r\n            \"Wheat straw\",\r\n            \"Wheat strawworm\",\r\n            \"Wheel\",\r\n            \"Wheelbarrow\",\r\n            \"Wheelchair\",\r\n            \"Wheeling\",\r\n            \"Wheels\",\r\n            \"Whip\",\r\n            \"Whip scorpions\",\r\n            \"Whippoorwill\",\r\n            \"Whirlwinds\",\r\n            \"Whiskey\",\r\n            \"Whist\",\r\n            \"White Indian paintbrush\",\r\n            \"White Mountains\",\r\n            \"White Pine Canyon\",\r\n            \"White Supremacist\",\r\n            \"White dawnrose\",\r\n            \"White dryad\",\r\n            \"White epidendrum\",\r\n            \"White fairy lantern\",\r\n            \"White flowering raspberry\",\r\n            \"White globeflower\",\r\n            \"White heather\",\r\n            \"White pea\",\r\n            \"White supremacy movements\",\r\n            \"White thistle\",\r\n            \"White troutlily\",\r\n            \"White whale\",\r\n            \"Whitebark pine\",\r\n            \"Whiteface Mountain\",\r\n            \"Wholesade trade\",\r\n            \"Wichita Mountains\",\r\n            \"Wicker\",\r\n            \"Widow\",\r\n            \"Widower\",\r\n            \"Wife\",\r\n            \"Wig\",\r\n            \"Wild Animals\",\r\n            \"Wild animal collecting\",\r\n            \"Wild calla\",\r\n            \"Wild flax\",\r\n            \"Wild flowers\",\r\n            \"Wild hazelnut\",\r\n            \"Wild hyacinth\",\r\n            \"Wild oat\",\r\n            \"Wild pea\",\r\n            \"Wild pineapple\",\r\n            \"Wild plants\",\r\n            \"Wild rice\",\r\n            \"Wild rose\",\r\n            \"Wild sweet crab\",\r\n            \"Wildcat\",\r\n            \"Wilderness, Battle of the, Va., 1864\",\r\n            \"Willamette River\",\r\n            \"William Corbett's School\",\r\n            \"Williams College\",\r\n            \"Williamsburg\",\r\n            \"Williamstown\",\r\n            \"Willow\",\r\n            \"Willow tree\",\r\n            \"Willows\",\r\n            \"Wilton Castle\",\r\n            \"Winchester\",\r\n            \"Winchester Cathedral\",\r\n            \"Wind\",\r\n            \"Wind Bloweth\",\r\n            \"Wind River Mountains\",\r\n            \"Wind energy\",\r\n            \"Wind gods\",\r\n            \"Wind instruments\",\r\n            \"Wind poppy\",\r\n            \"Windmill\",\r\n            \"Windmills\",\r\n            \"Window gardening\",\r\n            \"Windows\",\r\n            \"Windows in interior decoration\",\r\n            \"Winds\",\r\n            \"Windsor\",\r\n            \"Windsor Castle\",\r\n            \"Windsor Park\",\r\n            \"Wine\",\r\n            \"Wine and wine making\",\r\n            \"Wine bottle\",\r\n            \"Wine cup\",\r\n            \"Wine merchant\",\r\n            \"Winged being\",\r\n            \"Wings\",\r\n            \"Wings (Anatomy)\",\r\n            \"Winter\",\r\n            \"Winter's Tale\",\r\n            \"Winterberry\",\r\n            \"Wire\",\r\n            \"Wirework\",\r\n            \"Wisconsin River\",\r\n            \"Wissahickon Creek\",\r\n            \"Wisteria\",\r\n            \"Wit and humor\",\r\n            \"Witch\",\r\n            \"Witch of Endor\",\r\n            \"Witch-hazel\",\r\n            \"Witchcraft\",\r\n            \"Witches Rock\",\r\n            \"Withlacoochee River\",\r\n            \"Witte Paters\",\r\n            \"Wolf\",\r\n            \"Wolves\",\r\n            \"Woman\",\r\n            \"Woman in New England\",\r\n            \"Women\",\r\n            \"Women Taken in Adultery\",\r\n            \"Women and freemasonry\",\r\n            \"Women calligraphers\",\r\n            \"Women scientists\",\r\n            \"Women slaves\",\r\n            \"Women's Club Movement\",\r\n            \"Women's Health\",\r\n            \"Women's History\",\r\n            \"Women's clothing\",\r\n            \"Women's organizations\",\r\n            \"Women's periodicals, English\",\r\n            \"Women's rights advocate\",\r\n            \"Women, Zulu\",\r\n            \"Wood\",\r\n            \"Wood lily\",\r\n            \"Wood merrybells\",\r\n            \"Wood skullcap\",\r\n            \"Wood warblers\",\r\n            \"Wood-carving\",\r\n            \"Wood-gathering\",\r\n            \"Wood-nymph\",\r\n            \"Woodblock\",\r\n            \"Woodcock\",\r\n            \"Woodcock, American\",\r\n            \"Woodcock, Eurasian\",\r\n            \"Woodford Mambrino\",\r\n            \"Woodpecker\",\r\n            \"Woodpeckers\",\r\n            \"Woodsprite\",\r\n            \"Woodworker\",\r\n            \"Woody plants\",\r\n            \"Woolen and worsted manufacture\",\r\n            \"Woolgrass\",\r\n            \"Woolly fleabane\",\r\n            \"Woolworth Building\",\r\n            \"Wooly agoseris\",\r\n            \"Wooly arnica\",\r\n            \"Worcester porcelain\",\r\n            \"Workers\",\r\n            \"Working class\",\r\n            \"Works Progress Administration\",\r\n            \"Works Progress Administration, Federal Art Project\",\r\n            \"Workshop recipes\",\r\n            \"World War, 1914-1918\",\r\n            \"World War, 1939-1945\",\r\n            \"Worm\",\r\n            \"Worms\",\r\n            \"Worry\",\r\n            \"Worship\",\r\n            \"Worshiper\",\r\n            \"Wound\",\r\n            \"Wrangell\",\r\n            \"Wrangler\",\r\n            \"Wreath\",\r\n            \"Wreaths\",\r\n            \"Wren\",\r\n            \"Wrestling\",\r\n            \"Wrist watch\",\r\n            \"Writers\",\r\n            \"Writing\",\r\n            \"Writing table\",\r\n            \"Writing tablet\",\r\n            \"Writing tool\",\r\n            \"Wye River\",\r\n            \"X-rays\",\r\n            \"Xanthophyceae\",\r\n            \"Xenarthra\",\r\n            \"Xenarthra, Fossil\",\r\n            \"Xenophyophora\",\r\n            \"Xerophyllum tenax\",\r\n            \"Xiao shou chia lei\",\r\n            \"Xiphosura\",\r\n            \"Yacht\",\r\n            \"Yachting\",\r\n            \"Yachting cap\",\r\n            \"Yachts\",\r\n            \"Yachtsman\",\r\n            \"Yak\",\r\n            \"Yaksa\",\r\n            \"Yaksha\",\r\n            \"Yakusha-e\",\r\n            \"Yale University\",\r\n            \"Yamato-e\",\r\n            \"Yaupon\",\r\n            \"Yellow cucumbertree\",\r\n            \"Yellow dryad\",\r\n            \"Yellow fever\",\r\n            \"Yellow fringeorchid\",\r\n            \"Yellow jessamine\",\r\n            \"Yellow lady's slipper\",\r\n            \"Yellow lupine\",\r\n            \"Yellow penstemon\",\r\n            \"Yellow stonecrop\",\r\n            \"Yellow violet\",\r\n            \"Yellow willow grass\",\r\n            \"Yellow willow-weed\",\r\n            \"Yellowstone Canyon\",\r\n            \"Yellowstone Falls\",\r\n            \"Yellowstone Lake\",\r\n            \"Yellowstone National Park\",\r\n            \"Yellowstone Range\",\r\n            \"Yellowstone River\",\r\n            \"Yerba mansa\",\r\n            \"Yin-yang\",\r\n            \"Ynsiensi\",\r\n            \"Yogini\",\r\n            \"York\",\r\n            \"York Minister\",\r\n            \"York River\",\r\n            \"Yorktown\",\r\n            \"Yosemite Falls\",\r\n            \"Yosemite Valley\",\r\n            \"Young Lords Movement\",\r\n            \"Young Men's Christian associations\",\r\n            \"Youth\",\r\n            \"Yuan dynasty (1279 - 1368)\",\r\n            \"Yucca\",\r\n            \"Yucca baccata\",\r\n            \"Yucca baileyi\",\r\n            \"Yucca tree\",\r\n            \"Yue ware\",\r\n            \"Yugoslavia\",\r\n            \"Zarzuelas\",\r\n            \"Zauschneria carlifornica\",\r\n            \"Zebra\",\r\n            \"Zebras\",\r\n            \"Zembra\",\r\n            \"Zen Buddhism\",\r\n            \"Zen priests\",\r\n            \"Zenobia\",\r\n            \"Zenobia cassinifolia\",\r\n            \"Zeppelin LZ 3\",\r\n            \"Zeppelin LZ 4\",\r\n            \"Zermatt\",\r\n            \"Zeus\",\r\n            \"Zhejiang green-glazed ware\",\r\n            \"Zhong Kui\",\r\n            \"Zhou dynasty (ca. 1050 - 221 BCE)\",\r\n            \"Zhuangzi\",\r\n            \"Zinc sculpture, American\",\r\n            \"Zingare\",\r\n            \"Zinnia\",\r\n            \"Zinnia grandiflora\",\r\n            \"Zion National Park\",\r\n            \"Zoantharia\",\r\n            \"Zodiac\",\r\n            \"Zongzi\",\r\n            \"Zonitidae\",\r\n            \"Zoo keepers\",\r\n            \"Zoo visitors\",\r\n            \"Zoogeography\",\r\n            \"Zoological illustration\",\r\n            \"Zoological models\",\r\n            \"Zoologist\",\r\n            \"Zoology\",\r\n            \"Zoology, Economic\",\r\n            \"Zoology, Medical\",\r\n            \"Zooplankton\",\r\n            \"Zoos\",\r\n            \"Zulu War, 1879\",\r\n            \"Zurich\",\r\n            \"Zwijndrecht\",\r\n            \"Zygadenus elegans\",\r\n            \"Zygadenus venenosus\",\r\n            \"Zygaenidae\",\r\n            \"Zygophyllceae\",\r\n            \"[NO SUBJECT]\",\r\n            \"abolitionism\",\r\n            \"anti-Catholicism\",\r\n            \"bloomers\",\r\n            \"canoeing\",\r\n            \"croquet\",\r\n            \"descriptive geometry\",\r\n            \"dicotyledonae\",\r\n            \"grave\",\r\n            \"hotels\",\r\n            \"kitchen\",\r\n            \"metalworking\",\r\n            \"not dated\",\r\n            \"publishers\",\r\n            \"skateboarding\"\r\n        ],\r\n        \"message\": \"content found\"\r\n    }\r\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Brightcove Videos List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/brightcove\/get-bc-videos-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/brightcove\/get-bc-videos-list"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"organization_id\":1,\"query_param\":\"query=name=file&limit=0&offset=0\"}"
                        },
                        "description": "Get the specified Brightcove API setting data.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get vimeo,komodo direct or playable url",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/video\/get-direct-url",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/video\/get-direct-url"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}