Image | ![]() |
EAN-13 | 9780143143925 ![]() |
Product Name | The Body |
Language | English |
Category | Book / Magazine / Publication |
Amazon.com | ![]() |
SKU | ACAMP_BOOK_USEDGOOD_0143143921 |
Price New | 201.54 US Dollars (curriencies) |
Price Used | 6.99 US Dollars (curriencies) |
Width | 5.26 inches (convert) |
Height | 0.8 inches (convert) |
Length | 5.86 inches (convert) |
Author | Stephen King |
Binding | Audio CD |
Published | 01/08/2009 |
Long Description | In 1960s America, four young boys go on a journey to search for the body of a boy killed by a train. As they travel, they discover how cruel the world can be, but also how wondrous. "Penguin Readers" is a series of simplified novels, film novelizations and original titles that introduce students at all levels to the pleasures of reading in English. Originally designed for teaching English as a foreign language, the series' combination of high interest level and low reading age makes it suitable for both English-speaking teenagers with limited reading skills and students of English as a second language. Many titles in the series also provide access to the pre-20th century literature strands of the National Curriculum English Orders. "Penguin Readers" are graded at seven levels of difficulty, from "Easystarts" with a 200-word vocabulary, to Level 6 (Advanced) with a 3000-word vocabulary. In addition, titles fall into one of three sub-categories: "Contemporary", "Classics" or "Originals". At the end of each book there is a section of enjoyable exercises focusing on vocabulary building, comprehension, discussion and writing. Some titles in the series are available with an accompanying audio cassette, or in a book and cassette pack. Additionally, selected titles have free accompanying "Penguin Readers Factsheets" which provide stimulating exercise material for students, as well as suggestions for teachers on how to exploit the Readers in class. |
Similar Items | 9780671047252: The Green Mile: The Complete Serial Novel 9780142428023: The Shawshank Redemption 9780142428030: Apt Pupil 9781598877502: The Sun Dog: Four Past Midnight 9781598877496: The Library Policeman: Three Past Midnight (Four Past Midnight) 9780743598224: Chattery Teeth: And Other Stories 9780743578189: The Girl Who Loved Tom Gordon 9780743520058: Lt's Theory Of Pets |
Created | 02-20-2013 7:54:46pm |
Modified | 06-24-2016 4:37:24pm |
MD5 | f9dbc7213469db54ef1d03aa0a285808 |
SHA256 | d29009b235ce84f9004c0174dbffa343241df9512da3903bc1ee563df5201428 |
Search Google | by EAN or by Title |
Query Time | 0.0226431 |
Article of interest
The attributes are somewhat like fields. They are the individual data items that describe each product. Each product entry will have several attributes. There is no telling which attributes will be attached to each product but they all have the same basic format.
Here is an example of one attribute. When accessing the data feed API, you can get your data in XML or JSON format. Here it is displayed in XML format to make it a little easier to read through.
<attribute> <field_name>product</field_name> <group_name>Over View</group_name> <title>Product Name</title> <data_type>varchar</data_type> <data_type_description>short text</data_type_description> <has_linked_text>0</has_linked_text> <has_linked_extra>0</has_linked_extra> </attribute>
In the above example you will find these elements:
- field_name - The unique name used to access this attribute.
- group_name - The name of the data group this field belongs to.
- title - The label we place on the screen when displaying this attribute to users.
- data_type - The database data type we are using to store this attribute.
- data_type_description - More infomation about the data type.
- has_linked_text - Some numeric fields have a text representation. We store the numeric value but if there is linked text, we use a lookup table to display that text instead of the number to the user.
- has_linked_extra - Some numeric fields have an extra text value that goes along with the number. We use a lookup table to display that text in addition to the number.
Hopefully, this helps you understand the data attributes you find in the data feed API.
Close