We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fbc12 commit 5aedf84Copy full SHA for 5aedf84
content.js
@@ -29,7 +29,7 @@ const attempt = (ans_key, time) => {
29
30
toast("Started attempting the test");
31
async function attemptQuestion() {
32
- document.querySelector(`#${ans[i]}_${i + 1}`).click();
+ document.querySelector(`input[type="radio"][name="radio_${i + 1}"][value="${ans[i].toLowerCase()}"]`).click();
33
document.querySelector("#main_div > div.tableWidthPercent > div.onlineTestLeftDiv > div.qnav > span.saveNextButton > a").click();
34
i++;
35
0 commit comments