Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (2024)

EduRev

  • Home
  • Explore Courses
  • Signup
  • Pricing Plans
  • View All Tests
  • EduRev Infinity

"; html += "

Change " + classTitle + "

"; html += "

Add " + classTitle + "

"; if (data.length > 1) { html += "

Remove " + classTitle + "

"; } html += "

"; $(".ER_Model_Header").html("

Change/Add " + classTitle + "

"); $(".ER_Model_Content").html(html); $(".ER_Model_Footer").html(""); $(".ER_Model_Footer").hide(); $(".ER_Model .modal-header").addClass("chng_cls_pp"); $(".ER_Model").modal({ animation: true, backdrop: 'static', keyboard: false, show: true }); } }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }) }; // getcatforchangeclass = function (callfor) { _ShowLoader(); $.ajax({ type: "POST", data: "{}", url: "/UserData/GetUserCategoryList", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { console.log(data); if (data.length > 0) { try { closeNav(); } catch (e) { } var isSchoolClassHidden = ""; try { isSchoolClassHidden = $("#isSchoolClassHidden").val(); } catch (e) { } var classTitle = "Exam"; if (isSchoolClassHidden != undefined && isSchoolClassHidden != null && isSchoolClassHidden != "" && (isSchoolClassHidden.toLocaleLowerCase() == "true" || isSchoolClassHidden == true)) { classTitle = "Class"; } var isonecat = 0; //if (data.length == 1) { // isonecat = 1; //} var html = "

"; html += "

Select the " + classTitle.toLowerCase() + " you want to leave

"; for (var i = 0; i < data.length; i++) { var checkselectedclass = ""; if (isonecat == 1) { html += "

" + data[i]["name"] + "

"; } else { html += "

" + data[i]["name"] + "

"; } // html += "

"; } html += "

"; if (isonecat == 1) { html += "

Next Step

"; } else { html += "

Next Step

"; html += "

"; } if (callfor != undefined && callfor != null && callfor != "" && callfor == "r") { $(".ER_Model_Header").html("

Remove " + classTitle + "

"); } else { $(".ER_Model_Header").html("

Change " + classTitle + "

"); } $(".ER_Model_Content").html(html); $(".ER_Model_Footer").html(""); $(".ER_Model_Footer").hide(); $(".ER_Model .modal-header").addClass("chng_cls_pp"); $(".ER_Model").modal({ animation: true, backdrop: 'static', keyboard: false, show: true }); } else { } _HideLoader(); }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); // }; removeoldclass = function (callfor) { _ShowLoader(); var catids = ""; var totalcatcount = $(".changeclasscatdiv").length; var selectedcatcount = $(".changeclasscatdivselected").length; $.each($(".changeclasscatdivselected"), function () { catids += $(this).attr("dataid") + ","; }); if (catids != undefined && catids != null && catids != "") { $.ajax({ type: "POST", data: "{catId: '" + catids + "'}", url: "/UserData/RemoveEnrolledCategoryCourses", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { //console.log(data); if (data.Status == 200) { _ShowLoader(); try { DeleteCookie("starblockfirst"); } catch (e) { } if (callfor != undefined && callfor != null && callfor != "" && callfor == "r" && selectedcatcount < totalcatcount) { _ShowLoader(); window.location.href = "/home"; } else { $(".ER_Model_Content").html(""); var _UserCourseCategoryWidget = '/Course/UserCourseCategoryWidget'; $.get(_UserCourseCategoryWidget, function (data) { var widgetHTML = "

" + data + "

"; $(".ER_Model_Content").html(widgetHTML); var OldHeader = $(".wid_hdr").html(); var newHeader = ""; //newHeader += ""; //newHeader += "

Welcome to EduRev

"; newHeader += "

"; //newHeader += ""; $(".wid_hdr").html(newHeader); $(".ER_Model_Content").css("padding", "0px"); $(".ER_Model .modal-content").css("margin-top", "0px"); $(".ER_Model .modal-dialog").css("margin-top", "10px"); $(".ER_Model .modal-header").hide(); $(".ER_Model .modal-footer").hide(); $(".ER_Model").modal("show"); $("#refreshCoursesList").val("1"); $(".wid_hdr h1 img").css("margin-left", "25px"); try { //getCatList(4, 'catList', 'direct'); loadExploreData(""); } catch (e) { } }); } } _HideLoader(); }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); } else { _HideLoader(); alert("Please select any interest"); } // } selectcatForRemove = function (catid, callfor) { if (callfor != undefined && callfor != null && callfor != "" && callfor == "r") { var totalcatcount = $(".changeclasscatdiv").length; var selectedcatcount = $(".changeclasscatdivselected").length; //if (selectedcatcount < parseInt(totalcatcount - 1)) { $(".changeclasscatdiv" + catid).addClass("changeclasscatdivselected"); $(".changeclasscata" + catid).attr("onclick", "unselectcatForRemove('" + catid + "','" + callfor + "')"); $(".changeclasscaticonsimg" + catid).attr("src", 'https://edurev.gumlet.io/cdn_assets/v297/assets/img/home/selectionradiored.svg'); $(".removecaterrormsg").hide(); $(".divforRemoveClassbtn").show(); //} //else { // if (totalcatcount == 1) { // $(".divforRemoveClassbtn").hide(); // $(".removecaterrormsg").show(); // $(".removecaterrormsg").html("You must have at least one learning goal. You can't remove all categories Cancel"); // } // else { // $(".removecaterrormsg").show(); // $(".removecaterrormsg").html("You must have at least one learning goal. You can't remove all categories"); // } //} } else { $(".changeclasscatdiv" + catid).addClass("changeclasscatdivselected"); $(".changeclasscata" + catid).attr("onclick", "unselectcatForRemove('" + catid + "','" + callfor + "')"); $(".changeclasscaticonsimg" + catid).attr("src", 'https://edurev.gumlet.io/cdn_assets/v297/assets/img/home/selectionradiored.svg'); $(".divforRemoveClassbtn").show(); } } unselectcatForRemove = function (catid, callfor) { $(".changeclasscatdiv" + catid).removeClass("changeclasscatdivselected"); $(".changeclasscata" + catid).attr("onclick", "selectcatForRemove('" + catid + "','" + callfor + "')"); $(".changeclasscaticonsimg" + catid).attr("src", 'https://edurev.gumlet.io/cdn_assets/v297/assets/img/home/selectionradio.svg'); if (callfor != undefined && callfor != null && callfor != "" && callfor == "r") { if ($(".changeclasscatdivselected").length == 0) { $(".divforRemoveClassbtn").hide(); } else { $(".removecaterrormsg").hide(); $(".divforRemoveClassbtn").show(); } } else { if ($(".changeclasscatdivselected").length == 0) { $(".divforRemoveClassbtn").hide(); } } } openDirectCatePopup = function () { $(".ER_Model_Content").html(""); var _UserCourseCategoryWidget = '/Course/UserCourseCategoryWidget'; $.get(_UserCourseCategoryWidget, function (data) { var widgetHTML = "

" + data + "

"; $(".ER_Model_Content").html(widgetHTML); var OldHeader = $(".wid_hdr").html(); var newHeader = ""; //newHeader += ""; //newHeader += "

Welcome to EduRev

"; var cntryhtml = "

"; newHeader += "

" + cntryhtml+"

"; //newHeader += ""; $(".wid_hdr").html(newHeader); $(".ER_Model_Content").css("padding", "0px"); $(".ER_Model .modal-content").css("margin-top", "0px"); $(".ER_Model .modal-dialog").css("margin-top", "10px"); $(".ER_Model .modal-header").hide(); $(".ER_Model .modal-footer").hide(); $(".ER_Model .modal-header").addClass("chng_cls_pp"); $(".ER_Model").modal("show"); $("#refreshCoursesList").val("1"); $(".wid_hdr h1 img").css("margin-left", "25px"); try { //getCatList(4, 'catList', 'direct'); loadExploreData(""); } catch (e) { } }); } $('#ER_Model').on('hidden.bs.modal', function () { try { $(".ER_Model .modal-header").removeClass("chng_cls_pp"); } catch (e) { } }); UnAttemptedTestList_pp = function () { try { closeNav(); } catch (e) { } var ht_cr = $(".unattepmtedTestData_courses").html().trim("\n"); if (ht_cr == "") { purchasedCourses(true); } $("#unattemptedTest").modal("show"); $(".unattepmtedTestData_courses").show(); $(".unatdtstcrshdr").show(); $(".unattepmtedTestData").hide(); $(".unattepmtedTestData_courses").scrollTop(0); } unattemptedTestBak = function () { $(".unattepmtedTestData_courses").show(); $(".unatdtstcrshdr").show(); $(".unattepmtedTestData").hide(); $(".unattdtst_bck").hide(); } UnAttemptedTestList = function (courseId) { _ShowLoader(); $.ajax({ type: "POST", data: "{courseId:" + courseId + "}", url: "/Quiz/UnAttemptedTestList", contentType: "application/json;charset=utf-8", dataType: "text", success: function (data) { data = JSON.parse(data); if (data != "" && data != null && data != undefined && data.length > 0) { var row = ""; for (var j = 0; j < data.length; j++) { row += "

"; row += "

" + data[j]["ParentSubcourseTitle"] + "

"; for (var i = 0; i < data[j]["testList"].length; i++) { row += "

\

\

