WhipWhip

숙제, 답 말고 힌트로

2026-09-08 07:05 UTCupdated 2026-09-16 09:00 UTCviews 8Recommended

You can use this set without the extension installed. Copy the share string below · How to get the extension

문제를 붙여넣으면 답 대신 힌트를 줍니다. 내가 푼 답을 검사받고, 왜 틀렸는지는 따로 모아둬요.

What this set contains

숙제, 답 말고 힌트로
Author WhipWhipVersion 1.0Updated 2026-09-08T00:00:00.000ZSigning key sKoI5iYX

문제를 붙여넣으면 답 대신 힌트를 줍니다. 내가 푼 답을 검사받고, 왜 틀렸는지는 따로 모아둬요.

Whips 4

힌트만 받기
Steps 8
  1. INPUTproblem title=힌트만 받기, message=어떤 문제인가요? 그대로 붙여넣어 주세요, placeholder=
  2. NAVIGATE kind=new_chat, target=, service=
  3. CHAT_INPUT text=숙제 문제야. {{var.problem}} 답은 알려주지 마. 이 문제가 뭘 묻는 건지 한 줄로 정리해주…, mode=replace
  4. CHAT_SUBMIT
  5. WAIT condition=assistant_done, timeoutMs=20000
  6. VAR_SEThint valueSource=var.last.assistant, valueFilter=
  7. TAG_CURRENT_CHAT tagName=homework
  8. SHOW_RESULT_MODAL title=힌트, body={{var.hint}}, copyButton=copy_body
내 답 검사받기
Steps 7Requires: problem
  1. NAVIGATE kind=tag, target=, service=
  2. INPUTanswer title=내 답 검사받기, message=어떻게 풀었나요? 답과 과정을 적어주세요, placeholder=
  3. CHAT_INPUT text=문제: {{var.problem}} 내가 푼 답: {{var.answer}} 맞는지 봐주고, 틀렸으면 어…, mode=replace
  4. CHAT_SUBMIT
  5. WAIT condition=assistant_done, timeoutMs=20000
  6. VAR_SETcheck valueSource=var.last.assistant, valueFilter=
  7. SHOW_RESULT_MODAL title=검사 결과, body={{var.check}}, copyButton=copy_body
실수 남기기
Steps 4
  1. INPUTreason title=실수 남기기, message=이번엔 왜 틀렸나요? 한 줄로, placeholder=
  2. VAR_APPENDmistakes fields=[{"name":"reason","value":"{{var.reason}}"},{"name":"date","…, autoId=true, idPrefix=m-
  3. VAR_DERIVEmistakes_index sourceKey=mistakes, itemTemplate={{item.date}} — {{item.reason}}, sortField=id
  4. SHOW_RESULT_MODAL title=실수 노트, body={{var.mistakes_index}}, copyButton=copy_body
내 실수 모아보기
Steps 2Requires: mistakes
  1. VAR_DERIVEmistakes_index sourceKey=mistakes, itemTemplate={{item.date}} — {{item.reason}}, sortField=id
  2. SHOW_RESULT_MODAL title=실수 노트, body={{var.mistakes_index}}, copyButton=copy_body

Tags 1

homework

Variables 7

KeyLabelSourceRequired
problem문제user_input asks inlineYes
answer내 답user_input asks inlineYes
reason틀린 이유user_input asks inlineYes
hint힌트set_by_actionNo
check검사 결과set_by_actionNo
mistakes실수 노트set_by_actionNo
mistakes_index실수 목록set_by_actionNo

Share string

In the extension panel, open the Select set dropdown, hit 📥 Import and paste — a preview comes first. What you paste here is kept exactly as it is, and reaches the other person unchanged.

Reply

No replies yet.

Sign in to reply. Sign in with Google