MCPcopy 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
273function focusQuestion(index) {
274 currentQuestionIdx = index;
275 renderCurrentQuestion();
276}
277
278function goToNext() {
279 if (!currentQuestionItem || questionSubmitting) return;

Callers 1

submitAllAnswersFunction · 0.70

Calls 1

renderCurrentQuestionFunction · 0.70

Tested by

no test coverage detected