Developing the ability of Conducting Primary Research

Assignment Title: Conducting Primary Research
Developing the ability to conduct primary research can be an invaluable asset to add to your business
tool belt. Marketing researchers conduct primary research to gain human perspective on the problem or
opportunity being studied, or to identify problems or opportunities for study.
Directions for Completing this Assignment:
In this Assignment, you will analyze the Student Computer Lab case study. To effectively meet the
requirements of this assignment, analyze the qualitative data derived from the primary research found
in the case study scenario.
To successfully complete this Assignment, write a 2-3 page critical essay covering the following topics:
1. Determine overall student satisfaction with the computer lab.
2. Provide an opinion describing if it was wise to have a group with both graduate and undergraduate
students included? Support your opinion with research.
3. Analyze the focus group transcript very thoroughly. Make a list of problems and ideas generated
for the student computer lab.
4. What do you see as the benefits and limitations of the focus group findings? Do you think the task
force plan for utilizing the focus groups is appropriate?
5. What changes would you make to improve the problems or to capitalize on the opportunities
identified in the primary research? Collect and describe student recommendations for
improvements.

Make sure to use headings.

MBTI assessment and develop a treatment plan, psychology homework help

Part 1: What were the results of your MBTI assessment? Do you agree with these results? Why or why not? Explain how the MBTI assessments relate to Jung’s theory of personality development. Discuss how this information will enable you to be successful as a counselor. Would you use this assessment tool with your clients? If not, why?

This section of the project should be 2–3 pages in length.

Part 2: Develop a treatment plan, based on Adler’s personality theory, for a child who has come into your office due to acting out in the home. The child is disobeying, having temper tantrums, and hitting their siblings. Incorporate the Adlerian concept of birth order into your treatment plan, which should include two Adlerian techniques.

This section of the project should be 2–3 pages in length.

You are required to use appropriate APA citations as well as the APA format. It is also required that you use headings for these parts instead of typing the actual questions. For example, you could use “Myers-Briggs Assessment” for part 1 and “Treatment Plan based on Adler’s Theory” for part 2.

For the MBTI assessment I got ENFJ and equally ENFP.

Keep a sleep/dream journal for at least 10 days

Sleep Journal and Reflection Project

The
meaning, origin, and analysis of dreams have fascinated psychologists
since the inception of the field of psychology. Sigmund Freud, often
referred to as the father of psychology, focused a great deal of his
theoretical energy on trying to understand and interpret dreams.

Contemporary
psychologists are beginning to recognize the interconnectivity of human
physiology and psychology in a way not previously understood. This is
in part because of new interest in holistic health and in part because
of brain/body connections we are now able to see and understand for the
first time due to enhanced technology. Yoga, mindfulness, healthy
eating, meditation, holistic health – all of these practices are gaining
more traction in mainstream society and among psychological circles as
we recognize how the mind and body work together. In light of this
growing area of interest in psychology, for this assignment you will
maintain a sleep/dream journal during weeks 3 and 4, and complete an
analysis and reflection on your experience in a summary reflection paper
in week 5.

Specifically, for this assignment you will:

  • Keep a sleep/dream journal for at least 10 days throughout Weeks 3 and 4. In your journal make note of:
    • any dreams you had
    • any initial thoughts about the dream – events of the day that may relate, etc.
    • your
      general sleep schedule (if you have a tracker such as fitbit, include
      data on your sleep patterns as well – wakefulness, restlessness, times
      asleep/awake per night, total sleep, etc.)
    • your general eating habits by day
    • your general exercise habits by day
    • anything else of note in your psychological or physical health (stress, excitement, changes, etc.)
  • You may use any format you wish to record the data (notepad, computer, hardcopy spreadsheet, etc.).
  • Complete
    a 3-4 page reflection (not counting title or reference pages) in which
    you analyze the results of your sleep/dream journal. Consider how your
    psychological and physical health interacted. What patterns did you see?
    Discuss the impact that various factors such as fatigue, diet, stress
    and exercise had on your dreams and sleep patterns. Explain how this
    insight may impact your behaviors in the future to lead to better
    psychological and physical health.
  • Utilize
    at least 2 academic resources (your course readings can comprise one of
    the sources) to support your analysis and discussion.

