diff --git a/controllers/challenges.js b/controllers/challenges.js
index 4d56825bb7..dec684e132 100644
--- a/controllers/challenges.js
+++ b/controllers/challenges.js
@@ -63,10 +63,25 @@ exports.startAPairProgrammingSession = function(req, res) {
res.render('challenges/start-a-pair-programming-session', {
name: "Start Your First Pair Programming Session",
challengeNumber: 5,
- video: "110753642",
- time: "5 minutes",
+ video: "111077664",
+ time: "20 minutes",
next: '/challenges/add-dynamic-content-to-your-website',
- steps: ["Download Screen Hero, the popular pair programming tool, here: https://screenhero.com/download.html", "Register your account with the same email address you used when you registered for the Free Code Camp chat room.", "Go to the Free Code Camp chat room.", "Say hi to somebody, and ask if they can pair program with you real quick.", "Type '/hero @' and their name to start a Screen Hero session with them.", "Once you've \"paired\" with someone, they become your \"pair\". Show your new pair the website your just created."]
+ steps: ["Go to http://www.teamviewer.com/en/index.aspx and download Team Viewer",
+ "Install it and launch it",
+ "Go to the chat room and ask if anyone wants to pair program with you on your current challenge.",
+ "If someone is interested, they will be your \"pair\" - the person you pair programming with.",
+ "First, you will pair program on your computer. Copy your Team Viewer ID and paste it into the private chat, so that your pair can use it to connect with you.",
+ "You will need to share your randomly generated password with your pair as well.",
+ "Once your pair connects, you will see a Team Viewer side menu. ",
+ "Click the audio button that drops down.",
+ "Click the headset icon and choose Voice over IP",
+ "Click the microphone button to unmute your microphone. Once your pair does the same, you two will have an open voice channel.",
+ "When you are finished pair programming, click the X to end the session.",
+ "Next, you will pair program on your pair's computer. Ask your pair for his or her Team Viewer ID and password",
+ "Enter it to start the session.",
+ "Once the Team Viewer session starts, look at the the top of the screen, you will see 6 buttons. If you hover your cursor over audio/video.",
+ "When you are finished pair programming, click the X to end the session."
+ ]
});
};
diff --git a/views/challenges/partials/challenge.jade b/views/challenges/partials/challenge.jade
index 40295d9452..249ab6ca6b 100644
--- a/views/challenges/partials/challenge.jade
+++ b/views/challenges/partials/challenge.jade
@@ -10,9 +10,10 @@
.responsive-container
iframe(src='//player.vimeo.com/video/#{video}', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
h3 Steps:
- ol
- for step in steps
- li!= step
+ h4
+ ol
+ for step in steps
+ li!= step
.btn.btn-success.btn-large.btn-block.completed-challenge I've completed this challenge
.ten-pixel-break
.btn.btn-primary.btn-large.btn-block.completed-challenge.skip-challenge I want to skip this challenge for now
diff --git a/views/partials/meta.jade b/views/partials/meta.jade
index 5b0545bdfe..232ae47af8 100644
--- a/views/partials/meta.jade
+++ b/views/partials/meta.jade
@@ -2,7 +2,7 @@ meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(name='csrf-token', content=_csrf)
-meta(name='keywords', content='free code camp mean stack screenhero remote pair programming node.js angular.js express.js mongoDB coding bootcamp')
+meta(name='keywords', content='free code camp mean stack remote pair programming node.js angular.js express.js mongoDB coding bootcamp')
meta(content="A free online coding bootcamp for busy people. Learn JavaScript, build a portfolio, and get great references - all by helping nonprofits!", property="og:title")
meta(content="FreeCodeCamp", property="og:site_name")
meta(content="http://www.freecodecamp.com", property="og:url")