Caroline Clark
Caroline Clark
Things we need to address: - File names are integral to story, so these also need to be translated. - Colours are applied like "{{rb:hello}}" - maybe change this to...
We need to be consistent in our text colours. Currently we have assigned: - Red for the hint text. - Yellow for anything that the user should type exactly, and...
Some users have found the hints more irritating than helpful. Maybe add a toggle button to give the user the option to hide the hints. Got this feedback from a...
Users frequently don't realise that cd changes their current location - they don't see that the prompt in the terminal changes when they use cd. We can try and emphasise...
e.g. - If the user moves all the files they find explaining the commands (e.g. MV, CD) into the library, give them extra XP. - If the user exhausts every...
It's a bit of a mess right now. https://github.com/KanoComputing/linux-tutorial/blob/master/linux_story/story/terminals/terminal_nano.py I've added code in the nano executable that pipes information to linux-story, and from this information we can tell (some of)...
Currently, all the files needed for the challenge is copied across, and whatever was in .linux-story is deleted. However, as the challenges grow in size, this will mean the challenges...
The spellbook works for a small number of commands, but cannot display more in depth information (e.g. how do we show information for ls -a?) We could instead move the...
In a real terminal, when you press TAB twice when using cd, you automatically get a list of the directories. In the fake terminal currently you get a list of...
When we add colours to words in the terminal, we add lots of invisible characters on either side of the word. We manually calculate how many letters we can fit...