Welcome Guest, Not a member yet? Register   Sign In
My Open Source Application
#1

[eluser]sofwan[/eluser]
I have repaired my Open Source application, an E-Quiz. It's not complex application, just Admin room for entry/delete/modif problems and solutions in Multiple choices, User page for doing testing, result page of testing and about page.

At least, there is place for me to practising my code skill .. :-)

But, Still continuously upgrading ...

http://contoh.sofwan.net/index.php/utama/index
#2

[eluser]anhsk.ohbo[/eluser]
thank u! but it's very simple =))
#3

[eluser]sofwan[/eluser]
It's simple, but actually not very simple, because there is Admin Room which can not be accessed online because protected by password. Admin Room, a modul that need enough much time to make.
#4

[eluser]raindahl[/eluser]
Hi there

i am a newbie but i have tried to install and use your application and i am getting these errors?

Not sure if i have done it right I copied the sql file into the database and then it has not worked

This is when i loaded it up and tried to take the quiz :

load->view('headerprogram'); ?>
Silahkan pilih salah satu jawaban yang benar .Selamat Ber fun ria sambil asah otak dan pengetahuan.
Nama Anda : asd
"); $nonya=1; echo form_open('utama/proses'); foreach($datanya as $row) { echo ("
$row->pertanyaan
"); ?>

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: row

Filename: views/peng_umum_ganda.php

Line Number: 17

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/peng_umum_ganda.php

Line Number: 17


A PHP Error was encountered

Severity: Notice

Message: Undefined variable: row

Filename: views/peng_umum_ganda.php

Line Number: 18

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/peng_umum_ganda.php

Line Number: 18


A PHP Error was encountered

Severity: Notice

Message: Undefined variable: row

Filename: views/peng_umum_ganda.php

Line Number: 19

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/peng_umum_ganda.php

Line Number: 19


A PHP Error was encountered

Severity: Notice

Message: Undefined variable: row

Filename: views/peng_umum_ganda.php

Line Number: 20

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/peng_umum_ganda.php

Line Number: 20

"); echo (" "); echo (""); echo form_close(); } else { echo "No Data"; } ?>
load->view('footer'); ?>

Then when i try to click on result screen i get this :

oad->view('headerprogram'); echo ""; echo "Result
"; echo "

"; $no=1; $atas=false; if ($ada_data) { echo ""; echo ""; echo ""; foreach ($resultnya as $row) { echo ""; echo ""; echo ""; echo ""; echo ""; $no++; } if ($atas) { echo ""; } echo "
RESULT
Rank Name Score Date of taken Test Time
$no $row->nama $row->nilai $row->tanggal_test $row->menit menit $row->detik detik
"; } else { echo "No Data"; } ?>
load->view('footer'); ?>
#5

[eluser]sofwan[/eluser]
Is the database setting in database.php already configured with your DB setting ?.
It seems your short_open_tag = Off in php.ini, you can change it On, because i use short tag.
#6

[eluser]raindahl[/eluser]
Thank you

That worked fine

#7

[eluser]raindahl[/eluser]
Hi there Sofwan

I have been messing about with your code but for the life of me cannot find out what "id_ambil_soal" in the database table is google translate does not make any sense and I cant figure it out what does that value do and what is the proper translation as the google is take the matter ??

Also is there any chance that you are doing a version of this with English translation as it would be so much easier to follow


Thanks



#8

[eluser]sofwan[/eluser]
Hi raindahl
Record "id_ambil_soal" in pengguna table, means "id problem set taken", related with problem set will be chosen but i don't apply it in the application yet. Maybe later. The planning is, there will be more than one type of problem sets which admin can choose to activate for user to solve it.

id_ambil_soal in Current application is not used yet, so it is useless now, you can modify it with any other name or maybe you can delete it and nothing go wrong.

About the translation, maybe later, i use English for table and record name.

Thank you for your input.




Theme © iAndrew 2016 - Forum software by © MyBB