Assignment Deadline: 11:55pm Eastern Time Sunday at the end of Week 5 of the course term. Submission should include:

  • Title page in APA format
  • Reflection minimum 3 pages, double spaced
  • Reference page in APA format
  • If desired (this is optional), a copy of the original data/journal

The Morris Arboretum tracks donors in Excel, writing homework help

EX16_AC_CH02_GRADER_CAP_HW – Morris Arboretum

Project Description:

The Morris Arboretum tracks donors in Excel. They also use Excel to store a list of plants in stock. As donors contribute funds, they can elect to receive a plant gift from the Arboretum. The organization has grown and the files are too inefficient to handle in Excel. In the following project, you will import Excel files into an Access database. You will create a table to track donations, create relationships between the tables, and create some baseline queries.

Instructions:

For the purpose of grading the project you are required to perform the following tasks:

Step

Instructions

Points Possible

1

Start Access. Open the downloaded Access file named exploring_a02_grader_h1.

0

2

Create a new table in Design view using the name Donations. Add the primary key field as DonationID with the Number Data Type and a field size of Long Integer. Add the following field names to the table: DonorID, PlantID, DonationDate, and DonationAmount (in that order).

8

3

Change the Data Type for the DonorID and PlantID fields to Number. Change the Data Type for the DonationDate field to Date/Time, and then change the Data Type for the DonationAmount field to Currency.

6

4

View the table in Datasheet view, save the table, and then add the following records to the Donations table:
DonationID DonorID PlantID DonationDate DonationAmount

1 24 15 3/17/2018 120

2 9 11 4/3/2018 50

3 14 9 4/19/2018 150

4 3 4 4/12/2018 60

5 18 7 4/19/2018 50

6 14 11 3/12/2018 125

6

5

Sort the records in the Donations table by the DonationAmount field in descending order. Save and close the table.

4

6

Import the downloaded a02_grader_h1Plants.xlsx workbook as a new table in the current database. Using the wizard, specify that the first row contains column headings, set the PlantID field to be indexed with no duplicates, and set the PlantID field as the primary key. Import the table with the name Plants and do not save the import steps.

10

7

View the Plants table in Design view and change the field size for the PlantID field to Long Integer. Save the table. Click Yes in the dialog box indicating that some data may be lost. Close the table.

4

8

Begin establishing relationships in the database by adding the Donations, Donors, and Plants tables to the Relationships window. Close the Show Table dialog box. Create a one-to-many relationship between the DonorID field in the Donors table and the DonorID field in the Donations table, enforcing Referential Integrity. Select the option to cascade update the related fields.

6

9

Create a one-to-many relationship between the PlantID field in the Plants table and the PlantID field in the Donations table. Enforce Referential Integrity. Select the option to cascade update the related fields. Save and close the Relationships window.

6

10

Create a query using the Simple Query Wizard. From the Donations table, add the DonorID and DonationAmount fields (in that order). Ensure the query is a Detail query. Name the query Donations Over 100 and finish the wizard.

10

11

View the query in Design view, and then set the criteria for the DonationAmount field so that only donations greater than 100 are displayed.

6

12

Sort the query in ascending order by the DonationAmount field. Save the query. Run the query, and then close the query.

4

13

Create a new query in Design view. Add the Donations, Donors, and Plants tables to the query design window. Close the Show Table dialog box. Add the DonationDate field from the Donations table, the donor’s Lastname, Firstname, and Phone fields from the Donors table (in that order).

8

14

Add the DonationAmount field from the Donations table after the Phone field, and then add the PlantName field from the Plants table.

4

15

