diff --git a/.vscode/launch.json b/.vscode/launch.json index bc7d723..4c0cfff 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "chrome", "request": "launch", "name": "Launch Chrome", - "url": "http://localhost:4200", + "url": "http://localhost:4201", "webRoot": "${workspaceFolder}" } ] diff --git a/README.md b/README.md index 87dd4e5..0f5e840 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run `npm install` to update all packages required locally. ## Development server -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. +Run `ng serve` for a dev server. Navigate to `http://localhost:4201/`. The app will automatically reload if you change any of the source files. ## Code scaffolding diff --git a/angular.json b/angular.json index 7c199fd..5bf3ae4 100644 --- a/angular.json +++ b/angular.json @@ -93,7 +93,8 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "app:build" + "browserTarget": "app:build", + "port": 4201 }, "configurations": { "production": { diff --git a/e2e/protractor.conf.js b/e2e/protractor.conf.js index 7c798cf..d0f5665 100644 --- a/e2e/protractor.conf.js +++ b/e2e/protractor.conf.js @@ -16,7 +16,7 @@ exports.config = { browserName: 'chrome' }, directConnect: true, - baseUrl: 'http://localhost:4200/', + baseUrl: 'http://localhost:4201/', framework: 'jasmine', jasmineNodeOpts: { showColors: true, @@ -29,4 +29,4 @@ exports.config = { }); jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); } -}; \ No newline at end of file +}; diff --git a/src/app/how-it-works/how-it-works.component.css b/src/app/how-it-works/how-it-works.component.css index e69de29..7ae303d 100644 --- a/src/app/how-it-works/how-it-works.component.css +++ b/src/app/how-it-works/how-it-works.component.css @@ -0,0 +1,4 @@ +.italic { + font-weight: normal; + font-style: italic; +} diff --git a/src/app/how-it-works/how-it-works.component.html b/src/app/how-it-works/how-it-works.component.html index 7f6da90..a16252f 100644 --- a/src/app/how-it-works/how-it-works.component.html +++ b/src/app/how-it-works/how-it-works.component.html @@ -5,12 +5,12 @@
The metric provides an indication of a schools efficiency compared to 49 statistically similar schools based on certain characteristics.
We divide a school's progress score (KS2 or Progress 8) by their per pupil expenditure which allows us to rank the 50 schools and find a their rank. - Progress score / Expenditure per pupil = Efficiency Metric Ranking +
We divide a school's progress (KS2 or Progress 8) by their per pupil expenditure which gives us a score which allows us to rank the 50 schools. + KS2 progress or Progress 8 / Expenditure per pupil = Efficiency metric score