\

\ \ \ \

\

\

\

\ " + data[j]["testList"][i]["title"] + "\

\ "+ data[j]["testList"][i]["totalQues"] + " Ques | " + data[j]["testList"][i]["time"] + " Mins"; if (data[j]["testList"][i]["isInfinity"] == true && data[j]["testList"][i]["isPurchased"] == false) { row += " | Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (8)Unlock"; } row += "

\

\

\

\

"; } row += "

"; } $(".unattepmtedTestData").html(row); } else { $(".unattepmtedTestData").html("

No unattempted test available

"); } $(".unattepmtedTestData_courses").hide(); $(".unatdtstcrshdr").hide(); $(".unattepmtedTestData").show(); //$("#unattemptedTest").modal("show") $(".unattepmtedTestData").scrollTop(0); $(".unattdtst_bck").show(); _HideLoader(); }, error: function (a, b, c) { _HideLoader(); console.log(a + "," + b + "," + c); } }); }; var moreEnrolledCourses = "View All"; purchasedCourses = function (onlyunattempted) { var uid = $("#uid").val(); if (uid != "-1") { $.ajax({ type: "POST", url: "/Course/purchasedCourses", contentType: "application/json;charset=utf-8", data: "{UserId: '',NeedCourseProgress:'1'}", dataType: "json", async: true, success: function (data) { var enrolledCoursesHTML = ""; if (data != undefined && data != null && data != "") { var row = ""; var mobileViewHtml = ""; var mobileViewHeaderHtml = ""; var filterhtml = ""; var headerText = ""; var DataJson = data; var count = 0; var ShowLength = DataJson.purchasedCourses.length; var TotalLength = ShowLength; var show_course_block = ""; var maxcourseshow = 12; var showMoreCount = parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)); var shmrimgarr = "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (9)"; var showMoreTxt = ""; if (showMoreCount == 1) { showMoreTxt = "View " + showMoreCount + " more course"; } else { showMoreTxt = "View " + showMoreCount + " more courses"; } var showMoreHTML = ""; //var showMoreHTMLMob = ""; enrolledCoursesHTML = "

"; var hasCourseWithQuiz = 0; //var catFilter = []; if (ShowLength > 0) { headerText += "

"; headerText += "

my courses

"; headerText += "

"; mobileViewHtml = "
"; mobileViewHeaderHtml += "

"; mobileViewHeaderHtml += "

my courses

"; mobileViewHeaderHtml += "

"; mobileViewHeaderHtml += "

"; } for (var i = 0; i < ShowLength; i++) { var link = "/courses/" + DataJson.purchasedCourses[i]["CourseId"] + "_" + DataJson.purchasedCourses[i]["LinkName"]; if (i > parseInt(maxcourseshow - 1)) { show_course_block = "show_course_block"; } else { show_course_block = ""; } count++; var percentage = ""; var coursescatsegids = ""; var coursescatids = ""; for (var l = 0; l < DataJson.purchasedCourses[i]["CategoryIdList"].length; l++) { try { coursescatids += DataJson.purchasedCourses[i]["CategoryIdList"][l]["CategoryId"] + "_"; try { for (var v = 0; v < DataJson.purchasedCourses[i]["CategoryIdList"][l]["ChildCategories"].length; v++) { coursescatsegids += DataJson.purchasedCourses[i]["CategoryIdList"][l]["ChildCategories"][v]["CategoryId"] + "_"; } } catch (en) { } } catch (e) { } } mobileViewHtml += "\ "; mobileViewHtml += " "; if (DataJson.purchasedCourses[i]["QuizCount"] == null || DataJson.purchasedCourses[i]["QuizCount"] == "" || DataJson.purchasedCourses[i]["QuizCount"] == "0") { } else { hasCourseWithQuiz = parseInt(parseInt(hasCourseWithQuiz) + 1); enrolledCoursesHTML += "\ "; } //DataJson[i]["IconImage"] if (DataJson.purchasedCourses[i]["CourseProgressPercentage"] != undefined && DataJson.purchasedCourses[i]["CourseProgressPercentage"] != null && DataJson.purchasedCourses[i]["CourseProgressPercentage"] != '') { percentage = DataJson.purchasedCourses[i]["CourseProgressPercentage"]; } //---------------------- //var link = "/courses/" + DataJson.purchasedCourses[i]["CourseId"] + "_" + DataJson.purchasedCourses[i]["LinkName"]; var imgURL = ""; if (DataJson.purchasedCourses[i]["featureImage"] == "") { imgURL = DataJson.purchasedCourses[i]["IconImage"]; } else { imgURL = DataJson.purchasedCourses[i]["featureImage"]; } //var courseids = DataJson.purchasedCourses[i]["CategoryIdList"]; row += "

"; row += "

"; row += "

"; row += "

"; /*row += "";*/ row += ""; row += "

"; row += "

" + DataJson.purchasedCourses[i]["Title"] + "

"; row += "

"; // //var catFilterObject = { // "CategoryId": DataJson.purchasedCourses[i]["CategoryId"], // "CategoryName": DataJson.purchasedCourses[i]["CategoryName"] //} //catFilter.push(catFilterObject); } //var outfilter = []; //for (var i = 0, l = catFilter.length; i < l; i++) { // var unique = true; // for (var j = 0, k = outfilter.length; j < k; j++) { // if (catFilter[i].CategoryId === outfilter[j].CategoryId) { // unique = false; // } // } // if (unique) { // outfilter.push(catFilter[i]); // } //} if (DataJson.userCategoriesOfInterest.length > 1 || DataJson.catsegrationddataList.length > 0) { filterhtml += "

"; filterhtml += "

"; ////if (DataJson.userCategoriesOfInterest.length > 1 && DataJson.catsegrationddataList.length > 0) { } ////else { //// //filterhtml += "Filter: "; ////} var btnclass = "mycoursefilter mycoursefilterselected mycoursefilter_0"; filterhtml += "All Courses"; if (DataJson.userCategoriesOfInterest.length > 1) { for (var i = 0; i < DataJson.userCategoriesOfInterest.length; i++) { var btnclass = "mycoursefilter mycoursefilter_" + DataJson.userCategoriesOfInterest[i].id; if (DataJson.catsegrationddataList.length > 0) { btnclass = btnclass + " mycoursefiltersegcase"; } filterhtml += "" + DataJson.userCategoriesOfInterest[i].name + ""; } } if (DataJson.catsegrationddataList.length > 0) { if (DataJson.userCategoriesOfInterest.length > 1) { filterhtml += "

"; filterhtml += "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (12)"; for (var i = 0; i < DataJson.catsegrationddataList.length; i++) { var btnclass = "mycoursefilter mycoursefiltersubcss mycoursefiltersub mycoursefiltersub_" + DataJson.catsegrationddataList[i].catid; filterhtml += "" + DataJson.catsegrationddataList[i].name + ""; } filterhtml += "

"; } else { for (var i = 0; i < DataJson.catsegrationddataList.length; i++) { var btnclass = "mycoursefilter mycoursefiltersub mycoursefiltersub_" + DataJson.catsegrationddataList[i].catid; filterhtml += "" + DataJson.catsegrationddataList[i].name + ""; } } } filterhtml += "

"; filterhtml += "

"; } enrolledCoursesHTML += "
" + DataJson.purchasedCourses[i]["Title"] + ""; mobileViewHtml += ""; mobileViewHtml += "

" + DataJson.purchasedCourses[i]["Title"] + "

"; if (ShowLength > 0) { mobileViewHtml += "

"; } $("#hiddenuserhascoursewithtest").val(hasCourseWithQuiz); if (hasCourseWithQuiz > 0) { $(".unattepmtedTestData_courses").html(enrolledCoursesHTML); $(".unattepmtedTestData_courses").show(); $(".unatdtstcrshdr").show(); $(".unattdtst_bck").hide(); } else { $(".otr_opn_unatdtst").hide(); $(".otr_opn_unatdtst_a").hide(); $(".unatdtstcrshdr").html(""); $(".unattepmtedTestData_courses").html("

No tests available in the enrolled courses

"); $(".unattepmtedTestData_courses").show(); //$(".unatdtstcrshdr").show(); //$(".unattdtst_bck").hide(); } $(".unattepmtedTestData").hide(); row = "

" + row + "

"; if (count > parseInt(maxcourseshow)) { var showMoreCount = parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)); var shmrimgarr = "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (13)"; var showMoreTxt = ""; if (showMoreCount == 1) { showMoreTxt = "View " + showMoreCount + " more course"; } else { showMoreTxt = "View " + showMoreCount + " more courses"; } if ($("#refreshCoursesList").val() != undefined && $("#refreshCoursesList").val() != null && $("#refreshCoursesList").val() != "" && ($("#refreshCoursesList").val() == "1" || $("#refreshCoursesList").val() == 1)) { var sh_mr = "

"; moreEnrolledCourses = "View " + parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)) + " more courses" + shmrimgarr; row = sh_mr + row; } else { $(".mycourses_showmore").html(showMoreHTML); //$(".mycourses_showmore_mob").html(showMoreHTMLMob); //row = row + showMoreHTML; //row += ""; moreEnrolledCourses = "View " + parseInt(parseInt(TotalLength) - parseInt(maxcourseshow)) + " more courses" + shmrimgarr; } } if (onlyunattempted != null && onlyunattempted != undefined && onlyunattempted != "" && onlyunattempted == true) { } else { if (row.length > 0) { $(".mycourses").show(); $(".mycourses").css("display", "inline-block"); $(".ed_innerBox_courses").css("display", "inline-block"); $(".ed_innerBox_courses").css("width", "100%"); row = headerText + filterhtml + row; mobileViewHtml = mobileViewHeaderHtml + filterhtml + mobileViewHtml; //$(".mycoursesmob").html(mobileViewHtml); var screenWidth = screen.width; if ($("#refreshCoursesList").val() != undefined && $("#refreshCoursesList").val() != null && $("#refreshCoursesList").val() != "" && ($("#refreshCoursesList").val() == "1" || $("#refreshCoursesList").val() == 1)) { if (screenWidth != null && screenWidth != undefined && screenWidth < 500) { $(".mycourses").html(mobileViewHtml); } else { $(".mycourses").html(row); } } else { if (screenWidth != null && screenWidth != undefined && screenWidth < 500) { $(".mycourses").html(mobileViewHtml); } else { $(".mycourses").append(row); } } } } //setTimeout(function () { //$.adaptiveBackground.run({ // exclude: ['rgb(0,0,0)'] // too many black pixels //}); //}, 5000); } else { $(".otr_opn_unatdtst").hide(); $(".otr_opn_unatdtst_a").hide(); $(".unatdtstcrshdr").html(""); $(".unattepmtedTestData_courses").html("

No tests available in the enrolled courses

"); $(".unattepmtedTestData_courses").show(); //$(".unatdtstcrshdr").show(); //$(".unattdtst_bck").hide(); } }, error: function (a, b, c) { console.log(a + "," + b + "," + c); } }); } }; showmorepurchased_courses = function (ctrl, hide_ctrl) { $(ctrl).show(); //$(hide_ctrl).html("View Less"); //$(hide_ctrl).attr("onclick", "showlesspurchased_courses('" + ctrl + "','" + hide_ctrl + "')"); $(hide_ctrl).html("View all courses"); $(hide_ctrl).attr("onclick", "gotoallcourse();"); } showlesspurchased_courses = function (ctrl, hide_ctrl) { $(ctrl).hide(); $(hide_ctrl).html(moreEnrolledCourses); //$(hide_ctrl).text("View All"); $(hide_ctrl).attr("onclick", "showmorepurchased_courses('" + ctrl + "','" + hide_ctrl + "')"); } DeleteCookie = function (name) { try { setCookiejavascript(name, "", -1, 1); } catch (e) { } try { document.cookie = name + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; } catch (e) { } };

Class 8 Exam>Art & Craft for Class 8

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (15)

INFINITY COURSE Subset Academy

Join Now

The Art & Craft for Class 8 course on EduRev is an excellent way to enhance creativity and artistic skills in students. This course is specially designed for Class 8 students and covers various aspects of art and craft, including drawing, painting, and paper crafts. With step-by-step instructions and easy-to-follow tutorials, students can learn different techniques and create beautiful art pieces. This course is an ideal blend of fun and learning and helps students explore their creative side. Join this course today and unleash your artistic potential!

Art & Craft for Class 8 Study Material

01

Art & Craft for Class 8

17Videos|15Docs

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (16)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (17)

Craft Ideas: Pom-Pom Catapult

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (18)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (19)

Craft Ideas: Solar System Mobile

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (20)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (21)

Craft Ideas: Juice-Pouch Stomp Rocket

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (22)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (23)

Handmade Craft Activities: Decorative Mirror

Video | 04:11 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (24)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (25)

Craft Ideas: Balance Sculpture

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (26)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (27)

Handmade Craft Activities: Glass Painting

Video | 05:11 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (28)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (29)

Craft Ideas: Dancing Puppet

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (30)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (31)

Craft Ideas: Balancing Buddy

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (32)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (33)

Craft Ideas: Sand Pendulum

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (34)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (35)

Craft Ideas: Bath Bombs

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (36)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (37)

Craft Ideas: Floral Wreath

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (38)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (39)

Craft Ideas: Egg Carton Bugs

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (40)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (41)

Craft Ideas: Sewn Candy Pouches

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (42)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (43)

Handmade Craft Activities: Spray Painting

Video | 03:48 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (44)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (45)

Craft Ideas: Pencil Roll

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (46)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (47)

Craft Ideas: Mixed Media Leaf Hair and Crown

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (48)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (49)

Handmade Craft Activities: Dry Arrangement

Video | 04:56 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (50)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (51)

Craft Ideas: DIY Scratch Paper

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (52)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (53)

Craft Ideas: Math Fact Triangles

Doc | 1 pages

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (54)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (55)

Handmade Craft Activities: Ice-Cream Sticks Lamp Shade

Video | 05:29 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (56)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (57)

Handmade Craft Activities: M-Seal Pendant

Video | 05:25 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (58)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (59)

How to Draw Watercolor Papaya

Video | 04:12 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (60)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (61)

Acrylic Colour Flower Activity

Video | 03:38 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (62)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (63)

Newspaper Rose Flower

Video | 09:16 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (64)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (65)

Madhubani Art

Video | 17:09 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (66)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (67)

Still Object Composition

Video | 14:21 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (68)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (69)

Pencil Shading - co*ck

Video | 17:08 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (70)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (71)

Deer Drawing

Video | 08:37 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (72)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (73)

Draw and Shade Eagle

Video | 10:02 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (74)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (75)

Still Life Composition

Video | 16:58 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (76)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (77)

Still Life

Video | 11:40 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (78)
Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (79)

Musical Instrument

Video | 07:16 min

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (80)

1 Crore+ students have signed up on EduRev. Have you? Download the App

Top Courses for Class 8

Science Class 8
Mathematics (Maths) Class 8
Social Studies (SST) Class 8
English Class 8
Chapter Notes For Class 8

Art & Craft for Class 8 CBSE Exam Pattern 2024-2025

Art & Craft for Class 8

Art and Craft is an integral part of the curriculum for Class 8 students. Apart from being a fun activity, it is also a great way to enhance creativity, imagination, and cognitive skills. Here are some important points to keep in mind when it comes to Art and Craft for Class 8:

Exam Pattern for Class 8

In Class 8, Art and Craft is usually taught as a practical subject, and the assessment is done through projects, assignments, and practical tests. The projects and assignments are usually given at regular intervals throughout the academic year, and the practical tests are conducted at the end of each term.

Important Topics

Some of the important topics that are covered in Art and Craft for Class 8 include drawing and painting, sculpture, collage making, paper crafts, and fabric crafts. Students are also taught about the different materials and tools that are used in these activities.

Benefits of Art and Craft

Art and Craft is not just a fun activity, but it also has several benefits for students. It helps in developing fine motor skills, hand-eye coordination, and spatial awareness. It also helps in enhancing creativity, imagination, and problem-solving skills.

Tips for Students

If you are a Class 8 student studying Art and Craft, here are some tips that can help you:

- Always pay attention in class and take notes.
- Practice regularly and try to experiment with different materials and techniques.
- Don't be afraid to make mistakes. Mistakes are a part of the learning process.
- Take feedback from your teachers and classmates and try to incorporate it in your work.
- Be patient and persistent. Art and Craft requires time and effort, but the end result is always worth it.

In conclusion, Art and Craft is a crucial part of the Class 8 curriculum, and it offers several benefits to students. By following the tips mentioned above and practicing regularly, students can improve their skills and excel in this subject.

Attention Class 8 Students!

To make sure you are not studying endlessly, EduRev has designed Class 8 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 8.

Start learning for FREE

Art & Craft for Class 8 Syllabus 2024-2025 PDF Download

Class 8 Art & Craft Syllabus

Introduction
Art and Craft is an important part of the curriculum that helps in developing creativity, imagination, and artistic skills among students. This subject also helps in enhancing their fine motor skills, hand-eye coordination, and attention to detail. The Class 8 Art & Craft syllabus is designed to introduce students to various art forms and techniques.

Unit 1: Drawing and Sketching
- Introduction to basic drawing techniques
- Understanding and using different types of pencils and erasers
- Sketching objects and still life
- Drawing landscapes and cityscapes
- Creating depth and perspective in drawings
- Learning shading and texture techniques

Unit 2: Painting
- Introduction to different types of paints and brushes
- Understanding color theory and color mixing
- Creating different types of strokes and patterns
- Painting landscapes, still life, and portraits
- Learning to blend colors and create gradients
- Using different mediums such as watercolors, acrylics, and oil paints

Unit 3: Printmaking
- Introduction to different types of printmaking techniques such as block printing, screen printing, and etching
- Understanding the tools and materials used in printmaking
- Creating designs and patterns using printmaking techniques
- Printing on different types of surfaces such as paper, fabric, and wood

Unit 4: Sculpture
- Introduction to different types of sculpture techniques such as carving, modeling, and molding
- Understanding the tools and materials used in sculpture
- Creating 3D sculptures using different mediums such as clay, paper mache, and wire
- Learning to create different types of textures and shapes in sculptures

Unit 5: Crafts
- Introduction to different types of crafts such as paper crafts, fabric crafts, and wood crafts
- Understanding the tools and materials used in crafting
- Creating different types of crafts such as origami, quilling, embroidery, and wood carving
- Learning to use different techniques and materials to create unique crafts

Assessment
- Students will be assessed on their understanding of different art forms and techniques
- Class participation and engagement will be taken into account
- Students will be required to complete individual projects and assignments
- A final exam will be conducted at the end of the academic year

Conclusion
The Class 8 Art & Craft syllabus is designed to provide students with a comprehensive understanding of different art forms and techniques. This subject helps in developing creativity, imagination, and artistic skills among students, which can be applied in various fields in the future.

This course is helpful for the following exams: Class 8

Start learning for FREE

How to Prepare Art & Craft for Class 8?

Preparing Art & Craft for Class 8 is a great way to explore your creativity and showcase your skills. Here are some key points to keep in mind to create impressive art & craft projects:

1. Choose the right materials:
The first step in preparing art & craft projects is to choose the right materials. Depending on your project, you may need paper, glue, scissors, paint, markers, yarn, or other supplies. Make sure you have everything you need before you start.

2. Plan your project:
Before you begin your project, plan what you want to create. Consider the theme, style, and materials you want to use. Sketch out your ideas and make a list of the steps you need to follow.

3. Follow instructions:
If you are working on a specific project, be sure to follow the instructions carefully. Read through the directions and make sure you understand each step before you begin. If you are unsure about something, ask for help.

4. Practice techniques:
To create impressive art & craft projects, you need to practice different techniques. Experiment with different materials and see how they react together. Try different painting techniques or learn how to make different types of knots.

5. Be creative:
One of the best things about art & craft is that you can be as creative as you want. Don't be afraid to try new things or make mistakes. Use your imagination to create something truly unique.

By following these tips, you can prepare art & craft projects that will impress your classmates and teachers. Remember to have fun and enjoy the process of creating something new and exciting!

Start learning for FREE

Importance of Art & Craft for Class 8

Importance of Art & Craft for Class 8 Course

Art and craft activities have always been an important part of a child's education. It not only enhances their creativity but also helps them develop critical thinking and problem-solving skills. The Art & Craft for Class 8 course offered by EduRev is designed to provide students with a comprehensive understanding of various art forms and their significance in our lives.

Benefits of Art & Craft for Class 8 Students:


  • Develops Creativity: Art & Craft activities allow students to explore their creativity and imagination. It helps them to think outside the box and come up with unique ideas.
  • Enhances Fine Motor Skills: Drawing, painting, and other craft activities require hand-eye coordination and fine motor skills. Regular practice of these activities helps students to improve their dexterity and hand movements.
  • Improves Cognitive Skills: Art & Craft activities help in improving memory, attention, and concentration. It also develops critical thinking and problem-solving skills.
  • Boosts Self-esteem: Completing an art project successfully gives a sense of accomplishment to students. It boosts their self-esteem and confidence.
  • Reduces Stress: Engaging in art activities is a great way to reduce stress and anxiety. It helps students to relax and express themselves creatively.

What does the Art & Craft for Class 8 Course Offer?

The Art & Craft for Class 8 Course offered by EduRev covers a wide range of topics such as drawing, painting, sculpture, origami, and many more. The course provides step-by-step guidance to students and helps them to learn various techniques and skills required in different art forms.

The course also includes interactive quizzes, assignments, and projects that help students to apply their learning and enhance their creativity. With this course, students can explore their interests and develop skills that can benefit them in their personal and professional lives.

Conclusion:

Art & Craft is an essential part of a child's education, and the Art & Craft for Class 8 Course offered by EduRev provides an excellent platform for students to explore their creativity and develop new skills. It not only helps in improving their cognitive skills but also boosts their self-esteem and reduces stress. Enrolling in this course can be a fun and rewarding experience for students.

Start learning for FREE

Art & Craft for Class 8 FAQs

1. What is the importance of art and craft in class 8? Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (86)

Ans. Art and craft play a crucial role in the overall development of a student in class 8. It helps in enhancing creativity, imagination, and fine motor skills. It also helps in improving problem-solving abilities and boosts confidence.

2. What are some popular art and craft activities for class 8 students? Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (87)

Ans. Some popular art and craft activities for class 8 students include drawing and painting, paper crafts, origami, embroidery, knitting, and crocheting. These activities not only provide a creative outlet but also help in developing various skills.

3. How can art and craft be integrated into the class 8 curriculum? Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (88)

Ans. Art and craft can be integrated into the class 8 curriculum by incorporating it into various subjects such as science, math, and social studies. For instance, students can create models or visual aids to understand scientific concepts or historical events.

4. What are the benefits of participating in art and craft competitions in class 8? Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (89)

Ans. Participating in art and craft competitions in class 8 helps students showcase their skills and creativity. It also provides an opportunity to learn from other participants and receive feedback from judges, which can further improve their skills.

5. How can parents encourage their class 8 children to participate in art and craft activities? Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (90)

Ans. Parents can encourage their class 8 children to participate in art and craft activities by providing them with the necessary materials and tools, enrolling them in classes or workshops, and praising their efforts and creations. They can also display their children's artwork at home and attend art exhibitions and events together.

Attention Class 8 Students!

To make sure you are not studying endlessly, EduRev has designed Class 8 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 8.

Start learning for FREE

Best Coaching for Art & Craft for Class 8

EduRev is the best coaching platform for art and craft for class 8 students. With free online coaching and study material available on their website and app, EduRev provides an innovative and creative approach to learning art and craft. Their online study material includes important chapters, summaries, and techniques for art and craft for middle school students. EduRev offers a wide range of art and craft ideas for class 8 students, including easy and fun projects suitable for beginners. Their DIY art and craft for class 8 is an excellent way for students to explore their creativity and learn new techniques. EduRev's creative and innovative approach to teaching art and craft for class 8 students is perfect for those looking to explore their artistic abilities. They also provide information on art and craft materials for class 8 students, making it easy for them to gather all the necessary supplies for their projects. With the option to download PDFs of study material, EduRev ensures that students have access to their resources even without an internet connection. Overall, EduRev is the best coaching platform for art and craft for class 8 students, offering a comprehensive and engaging online learning experience.

Start learning for FREE

Tags related with Art & Craft for Class 8

Art and craft, class 8 art and craft, art and craft for middle school, art and craft ideas for class 8, art and craft for kids, art and craft projects for class 8, easy art and craft for class 8, fun art and craft for class 8, art and craft for beginners, DIY art and craft for class 8, creative art and craft for class 8, innovative art and craft for class 8, art and craft techniques for class 8, art and craft materials for class 8.

Attention Class 8 Students!

To make sure you are not studying endlessly, EduRev has designed Class 8 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 8.

Start learning for FREE

Best Art & Craft for Class 8 NCERT Solutions and Study Materials

Looking for the best Art & Craft for Class 8 NCERT study materials and Art & Craft for Class 8 NCERT Book solutions? EduRev has got you covered! Our platform offers comprehensive Class 8 NCERT Solutions and NCERT Study Materials that are tailored to fit the needs of Class 8 students. Our Art & Craft for Class 8 NCERT Book Solutions are designed to help students understand the concepts and improve their grasp on the subject. We provide step-by-step solutions to all the questions in the Art & Craft for Class 8 NCERT Tests, making it easy for students to follow along and grasp the concepts. EduRev’s chapter-wise NCERT Solutions for Class 8 are comprehensive and designed by a team of experienced teachers to cater to the learning needs of students. And the best part is - we offer our Art & Craft for Class 8 NCERT Solutions and Study Materials for free to students. So, if you're looking for the best NCERT Book Solutions and Study Materials for Art & Craft for Class 8, look no further than EduRev. Our platform offers everything you need to excel in your studies and achieve your academic goals.

Course Description

Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions for Class 8 2024-2025 is part of Class 8 preparation. The notes and questions for Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions have been prepared according to the Class 8 exam syllabus. Information about Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions covers all important topics for Class 8 2024-2025 Exam. Find important definitions, questions, notes,examples, exercises test series, mock tests and Previous year questions (PYQs) below for Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions.

Preparation for Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions in English is available as part of our Class 8 preparation & Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions in Hindi for Class 8 courses. Download more important topics related with Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions, notes, lectures and mock test series for Class 8 Exam by signing up for free.

Course Speciality

Art & Craft

Full Syllabus, Lectures & Tests to study Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions - Class 8 | Best Strategy to prepare for Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions | Free Course for Class 8 Exam

Attention Class 8 Students!

To make sure you are not studying endlessly, EduRev has designed Class 8 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 8.

Start learning for FREE

About this Course

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (91) 10 Videos & 10 Docs
Subset Academy

Related Searches

Deer Drawing , Handmade Craft Activities: M-Seal Pendant , Still Life Composition , Craft Ideas: Pencil Roll , Craft Ideas: DIY Scratch Paper , Craft Ideas: Balance Sculpture , Handmade Craft Activities: Spray Painting , Handmade Craft Activities: Decorative Mirror , Musical Instrument , Craft Ideas: Egg Carton Bugs , How to Draw Watercolor Papaya , Craft Ideas: Mixed Media Leaf Hair and Crown , Still Life , Craft Ideas: Sewn Candy Pouches , Craft Ideas: Pom-Pom Catapult , Craft Ideas: Bath Bombs , Newspaper Rose Flower , Handmade Craft Activities: Dry Arrangement , Handmade Craft Activities: Ice-Cream Sticks Lamp Shade , Craft Ideas: Sand Pendulum , Craft Ideas: Solar System Mobile , Craft Ideas: Juice-Pouch Stomp Rocket , Craft Ideas: Math Fact Triangles , Craft Ideas: Dancing Puppet , Madhubani Art , Handmade Craft Activities: Glass Painting , Pencil Shading - co*ck , Craft Ideas: Balancing Buddy , Craft Ideas: Floral Wreath , Draw and Shade Eagle , Still Object Composition , Acrylic Colour Flower Activity

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (93)

Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions

Join Course for Free

This course includes:

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (94)

10+Videos

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (95)

10+Documents

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (96)

4.88 (734+ ratings)

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (97)

Get this course, and all other courses for Class 8 with EduRev Infinity Package.

Buy Now

Explore Courses for Class 8 exam

Signup for Free!

Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.

Continue with Google

10M+ students study on EduRev

Top Courses for Class 8

Science Class 8
Mathematics (Maths) Class 8
Social Studies (SST) Class 8
English Class 8
Chapter Notes For Class 8

Explore Courses

Download the FREE EduRev App Scan the QR code to for best learning experience!

Download the FREE EduRev App

Track your progress, build streaks, highlight & save important lessons and more!

Course Speciality

Art & Craft

Full Syllabus, Lectures & Tests to study Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions - Class 8 | Best Strategy to prepare for Art & Craft for Class 8 | CBSE, Docs, MCQs with Solution, NCERT Solutions, Short & Long Questions | Free Course for Class 8 Exam

", buttons: { confirm: { label: "Join EduRev Infinity" } }, callback: function (result) { if (result == true) { window.location.href = "/Subscription?utm_source=CoursePage&utm_medium=website&utm_campaign=downloadCertificatebtn"; } } }).find('.modal-dialog').addClass("btbx_cmner"); } else if (flag == 1) { var UserID = $("#uid").val(); var cid =30010; _ShowLoader(); $.ajax({ type: "POST", url: '/Course/UserCourseStats', data: "{ UserId:'" + UserID + "', CourseId:'" + cid + "'}", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { var html = ""; _HideLoader(); var isdwnld = true; if (data["totalTest"] == "0") { //isdwnld = true; } else { if (data["totalTest"] != data["testAttempted"]) { isdwnld = false; } } if (data["totalDocs"] == "0") { //isdwnld = true; } else { if (data["totalDocs"] != data["docRead"]) { isdwnld = false; } } if (isdwnld) { _ShowLoader(); $.ajax({ type: "POST", url: '/Course/DownloadCertificate', data: "{ UserId:'" + UserID + "', CourseId:'" + cid + "'}", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { if (data["status"] == "200") { var fileName = "Course Completion Certificate - EduRev.pdf"; var fileURL = data["message"]; var save = document.createElement('a'); save.href = fileURL; save.target = '_blank'; save.download = fileName || 'unknown'; var evt = new MouseEvent('click', { 'view': window, 'bubbles': true, 'cancelable': false }); save.dispatchEvent(evt); try { (window.URL || window.webkitURL).revokeObjectURL(save.href); } catch (e) { console.log(e); } } else { bootbox.alert(data["message"]); } _HideLoader(); }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); //dnld_certi(UserID, cid); } else { bootbox.alert("

You have not completed the course. Please complete it to download the completion certificate.

"); } }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); } } openfeaturedVideo = function () { var vidPath = $("#featureVidHidden").val(); $("#vdo_cntnr").html("

"); $("#myModal_vdo").modal("show"); } $('#myModal_vdo').on('hidden.bs.modal', function () { $("#vdo_cntnr").html(""); }); //

Course Analysis

Tests and Content Analysis

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (108)

Content Viewed --

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (109)

Tests Attempted --.--

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (110)

Total Attempted Questions --.--

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (111)

Total Time on Tests --.--

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (112)

Correct : Incorrect Questions --.--

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (113)

Average Time Per Question --.--

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (114)

Average Rank --.--

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (115)

Average Percentile --.--

Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (116)

Average Accuracy --.--

Tests Score analysis

Tests Accuracy analysis

Tests Questions analysis

"); $(".crs_htmlTestsAttempted").show(); if (lowperf.length > 0) { $(".crs_htmlTestsAttempted_lowperf").html("

Low Performance Tests (" + lowperf.length + ")

Tests that need to be analyzed in detail to improve performance later.

"); $(".crs_htmlTestsAttempted_lowperf").append("

" + MyAttemptedTestResults(lowperf) + "

"); $(".crs_htmlTestsAttempted_lowperf").show(); } if (data.results.length > 20) { var oTable = $(".tbl_cntnr .mytestresults_table").dataTable({ "stateSave": true, "aaSorting": [], "bStateSave": false, "sDom": 'T<"clear">lfrtip', "oLanguage": { "sSearch": "", "searchPlaceholder": "Search...", "sLengthMenu": '' } }); $('.dataTables_filter input').attr("placeholder", "Search"); $('.dataTables_filter input').css("float", "right"); $(".DTTT_container").hide(); } else { } } } else { $(".crs_htmlTestsAttempted").hide(); } displayrankschart_per_course(ranks.reverse(), testName.reverse(), percentile.reverse(), accuracy.reverse(), percentage.reverse()); drawCorrectQuestionsCorseGraph(parseInt(data["correct"]), parseInt(parseInt(data["questions"]) - parseInt(parseInt(data["correct"]) + parseInt(data["incorrect"]))), parseInt(data["incorrect"])); }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); } else { $(".all_stats").show(); $(".crs_stats").hide(); _HideLoader(); } } displayrankschart_per_course = function (ranks, testName, percentile, accuracy, percentage) { if (percentage.length > 0) { //$(".crs_userreportstestranksstats_cntnr").show(); try { var chart2 = $('.crs_userreportstestranksstats').highcharts({ chart: { type: 'line' }, title: { text: 'Variation of score with each test', x: -20 //center }, credits: { enabled: false }, xAxis: { categories: testName, labels: { enabled: false } }, yAxis: { title: { text: '' }, max: 100, min: 0, //min: 0, startOnTick: false, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, series: [{ name: 'Percentage', data: percentage } ] }); } catch (e) { //console.log(e); } } else { $(".crs_userreportstestranksstats_cntnr").hide(); } //userreportstestaccuracystats if (percentile.length > 0 || accuracy.length > 0) { try { //$(".crs_userreportstestaccuracystats_cntnr").show(); var chart1 = $('.crs_userreportstestaccuracystats').highcharts({ title: { text: 'Variation of percentile & accuracy with each test', x: -20 //center }, credits: { enabled: false }, xAxis: { categories: testName, labels: { enabled: false } }, yAxis: { title: { text: '' }, max: 100, min: 0, //min: 0, startOnTick: false, //reversed: true, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, series: [ { name: 'Percentile', data: percentile }, { name: 'Accuracy', data: accuracy }] }); // } catch (e) { //console.log(e); } } else { $(".crs_userreportstestaccuracystats_cntnr").hide(); } } drawCorrectQuestionsCorseGraph = function (TotalCorrectQuestion, TotalUnAttemptedQuestion, TotalInCorrectQuestion) { //$(function () { if ((TotalCorrectQuestion == null || TotalCorrectQuestion == '' || TotalCorrectQuestion == '0' || TotalCorrectQuestion == 0) && (TotalInCorrectQuestion == null || TotalInCorrectQuestion == '' || TotalInCorrectQuestion == 0 || TotalInCorrectQuestion == '0')) { $(".crs_Tests_Questions_analysis_container").hide(); } else { $(".crs_Tests_Questions_analysis_container").show(); try { try { //destroyHighChart("crs_userreportsquestionstats"); } catch (e) { } var chart_ = $('.crs_userreportsquestionstats').highcharts({ chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false, type: 'pie' }, title: { text: 'Distributive summary of all questions' }, //subtitle: { // text: '3D donut in Highcharts' //}, credits: { enabled: false }, plotOptions: { pie: { //innerSize: 100, //depth: 45, allowPointSelect: true, cursor: 'pointer', dataLabels: { enabled: true, color: '#000000', connectorColor: '#000000', formatter: function () { return '' + this.point.name + ': ' + this.y; } } } }, series: [{ name: 'Questions', type: 'pie', data: [ ////{ name: 'Correct', y: parseFloat(TotalCorrectQuestion), color: "#00ab6b" }, ////{ name: 'Unattempted', y: parseFloat(TotalUnAttemptedQuestion), color: "#666666" }, ////{ name: 'Incorrect', y: parseFloat(TotalInCorrectQuestion), color: "#ee4630" } { name: 'Correct', y: parseFloat(TotalCorrectQuestion), color: "#113251" }, { name: 'Unattempted', y: parseFloat(TotalUnAttemptedQuestion), color: "#405981" }, { name: 'Incorrect', y: parseFloat(TotalInCorrectQuestion), color: "#EF5458" } ] }] }); } catch (e) { } } //}); } destroyHighChart = function (cls) { $("." + cls).removeAttr("data-highcharts-chart"); for (var i = 0; i < Highcharts.charts.length; i++) { if ($(Highcharts.charts[i].renderTo).attr("class").indexOf(cls) > -1) { Highcharts.charts[i].destroy(); } } } AttemptedTest = function (LoginUserID, flag) { if (LoginUserID != "-1") { var ranks = []; var testName = []; var percentile = []; var accuracy = []; var percentage = []; $.ajax({ type: "POST", data: "{UserId: '" + LoginUserID + "'}", url: "/Quiz/GetMyAllQuizResultLucene", contentType: "application/json;charset=utf-8", dataType: "json", async: true, success: function (data) { if (data.length > 0) { var lowperf = []; for (var i = 0; i < data.length; i++) { ranks.push(parseFloat(parseInt(data[i].rank))); testName.push(LimitString(data[i].quiz_desc, 70)); percentile.push(parseFloat(parseFloat(data[i].percentile))); accuracy.push(parseFloat(parseFloat(data[i].Accuracy))); percentage.push(parseFloat(parseFloat((parseFloat(data[i].score) / parseFloat(data[i].Max_totalMarks)) * 100).toFixed(2))); if (percentile[i] < 60 || percentage[i] < 40) { lowperf.push(data[i]); } } if (flag == "2" || flag == 2) { $("#htmlTestsAttempted").html("

Tests Attempted (" + data.length + ")

"); $("#htmlTestsAttempted").append("

" + MyAttemptedTestResults(data) + "

"); $(".htmlTestsAttempted").show(); if (lowperf.length > 0) { $("#htmlTestsAttempted_lowperf").html("

Low Performance Tests (" + lowperf.length + ")

Tests that need to be analyzed in detail to improve performance later.

"); $("#htmlTestsAttempted_lowperf").append("

" + MyAttemptedTestResults(lowperf) + "

"); $(".htmlTestsAttempted_lowperf").show(); } if (data.length > 20) { var oTable = $(".mytestresults_table").dataTable({ "stateSave": true, "aaSorting": [], "bStateSave": false, "sDom": 'T<"clear">lfrtip', "oLanguage": { "sSearch": "", "searchPlaceholder": "Search...", "sLengthMenu": '' } }); $('.dataTables_filter input').attr("placeholder", "Search"); $('.dataTables_filter input').css("float", "right"); $(".DTTT_container").hide(); } else { } } var total = 0; for (var i = 0; i < percentage.length; i++) { total += percentage[i] << 0; } var _AveragePercentage = (total / percentage.length).toFixed(2); if (parseFloat(_AveragePercentage) > 0) { $(".coursesaveragepercentage").show(); $(".coursesaveragepercentagevalue").html(_AveragePercentage); if (parseFloat(_AveragePercentage) < 40) { $(".insights_list_average_percentage").html("Keep a check of your percentage score in tests, your score is falling below the 40% mark."); $(".Insights_bads insights_list_average_percentage").show(); } if (parseFloat(_AveragePercentage) > 80) { $(".insights_list_average_percentage").html("Your average score is " + _AveragePercentage + "% which is good, try not just to maintain but rather improve it even further!"); $(".Insights_Goods insights_list_average_percentage").show(); } } } else { $(".htmlTestsAttempted").hide(); } displayrankschart(ranks.reverse(), testName.reverse(), percentile.reverse(), accuracy.reverse(), percentage.reverse()); }, error: function (a, b, c) { console.log(a + "," + b + "," + c); _HideLoader(); } }); } } MyAttemptedTestResults = function (data) { var html = "

"; var tablehtml = ""; tablehtml += "

"; //if (data[0].ResultUserId == data[0].LoginUserId && data[0].LoginUserId != null && data[0].ResultUserId != null) { // tablehtml += ""; //} tablehtml += ""; tablehtml += ""; for (var i = 0; i < data.length; i++) { tablehtml += ""; try { if (data[i]["CourseId"] == "" || data[i]["CourseId"] == null) { data[i]["CourseId"] = "-1"; } tablehtml += ""; tablehtml += ""; tablehtml += ""; //tablehtml += ""; //tablehtml += ""; tablehtml += ""; if (data[i].AttemptedDateTime != undefined && data[i].AttemptedDateTime != null && data[i].AttemptedDateTime != "") { var ticks = ((new Date(data[i].AttemptedDateTime).getTime() * 10000) + 621355968000000000); //tablehtml += ""; } else { var ticks = (((new Date()).getTime() * 10000) + 621355968000000000); //tablehtml += ""; } tablehtml += ""; } tablehtml += ""; tablehtml += "
Test TitleRankScoreAccuracy(%)Privacy
" + LimitString(data[i].quiz_desc, 70) + ""; } catch (e) { tablehtml += "" + LimitString(data[i].quiz_desc, 70); } tablehtml += "" + parseFloat(data[i].rank) + "/" + data[i]["MaxRank"] + "" + parseFloat(data[i].score) + "/" + parseFloat(data[i].Max_totalMarks) + "" + parseFloat(parseFloat((data[i].score / data[i].Max_totalMarks)) * 100).toFixed(2) + "" + data[i].percentile + "" + parseFloat(data[i].Accuracy) + "" + prettyDate_Weeks(data[i].AttemptedDateTime) + "" + data[i].AttemptedDateTime + "

"; return tablehtml; } ChangePrivacySettings = function (quizId, quizGuid) { var $checkboxElement = $(".privacySettings_" + quizGuid); if ($checkboxElement.is(":checked")) { $checkboxElement.prop("checked", false); updatetestprivacy(quizId, "2"); } else { $checkboxElement.prop("checked", true); updatetestprivacy(quizId, "1"); } } updatetestprivacy = function (quizid, privacy) { $.ajax({ type: "POST", data: "{quizid: '" + quizid + "',privacy: '" + privacy + "'}", url: "/Analytics/updatetestprivacy", contentType: "application/json;charset=utf-8", dataType: "json", async: true, success: function (data) { }, error: function (a, b, c) { console.log(a + "," + b + "," + c); } }); } getcourseweaktopicsanalysis = function (cid) { if (cid > 0) { $.ajax({ type: "POST", url: '/Analytics/CourseWeakTopics', data: "{ CourseId:'" + cid + "'}", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { $(".wktpcs").html(""); var wktpcshtml = ""; if (data.length > 0) { var i = 0; wktpcshtml += "

"; wktpcshtml += "

Improve your Weak Topics

"; wktpcshtml += "

"; wktpcshtml += "

"; for (var item = 0; item < data.length; item++) { i++; var cls = "block"; if (i > 10) { cls = "none"; } // wknsblk wknsblk1 // wktpcshtml += "

"; // wktpcshtml += "

"; wktpcshtml += "

"; // wb wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += ""; wktpcshtml += ""; wktpcshtml += ""; wktpcshtml += ""; wktpcshtml += "
"; wktpcshtml += "

"; wktpcshtml += LimitString(data[item]["topicName"], 50); wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "Incorrect Attempts: " + data[item]["inCorrect"] + "/" + parseInt(parseInt(data[item]["inCorrect"]) + parseInt(data[item]["correct"]) + parseInt(data[item]["unAttempted"])); wktpcshtml += "

"; wktpcshtml += "
"; wktpcshtml += ""; wktpcshtml += ""; if (data[item]["testCount"] > 0) { wktpcshtml += ""; } if (data[item]["vidCount"] > 0 || data[item]["docCount"] > 0) { var btnchekcss = ""; if (data[item]["testCount"] > 0) { btnchekcss = "text-align: right;"; } wktpcshtml += ""; } wktpcshtml += ""; wktpcshtml += "
"; wktpcshtml += "Practice again"; wktpcshtml += ""; wktpcshtml += "Learn again "; wktpcshtml += "
"; wktpcshtml += "

"; wktpcshtml += "

"; // mb wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += LimitString(data[item]["topicName"], 50); wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "Incorrect Attempts - " + data[item]["inCorrect"] + "/" + parseInt(parseInt(data[item]["inCorrect"]) + parseInt(data[item]["correct"]) + parseInt(data[item]["unAttempted"])); wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += ""; if (data[item]["testCount"] > 0) { wktpcshtml += ""; } if (data[item]["vidCount"] > 0 || data[item]["docCount"] > 0) { var btnchekcss = ""; if (data[item]["testCount"] > 0) { btnchekcss = "text-align: right;"; } wktpcshtml += ""; } wktpcshtml += ""; wktpcshtml += "
"; wktpcshtml += "Practice again"; wktpcshtml += ""; wktpcshtml += "Learn again "; wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "

"; // if (data[item]["vidCount"] > 0 || data[item]["docCount"] > 0) { var countTxt = ""; if (data[item]["vidCount"] > 0) { countTxt += data[item]["vidCount"] + " videos "; } if (data[item]["docCount"] > 0) { if (countTxt.trim() != "") { countTxt += "& "; } countTxt += data[item]["docCount"] + " docs "; } wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "Learn from " + countTxt; wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "

"; } wktpcshtml += "

"; wktpcshtml += "

"; /////////////// ////wktpcshtml += "

"; ////wktpcshtml += "

"; ////wktpcshtml += data[item]["topicName"] + " (Incorrect Attempts: " + data[item]["inCorrect"] + "/" + parseInt(parseInt(data[item]["inCorrect"]) + parseInt(data[item]["correct"]) + parseInt(data[item]["unAttempted"])) + ")" ////wktpcshtml += "

"; ////wktpcshtml += "

"; ////wktpcshtml += "

"; ////wktpcshtml += "

"; ////if (data[item]["testCount"] > 0) { //// var countTxt = 0; //// if (data[item]["inCorrect"] > 0) { //// countTxt += parseInt(data[item]["inCorrect"]); //// } //// if (data[item]["unAttempted"] > 0) { //// countTxt += parseInt(data[item]["unAttempted"]); //// } //// wktpcshtml += "Practice again (" + countTxt + " questions test)"; ////} ////if (data[item]["vidCount"] > 0 || data[item]["docCount"] > 0) { //// var countTxt = ""; //// if (data[item]["vidCount"] > 0) { //// countTxt += data[item]["vidCount"] + " videos "; //// } //// if (data[item]["docCount"] > 0) { //// if (countTxt.trim() != "") { //// countTxt += "& "; //// } //// countTxt += data[item]["docCount"] + " docs "; //// } //// wktpcshtml += "Learn again " + countTxt + ""; ////} ////wktpcshtml += "

"; ////wktpcshtml += "

"; ////wktpcshtml += "

"; ////wktpcshtml += "

"; } if (data.length > 10) { wktpcshtml += "

Show More

"; } wktpcshtml += "

"; wktpcshtml += "

"; wktpcshtml += "

"; $(".wktpcs").html(wktpcshtml); } }, error: function (a, b, c) { console.log(a + "," + b + "," + c); } }); } } showallweakness = function (cls, show) { $('.' + show).show(); $("." + cls).hide(); } practiceWeakTopic = function (topicId, cId) { var quizAttemptUrl = "/course/quiz/attempt/-1_test/1?topicId=" + topicId; window.location.href = quizAttemptUrl; } learnWeakTopic = function (subId, cId) { if ($(".subLearn_" + subId).attr("load") != "1") { $(".subLearn_" + subId).show(); $(".subLearnmaindiv_" + subId).show(); $(".learnWeakTopicbtn_" + subId).attr("onclick", "hidelearnweaktopic(" + subId + "," + cId + ");"); $(".learnWeakTopicbtn_" + subId).addClass("selectedbtnanlsbtn"); $(".learnWeakTopicbtn_" + subId).html("Learn again Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (119)"); $.ajax({ type: "POST", url: '/Course/CourseHierarchySubCourseSpecific', data: "{ CourseId:'" + subId + "',BaseCourseId:'" + cId + "',IsBaseCoursePurchased:false,IsBaseCourseEnrolled:false}", contentType: "application/json;charset=utf-8", dataType: "json", success: function (data) { if (data != null && data != undefined) { var CourseRecordobject = data.CourseDetails; var CourseContentListSortedLength = CourseRecordobject.CourseContentList.length; var SubCourseListLength = data.SubCourses.length; var html = ""; //var html = "

  • "; // if (CourseContentListSortedLength > 0) { //html += "
      "; html += "

      "; for (var i = 0; i < CourseContentListSortedLength; i++) { var CourseContentobject = CourseRecordobject.CourseContentList[i]; if (CourseContentobject.CourseMeterialType == "1") { var ContentDescriptionHtml = ""; var Duration = CourseContentobject.Duration; if (Duration != "" && Duration != null && Duration != undefined) { var cnttype = ""; if (CourseContentobject.ContentType == "v" || CourseContentobject.ContentType == "c") { cnttype = "Video"; } else if (CourseContentobject.ContentType == "p" || CourseContentobject.ContentType == "t") { cnttype = "Doc"; } ContentDescriptionHtml += "

      " + cnttype + " | " + Duration + ""; ContentDescriptionHtml += "

      "; } html += "

      "; html += ""; html += "

      "; html += ""; html += ""; html += ""; html += ""; html += "
      "; html += "

      "; html += LimitString(CourseContentobject.Tooltip, 100); html += "

      "; html += "

      "; html += ContentDescriptionHtml; html += "

      "; html += "
      "; html += "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (120)"; html += "

      "; html += ""; html += "

      "; } //html += createCourseContentHtml_analysis(CourseRecordobject.CourseContentList[i], CourseRecordobject.CourseId, CourseRecordobject.BaseCourse, CourseRecordobject.IsBaseCoursePurchased, CourseRecordobject.IsEnrolled, false); } html += "

      "; //html += ""; } // //html += ""; $(".subLearn_" + subId).html(html); $(".subLearn_" + subId).show(); $(".subLearnmaindiv_" + subId).show(); $(".learnWeakTopicbtn_" + subId).attr("onclick", "hidelearnweaktopic(" + subId + "," + cId + ");"); $(".learnWeakTopicbtn_" + subId).addClass("selectedbtnanlsbtn"); $(".learnWeakTopicbtn_" + subId).html("Learn again Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (121)"); } $(".subLearn_" + subId).attr("load", "1"); }, error: function (a, b, c) { $("#courseminiloader_" + CourseId).remove(); console.log(a + "," + b + "," + c); } }); } else { $(".subLearn_" + subId).show(); $(".subLearnmaindiv_" + subId).show(); $(".learnWeakTopicbtn_" + subId).attr("onclick", "hidelearnweaktopic(" + subId + "," + cId + ");"); $(".learnWeakTopicbtn_" + subId).addClass("selectedbtnanlsbtn"); $(".learnWeakTopicbtn_" + subId).html("Learn again Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (122)"); } } hidelearnweaktopic = function (subId, cId) { $(".subLearn_" + subId).hide(); $(".subLearnmaindiv_" + subId).hide(); $(".learnWeakTopicbtn_" + subId).attr("onclick", "learnWeakTopic(" + subId + "," + cId + ");"); $(".learnWeakTopicbtn_" + subId).removeClass("selectedbtnanlsbtn"); $(".learnWeakTopicbtn_" + subId).html("Learn again Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (123)"); } createCourseContentHtml_analysis = function (CourseContentobject, CourseSubCourseId, BaseCourseId, IsMainCoursePurchased, IsMainCourseEnrolled, IsMainCourse) { var html = ""; try { if (CourseContentobject.CourseMeterialType == "1") { var titletext = ""; var icn = ""; var typeClass = ""; var ContentHeadingHtml = ""; //ContentHeadingHtml += ""; ContentHeadingHtml += ""; ContentHeadingHtml += LimitString(CourseContentobject.Tooltip, 100); ContentHeadingHtml += ""; //// var navigationLinkAccess = ""; var ContentbuttonHtmlAccess = ""; var ContentbuttonHtmlInfinityAccess = ""; var ContentbuttonHtmlBuy = ""; var ContentbuttonHtmlEnroll = ""; if (CourseContentobject.ContentType == "v" || CourseContentobject.ContentType == "c") { var txt_wrd = "Watch"; if (CourseContentobject.ReadStatus == "1") { txt_wrd = "Watch"; } ContentbuttonHtmlAccess = "" + txt_wrd + ""; ContentbuttonHtmlInfinityAccess = "" + txt_wrd + ""; ContentbuttonHtmlEnroll = "" + txt_wrd + ""; ContentbuttonHtmlBuy = "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (125)" + txt_wrd + ""; } else if (CourseContentobject.ContentType == "t" || CourseContentobject.ContentType == "p") { var txt_wrd = "Read"; if (CourseContentobject.ReadStatus == "1") { txt_wrd = "Read"; } ContentbuttonHtmlAccess = "" + txt_wrd + ""; ContentbuttonHtmlInfinityAccess = "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (126)" + txt_wrd + ""; ContentbuttonHtmlEnroll = "" + txt_wrd + ""; ContentbuttonHtmlBuy = "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (127)" + txt_wrd + ""; } else { var txt_wrd = "Read"; if (CourseContentobject.ReadStatus == "1") { txt_wrd = "Read"; } ContentbuttonHtmlAccess = "" + txt_wrd + ""; ContentbuttonHtmlInfinityAccess = "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (128)" + txt_wrd + ""; ContentbuttonHtmlEnroll = "" + txt_wrd + ""; ContentbuttonHtmlBuy = "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (129)" + txt_wrd + ""; } var navigationLinkFinal = ""; var ContentbuttonHtmlFinal = ""; var partofinfinity = 0; var unlocksign = " | Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (130) Unlock"; if (CourseContentobject.IsPurchaseable.toLowerCase() == "true") { if (parseInt(CourseContentobject.Purchasedthis) > 0 || IsMainCoursePurchased == true) { partofinfinity = 1; navigationLinkFinal = navigationLinkAccess; ContentbuttonHtmlFinal = ContentbuttonHtmlAccess;//ContentbuttonHtmlInfinityAccess; } else { partofinfinity = 1; navigationLinkFinal = navigationLinkAccess; ContentbuttonHtmlFinal = ContentbuttonHtmlAccess;//ContentbuttonHtmlBuy; } } else { if (true) {//IsMainCourseEnrolled == "true" || IsMainCourseEnrolled == true) { navigationLinkFinal = navigationLinkAccess; ContentbuttonHtmlFinal = ContentbuttonHtmlAccess; } else { navigationLinkFinal = navigationLinkAccess; ContentbuttonHtmlFinal = ContentbuttonHtmlAccess;//ContentbuttonHtmlEnroll; } } var ContentDescriptionHtml = ""; var Duration = CourseContentobject.Duration; if (Duration != "" && Duration != null && Duration != undefined) { var cnttype = ""; if (CourseContentobject.ContentType == "v" || CourseContentobject.ContentType == "c") { cnttype = "Video"; } else if (CourseContentobject.ContentType == "p" || CourseContentobject.ContentType == "t") { cnttype = "Doc"; } ContentDescriptionHtml += "

      " + cnttype + " | " + Duration + ""; if (partofinfinity == 1) { ContentDescriptionHtml += unlocksign; } ContentDescriptionHtml += "

      "; } html += "

    • "; html += navigationLinkFinal; html += ContentHeadingHtml; //html += ""; //html += ""; //html += ContentbuttonHtmlFinal; //html += ""; html += ContentDescriptionHtml; html += ""; html += icn; html += titletext; html += "
    • "; } } catch (e) { html = ""; } return html; };

      "; are_you_even_banner += "

      "; var are_you_even_banner2 = "

      "; are_you_even_banner2 += "

      "; are_you_even_banner2 += "

      "; var are_you_even_banner3 = "

      "; are_you_even_banner3 += "

      "; are_you_even_banner3 += "

      "; var are_you_even_banner4 = "

      "; are_you_even_banner4 += "

      "; are_you_even_banner4 += "

      "; var per_month_pricint = "

      "; per_month_pricint += "

      "; per_month_pricint += ""; per_month_pricint += ""; per_month_pricint += ""; per_month_pricint += ""; per_month_pricint += "
      "; per_month_pricint += "Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (131)"; per_month_pricint += ""; per_month_pricint += "

      "; per_month_pricint += "

      Join EduRev Infinity today with great offers

      "; per_month_pricint += "

      Get unlimited access to notes, videos & tests. Join discussion groups and get your doubts solved by teachers and fellow aspirants.

      "; per_month_pricint += "

      "; per_month_pricint += "Plans starting INR 34/month"; per_month_pricint += "

      "; per_month_pricint += "

      "; per_month_pricint += "

      "; per_month_pricint += "

      "; var are_you_prep = "
      Are you preparing for " + cat_name_val + "?NoYes
      "; if (_LoginUserIdContentPage == "-1" || _LoginUserIdContentPage == "" || _LoginUserIdContentPage == "0" || _LoginUserIdContentPage == 0) { //banner 1 //$("#offershowDivlgout").show(); //$("#offershowDivlgout").html(are_you_even_banner); } if (_LoginUserIdContentPage == "-1" || _LoginUserIdContentPage == "" || _LoginUserIdContentPage == "0" || _LoginUserIdContentPage == 0) { if (Model_IsUserSubscribed == "" || Model_IsUserSubscribed == null || Model_IsUserSubscribed == "false" || Model_IsUserSubscribed == "False" || Model_IsUserSubscribed == false) { if (parseInt(_lnth) > 1) { $("#CourseDiv_0").after(are_you_even_banner3); } } } if (true) { if (_lnth != undefined && _lnth != null && _lnth != '' && parseInt(_lnth) == 1) { var ctr = $("ul.subLMenu").parent(".subTitleHeading").siblings(".ttl_hdr_sb_crs"); if (_LoginUserIdContentPage == "-1" || _LoginUserIdContentPage == "" || _LoginUserIdContentPage == "0" || _LoginUserIdContentPage == 0) { if (true) { if (window.innerWidth < 768) { var insrt_lnth = Math.floor((_lnth * 1) / 5) + 1; $($(ctr)[insrt_lnth]).before(are_you_prep); var tp_crs_blk = $(".tp_crs_blk").html(); tp_crs_blk = "

      " + tp_crs_blk + "

      "; var insrt_lnth = Math.floor((_lnth * 2) / 5) + 1; $($(ctr)[insrt_lnth]).before(tp_crs_blk); var h_to_cntnr = $(".h_to_cntnr").html(); h_to_cntnr = "

      " + h_to_cntnr + "

      "; var insrt_lnth = Math.floor((_lnth * 3) / 5) + 1; $($(ctr)[insrt_lnth]).before(h_to_cntnr); $(".h_to_cntnr").hide(); var dnld_app_cntnr = $(".dnld_app_cntnr").html(); dnld_app_cntnr = "

      " + dnld_app_cntnr + "

      "; var insrt_lnth = Math.floor((_lnth * 4) / 5) + 1; $($(ctr)[insrt_lnth]).before(dnld_app_cntnr); $(".dnld_app_cntnr").hide(); } else { var insrt_lnth = Math.floor((_lnth * 1) / 3) + 1; $($(ctr)[insrt_lnth]).before(are_you_prep); var insrt_lnth = Math.floor((_lnth * 2) / 3) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner2); } } else { if (window.innerWidth < 768) { var tp_crs_blk = $(".tp_crs_blk").html(); tp_crs_blk = "

      " + tp_crs_blk + "

      "; var insrt_lnth = Math.floor((_lnth * 1) / 3) + 1; $($(ctr)[insrt_lnth]).before(tp_crs_blk); } else { var insrt_lnth = Math.floor((_lnth * 1) / 2) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner2); } if (window.innerWidth < 768) { var dnld_app_cntnr = $(".dnld_app_cntnr").html(); dnld_app_cntnr = "

      " + dnld_app_cntnr + "

      "; var insrt_lnth = Math.floor((_lnth * 2) / 3) + 1; $($(ctr)[insrt_lnth]).before(dnld_app_cntnr); $(".dnld_app_cntnr").hide(); } } } } else { var ctr = $("ul.subLMenu").parent(".subTitleHeading").siblings(".ttl_hdr_sb_crs"); if (_LoginUserIdContentPage == "-1" || _LoginUserIdContentPage == "" || _LoginUserIdContentPage == "0" || _LoginUserIdContentPage == 0) { if (true) { if (window.innerWidth < 768) { var insrt_lnth = Math.floor((_lnth * 1) / 7) + 1; $($(ctr)[insrt_lnth]).before(are_you_prep); var insrt_lnth = Math.floor((_lnth * 2) / 7) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner2); var tp_crs_blk = $(".tp_crs_blk").html(); tp_crs_blk = "

      " + tp_crs_blk + "

      "; var insrt_lnth = Math.floor((_lnth * 3) / 7) + 1; $($(ctr)[insrt_lnth]).before(tp_crs_blk); var h_to_cntnr = $(".h_to_cntnr").html(); h_to_cntnr = "

      " + h_to_cntnr + "

      "; var insrt_lnth = Math.floor((_lnth * 4) / 7) + 1; $($(ctr)[insrt_lnth]).before(h_to_cntnr); $(".h_to_cntnr").hide(); //$($(ctr)[insrt_lnth]).before(tp_crs_blk); var insrt_lnth = Math.floor((_lnth * 5) / 7) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner4); var dnld_app_cntnr = $(".dnld_app_cntnr").html(); dnld_app_cntnr = "

      " + dnld_app_cntnr + "

      "; var insrt_lnth = Math.floor((_lnth * 6) / 7) + 1; $($(ctr)[insrt_lnth]).before(dnld_app_cntnr); $(".dnld_app_cntnr").hide(); } else { var insrt_lnth = Math.floor((_lnth * 1) / 4) + 1; $($(ctr)[insrt_lnth]).before(are_you_prep); var insrt_lnth = Math.floor((_lnth * 2) / 4) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner2); var insrt_lnth = Math.floor((_lnth * 3) / 4) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner4); } } else { if (window.innerWidth < 768) { var tp_crs_blk = $(".tp_crs_blk").html(); tp_crs_blk = "

      " + tp_crs_blk + "

      "; var insrt_lnth = Math.floor((_lnth * 1) / 5) + 1; $($(ctr)[insrt_lnth]).before(tp_crs_blk); var insrt_lnth = Math.floor((_lnth * 2) / 5) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner2); var insrt_lnth = Math.floor((_lnth * 3) / 5) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner4); var dnld_app_cntnr = $(".dnld_app_cntnr").html(); dnld_app_cntnr = "

      " + dnld_app_cntnr + "

      "; var insrt_lnth = Math.floor((_lnth * 4) / 5) + 1; $($(ctr)[insrt_lnth]).before(dnld_app_cntnr); $(".dnld_app_cntnr").hide(); } else { var insrt_lnth = Math.floor((_lnth * 1) / 3) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner2); var insrt_lnth = Math.floor((_lnth * 2) / 3) + 1; $($(ctr)[insrt_lnth]).before(are_you_even_banner4); } } } } } }); $(document).on("click", ".prep_cat_no", function () { $(".prep_cat_ad").hide("slow"); }); $(document).on("click", ".prep_cat_ys", function () { var prep_lgotpp = $("#prep_lgotpp").html(); $(".prep_cat_ad").hide("slow", function () { $(".prep_cat_ad").html(prep_lgotpp); $(".prep_cat_ad").show("slow"); }); });

      Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (132)

      Join with a free account

      Get Instant Access to 1000+ FREE Docs, Videos & Tests

      Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (133)

      10,000,000

      Users

      Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (134)

      100+

      Exams

      Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (135)

      3,25,000

      Docs and Videos

      Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (136)

      75,000

      Tests

      I have an EduRev Account Sign Up with Email

      Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (137)

      Start Learning on App

      Join this course on the EduRev app & study from our Structured Courses, Videos & Test Series

      Open in App

      Not Now

  • Art and Craft for Class 8 - Books, Notes, Tests 2024-2025 Syllabus (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Rev. Porsche Oberbrunner

    Last Updated:

    Views: 6328

    Rating: 4.2 / 5 (53 voted)

    Reviews: 92% of readers found this page helpful

    Author information

    Name: Rev. Porsche Oberbrunner

    Birthday: 1994-06-25

    Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

    Phone: +128413562823324

    Job: IT Strategist

    Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

    Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.