Sort the query in descending order by the date of the donation, and then by the last name of the donor in ascending order. Save the query with the name Plant Pickup List, and then run the query. Close the query.

8

16

Copy the Plant Pickup List query, and paste it using ENewsletter as the query name.

4

17

Open the ENewsletter query in Design view, and delete the DonationDate column. Add the ENewsletter field to the first column of the design grid and set it to sort in ascending order, so that the query sorts first by ENewsletter and then by LastName. Run, save, and close the query.

6

18

Close all database objects. Close the database and then exit Access. Submit the database as directed.

0

Total Points

100

Make one page of recommendations for this case study (attached)

Review the “Normal Distribution Team Project” case study (attached). Include authorship statement, brief introduction, analysis with your answers, conclusions, and bibliography. Your assignment will be evaluated based both on statistical proficiency and presentation.
Recommended format for the team paper is as follows; length should be between 2-4 pages
• Introduction or Background Section:
• Recap the nature of the problem
• Why is this problem important?
Analysis:
• What statistical analyses are you using to solve the problem?
• Show the equations, tables and/or graphs you used
• Explain and Interpret the statistical analyses
• Make Recommendations
The final part of your case study analysis should include your recommendations for the company. Every recommendation you make should be based on and supported by the context of your analysis.
Conclusions:
• Based on the statistical analyses, what conclusions do you come to?
• What do you recommend as the best course of action?
References
• Show any references you used using standard citation format

see the requiement

1.Write a 1,000-word analysis essay of any of the poems in your textbook. Be thorough!Poetry essays MUST contain a LINE-BY-LINE analysis and must also contain a discussion of the FIGURATIVE LANGUAGE used in the poem. Each word carries importance in a poem. All lines are important. Poetry lines must be quoted and those quotes must have MLA poetry line citations, which are very different than MLA citations for short stories, so make sure you understand the difference. If you provide only a general discussion of your interpretation of the meaning behind the poem, you will not receive a high score on this assignment.

2.Discussion Board:Write your own original poem! Send your poem to me in an email. Make sure your name is on that document. Then post your poem to the discussion board.

Writing about Jazz music history Describe the racial and social stratification of New Orleans in the late 1800s and early 1900s.

Choose one topic from below and write about it

Topics for Discussion 2:

• Describe the racial and social stratification of New Orleans in the late 1800s and early 1900s. What distinguished Creoles of Color as a unique social class? How did this, and the Plessy vs Ferguson ruling contribute to the emergence of jazz?

Explain the difference between sweet and hot jazz, identifying at least two specific musical characteristics of each style. How were sweet and hot jazz coded in racial terms, and how did they impact the popularization of jazz during the Jazz Age?

Explain how Duke Ellington’s approach to composing and arranging differ from that of Fletcher Henderson, and challenged prevailing ideas about big band jazz. Compare/contrast stylistic elements of both composers, identifying at least two specific musical characteristics of each composer’s style.

Does the death penalty deter crime, law homework help

Read the article from Time Magazine about the death penalty.

The Death of the Death Penalty

  1. Dzhokhar Tsarnaev was sentenced to death on June 25, 2015, for his role in the Boston Marathon bombing. Based on the history and the use of the death penalty, what year do you believe Tsarnaev will actually be put to death?
  2. Does the death penalty deter crime? Why or why not?
  3. What costs tax payers more, sentencing someone to death or sentencing someone to life in prison?
  4. Punishment is said to be most effective if it is sure and swift. Does the current use and implementation of the death penalty in the United States meet those criteria?
  5. Why does it take so long to carry out a death sentence in the United States?

Presentation on Global Expansion (Furniture Market)

2 pages

You, Mike, and Tiffany meet in a conference room to begin to assemble your final presentation.

This presentation will be the project deliverable, so you want to make sure you have provided all of the requirements.

Mike begins, “I think we’ve done some pretty good analysis on our strategy. We just have to put the pieces together before the final presentation.”

