Skip to content

Commit

Permalink
Bug Fix - Spiritual Discernment
Browse files Browse the repository at this point in the history
Updated masterlife category to discernment

- bug appeared where Spiritual Discernment was not opening a blurb. updated name to make it work
  • Loading branch information
atlleung committed Feb 24, 2024
1 parent 9da3967 commit cc3249c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion survey_categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
10 changes: 5 additions & 5 deletions survey_questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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" },
Expand All @@ -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" },
Expand All @@ -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" },
Expand All @@ -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" },
Expand Down

0 comments on commit cc3249c

Please sign in to comment.