Multiple Sections of Same Course

Is there a way to have more than one "identifier" for a course?
For example:
I have a professor who is teaching 2 sections of the same course. He only wants one section in iTunes U. The course and sections are: EDL 714-50 and EDL 714-51. We are using the Identifier tag on our courses so that we give access only to students taking the course - Student@urn:mac:wcu:edu:classes:${IDENTIFIER} - per apple's documentation.
So when a student authenticates, their url that is passed to itunes has in it "Student@urn:mac:wcu:edu:classes:su07EDL71450"
This works great for allowing a student in section 50 of the course see the content. However if the student is signed up for section 51 in our Banner system, they don't get access to the course.
We tossed around the idea of - if it is a course with more than 1 section, just leave off the section number in the credintial string....but that wouldn't work with classes like English 101 where there are not only multiple sections, but multiple professors teaching, in theory, different content.
Has any one else run into this issue yet? if so, what are you doing to get around it? just having the professor manage content for multiple courses?
Thanks,
Neil

In instances where we need this we add each credential rather than using ${IDENTIFIER}
download - "Student@urn:mac:wcu:edu:classes:su07EDL71450"
download - "Student@urn:mac:wcu:edu:classes:su07EDL71451"
This should accommodate your English 101 example:
English 101 Professor A
download - "Student@urn:mac:wcu:edu:classes:ENG10150"
download - "Student@urn:mac:wcu:edu:classes:ENG10152"
English 101 Professor B
download - "Student@urn:mac:wcu:edu:classes:ENG10153"
download - "Student@urn:mac:wcu:edu:classes:ENG10157"
It isn't as clean as the fancy identifier solution and requires a tiny bit more work on your part getting the credentials in there but I think it gets to what you want.
I haven't tried:
download - Student@urn:mac:wcu:edu:classes:${IDENTIFIER}50
download - Student@urn:mac:wcu:edu:classes:${IDENTIFIER}51
It probably won't work and I think it'd be just as manual in your case unless you've got some crazy uniformity of sections.
  Windows XP  

