You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: game/scripts/quiz_questions_from_csv.rpy
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2761,7 +2761,7 @@ init python:
2761
2761
question=_("Which one of these options is layer 1 in the Open Systems Interconnection (OSI) model?"),
2762
2762
true=_("The physical layer"),
2763
2763
false=[_("The network layer"), _("The transport Layer"), _("The application layer")],
2764
-
explanation=_("Layer 1 is the physical layer. There’s a lot of technology in Layer 1 - everything from physical network devices, cabling, to how the cables hook up to the devices."),
2764
+
explanation=_("Layer 1 is the physical layer. There's a lot of technology in Layer 1 - everything from physical network devices, cabling, to how the cables hook up to the devices."),
question=_("Which Unix command is used to allow you start typing in the VIM editor?"),
3554
3554
true=_("i"),
3555
3555
false=[_("esc"), _(":q!"), _(":wq")],
3556
-
explanation=_("The i command( for ’insert’), immediately switches vim to insert mode. Once you are in insert mode, you can insert characters just like a regular text editor."),
3556
+
explanation=_("The i command( for 'insert'), immediately switches vim to insert mode. Once you are in insert mode, you can insert characters just like a regular text editor."),
"You’re not sure what those stains are, but your neighbor was about to throw it out. It’s still got most of its stuffing!",
42
+
"You're not sure what those stains are, but your neighbor was about to throw it out. It's still got most of its stuffing!",
43
43
500, CHAIR, 2),
44
44
RoomItem('Comforta Office Chair', 'chair_nice',
45
-
"A brand new, more upgraded version of your neighbor’s old chair. The seat is firm and good for your back.",
45
+
"A brand new, more upgraded version of your neighbor's old chair. The seat is firm and good for your back.",
46
46
1000, CHAIR, 3),
47
47
RoomItem('Executive Gamer', 'chair_fancy',
48
-
'This chair is for the busy professional who means BUSINESS… Except when they’re playing the latest MMORPG. With incredible upper and lower back support, this chair takes the stress out of long hours in your IDE.',
48
+
"This chair is for the busy professional who means BUSINESS… Except when they're playing the latest MMORPG. With incredible upper and lower back support, this chair takes the stress out of long hours in your IDE.",
49
49
2000, CHAIR, 4),
50
50
51
51
RoomItem('Stock Router', 'router_simple',
@@ -59,29 +59,29 @@ init python:
59
59
2000, ROUTER, 4),
60
60
61
61
RoomItem('Used Netbook', 'pc_used',
62
-
'Your old high school is finally getting rid of its netbooks. It’s almost 10 years old, but these were clearly built to last.',
62
+
"Your old high school is finally getting rid of its netbooks. It's almost 10 years old, but these were clearly built to last.",
63
63
1000, PC, 2),
64
64
RoomItem('Basik Bild Laptop', 'pc_student',
65
-
'It’s got that “new laptop” smell! Containing all of the basics any developer should need, you’re basically guaranteed an increase in your productivity.',
65
+
"It's got that “new laptop” smell! Containing all of the basics any developer should need, you're basically guaranteed an increase in your productivity.",
66
66
3000, PC, 3),
67
67
RoomItem('Custom PC Build', 'pc_custom',
68
-
'You’re not sure what you need 800GB of RAM for, but you feel like you do. The rainbow LEDs create an awesome glow in your bedroom at night.',
68
+
"You're not sure what you need 800GB of RAM for, but you feel like you do. The rainbow LEDs create an awesome glow in your bedroom at night.",
69
69
5000, PC, 4),
70
70
71
71
RoomItem('Monstera Deliciosa', 'plant',
72
-
'So you Shmoogled it, and there isn’t really anything DELICIOUS about this plant, but it does add some life to your home office.',
72
+
"So you Shmoogled it, and there isn't really anything DELICIOUS about this plant, but it does add some life to your home office.",
73
73
300),
74
74
RoomItem('Poster 1', 'poster1',
75
-
'You’re not sure if that’s what his name is, but it’s what Mom has been calling him since you brought him home. This poster gives your room a jazzy feeling.',
75
+
"You're not sure if that's what his name is, but it's what Mom has been calling him since you brought him home. This poster gives your room a jazzy feeling.",
76
76
200),
77
77
RoomItem('Poster 2', 'poster2',
78
-
'You’ve always wanted to go to the rainforest. This poster gives your room an adventurous feeling.',
78
+
"You've always wanted to go to the rainforest. This poster gives your room an adventurous feeling.",
79
79
200),
80
80
RoomItem('Poster 3', 'poster3',
81
-
"You’ve been wanting to take a vacation for AGES. Maybe with this in your room, you’ll feel more motivated.",
81
+
"You've been wanting to take a vacation for AGES. Maybe with this in your room, you'll feel more motivated.",
82
82
200),
83
83
RoomItem('Cat lamp', 'cat_lamp',
84
-
'The glow from this lamp is as warm as Mint’s fur.',
84
+
"The glow from this lamp is as warm as Mint's fur.",
85
85
400),
86
86
RoomItem('Cat bed', 'cat_bed',
87
87
'Mint always sleeps on the floor next to your feet while you work. Why not keep a cat bed there instead?',
Copy file name to clipboardExpand all lines: game/tl/english/scripts/quiz_questions_from_csv.rpy
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7215,8 +7215,8 @@ translate english strings:
7215
7215
new"The application layer"
7216
7216
7217
7217
# game/scripts/quiz_questions_from_csv.rpy:2334
7218
-
old"Layer 1 is the physical layer. There’s a lot of technology in Layer 1 - everything from physical network devices, cabling, to how the cables hook up to the devices."
7219
-
new"Layer 1 is the physical layer. There’s a lot of technology in Layer 1 - everything from physical network devices, cabling, to how the cables hook up to the devices."
7218
+
old"Layer 1 is the physical layer. There's a lot of technology in Layer 1 - everything from physical network devices, cabling, to how the cables hook up to the devices."
7219
+
new"Layer 1 is the physical layer. There's a lot of technology in Layer 1 - everything from physical network devices, cabling, to how the cables hook up to the devices."
7220
7220
7221
7221
# game/scripts/quiz_questions_from_csv.rpy:2334
7222
7222
old"Which layer of the Open Systems Interconnection (OSI) model is responsible for error detection?"
@@ -9071,8 +9071,8 @@ translate english strings:
9071
9071
new"esc"
9072
9072
9073
9073
# game/scripts/quiz_questions_from_csv.rpy:3342
9074
-
old"The i command( for ’insert’), immediately switches vim to insert mode. Once you are in insert mode, you can insert characters just like a regular text editor."
9075
-
new"The i command( for ’insert’), immediately switches vim to insert mode. Once you are in insert mode, you can insert characters just like a regular text editor."
9074
+
old"The i command( for 'insert'), immediately switches vim to insert mode. Once you are in insert mode, you can insert characters just like a regular text editor."
9075
+
new"The i command( for 'insert'), immediately switches vim to insert mode. Once you are in insert mode, you can insert characters just like a regular text editor."
9076
9076
9077
9077
# game/scripts/quiz_questions_from_csv.rpy:3342
9078
9078
old"Which Unix command is used to move the cursor one character to the left in the VIM editor?"
@@ -9363,8 +9363,8 @@ translate english strings:
9363
9363
new"Greatly Needed Unix"
9364
9364
9365
9365
# game/scripts/quiz_questions_from_csv.rpy:3342
9366
-
old"GNU is a recursive acronym for ‘GNU's not UNIX’."
9367
-
new"GNU is a recursive acronym for ‘GNU's not UNIX’."
9366
+
old"GNU is a recursive acronym for ‘GNU's not UNIX'."
9367
+
new"GNU is a recursive acronym for ‘GNU's not UNIX'."
9368
9368
9369
9369
# game/scripts/quiz_questions_from_csv.rpy:3342
9370
9370
old"Which Linux command is used to remove all previous commands and output from the terminal?"
@@ -9559,8 +9559,8 @@ translate english strings:
9559
9559
new"Flux"
9560
9560
9561
9561
# game/scripts/quiz_questions_from_csv.rpy:3342
9562
-
old"Linux’s mascot is a penguin named “Tux”."
9563
-
new"Linux’s mascot is a penguin named “Tux”."
9562
+
old"Linux's mascot is a penguin named “Tux”."
9563
+
new"Linux's mascot is a penguin named “Tux”."
9564
9564
9565
9565
# game/scripts/quiz_questions_from_csv.rpy:3342
9566
9566
old"In what year was the Linux Operating System created?"
@@ -10083,8 +10083,8 @@ translate english strings:
10083
10083
new"Unstoppable"
10084
10084
10085
10085
# game/scripts/quiz_questions_from_csv.rpy:3826
10086
-
old"Strings are immutable, so we can’t update or remove their characters after they have been defined in the program. "
10087
-
new"Strings are immutable, so we can’t update or remove their characters after they have been defined in the program. "
10086
+
old"Strings are immutable, so we can't update or remove their characters after they have been defined in the program. "
10087
+
new"Strings are immutable, so we can't update or remove their characters after they have been defined in the program. "
10088
10088
10089
10089
# game/scripts/quiz_questions_from_csv.rpy:3826
10090
10090
old"What built-in data structure in Python can store key-value pairs? "
0 commit comments