0% found this document useful (0 votes)
72 views5 pages

ADET - Labq2

This document describes a 10 question quiz about CodeIgniter folders and MVC structure. It provides the question text for each of the 10 multiple choice questions. The questions cover topics like the standard CodeIgniter helper folders, whether CodeIgniter uses the MVC pattern, the purpose of configuration and hook files, the libraries folder, what the MVC represents, the 2nd_party folder, not modifying the model folder, and views representing pages or fragments. For each question, the user's response is marked as complete and their score is recorded out of 1 point possible.

Uploaded by

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

ADET - Labq2

This document describes a 10 question quiz about CodeIgniter folders and MVC structure. It provides the question text for each of the 10 multiple choice questions. The questions cover topics like the standard CodeIgniter helper folders, whether CodeIgniter uses the MVC pattern, the purpose of configuration and hook files, the libraries folder, what the MVC represents, the 2nd_party folder, not modifying the model folder, and views representing pages or fragments. For each question, the user's response is marked as complete and their score is recorded out of 1 point possible.

Uploaded by

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

Started on Tuesday, 28 September 2021, 1:25 PM

State Finished
Completed on Tuesday, 28 September 2021, 1:37 PM
Time taken 11 mins 48 secs
Question 1

Flag question

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

Select one:
True
False

Question 2
Complete
Mark 1.00 out of 1.00

Flag question

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

Select one:
True
False

Question 3
Complete
Mark 1.00 out of 1.00

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

Select one:
True
False

Question 4
Complete
Mark 1.00 out of 1.00

Flag question

Question text
 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 5
Complete
Mark 1.00 out of 1.00

Flag question

Question text
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 6
Complete
Mark 1.00 out of 1.00

Flag question

Question text
The MVC represents your data structures

Select one:
True
False

Question 7
Complete
Mark 1.00 out of 1.00

Flag question

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

Select one:
True
False

Question 8
Complete
Mark 1.00 out of 1.00

Flag question
Question text
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 9
Complete
Mark 1.00 out of 1.00

Flag question

Question text
 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

Flag question

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

Select one:
True
False

You might also like