0% found this document useful (0 votes)
43 views

Adet Lab2

This document is a review of a student's attempt on Lab Quiz 2. The student answered 10 true/false questions correctly. The quiz covered key concepts about CodeIgniter's folder structure and the MVC framework. The student demonstrated an understanding that CodeIgniter follows the MVC pattern, and that specific folders contain configuration files, libraries, helpers and the core framework files while the application folder is for custom code. The student scored 100% on the quiz.

Uploaded by

Kim Junkyu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Adet Lab2

This document is a review of a student's attempt on Lab Quiz 2. The student answered 10 true/false questions correctly. The quiz covered key concepts about CodeIgniter's folder structure and the MVC framework. The student demonstrated an understanding that CodeIgniter follows the MVC pattern, and that specific folders contain configuration files, libraries, helpers and the core framework files while the application folder is for custom code. The student scored 100% on the quiz.

Uploaded by

Kim Junkyu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

10/2/21, 11:37 AM Lab Quiz 2: Attempt review

Home / My courses /
UGRD-ITE6200-2113T /
Week 3: Framework Models and Sessions Library /
Lab Quiz 2

Started on Saturday, 2 October 2021, 11:35 AM


State Finished
Completed on Saturday, 2 October 2021, 11:37 AM
Time taken 2 mins 3 secs
Marks 10.00/10.00
Grade 100.00 out of 100.00

Question 1
Complete

Mark 1.00 out of 1.00

Hooks − The files in this folder provide a means to tap into and modify the inner workings of the framework without hacking the core
files.

Select one:
True

False

Question 2
Complete

Mark 1.00 out of 1.00

2nd_party − In this folder, you can place any plugins, which will be used for your application.

Select one:
True

False

trimestral.amaesonline.com/2113/mod/quiz/review.php?attempt=274875&cmid=88980 1/4
10/2/21, 11:37 AM Lab Quiz 2: Attempt review

Question 3
Complete

Mark 1.00 out of 1.00

The libraries folder contains standard CodeIgniter libraries (to help you with e-mail, calendars, file uploads, and more). You can create your
own libraries or extend (and even replace) standard ones, but those will be saved in the application/libraries directory to keep them
separate from the standard CodeIgniter libraries saved in this particular folder.

Select one:
True

False

Question 4
Complete

Mark 1.00 out of 1.00

Config − This folder contains various files to configure the application. With the help of config.php file,

Select one:
True

False

Question 5
Complete

Mark 1.00 out of 1.00

CodeIgniter is based on the Model-View-Controller (MVC) development pattern. 

Select one:
True

False

Question 6
Complete

Mark 1.00 out of 1.00

The helpeme folder contains standard CodeIgniter helpers (such as date, cookie, and URL helpers).

Select one:
True

False

trimestral.amaesonline.com/2113/mod/quiz/review.php?attempt=274875&cmid=88980 2/4
10/2/21, 11:37 AM Lab Quiz 2: Attempt review

Question 7
Complete

Mark 1.00 out of 1.00

Model- This folder contains CodeIgniter’s core class. Do not modify anything here. All of your work will take place in the application folder.

Select one:
True

False

Question 8
Complete

Mark 1.00 out of 1.00

The MVC represents your data structures

Select one:
True

False

Question 9
Complete

Mark 1.00 out of 1.00

 A View will normally be a web page, but in CodeIgniter, a view can also be a page fragment like a header or footer. It can also be an RSS
page, or any other type of “page”.

Select one:
True

False

Question 10
Complete

Mark 1.00 out of 1.00

Database − The database folder contains core database drivers and other database utilities.

Select one:
True

False

◄ Prelim Quiz 2

trimestral.amaesonline.com/2113/mod/quiz/review.php?attempt=274875&cmid=88980 3/4
10/2/21, 11:37 AM Lab Quiz 2: Attempt review
Jump to...

Prelim Exam ►

trimestral.amaesonline.com/2113/mod/quiz/review.php?attempt=274875&cmid=88980 4/4

You might also like