473,770 Members | 5,299 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question & Mulitple Choice answers database

Ray
I just have a brief idea of this approach and would like to hear a few words
from experts here. I have medium level of programming in Access. In fact,
I would like to build a simple database to replace a spreadsheet showing the
scores of the suppliers. Initially, I need to build a form like multiple
choice Q & A sheet for the judges to input the scores and then generate a
report showing the score of each element and total score like the hard copy
of the spreadsheet. I am unsure if this is a right direction so I need
guidance from the experience people.

Thanks,

Ray
Nov 12 '05 #1
2 1662
On Tue, 2 Dec 2003 18:23:21 +0800, "Ray" <ra****@usa.com > wrote:

What problem are you trying to solve with the migration to Access?
-Tom.

I just have a brief idea of this approach and would like to hear a few words
from experts here. I have medium level of programming in Access. In fact,
I would like to build a simple database to replace a spreadsheet showing the
scores of the suppliers. Initially, I need to build a form like multiple
choice Q & A sheet for the judges to input the scores and then generate a
report showing the score of each element and total score like the hard copy
of the spreadsheet. I am unsure if this is a right direction so I need
guidance from the experience people.

Thanks,

Ray


Nov 12 '05 #2
"Ray" <ra****@usa.com > wrote in message news:<bq******* ***@news.hgc.co m.hk>...
I just have a brief idea of this approach and would like to hear a few words
from experts here. I have medium level of programming in Access. In fact,
I would like to build a simple database to replace a spreadsheet showing the
scores of the suppliers. Initially, I need to build a form like multiple
choice Q & A sheet for the judges to input the scores and then generate a
report showing the score of each element and total score like the hard copy
of the spreadsheet. I am unsure if this is a right direction so I need
guidance from the experience people.

Thanks,

Ray


Keri Hardwick answered this really well a few years ago. Look up
"Survey" in this NG. You would just need to do something like have a
table of correct answers and then compare using a query. (Join on
QuestionID) and then something like:

IIF([AnswerTable].[Answer]=[Respondent].[Answer],1,0) *
AnswerTable.[QuestionWeight],0)

You could base your report on this and then do a total over reach
record...
Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2023
by: Weekend | last post by:
Currently, i want to develope a multiple choice exam website. The content of the test is store in an XML file. I want to carry out some function. Could you tell me which programming language should i use? 1.A page that display the content of the XML file. (JavaScript, JSP, XSL, DOM, DSO ActiveObject control ?) 2.A page that Give the feeback to the users who finished the exam. (this part i would like to use JSP) 3.A page that enable me to...
5
4110
by: DFS | last post by:
I've written several survey systems in which the majority of the questions have the same or similar responses (Yes/No, True/False, scale of 1 - 5, etc). But this latest survey system I'm working on has 8-10 sections, with a variety of question attributes and answer scales. Some items have just a description and require a Yes/No answer, others have a description and an active status and require a Yes/No and price answer, some require a...
6
5903
by: Bostonasian | last post by:
I am new to bitwise thing in MSSQL. Let's suppose there's a table of favorite foods insert int fav_foods(food_name,bitwiseVal) values('Pasta',1) insert int fav_foods(food_name,bitwiseVal) values('Chicken',2)
4
6071
by: webdev | last post by:
lo all, some of the questions i'll ask below have most certainly been discussed already, i just hope someone's kind enough to answer them again to help me out.. so i started a python 2.3 script that grabs some web pages from the web, regex parse the data and stores it localy to xml file for further use.. at first i had no problem using python minidom and everything concerning
35
2674
by: Stan Sainte-Rose | last post by:
Hi, What is the better way to save image into a database ? Just save the path into a field or save the image itself ? I have 20 000 images (~ 10/12 Ko per image ) to save. Stan
1
1532
by: rockdale | last post by:
Well, I guess I did express myself very clearly. I implemented the Ent Lib 2.0 data block against SQL database successfully. The system now is a production system. But now we want to migrate the database to MySQL. From mySQL website you can find Connector/Net 1.0 and COnnector/ODBC, further more this link talks aboout http://dev.mysql.com/tech-resources/articles/dotnet/index.html#ADO.NET different approaches to connect to mySQL. My...
2
2644
by: julie18881 | last post by:
I may be being really stupid here, i have spent the last 3 hours looking round your site and some other for answers to my problem, but have not had much luck (possibly cuase my brain just isn't working today) I have EasyPHP2.0b1 Apache/MySQL server installed on my Windows XP(SP2) machine. This runs Apache 2.2.3, MySQL 5.0.27 and PHP 5.2.0 I have a PHP code filled listbox, which allows multiple selections. Actual Values are "rcd_no, cn_no"...
4
2075
by: yogi_bear_79 | last post by:
I am stuck on a few open-book multiple choice questions for this class. I have answers, but I can not back them up. Any insight would be helpful, a link to read, or just hey dummy you are wrong. thanks A(n) ______ is another way of writing a logarithmic equation. a. exponetial equation b. instruction function c. time complexity (MY CHOICE)
1
1364
by: TheNewBoy | last post by:
Hi All. I am new to this forum... Don't know how to start but here it goes.... I am writing in VB.net a program with one form, yet mulitple textboxes. the data appears in each text box as A1, A2, A3, A4, A5 The database CANDYSHOP has a table CANDYSHOP with each column as
0
9591
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10225
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10053
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9867
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8880
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5449
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2816
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.