Similar Messages

  • HELP!  Multiple sections document - ALL MY PICTURES HAVE CHANGED!!!!

    Hello,
    Does anyone know what the heck is going on here? I have a multiple sections document created yesterday, 150 pages (! over 10 + hours of work!!!), different articles copied from word documents, with about 3 different pictures per article. I spent the bulk of my time resizing and object wrapping many different photographs NOW ALL THE PICTURES (EVERY ONE IN ALL 150+ PAGES!) HAVE CHANGED TO THE SAME 5 PICTURES FROM THE LAST ARTICLE ADDED. Every picture is now changed!!! It did not look like this last night. PLEASE! ANYONE HELP HELP HELP. I'm calm now but seriously this was a lot of work to just throw out...

    OK, after looking further and running some tests, I have found an interesting situation. PAGES does NOT copy info when it copies a picture, why is this??? EX: Document "A" Has a paragraph of text and a picture called "house" - in the info portion of the inspector, it tells me it is called "house" when I click the picture. If I then copy and past the contents of the page, or drag and drop the picture, or copy and paste just the picture, the picture appears in Document "B" BUT NONE OF THE INFO FOR THAT PICTURE COPIES OVER. Why for the love of all...Why wouldn't it copy the info when it copies the picture? How can I make it do that? How can I paste the picture and make sure it has not only info but also actually MAKES it to the PACKAGE CONTENTS AREA!!!! Thank you for your help. Seriously, thank you to anyone who even attempts to figure this out.

  • Splittling numbers in one field into multiple sections

    Good Morning,
    I am currently working on a project where a user inputs required information on digital entry form, which then auto populates the inputted data onto multiple documents. While a majority of the data maintains the same format integrity throughout the documents, I am running into issues with documents that deviate from that standard input format. For example, when users enter the following numbers, they are entered as one line of text:
    However, the output on a required document splits these numbers into multiple sections:
    The output document is not maintained by my organization and I cannot make changes to the document formatting. Can anyone assist me in finding a way to split the single line text into the mutliple fields as shown? 

    If you're importing the form data into the second form, create the NCPDP# field and make it hidden. The create three visible fields to hold the three parts of the number, for example: NCPDP2.1, NCPDP2.2, and NCPDP2.3
    You can then use a custom Validate script for the hidden NCPDP field that's something like the following:
    // Custom Validate script
    (function () {
        // Do nothing if field is blank
        if (!event.value) return;
        // Populate the other fields if the string length is correct
        if (event.value.length === 7) {
            getField("NCPDP2.1").value = event.value.slice(0, 2);
            getField("NCPDP2.2").value = event.value.slice(2, 6);
            getField("NCPDP2.3").value = event.value.slice(6);
        } else {
           // What do you want to do here if the string length isn't 7?
    Look up the slice string method in any decent JavaScript reference for more informatio on how it works. Note that you can make the subfields into combs fields to match the spacing of the boxes.

  • Print multiple sections in report

    How do I print multiple sections in a report?
    For example, if I have 5 select statements in my data section and want to print them seperately, one after the other, how would I do that?
    I do not want to merge the data together. I want it to be like 5 reports concatenated together.
    Query1 Title
    Query1Results
    Query2 Title
    Query2Results
    ... etc ...

    What you need to do is create a new main frame for each query. The easy way that use to do this is create the section of the report and let the wizard create the frames for me. Then I move them around to make the section look the way I want it to. Then I open a new report. This one I'll build it using the second query. Then again use the wizard to setup the frames. Then you'll select the main frame from the second report using the frame selet button copy it and paste the layout into the first report. You will want to paste it under the first section. A little trick here is to first draw a small line right above where you want the second section. The paste the second section. This will make sure the the second section is close to where you want it. If you do not do this Reports will put it on top of the first section a lot of times. You'll have to recreate the data model again, but that is easier then setting up all the framing on a complex layout. Then repete the second report step until you have done all the queries or sections you want.
    I hope that helps,
    Tom

  • How can I print multiple copies of same photo onto one page on iPhoto 9.5.1?

    How can I print multiple copies of same photo onto one page on iPhoto 9.5.1? I was able to do it on the old iPhoto, but can't seem to be able to do it on the new iPhoto. Grrr...

    Photos does the same thing.... Only workaround I can come up with is to create a template in Pages and copy & paste.

  • How to restrict login for multiple users having same Role

    Our Web Application is deployed on Tomcat 5.5
    The requirement is ?
    There are roles in application like "operator", "admin"?
    There are multiple users created for each of the above role.
    When one user of "operator" role is logged in, then
    It should not allow to login for another user of "operator" role.
    Also, if user did not log out & application gets close, then
    It should not allow to login for another user of "operator" role.
    Also, it should not allow to login for multiple requests of same user
    (using another browser instance...)
    Is it possible using session object?
    But, using session object, it will create separate objects for different users,
    So here I will not be able to restrict session object creation rolewise.
    Also, how to retrieve these multiple session objects created for different users on server?
    If anyone is having the solution please reply as soon as possible,
    Thank you.

    To tell you the truth, this is a stupid requirement. It must be an extremely fragile application.
    In any case, you will have to write your stuff for that. Probably a filter that on login, logout, and session expiration checks, makes, or removes entries in a DB (using a synchronized resource to prevent race conditions) or possibly even simply in an application context object.

  • How to update software on multiple iPhones using same iTunes account?

    How to update software on multiple iPhones using same iTunes account?

    SeanB15 wrote:
    Here are more details on my situation which should help clarify things...
    I purchased three iPhone 4 models back when they first came out (for my family) that all share the same iTunes account for access to apps and music, but each phone/user still has his/her custom contact list, email accts, and select lists of apps and music from the one iTunes acct library.  The problem is (as I understand it) that I can only update the software on one of the three iPhones – the primary phone I used to setup the iTunes acct without wiping out the separate contact lists, etc. As it stands today... the first (primary) iPhone associated with the iTune acct has been updated with the latest software version 5.1.1 and sync'd up with all the apps, music, etc from the one iTune acct, while the other two iPhones are still running on the original software version 4.0.2 and are experiencing problems now. I was advised by AT&T back in January that it would be necessary to setup separate iTunes accts for the second and third iPhones in order to receive system updates and still be able to manage separate contact lists, etc. If I go this route, I assume we will lose all the apps on phones #2 and #3 that we have been "sharing"... correct? Since this AT&T advice was prior to iCloud coming out, would iCloud be a better solution or at least part of the solution? I really don't yet understand how iCloud works. Hopefully, one of you can help me??
    we have 2 iphone 4's synced to the same itunes account for apps and music since the day we bought them, but each has a different icloud acct. they have both been updated on the same itunes account with every update that has come out since we bought them in december of 2010. nothing on either phone has ever been lost or duplicated. having said all that, maybe i'm missing something here, but we have had no problems. we do have itunes setup to sync manually. i do believe i'm a piker compared to lawrence finch, but i'm just telling you what happens in my house. maybe check with apple? is there a store near you?

  • How to use/sync single data (file) across multiple instances of same application

    Currently we have an application (a diagram editor), that have the ability to save and load (serialize) its state in a xml file.
    Now we want this application to behave like Microsoft OneNote application. Where multiple users have the ability to access the same file.
    Later we may also need to enhance with other things like, (1)what is changed and who changed it, (2)option to resolve conflicts if any.
    I came to know about sync framework to resolve this. so far, i have not tried it.
    All i want is,
    Virtually single file should be edited by multiple instances of same application.
    We need a dll (sync framework) that does following
    It takes complete responsibility of file handling.
    Using this dll, each instance of the application will notify their own changes.
    Each instance of the application should have the ability to detect the changes that is recently made (when, who, what are the changes).
    My question:
    Will sync framework be suitable for this requirement?
    If so, is there a demo application that represents this?
    - Jegan

    Seems like I have found the solution.
    In the taskflow there is a property named data-control-scope and I set it to isolated instead of the default (shared) and this seemed to do the trick.
    I can now have two instances of the same taskflow running with different ApplicationModules
    Cheers,
    Mark

  • Multiple copies of same emails

    Hey,
    My problem started few days ago, I received multiple copies of same emails (about 5 copies/email). Now I tried to delete those copies using the plugin (Remove multiple messages) but it doesn't seem to delete. Still shows same amount of emails (about 35000), about 28000 needs to be deleted, in my inbox folder.
    So when I try to get new emails, it says hard-drive is full etc... it isn't full. Webmail works great, but only have the latest 7days emails.
    I'm using POP. please help to fix this fast.

    Were you able to resolve this problem? I have the same issue, but on a macbook pro.

  • Multiple copies of same photo on same page seems to assume A4?

    I'm trying hard to work out how to print out multiple copies of the same picture. I want to get 2 copies on each 4x6" sheet of photo paper and have followed all the steps...
    Selected 1 picture, hit print, went to Settings, selected "Multiple of the same photo per page".
    I then went to Print Settings, selected Borderless 4x6 (yes, the printer works fine with that usually - HP Photosmart C4280) and set the Print Size to 2x3 and the preview shows the 2 copies of the same photo side-by-side no problem.
    So I hit OK, clicked on Print and...
    It's not aligning with the left hand side of the 4x6 - it's not respecting the selected paper size. If I put in a sheet of A4 to test, the 2 pictures come out in the centre of the page (in the requested size). So as a result I can't print on the 4x6 paper as most of the picture gets printed on nothing!
    Am I doing something wrong or is this some kind of bug in either iPhoto or the HP printer driver? Anyone had any success with this? If so, what kind of printer were you using?

    Jemster:
    Here's the workflow I used to get 2 2x3s on a 4x6:
    1 - select photo & click on print button
    2 - select 4x6 borderless and 2x3 print size
    3 - click Customize button
    4 - click on settings button
    5 - select "Multiple of same photo per page" (after clicking OK two photo are shown on the preview)
    6 - click on the Print button.
    Where I differ is that I don't go back to Print Settings to select the 4x6 paper size after Step 5. Give that a try.
    NOTE: Do a Print to PDF to check it out instead of printing on paper. That will save some paper in case it doesn't work.
    That gives me two photos on the 4x6. I'm using a Canon i850. I also get the same results with an Epson R280.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How do you share Aperture file across multiple users on same Mac?

    How do you share Aperture file across multiple users on same Mac? Seems this should be a preferences choice.

    When you share your library between users, you may run into permission and ownership problems, if both users are editing the Aperture library and not only reading it. To avoid that, it helps to put the Aperture library onto a separate disk or a separate partion of your hard drive. For s separate partition or disk you can enable the "ignore ownership on this volume" flag. Then all users can access the library as owners of this library.
    You might try to put the aperture library into a shared folder on your mac, but that has caused problems recently, i.e. when the library also contains video files.
    Regards
    Léonie

  • How to create multiple instance on same database

    Hi ,
    I would like to know how to create multiple instance on same database . I know that some people use database configuration assistant to do this but i could not figure out how they did it.
    Any how if some one can help me with this and can give me links of this it would be great help for me.
    Thank you for reading my problem and helping me !
    Amil
    please if possible mail me on [email protected]

    How to create multiple instance?????Do you mean multiple instances on the same database, or multiple databases on the same machine ?
    I m new to this field....
    Willin to learn a lot about oracle....Then it wouldn't be bad reading a bit of Database Concepts

  • TS4006 can you have multiple phones on same user email

    can you have multiple phones on same user email

    If you mean can they share the same iCloud account, yes.  Just be aware that when multiple devices share the same iCloud account, any data they sync with the account will be merged and the merged data will appear on all of the devices.  Also, any action taken on one device (such as adding or deleting contacts) will also be taken on all other devices sharing the account.  Finally, the iCloud backups of all the devices will share the same iCloud storage space.

  • Multiple sections in a single file

    How would one design a datastore for a file that has multiple sections? Each of the sections have different structures and can appear x number of times?

    could you validate your instance against your schema.
    in the visual studio, select your schema and set the property "input instance file name" to your sample instance.
    and then try to validate your instance as shown below.  If it does not succeed, then it means your instance does not comply with your schema definition. you should make sure it succeeds.
    Right click on the schema file and set the 
    Please mark the post as answer if this answers your question. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • How to delete multiple sections?

    I imported a Pages doc and now it seems its too big since iBooks keeps on crashing...
    Size of the file is about 65M, iPad (1),
    I am trying to reduce the size of this doc by deleting "sections" but I can only delete one section at a time.
    Is there a way to delete multiple sections in one go...
    Also does someone know how to change the page numbers from Roman to Numbers?
    thanks in advance.

    Is there a way to change Page Number format for all the Sections at one time.
    Currently I have to do it one Section at a time..
    thanks

Maybe you are looking for