swolf
|
| Posted: 12/21/2002, 12:10 PM |
|
I was wondering if anyone here has a test/quiz template that i can add on to my ccs project. :)
Plus i am new around here, i was wondering how to integrate several projects to become a single unified one - as i noticed there are no import funtions in the cc studio i downloaded.
you can reach me atswolf@tm.net.my
thanks a bunch. plus
|
|
|
 |
swolf
|
| Posted: 12/25/2002, 1:02 PM |
|
|
|
|
 |
Eladesor
|
| Posted: 12/25/2002, 5:28 PM |
|
Hi,
I recall seeing one developed on another site ages ago..... Someone asked a similar question and the sites owner wrote a demo for them. I'll try to find it and post the details for you.
Eladesor
http://www.CodeChargers.com
|
|
|
 |
swolf
|
| Posted: 12/28/2002, 7:19 AM |
|
Thank you
:)
|
|
|
 |
Eladesor
|
| Posted: 12/28/2002, 3:27 PM |
|
Phew!!! Been rattling my brain and I finally found it :)
dont't know if it's what you are looking for, I think it's in CC not CCS (but may be convertable)- the creator Ken Hardwick seems a good sort and is willing to help out ;)
here's the link - http://www.kenhardwick.com/cc_03/default.asp
Regards
Eladesor
http://www.CodeChargers.com
|
|
|
 |
Bistro
|
| Posted: 12/29/2002, 9:47 PM |
|
After looking for a solid survey solution from which to model a good design, I decided not to develop it myself. I plan to use Survey Monkey, an ASP survey offering -- check it out... http://www.surveymonkey.com --- I know it's not a test module, but it should be worthwhile to look at for types of questions, etc.
|
|
|
 |
Bill Noble
|
| Posted: 12/30/2002, 4:31 AM |
|
Im not sure if this is what you need.
Very basic, but it works.
Paste the following HTML onto a blank page.
Edit as required.
Best Regards
Bill http://www.web-presentations.com
<html>
<head>
<title>Frequently Asked Questions</title>
</head>
<body>
<h3><a name="top">Table of Contents</a></h3>
<ol>
<li><a href="#quiz1">Question #1</a></li>
<li><a href="#quiz2">Question #2</a></li>
<li><a href="#quiz3">Question #3</a></li>
</ol>
<h3>Answers</h3>
<ol>
<li>
<b><a name="quiz1">Question #1</a></b><br><br>
Answer #1
[<a href="#top">Back to the top</a>]
<br> </li>
<li>
<b><a name="quiz2">Question #2</a></b><br><br>
Answer #2
[<a href="#top">Back to the top</a>]
<br> </li>
<li>
<b><a name="quiz3">Question #3</a></b><br><br>
Answer #3
[<a href="#top">Back to the top</a>]
<br> </li>
</ol>
</body>
</html>
|
|
|
 |
DaveRexel
|
| Posted: 12/31/2002, 6:34 PM |
|
YS Elena released a quiz project for download http://www.gotocode.com/art.asp?art_id=147&
|
|
|
 |