Activity Stream
48,167 MEMBERS
6813 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Member
    Website's:
    allskip.com

    Default Looking for Exam Result Script

    Hello Guys, i'm looking for a script where Students can check their Result by the Roll No. and stuff

    here is an example of what i'm looking for

    Code: 
    http://www.bspuplko.org/bsp/results.html
    If someone has or know where to find this script please let me know..
    DevilLnC Reviewed by DevilLnC on . Looking for Exam Result Script Hello Guys, i'm looking for a script where Students can check their Result by the Roll No. and stuff here is an example of what i'm looking for http://www.bspuplko.org/bsp/results.html If someone has or know where to find this script please let me know.. :) Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    imdber.org justpaste.me
    Moodle.

  4.     
    #3
    Member
    Website's:
    allskip.com
    Moodle ?????

  5.     
    #4
    Respected Member
    Quote Originally Posted by DevilLnC View Post
    Moodle ?????
    http://moodle.org/

  6.     
    #5
    Member
    I am building an school website, i want to include exam result so every students can check their result.

  7.     
    #6
    Respected Member
    Areon's Avatar
    possible but it depends how you will export either in excel or word ? check below code for more info for xml pattern

    Code: 
      Dim xmlSource
      Dim xmlXForm
      Dim strErr
      Dim strResult 
    
      Dim fso, file
      Dim strPath
      Const ForWriting = 2
    
      Set xmlSource = CreateObject("MSXML.DOMDocument")
      Set xmlXForm = CreateObject("MSXML.DOMDocument")
    
      xmlSource.validateOnParse = True
      xmlXForm.validateOnParse = True
      xmlSource.async = False
      xmlXForm.async = False
      
    'Example : xmlSource.Load "C:\QTP91\Results.Results.xml"
      xmlSource.Load "Your Report.xml file path"
    
    
      If Err.Number <> 0 Then
          strErr = Err.Description & vbCrLf
          strErr = strErr & xmlSource.parseError.reason & " line: " & _      
                   xmlSource.parseError.Line & " col: " & _
                   xmlSource.parseError.linepos & _
                   " text: " & xmlSource.parseError.srcText
          MsgBox strErr, vbCritical, "Error loading the XML"
    
      End If
    
      ' This loads the XSLT transform
      'Here you need to update your Xsl file
      'Example xmlXForm.Load "C:\Qtp9.1\data\PDetails.Xsl"
      
      xmlXForm.Load "Your XSL file Path"
    
      If Err.Number <> 0 Then
    
          strErr = Err.Description & vbCrLf
          strErr = strErr & xmlSource.parseError.reason & " line: " & _      
                   xmlSource.parseError.Line & " col: " & _
                   xmlSource.parseError.linepos & _
                   " text: " & xmlSource.parseError.srcText
          MsgBox strErr, vbCritical, "Error loading the Transform"
      End If
      
      strResult = xmlSource.transformNode(xmlXForm)
    
      If Err.Number <> 0 Then
    
          strErr = Err.Description & vbCrLf
    
          strErr = strErr & xmlSource.parseError.reason & _
                   " line: " & xmlSource.parseError.Line & _
                   " col: " & xmlSource.parseError.linepos & _
                   " text: " & xmlSource.parseError.srcText
    
          MsgBox strErr, vbCritical, "Error executing the Transform"
    
      End If
      
      Set fso = CreateObject("Scripting.FileSystemObject")
      
      'Here you need to update your Output files
        strPath = "c:\TestReport.html"
    
      ' open the file
      Set file = fso.opentextfile(strPath, ForWriting, True)
    
      ' write the info to the file
      file.write strResult
    
      ' close and clean up
      file.Close

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help with google search result
    By .nItIsH. in forum Webmaster Discussion
    Replies: 4
    Last Post: 4th Mar 2012, 07:54 AM
  2. Why Google Result Going Down!!
    By indianmoviefans.info in forum Webmaster Discussion
    Replies: 13
    Last Post: 23rd Sep 2011, 08:00 AM
  3. help me i have exam
    By elpirata in forum General Discussion
    Replies: 8
    Last Post: 11th Jun 2011, 02:20 PM
  4. A doubt about php's preg_match result.
    By PCManiac in forum Web Development Area
    Replies: 15
    Last Post: 28th May 2011, 09:03 AM
  5. A exam taking script [URGENT]
    By rajeshjsl in forum Webmaster Discussion
    Replies: 0
    Last Post: 11th Oct 2010, 03:41 PM

Tags for this Thread

BE SOCIAL