Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading comprehension question type #1896

Closed
ywarnier opened this issue Apr 28, 2017 · 2 comments
Closed

Reading comprehension question type #1896

ywarnier opened this issue Apr 28, 2017 · 2 comments

Comments

@ywarnier
Copy link
Member

ywarnier commented Apr 28, 2017

We are considering the development of a new question type which would allow a teacher to (easily) test the reading speed and comprehension of his/her students. This would enable a better identification of students with reading issues, one of the fundamental criteria for a better education as reading is (still) a necessary skill for self-learning.

The new question type would work this way:

  • teacher selects the question type
  • enters a question description that is a long text
  • enters an expected reading speed (the difficulty field can be used for that for now) in terms of "words per minute". A 1st-grader (secondary school) student is supposed to read at about 173w/m, on average people read at 250w/m and a speed-reader will read at 650w/m, up to 2000w/m. Given we have 5 difficulties and we don't focus on speed readers, we could use 50, 100, 173, 250 and 400 for now.
  • enters one question that verifies the understanding of the text (we hope to be able to add more than one question in the future, but a preliminary version will only have one question)

The student enters the test and a text area appears with a button to "start reading" on top of a partially hidden text, like this example from http://projects.wsj.com/speedread/.

speed-reading

Depending on the number of words and the time allowed, a small rectangle would appear around the current line and go down slowly.

speed-reading

When the line reaches the bottom of the text, it disappears and the text is not visible anymore. At this point, the real question appears and the student selects the right answer.
If the student got it right, he/she officially obtains his results, including the reading speed he/she obtained. If not, a message indicates that he failed to read at this speed (the speed shows).

@ywarnier ywarnier added this to the 1.11.4 milestone Apr 28, 2017
@ywarnier ywarnier changed the title Reading speed and understanding question type Reading comprehension question type Apr 28, 2017
ywarnier added a commit that referenced this issue Apr 29, 2017
ywarnier added a commit that referenced this issue Apr 29, 2017
ywarnier added a commit that referenced this issue Apr 29, 2017
ywarnier added a commit that referenced this issue Apr 29, 2017
ywarnier added a commit that referenced this issue Apr 29, 2017
ywarnier added a commit that referenced this issue Apr 30, 2017
…n type and fix issue not showing results table - refs #1896
@AngelFQC
Copy link
Member

The processText function works with text plain, no HTML like now. Because str_word_count does not understand the HTML tags (like <p>, </p>)

@AngelFQC
Copy link
Member

AngelFQC commented May 2, 2017

Question type created here https://github.com/chamilo/chamilo-lms/pull/1909

@AngelFQC AngelFQC closed this as completed May 2, 2017
AngelFQC added a commit that referenced this issue May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants