연결 설정
Supabase에 연결해 주세요
배포 전에 한 번만 설정하면 됩니다.
테이블 생성 SQL 보기
create table public.vbs_eval_2026 (
id bigint generated always as identity primary key,
created_at timestamptz not null default now(),
teacher_name text not null,
team text,
ratings jsonb not null,
comments jsonb not null default '{}'::jsonb,
schedule text,
schedule_reason text,
overall text
);
alter table public.vbs_eval_2026 enable row level security;
create policy "누구나 제출" on public.vbs_eval_2026
for insert to anon, authenticated with check (true);
create policy "누구나 조회" on public.vbs_eval_2026
for select to anon, authenticated using (true);
create policy "초기화 허용" on public.vbs_eval_2026
for delete to anon, authenticated using (true);
alter publication supabase_realtime add table public.vbs_eval_2026;
일정
내년 일정은 어느 쪽이 좋을까요?
올해는 2박 3일로 진행했습니다.
총평
전체적으로 남기고 싶은 말
관리자
결과는 관리자만 볼 수 있습니다
평가 결과와 보고서는 담당자 확인용입니다.
0명
참여 교사
–
전체 평균 · 5점 만점
일정 선호
2박 3일 vs 1박 2일
총평 모음
교사들이 남긴 말
보고서
평가 결과 보고서
미리 보고 PDF로 저장하거나 인쇄할 수 있습니다.
설문 초기화
모든 응답 삭제하기
지금까지 제출된 응답 0건이 모두 지워지고 되돌릴 수 없습니다. 먼저 보고서를 저장해 두세요.
🌊
평가가 제출되었습니다
수고 많으셨습니다. 소중한 의견 감사합니다.