Skip to content

Update the id of "Override" in RNCP 6 Application Development, Imperative Programming to the correct one#245

Open
beistvan wants to merge 23 commits into
d-r-e:mainfrom
beistvan:main
Open

Update the id of "Override" in RNCP 6 Application Development, Imperative Programming to the correct one#245
beistvan wants to merge 23 commits into
d-r-e:mainfrom
beistvan:main

Conversation

@beistvan

Copy link
Copy Markdown
Contributor

Update the incorrect "Override" id to the correct one: 1448
Where: in RNCP 6 Application Development, Imperative Programming

{
"id": 1448,
"name": "Override",
"xp": 35700
},

The missing 'TokenizeArt' in the RNCP 6 Web branch is could be:
```json
			{
				"id": 2600,
				"name": "TokenizeArt",
				"xp": 9450
			}
```
…eak'.

Add 2 new new entries to 6-web.json Mobile branch: 'Music-room' and 'Pace Break':
```json
			{
				"id": 1427,
				"name": "Music-room",
				"xp": 25200
			},
			{
				"id": 2552,
				"name": "Peace Break",
				"xp": 9000
			}
```
The missing 'Mobile' in the RNCP 6 Application development OOP branch is:
```json
			{
				"id": 2355,
				"name": "Mobile",
				"xp": 9450
			}
```
Update RNCP 6 App Imperative programming with ft_select and ft_script:
```json
			{
				"id": 1469,
				"name": "ft_select",
				"xp": 4200
			},
			{
				"id": 1466,
				"name": "ft_script",
				"xp": 4200
			}
```
Add new KFS entries from KFS-4 to KFS-X (10) with ID and XP values to 7-sec.json:
```json
{
				"id": 1431,
				"name": "KFS 4",
				"xp": 25200
			},
			{
				"id": 1432,
				"name": "KFS 5",
				"xp": 35700
			},
			{
				"id": 1438,
				"name": "KFS 6",
				"xp": 25200
			},
			{
				"id": 1439,
				"name": "KFS 7",
				"xp": 35700
			},
			{
				"id": 1440,
				"name": "KFS 8",
				"xp": 15750
			},
			{
				"id": 1441,
				"name": "KFS 9",
				"xp": 15750
			},
			{
				"id": 1442,
				"name": "KFS X",
				"xp": 35700
			}
```
Add ft_select and ft_script to the RNCP 7 Application development Imperative programming branch
```json
 			{
				"id": 1469,
				"name": "ft_select",
				"xp": 4200
			},
			{
				"id": 1466,
				"name": "ft_script",
				"xp": 4200
			}
```
…n 7-ai.json

Add new entries of TokenizeArt and Music-room to AI Database branch in 7-ai.json:
```json
			{
				"id": 2600,
				"name": "TokenizeArt",
				"xp": 9450
			},
			{
				"id": 1427,
				"name": "Music-room",
				"xp": 25200
			}
```
Removed entries of KFS 4 - KFS X(10) from the JSON data.
Removed entries for 'ft_select' and 'ft_script' from the JSON.
Corrected the translation for 'admin-sys' in German.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant