From a3272b17a14fd21d7d8a9b37e4112feac327c0a5 Mon Sep 17 00:00:00 2001 From: hyzen Date: Sun, 12 Apr 2026 17:34:44 +0530 Subject: [PATCH] Add: live classes --- content/uninotes/et-dcm1107-unit2/_index.md | 8 + content/uninotes/et-dcm1107-unit2/live.md | 42 + content/uninotes/pbm-dcm1110-unit1/live.md | 20 + docs/css/style.css | 774 ------------------ docs/index.xml | 30 +- docs/semester/index.html | 2 +- docs/sitemap.xml | 2 +- docs/subjectcode/index.html | 2 +- docs/uninotes/s1/et-dcm1107/index.html | 2 +- docs/uninotes/s1/et-dcm1107/index.xml | 24 +- .../s1/et-dcm1107/unit1/live/index.html | 2 +- docs/uninotes/s1/et-dcm1107/unit2/index.html | 14 + docs/uninotes/s1/et-dcm1107/unit2/index.xml | 23 + .../s1/et-dcm1107/unit2/live/index.html | 44 + docs/uninotes/s1/index.xml | 30 +- docs/uninotes/s1/pbm-dcm1110/index.xml | 6 +- docs/uninotes/s1/pbm-dcm1110/unit1/index.html | 2 +- docs/uninotes/s1/pbm-dcm1110/unit1/index.xml | 6 +- .../unit1/live}/index.html | 15 +- 19 files changed, 252 insertions(+), 796 deletions(-) create mode 100644 content/uninotes/et-dcm1107-unit2/_index.md create mode 100644 content/uninotes/et-dcm1107-unit2/live.md create mode 100644 content/uninotes/pbm-dcm1110-unit1/live.md delete mode 100644 docs/css/style.css create mode 100644 docs/uninotes/s1/et-dcm1107/unit2/index.html create mode 100644 docs/uninotes/s1/et-dcm1107/unit2/index.xml create mode 100644 docs/uninotes/s1/et-dcm1107/unit2/live/index.html rename docs/uninotes/s1/{et-dcm1107/unit1/self => pbm-dcm1110/unit1/live}/index.html (54%) diff --git a/content/uninotes/et-dcm1107-unit2/_index.md b/content/uninotes/et-dcm1107-unit2/_index.md new file mode 100644 index 0000000..a4a97cc --- /dev/null +++ b/content/uninotes/et-dcm1107-unit2/_index.md @@ -0,0 +1,8 @@ ++++ +draft = false +title = 'Unit 2' +unit = 'Unit 2' +weight = 2 +layout = 'unit-choice' +url = '/uninotes/s1/et-dcm1107/unit2/' ++++ diff --git a/content/uninotes/et-dcm1107-unit2/live.md b/content/uninotes/et-dcm1107-unit2/live.md new file mode 100644 index 0000000..ff935a5 --- /dev/null +++ b/content/uninotes/et-dcm1107-unit2/live.md @@ -0,0 +1,42 @@ ++++ +draft = false +semester = ['S1'] +subjectcode = ['ET DCM1107'] +unit = 'Unit 2' +notecategory = 'Live' +title = 'Unit 2' +toc = true +weight = 2 +url = '/uninotes/s1/et-dcm1107/unit2/live/' +uniturl = '/uninotes/s1/et-dcm1107/unit2/' ++++ + +### ***April 12, 2026*** + +## Types of Utility + +A) Form Utility +B) Place +C) Time +D) Possession + +## Law of Deminishing Marginal Utility + +## Law of Equi-Marginal Utility + +## Law of Demand + +Price and Quantity demanded for a product is inversely related. + +## Exceptions of Law of Demand + +A) Assumption of increase in price. +B) Status goods or Veblen goods. +C) Giffen goods. +D) War. +E) Economic depression. +F) Essential goods. + + + + diff --git a/content/uninotes/pbm-dcm1110-unit1/live.md b/content/uninotes/pbm-dcm1110-unit1/live.md new file mode 100644 index 0000000..e8bf22f --- /dev/null +++ b/content/uninotes/pbm-dcm1110-unit1/live.md @@ -0,0 +1,20 @@ ++++ +draft = false +semester = ['S1'] +subjectcode = ['PBM DCM1110'] +unit = 'Unit 1' +notecategory = 'Live' +title = 'Unit 1' +toc = true +weight = 1 +url = '/uninotes/s1/pbm-dcm1110/unit1/live/' +uniturl = '/uninotes/s1/pbm-dcm1110/unit1/' ++++ + +### ***April 12, 2026*** + +## Introduction + +Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling. + + diff --git a/docs/css/style.css b/docs/css/style.css deleted file mode 100644 index 37d945c..0000000 --- a/docs/css/style.css +++ /dev/null @@ -1,774 +0,0 @@ -/* -Styles are mobile-first. Desktop styles are wrapped in media queries. -Naming convention: BEM (Block, Element, Modifier). When it's difficult to add classes, I will use tag names. -*/ -*, -*::before, -*::after { - box-sizing: border-box; } - -.body { - margin: 0; } - -a { - text-decoration: none; } - -.menu__list, -.translation-list, -.pagination { - list-style-type: none; - padding-inline-start: 0; } - -ul:has(> li > input[type="checkbox"]) { - list-style-type: none; - padding-inline-start: 1em; } - -blockquote { - margin: 0; } - -.body { - margin-left: 16px; - margin-right: 16px; } - -@media (min-width: 800px) { - .body { - width: 768px; - margin-left: auto; - margin-right: auto; } } - -:root { - --background-color: #171414; - --background-color1: #fff; - --foreground-color: #e3e1db; - --foreground-color3: #ccc3b3; - --accent-color: #fff; } - -@media (prefers-color-scheme: light) { - :root { - --background-color: #fbf1c7; - --background-color1: #ebdbb2; - --foreground-color: #3c3836; - --foreground-color3: #665c54; - --accent-color: #af3a03; } } - -.body { - background-color: var(--background-color); - color: var(--foreground-color); } - -h1, -h2, -h3, -h4, -h5, -h6 { - color: var(--foreground-color); } - -a { - color: var(--accent-color); } - -.header { - border-bottom: 1px solid var(--background-color1); } - -.brand { - display: flex; - align-items: center; - gap: 6.9px; - margin-bottom: -18px; } - -.brand img { - height: 37px; - padding: 0px; } - -.footer { - border-top: 1px solid var(--background-color1); } - -blockquote { - background-color: var(--background-color1); } - [dir=rtl] blockquote { - border-right: 0.5rem solid var(--accent-color); } - [dir=ltr] blockquote { - border-left: 0.5rem solid var(--accent-color); } - -:not(pre) > code { - background-color: var(--background-color1); } - -hr { - background: var(--background-color1); } - -table { - background-color: var(--background-color1); } - -td, -th { - border: 1px solid var(--background-color); } - -figcaption { - color: var(--foreground-color3); } - -/* Background */ -.bg { - color: #3c3836; - background-color: #fbf1c7; } - -/* PreWrapper */ -.chroma { - color: #3c3836; - background-color: #fbf1c7; } - -/* Other */ -/* Error */ -/* CodeLine */ -/* LineLink */ -.chroma .lnlinks { - outline: none; - text-decoration: none; - color: inherit; } - -/* LineTableTD */ -.chroma .lntd { - vertical-align: top; - padding: 0; - margin: 0; - border: 0; } - -/* LineTable */ -.chroma .lntable { - border-spacing: 0; - padding: 0; - margin: 0; - border: 0; } - -/* LineHighlight */ -.chroma .hl { - background-color: #e1d8b3; } - -/* LineNumbersTable */ -.chroma .lnt { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #9d9b9a; } - -/* LineNumbers */ -.chroma .ln { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #9d9b9a; } - -/* Line */ -.chroma .line { - display: flex; } - -/* Keyword */ -.chroma .k { - color: #af3a03; } - -/* KeywordConstant */ -.chroma .kc { - color: #af3a03; } - -/* KeywordDeclaration */ -.chroma .kd { - color: #af3a03; } - -/* KeywordNamespace */ -.chroma .kn { - color: #af3a03; } - -/* KeywordPseudo */ -.chroma .kp { - color: #af3a03; } - -/* KeywordReserved */ -.chroma .kr { - color: #af3a03; } - -/* KeywordType */ -.chroma .kt { - color: #b57614; } - -/* Name */ -/* NameAttribute */ -.chroma .na { - color: #79740e; - font-weight: bold; } - -/* NameBuiltin */ -.chroma .nb { - color: #b57614; } - -/* NameBuiltinPseudo */ -/* NameClass */ -/* NameConstant */ -.chroma .no { - color: #d3869b; } - -/* NameDecorator */ -/* NameEntity */ -.chroma .ni { - color: #b57614; } - -/* NameException */ -.chroma .ne { - color: #fb4934; } - -/* NameFunction */ -.chroma .nf { - color: #b57614; } - -/* NameFunctionMagic */ -/* NameLabel */ -.chroma .nl { - color: #9d0006; } - -/* NameNamespace */ -/* NameOther */ -/* NameProperty */ -/* NameTag */ -.chroma .nt { - color: #9d0006; } - -/* NameVariable */ -/* NameVariableClass */ -/* NameVariableGlobal */ -/* NameVariableInstance */ -/* NameVariableMagic */ -/* Literal */ -/* LiteralDate */ -/* LiteralString */ -.chroma .s { - color: #79740e; } - -/* LiteralStringAffix */ -.chroma .sa { - color: #79740e; } - -/* LiteralStringBacktick */ -.chroma .sb { - color: #79740e; } - -/* LiteralStringChar */ -.chroma .sc { - color: #79740e; } - -/* LiteralStringDelimiter */ -.chroma .dl { - color: #79740e; } - -/* LiteralStringDoc */ -.chroma .sd { - color: #79740e; } - -/* LiteralStringDouble */ -.chroma .s2 { - color: #79740e; } - -/* LiteralStringEscape */ -.chroma .se { - color: #79740e; } - -/* LiteralStringHeredoc */ -.chroma .sh { - color: #79740e; } - -/* LiteralStringInterpol */ -.chroma .si { - color: #79740e; } - -/* LiteralStringOther */ -.chroma .sx { - color: #79740e; } - -/* LiteralStringRegex */ -.chroma .sr { - color: #79740e; } - -/* LiteralStringSingle */ -.chroma .s1 { - color: #79740e; } - -/* LiteralStringSymbol */ -.chroma .ss { - color: #076678; } - -/* LiteralNumber */ -.chroma .m { - color: #8f3f71; } - -/* LiteralNumberBin */ -.chroma .mb { - color: #8f3f71; } - -/* LiteralNumberFloat */ -.chroma .mf { - color: #8f3f71; } - -/* LiteralNumberHex */ -.chroma .mh { - color: #8f3f71; } - -/* LiteralNumberInteger */ -.chroma .mi { - color: #8f3f71; } - -/* LiteralNumberIntegerLong */ -.chroma .il { - color: #8f3f71; } - -/* LiteralNumberOct */ -.chroma .mo { - color: #8f3f71; } - -/* Operator */ -.chroma .o { - color: #af3a03; } - -/* OperatorWord */ -.chroma .ow { - color: #af3a03; } - -/* Punctuation */ -/* Comment */ -.chroma .c { - color: #928374; - font-style: italic; } - -/* CommentHashbang */ -.chroma .ch { - color: #928374; - font-style: italic; } - -/* CommentMultiline */ -.chroma .cm { - color: #928374; - font-style: italic; } - -/* CommentSingle */ -.chroma .c1 { - color: #928374; - font-style: italic; } - -/* CommentSpecial */ -.chroma .cs { - color: #928374; - font-style: italic; } - -/* CommentPreproc */ -.chroma .cp { - color: #427b58; } - -/* CommentPreprocFile */ -.chroma .cpf { - color: #427b58; - font-style: italic; } - -/* Generic */ -/* GenericDeleted */ -.chroma .gd { - color: #282828; - background-color: #9d0006; } - -/* GenericEmph */ -.chroma .ge { - color: #076678; - text-decoration: underline; } - -/* GenericError */ -.chroma .gr { - background-color: #9d0006; - font-weight: bold; } - -/* GenericHeading */ -.chroma .gh { - color: #79740e; - font-weight: bold; } - -/* GenericInserted */ -.chroma .gi { - color: #282828; - background-color: #79740e; } - -/* GenericOutput */ -.chroma .go { - color: #504945; } - -/* GenericPrompt */ -/* GenericStrong */ -/* GenericSubheading */ -.chroma .gu { - color: #79740e; - font-weight: bold; } - -/* GenericTraceback */ -.chroma .gt { - background-color: #3c3836; - font-weight: bold; } - -/* GenericUnderline */ -/* TextWhitespace */ -@media (prefers-color-scheme: dark) { - /* Background */ - .bg { - color: #ebdbb2; - background-color: #282828; } - /* PreWrapper */ - .chroma { - color: #ebdbb2; - background-color: #282828; } - /* Other */ - /* Error */ - /* CodeLine */ - /* LineLink */ - .chroma .lnlinks { - outline: none; - text-decoration: none; - color: inherit; } - /* LineTableTD */ - .chroma .lntd { - vertical-align: top; - padding: 0; - margin: 0; - border: 0; } - /* LineTable */ - .chroma .lntable { - border-spacing: 0; - padding: 0; - margin: 0; - border: 0; } - /* LineHighlight */ - .chroma .hl { - background-color: #3d3d3d; } - /* LineNumbersTable */ - .chroma .lnt { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #756d59; } - /* LineNumbers */ - .chroma .ln { - white-space: pre; - -webkit-user-select: none; - user-select: none; - margin-right: 0.4em; - padding: 0 0.4em 0 0.4em; - color: #756d59; } - /* Line */ - .chroma .line { - display: flex; } - /* Keyword */ - .chroma .k { - color: #fe8019; } - /* KeywordConstant */ - .chroma .kc { - color: #fe8019; } - /* KeywordDeclaration */ - .chroma .kd { - color: #fe8019; } - /* KeywordNamespace */ - .chroma .kn { - color: #fe8019; } - /* KeywordPseudo */ - .chroma .kp { - color: #fe8019; } - /* KeywordReserved */ - .chroma .kr { - color: #fe8019; } - /* KeywordType */ - .chroma .kt { - color: #fabd2f; } - /* Name */ - /* NameAttribute */ - .chroma .na { - color: #b8bb26; - font-weight: bold; } - /* NameBuiltin */ - .chroma .nb { - color: #fabd2f; } - /* NameBuiltinPseudo */ - /* NameClass */ - /* NameConstant */ - .chroma .no { - color: #d3869b; } - /* NameDecorator */ - /* NameEntity */ - .chroma .ni { - color: #fabd2f; } - /* NameException */ - .chroma .ne { - color: #fb4934; } - /* NameFunction */ - .chroma .nf { - color: #fabd2f; } - /* NameFunctionMagic */ - /* NameLabel */ - .chroma .nl { - color: #fb4934; } - /* NameNamespace */ - /* NameOther */ - /* NameProperty */ - /* NameTag */ - .chroma .nt { - color: #fb4934; } - /* NameVariable */ - /* NameVariableClass */ - /* NameVariableGlobal */ - /* NameVariableInstance */ - /* NameVariableMagic */ - /* Literal */ - /* LiteralDate */ - /* LiteralString */ - .chroma .s { - color: #b8bb26; } - /* LiteralStringAffix */ - .chroma .sa { - color: #b8bb26; } - /* LiteralStringBacktick */ - .chroma .sb { - color: #b8bb26; } - /* LiteralStringChar */ - .chroma .sc { - color: #b8bb26; } - /* LiteralStringDelimiter */ - .chroma .dl { - color: #b8bb26; } - /* LiteralStringDoc */ - .chroma .sd { - color: #b8bb26; } - /* LiteralStringDouble */ - .chroma .s2 { - color: #b8bb26; } - /* LiteralStringEscape */ - .chroma .se { - color: #b8bb26; } - /* LiteralStringHeredoc */ - .chroma .sh { - color: #b8bb26; } - /* LiteralStringInterpol */ - .chroma .si { - color: #b8bb26; } - /* LiteralStringOther */ - .chroma .sx { - color: #b8bb26; } - /* LiteralStringRegex */ - .chroma .sr { - color: #b8bb26; } - /* LiteralStringSingle */ - .chroma .s1 { - color: #b8bb26; } - /* LiteralStringSymbol */ - .chroma .ss { - color: #83a598; } - /* LiteralNumber */ - .chroma .m { - color: #d3869b; } - /* LiteralNumberBin */ - .chroma .mb { - color: #d3869b; } - /* LiteralNumberFloat */ - .chroma .mf { - color: #d3869b; } - /* LiteralNumberHex */ - .chroma .mh { - color: #d3869b; } - /* LiteralNumberInteger */ - .chroma .mi { - color: #d3869b; } - /* LiteralNumberIntegerLong */ - .chroma .il { - color: #d3869b; } - /* LiteralNumberOct */ - .chroma .mo { - color: #d3869b; } - /* Operator */ - .chroma .o { - color: #fe8019; } - /* OperatorWord */ - .chroma .ow { - color: #fe8019; } - /* Punctuation */ - /* Comment */ - .chroma .c { - color: #928374; - font-style: italic; } - /* CommentHashbang */ - .chroma .ch { - color: #928374; - font-style: italic; } - /* CommentMultiline */ - .chroma .cm { - color: #928374; - font-style: italic; } - /* CommentSingle */ - .chroma .c1 { - color: #928374; - font-style: italic; } - /* CommentSpecial */ - .chroma .cs { - color: #928374; - font-style: italic; } - /* CommentPreproc */ - .chroma .cp { - color: #8ec07c; } - /* CommentPreprocFile */ - .chroma .cpf { - color: #8ec07c; - font-style: italic; } - /* Generic */ - /* GenericDeleted */ - .chroma .gd { - color: #282828; - background-color: #fb4934; } - /* GenericEmph */ - .chroma .ge { - color: #83a598; - text-decoration: underline; } - /* GenericError */ - .chroma .gr { - background-color: #fb4934; - font-weight: bold; } - /* GenericHeading */ - .chroma .gh { - color: #b8bb26; - font-weight: bold; } - /* GenericInserted */ - .chroma .gi { - color: #282828; - background-color: #b8bb26; } - /* GenericOutput */ - .chroma .go { - color: #504945; } - /* GenericPrompt */ - /* GenericStrong */ - /* GenericSubheading */ - .chroma .gu { - color: #b8bb26; - font-weight: bold; } - /* GenericTraceback */ - .chroma .gt { - background-color: #fb4934; - font-weight: bold; } - /* GenericUnderline */ - /* TextWhitespace */ } - -pre:not(.chroma), -.bg, -.chroma, -.highlight { - background-color: var(--background-color1); } - -.html { - font-size: 18px; } - -.body { - font-family: sans-serif; - line-height: 1.5; } - -p, -ul, -ol, -h1, -h2, -h3, -h4, -h5, -h6 { - overflow-wrap: break-word; } - -.toc { - margin-block: 1rem; } - .toc__summary { - font-weight: bolder; - cursor: pointer; } - -blockquote { - padding: 0.5rem; } - -hr { - border: none; - height: 1px; } - -figure { - margin-inline: 0; } - -.heading__anchor { - display: none; } - -.heading:hover > .heading__anchor { - display: inline; } - -.table-wrapper { - overflow-x: auto; - margin-block: 1rem; } - .table-wrapper > table { - word-break: keep-all; - border-collapse: collapse; } - .table-wrapper > table td, - .table-wrapper > table th { - padding: 0.5rem; - text-align: start; } - -svg, -img, -video, -iframe { - max-width: 100%; } - -.menu__list { - display: flex; - flex-direction: row; - gap: 0.5rem; - flex-wrap: wrap; } - -.menu__link--active { - font-weight: bolder; } - -.pagination { - display: flex; - gap: 1rem; } - -.page-item.active { - font-weight: bolder; } - -.page-nav { - display: flex; - flex-direction: column; - margin-block: 1rem; } - -.section-post-title, -.term-post-title { - margin-block-start: 0; } - -.home-post-title { - margin-block-end: 0; } - -.summary { - margin-block-start: 0; } - -:not(pre) > code { - padding-inline: 0.25rem; } - -div.highlight { - overflow-x: auto; - margin-block: 1rem; } - div.highlight > div.chroma > table.lntable { - padding-inline-end: 0.4rem; } - div.highlight > pre.chroma { - padding-inline: 0.4rem; } - -pre:not(.chroma) { - overflow-x: auto; - padding-block: 1rem; - padding-inline: 0.4rem; } - -pre { - font-size: 0.875rem; } - -.footer { - font-size: smaller; } diff --git a/docs/index.xml b/docs/index.xml index 709405b..a0f8845 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -88,7 +88,11 @@ D) Growth Defintion by Samuelson.</p> <h2 class="heading" id="methods"> Methods<span class="heading__anchor"> <a href="#methods">#</a></span> </h2><p>A) Inductive (specific -&gt; general).<br> -B) Deductive (general -&gt; specific).</p>Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/<h3 class="heading" id="april-5-2026"> +B) Deductive (general -&gt; specific).</p>Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/<h3 class="heading" id="april-12-2026"> + <em><strong>April 12, 2026</strong></em><span class="heading__anchor"> <a href="#april-12-2026">#</a></span> +</h3><h2 class="heading" id="introduction"> + Introduction<span class="heading__anchor"> <a href="#introduction">#</a></span> +</h2><p>Management is a process where is an environment is developed to achieve the predefined goals and objectives through planning, organising, directing and controlling.</p>Unit 1https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/<h3 class="heading" id="april-5-2026"> <em><strong>April 5, 2026</strong></em><span class="heading__anchor"> <a href="#april-5-2026">#</a></span> </h3><h2 class="heading" id="characteristics-of-management"> Characteristics of Management<span class="heading__anchor"> <a href="#characteristics-of-management">#</a></span> @@ -154,7 +158,29 @@ E) Controlling.</p> </h2><p>A) Optimum unilization of resources.<br> B) Minimisation of costs.<br> C) Achievement of group goals.<br> -D) Organisational stability.</p>What is Education?https://freedoms4.org/blog/what-is-education/Sun, 01 Mar 2026 18:11:14 +0000your-email@example.com (Freedoms4)https://freedoms4.org/blog/what-is-education/<h1 class="heading" id="what-is-education"> +D) Organisational stability.</p>Unit 2https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/<h3 class="heading" id="april-12-2026"> + <em><strong>April 12, 2026</strong></em><span class="heading__anchor"> <a href="#april-12-2026">#</a></span> +</h3><h2 class="heading" id="types-of-utility"> + Types of Utility<span class="heading__anchor"> <a href="#types-of-utility">#</a></span> +</h2><p>A) Form Utility<br> +B) Place<br> +C) Time<br> +D) Possession</p> +<h2 class="heading" id="law-of-deminishing-marginal-utility"> + Law of Deminishing Marginal Utility<span class="heading__anchor"> <a href="#law-of-deminishing-marginal-utility">#</a></span> +</h2><h2 class="heading" id="law-of-equi-marginal-utility"> + Law of Equi-Marginal Utility<span class="heading__anchor"> <a href="#law-of-equi-marginal-utility">#</a></span> +</h2><h2 class="heading" id="law-of-demand"> + Law of Demand<span class="heading__anchor"> <a href="#law-of-demand">#</a></span> +</h2><p>Price and Quantity demanded for a product is inversely related.</p> +<h2 class="heading" id="exceptions-of-law-of-demand"> + Exceptions of Law of Demand<span class="heading__anchor"> <a href="#exceptions-of-law-of-demand">#</a></span> +</h2><p>A) Assumption of increase in price.<br> +B) Status goods or Veblen goods.<br> +C) Giffen goods.<br> +D) War.<br> +E) Economic depression. +F) Essential goods.</p>What is Education?https://freedoms4.org/blog/what-is-education/Sun, 01 Mar 2026 18:11:14 +0000your-email@example.com (Freedoms4)https://freedoms4.org/blog/what-is-education/<h1 class="heading" id="what-is-education"> What is Education?<span class="heading__anchor"> <a href="#what-is-education">#</a></span> </h1><p>Education simply means &ldquo;learning&rdquo;. It&rsquo;s a natural process.</p> <h3 class="heading" id="ratio-of-components-in-education"> diff --git a/docs/semester/index.html b/docs/semester/index.html index 2d9a15e..37b5bb4 100644 --- a/docs/semester/index.html +++ b/docs/semester/index.html @@ -8,4 +8,4 @@ Sign Up

All Posts | Categories

S1 (3)

\ No newline at end of file +› Categories

All Posts | Categories

S1 (5)

\ No newline at end of file diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 683cf89..086fe82 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -1 +1 @@ -https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/https://freedoms4.org/tags/academics/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/education/2026-03-01T18:11:14+00:00https://freedoms4.org/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/philosophy/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/system/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/what-is-education/2026-03-01T18:11:14+00:00https://freedoms4.org/uninotes/2025-11-11T23:15:44+05:30https://freedoms4.org/uninotes/s1/bo-dcm1109/https://freedoms4.org/coming-soon/https://freedoms4.org/login/https://freedoms4.org/signup/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/services/file-share/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/uninotes/s1/https://freedoms4.org/uninotes/s2/https://freedoms4.org/uninotes/s3/https://freedoms4.org/uninotes/s4/https://freedoms4.org/uninotes/s5/https://freedoms4.org/uninotes/s6/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/subjectcode/https://freedoms4.org/services/xmpp-account/ \ No newline at end of file +https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/https://freedoms4.org/uninotes/s1/et-dcm1107/unit1/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/live/https://freedoms4.org/uninotes/s1/pbm-dcm1110/unit1/self/https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/https://freedoms4.org/tags/academics/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/education/2026-03-01T18:11:14+00:00https://freedoms4.org/2026-03-01T18:11:14+00:00https://freedoms4.org/categories/philosophy/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/system/2026-03-01T18:11:14+00:00https://freedoms4.org/tags/2026-03-01T18:11:14+00:00https://freedoms4.org/blog/what-is-education/2026-03-01T18:11:14+00:00https://freedoms4.org/uninotes/2025-11-11T23:15:44+05:30https://freedoms4.org/uninotes/s1/bo-dcm1109/https://freedoms4.org/coming-soon/https://freedoms4.org/login/https://freedoms4.org/signup/https://freedoms4.org/contact/https://freedoms4.org/uninotes/s1/et-dcm1107/https://freedoms4.org/uninotes/s1/fa-dcm1108/https://freedoms4.org/services/file-share/https://freedoms4.org/uninotes/s1/ge-dcm1106/https://freedoms4.org/uninotes/s1/pbm-dcm1110/https://freedoms4.org/uninotes/s1/https://freedoms4.org/uninotes/s2/https://freedoms4.org/uninotes/s3/https://freedoms4.org/uninotes/s4/https://freedoms4.org/uninotes/s5/https://freedoms4.org/uninotes/s6/https://freedoms4.org/semester/https://freedoms4.org/services/https://freedoms4.org/subjectcode/https://freedoms4.org/services/xmpp-account/ \ No newline at end of file diff --git a/docs/subjectcode/index.html b/docs/subjectcode/index.html index 75f37b6..6a46a0c 100644 --- a/docs/subjectcode/index.html +++ b/docs/subjectcode/index.html @@ -8,4 +8,4 @@ Sign Up

All Posts | Categories

BO DCM1109 (1)

ET DCM1107 (1)

PBM DCM1110 (1)

\ No newline at end of file +› Categories

All Posts | Categories

BO DCM1109 (1)

ET DCM1107 (2)

PBM DCM1110 (2)

\ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/index.html b/docs/uninotes/s1/et-dcm1107/index.html index 1a51e25..8531f9e 100644 --- a/docs/uninotes/s1/et-dcm1107/index.html +++ b/docs/uninotes/s1/et-dcm1107/index.html @@ -9,5 +9,5 @@

ET DCM1107

ET DCM1107

\ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/index.xml b/docs/uninotes/s1/et-dcm1107/index.xml index 0584c2a..a19caa9 100644 --- a/docs/uninotes/s1/et-dcm1107/index.xml +++ b/docs/uninotes/s1/et-dcm1107/index.xml @@ -39,4 +39,26 @@ D) Growth Defintion by Samuelson.</p> <h2 class="heading" id="methods"> Methods<span class="heading__anchor"> <a href="#methods">#</a></span> </h2><p>A) Inductive (specific -&gt; general).<br> -B) Deductive (general -&gt; specific).</p>
\ No newline at end of file +B) Deductive (general -&gt; specific).</p>Unit 2https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/Mon, 01 Jan 0001 00:00:00 +0000your-email@example.com (Freedoms4)https://freedoms4.org/uninotes/s1/et-dcm1107/unit2/live/<h3 class="heading" id="april-12-2026"> + <em><strong>April 12, 2026</strong></em><span class="heading__anchor"> <a href="#april-12-2026">#</a></span> +</h3><h2 class="heading" id="types-of-utility"> + Types of Utility<span class="heading__anchor"> <a href="#types-of-utility">#</a></span> +</h2><p>A) Form Utility<br> +B) Place<br> +C) Time<br> +D) Possession</p> +<h2 class="heading" id="law-of-deminishing-marginal-utility"> + Law of Deminishing Marginal Utility<span class="heading__anchor"> <a href="#law-of-deminishing-marginal-utility">#</a></span> +</h2><h2 class="heading" id="law-of-equi-marginal-utility"> + Law of Equi-Marginal Utility<span class="heading__anchor"> <a href="#law-of-equi-marginal-utility">#</a></span> +</h2><h2 class="heading" id="law-of-demand"> + Law of Demand<span class="heading__anchor"> <a href="#law-of-demand">#</a></span> +</h2><p>Price and Quantity demanded for a product is inversely related.</p> +<h2 class="heading" id="exceptions-of-law-of-demand"> + Exceptions of Law of Demand<span class="heading__anchor"> <a href="#exceptions-of-law-of-demand">#</a></span> +</h2><p>A) Assumption of increase in price.<br> +B) Status goods or Veblen goods.<br> +C) Giffen goods.<br> +D) War.<br> +E) Economic depression. +F) Essential goods.</p> \ No newline at end of file diff --git a/docs/uninotes/s1/et-dcm1107/unit1/live/index.html b/docs/uninotes/s1/et-dcm1107/unit1/live/index.html index 7593b7a..7938b49 100644 --- a/docs/uninotes/s1/et-dcm1107/unit1/live/index.html +++ b/docs/uninotes/s1/et-dcm1107/unit1/live/index.html @@ -34,4 +34,4 @@ Subscribe