forked from ChatGPT3/chatgpt3.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchatgpt-pass-linkedin-assessment.html
124 lines (106 loc) · 7.86 KB
/
chatgpt-pass-linkedin-assessment.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HS1CLSVM1Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HS1CLSVM1Z');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChatGPT can help you Pass Linkedin Skill Assessment Test</title>
<meta name="keywords"
content="chatgpt explained,chatgpt coding,chatgpt trading bot,chatgpt how to use,chatgpt examples,chatgpt api,chatgpt demo chatgpt 3,OpenAI ChatGPT Tutorial for Beginners,openai chatbot gpt," />
<meta name="description"
content="This tutorial gives a beginner's demo of how to access and use OpenAI ChatGPT. It's a Tutorial for chatGPT Beginners.">
<link type="text/css" rel="stylesheet" href="https://pythonread.github.io/style0.css" media="all" />
<style>
body{
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
p{
background-color: whitesmoke;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
a{
color: blue;
text-decoration: none;
}
h2{
background-color:lightskyblue;
}
</style>
</head>
<body>
<header>
<!-- cover image or sth. -->
</header>
<div class="m-scene" id="main">
<div class="nav-wrapper">
<div class="container">
<nav>
<div class="logo wave">
<a href="/" id="logo">
Python Tutorial
</a>
</div>
<div class="nav-toggle-icon" id="nav-toggle-icon" onclick="mobileMenu()">
<div class="material-hamburger">
<span>
</span>
<span>
</span>
<span>
</span>
</div>
</div>
<div class="menu-wrapper" id="menu-wrapper">
<div class="nav-indicator">
</div>
<ul class="menus">
<li>
<a class="wave" href="/">
Home
</a>
</li>
<li>
<a class="wave" href="/projects.html">
Projects
</a>
</li>
<li>
<a class="wave" href="/free-course.html"
target="_blank">
Free Course
</a>
</li>
<li>
<a class="wave" href="/dsa.html"
target="_blank">
DSA
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<br/>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UehhCfrg9HA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br/>
<div>
<button style="background-color:blueviolet;border-radius: 5px ; font-size:30px"><a href="https://drive.google.com/drive/folders/1IoTzbS5dar6fof3wiC0c8zyH4mGgBbK0?usp=share_link" target="_blank" style="color:white">Downlaod Code</a></button>
</div>
<h2 style="text-align: left;">How to Pass Any LinkedIn Skill Assessment Test using ChatGPT</h2><br /> #openai #chatgpt #linkedin<br /><br />In this tutorial, i will teach you, how to pass your LinkedIn Skill Assessment using chatGPT, step by step.<br /><br />in previous video ,i try Javscript assessment and got it into top 15%.<br /><br />so, you need 3 things.<br />1. Linkedin account<br />2. chatGPT account<br />3. computer with code editor and Python.<br />i will use vs code<br /><br /><h3 style="text-align: left;">But there is one problem?</h3><br />copy or select is blocked on LinkedIn skill assessment page.<br />so we have to read questions and options and then type it into chat GPT.<br />which is boring and slow.<br /><br />don't forget that 90 second time limit.<br /><br />so what's the solution?<br /><br />Solution:<br />we will use python to scrape questions and options and paste it into chat GPT.<br /><br />Let's start Process:<br /><br /><h3 style="text-align: left;">step 1 :</h3><br />create account on open ai for chat GPT<br />go to chat and just type,<br />i will ask question and give 4 options.<br />can you reply with right answer?<br /><br />this will inform our bot, how to approach our query and how to reply.<br /><br /><br /><h3 style="text-align: left;">step 2:</h3><br />install python and Pip<br /><br />then install beautifulsoup module using<br />command - pip install beautifulsoup<br /><br /><h3 style="text-align: left;">step 3:</h3><br />Go to Linkedin Assessment page and then open developer tool.<br />i'm taking a javascript test , you can take any other test.<br />keep this open like this.<br />find section tag.<br /><br />our Question statement and 4 options are inside this section element.<br /><br />so right click and edit as HTML.<br /><br />now copy this code using control + a and control + c.<br /><h3 style="text-align: left;">step 4:</h3><br />go to vs code<br />create a template html file and name it index.html<br /><br />paste your code inside body of this html file.<br /><br />so we can raed this code with python.<br />also create two empty files and name it file.txt and temp.txt file<br /><br /><h3 style="text-align: left;">step 5 :</h3><br />This is python code to read our index.html file and then parsed data using beautifulsoup and write all the text into file.txt file.<br /><br />quick explanation of this code.<br />first we will open and read index.html file and save all data into content variable.<br /><br />then code will parse this data using beautifulsoup.<br />and get the text value and store ir in data variable.<br /><br />then code will write this data into temp.txt file.<br />this will contain lot's of blank lines which is hard to read.<br />then code will read temp.txt and remove all blank lines from it and save text into file.txt.<br /><br />that's it.<br />now open file.txt.<br />that how it looks.<br /><br />one more thing every time we run app.py,it will delete both text file and create new blank files. so we don't have to do it manually.<br /><br />code is availble on github page and link is in the discription.<br /><br /><h3 style="text-align: left;">step 6 :</h3>copy questions and options from file.txt file and<br />paste it into chat GPT.<br /><br />wait for reply.<br />and then based on reply , you can choose option.<br /><br />repeat this process 15 time.<br />and you will end up in top 15%.<br /> <br />i hope this will help you pass some skill test and improve your linkedin profile value.<br /><br />for me, i don't believe in certification.so i created new profile on linkedin and use to take the test.<br />if you have any questions, then ask in comment.<br /><br />
</body>
</html>