이전 설문 내용 살리기

This commit is contained in:
peregr1nus
2025-12-11 11:12:20 +09:00
parent 4246d866cf
commit c9f5681348
13 changed files with 167 additions and 85 deletions

View File

@@ -21,9 +21,9 @@
<div class="form-group">
<label>1. 우주 만물을 창조하시고 섭리하시며 주관하시는 거룩하시고 자비하시며 오직 한 분이신 아버지 하나님을 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q1_father_god" value="예" required></label>
<label><input type="radio" name="q1_father_god" value="아니오"> 아니오</label>
<label><input type="radio" name="q1_father_god" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q1_father_god" value="예" {% if methodist_doctrine.get('q1_father_god') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q1_father_god" value="아니오" {% if methodist_doctrine.get('q1_father_god') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q1_father_god" value="모르겠습니다" {% if methodist_doctrine.get('q1_father_god') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>
@@ -32,9 +32,9 @@
<div class="form-group">
<label>2. 말씀이 육신이 되어 우리 가운데 오셔서 하나님의 나라를 선포하시고 십자가에 달려 죽으셨다가 부활승천 하심으로 대속자가 되시고 구세주가 되시는 예수 그리스도를 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q2_jesus_christ" value="예" required></label>
<label><input type="radio" name="q2_jesus_christ" value="아니오"> 아니오</label>
<label><input type="radio" name="q2_jesus_christ" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q2_jesus_christ" value="예" {% if methodist_doctrine.get('q2_jesus_christ') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q2_jesus_christ" value="아니오" {% if methodist_doctrine.get('q2_jesus_christ') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q2_jesus_christ" value="모르겠습니다" {% if methodist_doctrine.get('q2_jesus_christ') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>
@@ -43,9 +43,9 @@
<div class="form-group">
<label>3. 우리와 함께 계셔서 우리를 거듭나게 하시고 거룩하게 하시며 완전하게 하시며 위안과 힘이 되시는 성령을 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q3_holy_spirit" value="예" required></label>
<label><input type="radio" name="q3_holy_spirit" value="아니오"> 아니오</label>
<label><input type="radio" name="q3_holy_spirit" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q3_holy_spirit" value="예" {% if methodist_doctrine.get('q3_holy_spirit') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q3_holy_spirit" value="아니오" {% if methodist_doctrine.get('q3_holy_spirit') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q3_holy_spirit" value="모르겠습니다" {% if methodist_doctrine.get('q3_holy_spirit') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>
@@ -54,9 +54,9 @@
<div class="form-group">
<label>4. 성령의 감동으로 기록된 하나님의 말씀인 성경이 구원에 이르는 도리와 신앙생활에 충분한 표준이 됨을 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q4_bible" value="예" required></label>
<label><input type="radio" name="q4_bible" value="아니오"> 아니오</label>
<label><input type="radio" name="q4_bible" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q4_bible" value="예" {% if methodist_doctrine.get('q4_bible') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q4_bible" value="아니오" {% if methodist_doctrine.get('q4_bible') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q4_bible" value="모르겠습니다" {% if methodist_doctrine.get('q4_bible') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>
@@ -65,9 +65,9 @@
<div class="form-group">
<label>5. 하나님의 은혜로 믿음을 통해 죄사함을 받아 거룩해지며 하나님의 구원의 역사에 동참하도록 부름받음을 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q5_salvation" value="예" required></label>
<label><input type="radio" name="q5_salvation" value="아니오"> 아니오</label>
<label><input type="radio" name="q5_salvation" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q5_salvation" value="예" {% if methodist_doctrine.get('q5_salvation') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q5_salvation" value="아니오" {% if methodist_doctrine.get('q5_salvation') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q5_salvation" value="모르겠습니다" {% if methodist_doctrine.get('q5_salvation') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>
@@ -76,9 +76,9 @@
<div class="form-group">
<label>6. 예배와 친교, 교육과 봉사, 전도와 선교를 위해 하나가 된 그리스도의 몸인 교회를 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q6_church" value="예" required></label>
<label><input type="radio" name="q6_church" value="아니오"> 아니오</label>
<label><input type="radio" name="q6_church" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q6_church" value="예" {% if methodist_doctrine.get('q6_church') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q6_church" value="아니오" {% if methodist_doctrine.get('q6_church') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q6_church" value="모르겠습니다" {% if methodist_doctrine.get('q6_church') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>
@@ -87,9 +87,9 @@
<div class="form-group">
<label>7. 만민에게 복음을 전파함으로 하나님의 정의와 사랑을 나누고 평화의 세계를 이루는 모든 사람들이 하나님 앞에 형제됨을 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q7_mission" value="예" required></label>
<label><input type="radio" name="q7_mission" value="아니오"> 아니오</label>
<label><input type="radio" name="q7_mission" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q7_mission" value="예" {% if methodist_doctrine.get('q7_mission') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q7_mission" value="아니오" {% if methodist_doctrine.get('q7_mission') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q7_mission" value="모르겠습니다" {% if methodist_doctrine.get('q7_mission') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>
@@ -98,9 +98,9 @@
<div class="form-group">
<label>8. 예수 그리스도의 재림과 심판 우리 몸의 부활과 영생 그리고 의의 최후 승리와 영원한 하나님 나라를 믿습니까?</label>
<div class="radio-group">
<label><input type="radio" name="q8_second_coming" value="예" required></label>
<label><input type="radio" name="q8_second_coming" value="아니오"> 아니오</label>
<label><input type="radio" name="q8_second_coming" value="모르겠습니다"> 모르겠습니다</label>
<label><input type="radio" name="q8_second_coming" value="예" {% if methodist_doctrine.get('q8_second_coming') == '' %}checked{% endif %} required></label>
<label><input type="radio" name="q8_second_coming" value="아니오" {% if methodist_doctrine.get('q8_second_coming') == '아니오' %}checked{% endif %}> 아니오</label>
<label><input type="radio" name="q8_second_coming" value="모르겠습니다" {% if methodist_doctrine.get('q8_second_coming') == '모르겠습니다' %}checked{% endif %}> 모르겠습니다</label>
</div>
</div>
</div>