#chatgpt #openai #linkedinassessment
How to Pass Any LinkedIn Skill Assessment Test using ChatGPT
https://drive.google.com/drive/folder...
In this tutorial, i will teach you, how to pass your LinkedIn Skill Assessment using chatGPT, step by step.
in previous video ,i try Javscript assessment and got it into top 15%.
so, you need 3 things.
1. Linkedin account
2. chatGPT account
3. computer with code editor and Python.
i will use vs code
But there is one problem?
copy or select is blocked on LinkedIn skill assessment page.
so we have to read questions and options and then type it into chat GPT.
which is boring and slow.
don't forget that 90 second time limit.
so what's the solution?
Solution:
we will use python to scrape questions and options and paste it into chat GPT.
Let's start Process:
step 1 :
create account on open ai for chat GPT
go to chat and just type,
i will ask question and give 4 options.
can you reply with right answer?
this will inform our bot, how to approach our query and how to reply.
step 2:
install python and Pip
then install beautifulsoup module using
command - pip install beautifulsoup
step 3:
Go to Linkedin Assessment page and then open developer tool.
i'm taking a javascript test , you can take any other test.
keep this open like this.
find section tag.
our Question statement and 4 options are inside this section element.
so right click and edit as HTML.
now copy this code using control + a and control + c.
step 4:
go to vs code
create a template html file and name it index.html
paste your code inside body of this html file.
so we can read this code with python.
also create two empty files and name it file.txt and temp.txt file
step 5 :
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.
quick explanation of this code.
first we will open and read index.html file and save all data into content variable.
then this code will parse this data using beautifulsoup.
and get the text value and store ir in data variable.
then this code will write this data into temp.txt file.
this will contain lot's of blank lines which is hard to read.
then this code will read temp.txt and remove all blank lines from it and save text into file.txt.
that's it.
now open file.txt.
that how it looks.
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.
code is available on github page and link is in the discription.
step 6 :
copy questions and options from file.txt file and
paste it into chat GPT.
wait for reply.
and then based on reply , you can choose option.
repeat this process 15 time.
and you will end up in top 15%.
i hope this will help you pass some skill test and improve your linkedin profile value.
for me, i don't believe in certification.so i created new profile on linkedin and use to take the test.
if you have any questions, then ask in comment.
This Channel makes tutorial on how to access and use OpenAI ChatGPT.
Imagine being able to have a language conversation about anything with a computer. This is now possible and available to many people for the first time with ChatGPT.
How To Make Money using ChatGPT and KDP:
• How To Earn Money Using ChatGPT and A...
Build a Notepad App using ChatGPT:
• Build Notepad App using ChatGPT in 1 ...
Build a Web Browser using ChatGPT and Python:
• Build a Web Browser Using ChatGPT and...
Web Scraping using ChatGPT:
• Web Scraping Using ChatGPT #openai ...
Subscribe to our YouTube Channel : / @chatgpt-ai
Watch video How to Pass LinkedIn Skill Assessment using ChatGPT online without registration, duration hours minute second in high quality. This video was added by user ChatGPT Tutorials 23 December 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 44,627 once and liked it 785 people.