Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RioArisk/claudecode_api_RemoteControl
/ focusQuestion
Function
focusQuestion
app/src/modules/interactions.js:273–276 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
271
}
272
273
function
focusQuestion(index) {
274
currentQuestionIdx = index;
275
renderCurrentQuestion();
276
}
277
278
function
goToNext() {
279
if
(!currentQuestionItem || questionSubmitting)
return
;
Callers
1
submitAllAnswers
Function · 0.70
Calls
1
renderCurrentQuestion
Function · 0.70
Tested by
no test coverage detected