D
D
Denis Kotuza2021-04-28 11:08:36
css
Denis Kotuza, 2021-04-28 11:08:36

Is there any way to find out the answers to the google test through the html code of the page?

Is there any way to find out the answers to the google test through the html code of the page.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2018-09-07
@sergey_st

Here is an example https://codepen.io/amassing/pen/vrOzWa

A
Alexey, 2018-09-07
@AlexZagatskiy

Given some features, a pseudo-element will do well - https://codepen.io/Zagatskiy/pen/WgXrdj

D
Dmitry, 2021-04-28
@MaKvc

See the source code of the test page.
At the very bottom of the page (with the source code), there is a JS part that includes everything you need to visually build the test itself and the correct answer to the question you need.
If my memory serves me, the function of creating a secure form is paid, well, or it used to be paid ... But it is there (or was before), in this case, it is impossible to get an answer, the results are processed on the server side, and instant responses rendered via AJAX.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question