ocadotechnology / rapid-router

A Blockly and python based educational game aimed at students age 5-14.
https://www.codeforlife.education
Other
57 stars 81 forks source link

Scoreboard - various issues/suggestions #525

Closed LordyR closed 9 years ago

LordyR commented 9 years ago

Is it possible to export the scoreboard info as a .csv file?

Is it possible to freeze the header row and name columns on the scoreboard particularly when reviewing a whole class result?

paulheideman commented 9 years ago

Levels jump from 50 to 123. Reported by Lilly.

CheriePun commented 9 years ago

Is that in the drop-down menu or the scoreboard table?

paulheideman commented 9 years ago

Original text from email:

In using the program today, we have noticed that under "Scoreboard" the levels seem to jump from 50 to 123!

This effectively means that the member of staff assigned to the class cannot look at and monitor progress.

OliverCartz commented 9 years ago

Looking at Einstein's classes locally it appears fine. Was anyone able to replicate this? (and/or fix it already?)

paulheideman commented 9 years ago

It might have something to do with custom levels... Try creating some custom levels and see if it breaks it?

OliverCartz commented 9 years ago

Created levels as Einstein and Leonardo, but still appears fine.

paulheideman commented 9 years ago

And sharing levels maybe?

OliverCartz commented 9 years ago

Still a no from me

paulheideman commented 9 years ago

How does it decide which levels to show?

On 6 May 2015 at 18:21, OliverCartz notifications@github.com wrote:

Still a no from me

— Reply to this email directly or view it on GitHub https://github.com/ocadotechnology/ocargo/issues/525#issuecomment-99543103 .

Paul Heideman | CFC Systems Analytics & Reporting | Ocado TechnologyPhone: +44 (0)1707 227832 | Mobile: +44 (0)7854 318446 | google.com/+PaulHeideman https://plus.google.com/_/notifications/emlink?emr=09246796790492538005&emid=CNjomdHTv7oCFaULtAod0CwAAA&path=%2F106812318840693569418%2Fop%2Fu&dt=1383173718439&ub=50

Notice: This email is confidential and may contain copyright material of members of the Ocado Group. Opinions and views expressed in this message may not necessarily reflect the opinions and views of the members of the Ocado Group.

If you are not the intended recipient, please notify us immediately and delete all copies of this message. Please note that it is your responsibility to scan this message for viruses.

Fetch and Sizzle are trading names of Speciality Stores Limited, a member of the Ocado Group.

References to the “Ocado Group” are to Ocado Group plc (registered in England and Wales with number 7098618) and its subsidiary undertakings (as that expression is defined in the Companies Act 2006) from time to time.
The registered office of Ocado Group plc is Titan Court, 3 Bishops Square, Hatfield Business Park, Hatfield, Herts. AL10 9NE.

OliverCartz commented 9 years ago

I believe Cherie fixed that issue with 813c216c30968dbca1415d405997f546c992547e Although as I was unable to reproduce, we will have to wait for the user to confirm

CheriePun commented 9 years ago

Currently we only show the numbered levels, as Chris pointed out that there maybe a lot of different custom levels and people might not be able to find what they want. We may add an option to show custom levels later.

paulheideman commented 9 years ago

So if someone named their level 125 it might show up?

On 7 May 2015 at 08:20, Cherie Pun notifications@github.com wrote:

Currently we only show the numbered levels, as Chris pointed out that there maybe a lot of different custom levels and people might not be able to find what they want. We may add an option to show custom levels later.

— Reply to this email directly or view it on GitHub https://github.com/ocadotechnology/ocargo/issues/525#issuecomment-99753099 .

Paul Heideman | CFC Systems Analytics & Reporting | Ocado TechnologyPhone: +44 (0)1707 227832 | Mobile: +44 (0)7854 318446 | google.com/+PaulHeideman https://plus.google.com/_/notifications/emlink?emr=09246796790492538005&emid=CNjomdHTv7oCFaULtAod0CwAAA&path=%2F106812318840693569418%2Fop%2Fu&dt=1383173718439&ub=50

Notice: This email is confidential and may contain copyright material of members of the Ocado Group. Opinions and views expressed in this message may not necessarily reflect the opinions and views of the members of the Ocado Group.

If you are not the intended recipient, please notify us immediately and delete all copies of this message. Please note that it is your responsibility to scan this message for viruses.

Fetch and Sizzle are trading names of Speciality Stores Limited, a member of the Ocado Group.

References to the “Ocado Group” are to Ocado Group plc (registered in England and Wales with number 7098618) and its subsidiary undertakings (as that expression is defined in the Companies Act 2006) from time to time.
The registered office of Ocado Group plc is Titan Court, 3 Bishops Square, Hatfield Business Park, Hatfield, Herts. AL10 9NE.

CheriePun commented 9 years ago

No, because only levels with episodes will show up. Custom levels do not have episodes.

OliverCartz commented 9 years ago

Exporting to csv can be found in this commit (0ce19620bfc6854f4b4044c69a81250be9ec54b1) on a suitable branch for someone else to merge in. With regards to freezing the header row and name columns, I'm not sure of the best way to do that. @ruthdw any ideas?

ruthdw commented 9 years ago

Ohai! Sorry, only just seen this. Yes, it's totally possible to freeze rows and columns. It looks like we're already freezing the header, so maybe you already worked that out.

CheriePun commented 9 years ago

We have changed to use dataTable instead of tablesorter as dataTable seems to be more stable and faster. Freezing rows and columns have already been deployed so I think this issue can now be closed. Also, there's another issue which focus on the scoreboard so any new suggestions could be added to there #538