Book: “The Street” by Ann Write a 4-5-page (1200-1500 word) original argumentative essay that uses some aspect of psychoanalytic theory to direct an interpretation and close reading of one of the literary texts.

Write a 4-5-page (1200-1500 word) original argumentative essay that uses some aspect of psychoanalytic theory to direct an interpretation and close reading of one of the literary texts. The essay should make use of both the theory (description, quotes, analysis) and the literary text (quotes and analysis) to explore ideas and to develop an argument about the literary text. As noted in the syllabus, plagiarism will result in failure of the assignment and the course.

Should the CMS mandate Medicaid managed care programs for every state?

Review the Kohatsu, Payne, and Subramania article, “The Few Winner from Medicaid’s Shift to Managed Care (Links to an external site.).”https://www.kff.org/medicaid/state-indicator/total-medicaid-mcos/?activeTab=map¤tTimeframe=0&selectedDistributions=total-medicaid-mcos&sortModel=%7B%22colId%22:%22Location%22,%22sort%22:%22asc%22%7DUsing data provided by the Kaiser Family Foundation Medicaid Managed Care Market Tracker (Links to an external site.), please identify three states that have not transitioned their Medicaid programs to the managed care model and three states that have shifted their Medicaid program to managed care.Then complete the following for your essay:Research the three states that have not shifted their Medicaid programs to the managed care model and discuss the reasons why each of these states has not transitioned. Explain if you agree or disagree with the rational of each state’s decision. Research the three states that have shifted their Medicaid programs to the managed care model and discuss their successes and challenges.Should the CMS mandate Medicaid managed care programs for every state? What are some of the pros and cons and arguments from the perspectives of states, the CMS, and the Medicaid beneficiaries?Your assignment should meet the following requirements:Be 10 to 12 pages.Include a title page and reference page, for a total of 12-14 pages.Be formatted according to the CSU-Global Guide to Writing and APA (Links to an external site.). Cite at least four credible sources, published within the last five years, in addition to the course textbook. The CSU-Global Library is a good place to find these references.

Why does the civil war happen?

Why does the Civil War happen?PDF link to online textbook 🙂 https://ia802803.us.archive.org/7/items/americaanarrativehistoryvolume1briefeleventhedition.c2.pdfreflow/America%20A%20Narrative%20History%20Volume%201%20Brief%20Eleventh%20Edition.c2.pdf-reflow.pdf

Explain why it does not matter whether you are poor or wealthy; we all have equal dignity.

It does not matter whether you are poor or wealthy; we all have equal dignity. As the Bible teaches, “The rich and the poor have this in common: the LORD is the maker of them all.” Accordingly, unjust possession of the goods of creation is to be rejected. All persons have an equal right to education, property, health insurance, credit, the markets, and all other means necessary for human flourishing.

What additional insights about ‘meaning and purpose of education in life’ did you gain from additional piece of data?

This assignment is the final written report of your Basic Qualitative Study (name of the design) to answer the question: What is the purpose of education from different perspectives? Use attached template to write this report. In this assignment you will combine analysis of the data that you collected during your interview with the narrative data that was collected during the first week of class – this is where ‘different perspectives’ will come from. All previous pieces (the design plan, your data sources, IRB letter, interview guide, and narrative coding sheets) will contribute and should be included in the final report with all necessary changes made.In addition to previously submitted pieces, the final report write-up (the rationale, research question(s), methods, findings, and reflection) must synthesize the analysis of: (1) narratives, (2) additinterview transcript, and (3) your own voice as a researcher (positionality assignment and memos). Think about how you may want to title your report and how your writing will accommodate these 3 distinct dimensions/lenses/perspectives on the topic that we have been exploring this term. Remember that qualitative writing requires you to move flexibly between different meanings and themes generated by your research and highlight commonality and dis-junctions in human experiences.First: use the ‘coding report’ from Assignment #5 as your guide and go through these steps:Type up the transcript of the interview (must be included in Appendix)Apply codes that you constructed in Assignment 5 to this additional piece of data (must be included in Appendix)Revise your coding scheme and book, if new data does not fit existing categories/themes (must be included in Appendix)Re-visit your findings from Assignment #5: What additional insights about ‘meaning and purpose of education in life’ did you gain from additional piece of data? Do you need to tweak your coding scheme? Discuss your overall findings and your interpretations to answer your research question(s).Second, think about all the documents you produced this term as a whole: What is the big picture? Is there one story that emerges out of these different pieces? Does one piece of data support another or does it challenge it? Do you see a shared understanding of the purpose and meaning of education, or do your participants appear to be in a disagreement with distinct voices? How does your voice contribute to this story?

Write a discussion response on Melinda.

Object-relational mapping can be used to address the IMP. The IMPs that I will focus on are inheritance and relationships.Object-oriented languages such as Java support inheritance. Inheritance is when a subclass inherences properties and behaviors from a superclass. The IMP occurs with inheritance since relational databases do not have inheritances. One way to address this problem using object-relational mapping is to map a class’ attributes to one table using the root class as the name of the table (Ambler, Mapping Objects to Relational Databases: O/R Mapping in Detail, n.d.). The PK would then be a persistent object identifier (POID), which can be donated as POID with being the name of the root class (Ambler, Mapping Objects to Relational Databases: O/R Mapping in Detail, n.d.). For example, if you have a superclass of Pet with subclasses Cat and Dog the name of the table is Pet and the PK is PetPOID. The table would then also have class types and the attributes of the classes (Ambler, Mapping Objects to Relational Databases: O/R Mapping in Detail, n.d.). For example, PetType is either be Dog or Cat and some attributes are Name, Food, Color, and Size.When dealing with relationships one area where there is an IMP is that relational models only have bi-directional relationships, while object models can have unidirectional or bi-directional relationships (Ambler, Mapping Objects to Relational Databases: O/R Mapping in Detail, n.d.). When mapping relationships it is good practice to keep multiplicity the same, for example, one-to-one relationships should stay one-to-one (Ambler, Mapping Objects to Relational Databases: O/R Mapping in Detail, n.d.). The IMP of the relational model not supporting uni-directional relationships can be handled with foreign keys. For example, if you have an Employee class with a unidirectional relationship with their Position you can indicate the relationship direction by having a PositionID PK in the Position table and the PositionID FK in the Employee table (Ambler, Mapping objects to relational databases, 2000). For a bi-directional relationship, there would need to be a FK called Employee in the Position table too (Ambler, Mapping objects to relational databases, 2000).