“We do have some solid information, but we have to look at all the parts to see if we can remain competitive,” Tiffany adds.

Complete the following:

  • What are the considerations that you need to be aware of to remain competitive?
  • Based on the research that you have done, can you compete in the market that you have chosen? Why or why not?
  • What primary factors led you to this decision?
  • What would you say to someone who would dispute your position?
  • How do you plan on evaluating the global marketplace in the future?

Company Biography

In January of 2002, John Ferrer and his wife Deborah started their own corporation, a large custom furniture manufacturer located in Boston, MA. Their initial accounts were in the Northeastern region of the United States, and they annually observed a constant profit increase.Because of the recent housing market sales decline (8% from 2005–2006), home renovations have slowed significantly. This has impacted the amount of furniture and fixture sales and continues to impact revenue. Furniture sales in the United States have decreased significantly, and John and Deborah have recently been discussing the possibility of global expansion.

Testing for Correlation and Bivariate Regression (SPSS)

For this Assignment, you will examine correlation and bivariate regression testing.

To prepare for this Assignment:

  • Review this week’s Learning Resources and media program related to regression and correlation.
  • Using the SPSS software, open the Afrobarometer dataset or the High School Longitudinal Study dataset (whichever you choose) found in the Learning Resources for this week.
  • Based on the dataset you chose, construct a research question that can be answered with a Pearson correlation and bivariate regression.
  • Once you perform your correlation and bivariate regression analysis, review Chapter 11 of the Wagner text to understand how to copy and paste your output into your Word document.

For this Assignment:

Write a 2- to 3-paragraph analysis of your correlation and bivariate regression results for each research question. In your analysis, display the data for the output. Based on your results, provide an explanation of what the implications of social change might be.

Use proper APA format, citations, and referencing for your analysis, research question, and display of output.

Note from Professor on how to complete assignment:

Use only the Afrobarometer (AB) dataset for this assignment.

Do not use the High School Longitudinal Study dataset for this assignment.

Identify an independent variable (IV) and state its Level of Measurement. The IV must be interval or ratio.

Identify a dependent variable (DV) and its Level of Measurement. The DV must be interval or ratio.

Write 2 research questions: question 1 is for a Pearson correlation and question 2 is for a bivariate regression. Use these formats:

  1. What is the relationship between the IV (use the IV name) and the DV (use the DV name)?
  2. Does the IV predict the DV?

Write a null hypothesis for RQ 1 and a null hypothesis for RQ2. Use these formats:

  1. (HO1) There is no relationship between the IV and the DV.
  2. (HO2) The IV does not predict the DV.

Open the AB data set, select Analyze, select Correlation, select Bivariate, drag an interval or ratio DV into the Variables box, drag an interval or ratio IV into the Variables box, click Continue, click OK.

Review the Sig. value in the Correlation output and decide to reject or fail to reject HO1. If you reject the HO1:

1.Report the Pearson correlation, , and explain its meaning in terms of the direction of the relationship positive (direct) or negative (inverse).

2.Report the strength (effect size) of the relationship. For a correlation the strength of the relationship is measured by the Coefficient of Determination = the Pearson correlation squared or

[Very important note: if you fail to reject the null hypothesis, return to the data set and identify 2 new interval or ratio variables that are likely to be significantly related and run a new correlation.]

Since your Pearson correlation is significant, run a regression analysis to test HO2:

Select Analyze, select Regression, select Linear, drag the DV to the Dependent box, drag the IV to the Independent(s) box, click okay.

Examine the Sig. value in the ANOVA output and make a decision to reject or fail to reject HO2. If HO2 is rejected, write the regression equation. Here’s how:

Examine the Coefficients output and identify the Constant value under Unstandardized Coefficients in column B and the coefficient value directly below the Constant value. Write your regression equation in this format:

DV = Constant value + IV(coefficient value), but substitute the names of the IV and DV and the actual Constant value and coefficient value.”