diff --git a/survey_categories.js b/survey_categories.js index 98ee087..c5c09e7 100644 --- a/survey_categories.js +++ b/survey_categories.js @@ -54,7 +54,7 @@ const CATEGORY = { "References": [], "SeeAlso": [], }, - "Spiritual discernment": { + "Discernment": { "Blurb": "Spiritual discernment (Worshiping Gift) - the ability to know which actions and teachings that are claimed to be of God are actually of God rather than human or satanic", "Attributes": [], "References": [], diff --git a/survey_questions.js b/survey_questions.js index 0e40469..8933dbd 100644 --- a/survey_questions.js +++ b/survey_questions.js @@ -10,7 +10,7 @@ const SURVEY = { { "question": "I experience joy in meeting needs through sharing possessions.", "category": "Giving" }, { "question": "I enjoy study.", "category": "Knowledge" }, { "question": "I have delivered God's messages of warning and judgment.", "category": "Prophecy" }, - { "question": "I am able to sense the true motivation of persons and movements.", "category": "Spiritual Discernment" }, + { "question": "I am able to sense the true motivation of persons and movements.", "category": "Discernment" }, { "question": "I trust God in difficult situations.", "category": "Faith" }, { "question": "I have a strong desire to contribute to the establishment of new churches.", "category": "Apostleship" }, { "question": "I feel that God has used me as the agent in a supernatural event.", "category": "Miracles" }, @@ -26,7 +26,7 @@ const SURVEY = { { "question": "I am a cheerful giver.", "category": "Giving" }, { "question": "I spend time researching facts.", "category": "Knowledge" }, { "question": "I feel that I have a message from God to deliver to others.", "category": "Prophecy" }, - { "question": "I can recognize when a person is genuine/honest.", "category": "Spiritual Discernment" }, + { "question": "I can recognize when a person is genuine/honest.", "category": "Discernment" }, { "question": "I am willing to yield to God's will rather than to question and waver.", "category": "Faith" }, { "question": "I would like to be more active in taking the gospel to persons in other lands.", "category": "Apostleship" }, { "question": "Doing things for persons in need makes me happy.", "category": "Helps" }, @@ -41,7 +41,7 @@ const SURVEY = { { "question": "I am a generous giver.", "category": "Giving" }, { "question": "I am able to discover new truths.", "category": "Knowledge" }, { "question": "I have spiritual insights from Scripture about issues and persons that compel me to speak out.", "category": "Prophecy" }, - { "question": "I can sense when a person is acting in accordance with God's will.", "category": "Spiritual Discernment" }, + { "question": "I can sense when a person is acting in accordance with God's will.", "category": "Discernment" }, { "question": "I can trust in God even when conditions look dark.", "category": "Faith" }, { "question": "I have a strong desire to take the gospel to places where it has never been heard.", "category": "Apostleship" }, { "question": "Others have testified of God's working in miraculous ways in the lives of persons to whom I have ministered.", "category": "Miracles" }, @@ -57,7 +57,7 @@ const SURVEY = { { "question": "I have a strong sense of stewardship based on the recognition of God's ownership of all things.", "category": "Giving" }, { "question": "I know where to get information.", "category": "Knowledge" }, { "question": "I have delivered to other persons messages that have come directly from God.", "category": "Prophecy" }, - { "question": "I can sense when a person is acting under God's leadership.", "category": "Spiritual Discernment" }, + { "question": "I can sense when a person is acting under God's leadership.", "category": "Discernment" }, { "question": "I try to be in God's will continually.", "category": "Faith" }, { "question": "I feel that I should take the gospel to persons who have beliefs different from mine.", "category": "Apostleship" }, { "question": "I have faith that God can do the impossible", "category": "Miracles" }, @@ -72,7 +72,7 @@ const SURVEY = { { "question": "I desire to give generously and unpretentiously to worthwhile projects and ministries.", "category": "Giving" }, { "question": "I can organize facts into meaningful relationships.", "category": "Knowledge" }, { "question": "God gives me messages to deliver to His people.", "category": "Prophecy" }, - { "question": "I am able to sense whether persons are being honest when they describe their religious experiences.", "category": "Spiritual Discernment" }, + { "question": "I am able to sense whether persons are being honest when they describe their religious experiences.", "category": "Discernment" }, { "question": "I try to be available for God to use.", "category": "Faith" }, { "question": "I enjoy presenting the gospel to persons of other cultures or backgrounds.", "category": "Apostleship" }, { "question": "God has used me in miraculous answers to prayer.", "category": "Miracles" },