473,385 Members | 1,531 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Looking for feedback on Matching Exercises Maker/ Builder

Looking for feedback on Matching Exercises Maker/ Builder:

http://mynichecomputing.com/ReadIt/translateT.html

For one thing, I am concerned about storing the matching kwork (known
word)
as the className of the li which is the answer. I think this may be
problematic.

I also worry about using the ul as the container for the whole thing.

Kind feedback would be appreciated (I am a little tired of harsh
feedback from newsgroups).

Thanks.
Aug 11 '08 #1
2 1625
On Aug 11, 1:45 pm, lorlarz <lorl...@gmail.comwrote:
I like a lot of your feedback.

On Aug 11, 1:00 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
lorlarz wrote:
Looking for feedback on Matching Exercises Maker/ Builder:
>http://mynichecomputing.com/ReadIt/translateT.html
<http://validator.w3.org/check?uri=http%3A%2F%2Fmynichecomputing.com%2...>
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&u...>
<http://www.w3.org/QA/Tips/color>
For one thing, I am concerned about storing the matching kwork (known
word) as the className of the li which is the answer. I think this may
be problematic.
It is. CSS class names are restricted to a limited set of characters:
<http://www.w3.org/TR/REC-CSS2/grammar.html#q1>

I am considering just a little extra code (including one more array),
so this
is not a problem.
I did make the change, so now any value for the "known" words (kwords)
should work.
className no longer holds the correct answers values in the lower ul.
>
I suggest you use a mapping object instead:
var kwords = {
items: ["Shark", "Lion", "Dolphin", "Squirrel"],
map: {
Shark: "Tiburón",
Lion: "León",
Dolphin: "Delfín",
Squirrel: "Ardilla"
}
};

While that seems like a good suggestion, note that the application
takes in
a JSON array to _swap out_ sets. Can you write this to be a valid
part
of such a 5 piece JSON array of objects?
I am still interested about this, but my randomization works fine.

[snip]
I also worry about using the ul as the container for the whole thing.
It might be better to use two UL elements, indeed.

Yes, 2 UL elements would certainly provide an easy fix. Will do.
And, indeed I did it. I now use 2 lists.
>


[snip]

>
That should be enough homework for today.
>
You are generally right (when you do not miss a feature or two or
three),
so thanks.
Kind feedback would be appreciated (I am a little tired of harsh feedback
from newsgroups).
Well, you get what you paid for.
<http://jibbering.com/faq/>
Hey, if you guys are so smart, then why am I the first one to build
both a universal
JS automatic drag and drop maker and the first automatic multi-
featured JS matching
activity maker? This is what I would like to know.
Aug 11 '08 #2
On Aug 11, 1:00 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
lorlarz wrote:
Looking for feedback on Matching Exercises Maker/ Builder:
http://mynichecomputing.com/ReadIt/translateT.html

<http://validator.w3.org/check?uri=http%3A%2F%2Fmynichecomputing.com%2...>
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&u...>
<http://www.w3.org/QA/Tips/color>
[snip]
>
Kind feedback would be appreciated (I am a little tired of harsh feedback
from newsgroups).

Well, you get what you paid for.

<http://jibbering.com/faq/>

PointedEars

Dear PointedEars
I took what feedback of yours I could. I took care of the list
problem and have 2 lists.
I took action against the 1.0 problem. I made less global. I made
arrays with [] . I store
correct answers without using classNames. I also added some
flexibility to the program.
And, I took care of an unnoticed bug (which I won't bring up; but it
was stupid).

Your feedback again or that of others would be appreciated. Thanks
already. And,
thanks again in advance.
Aug 14 '08 #3

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

Similar topics

4
by: Gordon | last post by:
Hi, I was wondering if someone could point me in the direction of some online exercises to help me learn to program (in Python). I'm currently working through Magnus Hetland's Practical...
4
by: Dan Perl | last post by:
pyfmf is a project I started a few months ago and that is registered with sourceforge (http://pyfmf.sourceforge.net, http://sourceforge.net/projects/pyfmf). It consists of a framework for file...
1
by: Kenneth McDonald | last post by:
I'm working on the 0.8 release of my 'rex' module, and would appreciate feedback, suggestions, and criticism as I work towards finalizing the API and feature sets. rex is a module intended to make...
8
by: Wous Mant | last post by:
Hello, I am a student in an university and studying C++.Final exams are coming.I'd like to solve as much exercises as possible.I'd like you to test myself with different kind of exercises.Do you...
9
by: Audrey | last post by:
Hi, Can I find transitions like on movie maker ? Can I use it on C# program ?
2
by: Ole Nielsby | last post by:
First, bear with my xpost. This goes to comp.lang.c++ comp.lang.functional with follow-up to comp.lang.c++ - I want to discuss an aspect of using C++ to implement a functional language, and...
7
by: Tony V | last post by:
Hello I have 2 tables: table1 CODE | PRICE 1234 | 20 234 | 10
6
by: LayneMitch via WebmasterKB.com | last post by:
Hello. I'm new to the javascript world, but almost complete with reading the two books I've purchased so I do have some knowledge. However, none of the books I have provide me with enough...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.